SVN commit 429663 by toivo: Fix FBSD problems: spurious error message and not locating index file. M +4 -3 fbsdInterface.cpp --- trunk/KDE/kdeadmin/kpackage/fbsdInterface.cpp #429662:429663 @@ -405,6 +405,7 @@ if (!ports_found) { // Try the standard ports tree locations. bsdPortsIndexItem::processFile("/usr/ports/INDEX", false, "/usr/ports"); // FreeBSD/OpenBSD + bsdPortsIndexItem::processFile("/usr/ports/INDEX-5", false, "/usr/ports"); // FreeBSD/OpenBSD bsdPortsIndexItem::processFile("/usr/opt/INDEX", false, "/usr/opt"); // NetBSD } } @@ -675,9 +676,9 @@ desc++; } - if (itemno != 8 && itemno != 9) { - KpMsgE(i18n("Warning: invalid INDEX file entry for %1").arg(name),FALSE); - } + //if (itemno != 8 && itemno != 9) { + // KpMsgE(i18n("Warning: invalid INDEX file entry for %1").arg(name),FALSE); + //} name_hash = calc_hash4(name); // Order the entries by hash.