View Single Post
  #2   (View Single Post)  
Old 25th July 2008
ohauer ohauer is offline
Port Guard
 
Join Date: May 2008
Location: germany
Posts: 32
Default

maybe your portstree is not full up to date, i have no problems to compile subversion with the tree from today.

If you use portsnap update the portstree
Code:
#> portsnap fetch
#> portsnap update | tee /tmp/portupdates.log

#> grep subversion /tmp/portupdates.log
If subversion is not updated then try to remove every subversion directory
Code:
cd /usr/ports/devel/
rm -rf subversion
cd /usr/ports
vi /usr/ports/.portsnap.INDEX
search for ^subversion, remove the lines and fire up portsnap update to extract the deleted ports again.

then use the command
Code:
pkg_version -vIL=
to look for old apr, autoconfigure ... also make sure your httpd.conf and apache lib dir is not protected by chflags schg, you can see the flags if applied with the ls command
Code:
ls -lo httpd.conf
Reply With Quote