I don't want to get off track and this certainly has. I think it is important people don't spin their wheels, with mis-information.
91 doesn't build with the current port tree on a 4.X box. It was stripped of 4.X. It can not build. Here is snapshot from the port Makefile for 91.1 Freebsd ver 1.1.02 .if ${OSVERSION} < 601103 CONFIGURE_ARGS+= --disable-gethostbyname_r .else CONFIGURE_ARGS+= --enable-gethostbyname_r .endif # This port has a problem with -pthread, # force to use -lthr until it's not fixed. .if ${OSVERSION} >= 601000 PTHREAD_LIBS= -lthr .endif # Maybe the port is broken for # FreeBSD 5.2.1 since -lc_r # and -pthread have both issues there. .if ${OSVERSION} == 502010 PTHREAD_LIBS= -pthread .endif ----snip---- No 4.X support. Also note 4.X requires -lc_r for pthread. --- Steven <[EMAIL PROTECTED]> wrote: > Freddie Cash wrote: > > > Note: The latest version of the ports tree that > will successfully work > > with FreeBSD 4.x must be cvsupped using > tag=FREEBSD_4_EOL and *not* tag=. > > like normal. After that tag was put on the ports > tree, the ports team > > ripped out all support for building ports on > FreeBSD 4.x. > > > > If you want to install newer versions of software > than what is in the > > FREEBSD_4_EOL ports tree, you will need to either > upgrade to FreeBSD 6.x, > > or install it manually via source tarballs and > > the "standard" './configure; make; make install' > method, taking extra > > care to get the ./configure --options right. > > > > I have empirical evidence that says otherwise. I > have quite a few 4.11 boxes > that have worked fine with the latest ports tree. I > have installed Clamav 0.91.1 > with it. All the ports may not work but everyone I > have tried has. > > Steven > _______________________________________________ > Help us build a comprehensive ClamAV guide: visit > http://wiki.clamav.net > http://lurker.clamav.net/list/clamav-users.html > ____________________________________________________________________________________ Pinpoint customers who are looking for what you sell. http://searchmarketing.yahoo.com/ _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html