Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Big commit: (1 Item)
   
Big commit  
Hi:

I brought the HEAD up to date.  I've been testing against
gcc4 so hopefully I haven't broken anything with gcc3.  The
only known issue is sysutils/findutils was updated and
Christian's previous patch no longer applied so I backed it
out for now.

The previous issue about devel/subversion-base and
www/apache22 not mixing due to apr issues seems to be fixed.
I was able to make subversion-base with the apache22 option
which caused it to use the same later apr that apache22
wants.  apache22 should now build cleanly as well due to
a small makefile change.

# cd devel/subversion-base
# bmake PKG_OPTIONS.subversion=apache22

-seanb