Netscape Communicator and Navigator 4.73 with 128-bit encryption, for BSDI BSD/OS These ports require neither a.out X libaries nor Linux compatibility. I noticed a couple of people on the mailing lists saying they were having trouble installing the x11/XFree86-aoutlibs port, and before there was a port for them I had trouble myself. The Navigator port relies on files from the Communicator port, and I'm hoping there will be no reason to reject only the former. Therefore I'm submitting them together. Section 4.4.16.12 of the Handbook says: Do not set USE_X_PREFIX unless your port truly require it (i.e., it links against X libs or it needs to reference files in X11BASE). Since the programs installed by these ports are linked to X libraries, I have "USE_X_PREFIX= yes". However, /usr/local/bin/netscape (from the www/netscape-wrapper port) will only look for programs under ${X11BASE} if it's installed there itself, so it doesn't find the programs installed by these ports. I can think of some solutions for this: - put netscape-wrapper in ${X11BASE}; have all Netscape ports USE_X_PREFIX - rewrite netscape-wrapper so it checks both places - take out the "USE_X_PREFIX= yes" for these ports Fix: These two lines must be added to /usr/ports/www/netscape4-communicator/files/md5 for these ports to work: MD5 (communicator-v473-us.x86-bsdi-bsd2.tar.gz) = 1512e2ab43b097377cbc1c3d6b3993b0 MD5 (navigator-v473-us.x86-bsdi-bsd2.tar.gz) = 2c611a53c5a9b9e9cf5e4ff8b44d6551 How-To-Repeat: N/A
State Changed From-To: open->closed Committed, thanks! I replaced USE_X_PREFIX with USE_XLIB.