subversion 1.3.0.r4/mod_dav_svn/apache22

Andre Heider a.heider at gmail.com
Sun Dec 11 07:15:24 PST 2005


thx for the update lev!

now i could upgrade to apache22 without any problems, just one small
glitch in the Makefile:

.if ${APACHE_PORT} == "www/apache21"
        APR_APU_DIR=    ${LOCALBASE}/bin
APR_CONFIG=     apr-1-config
APU_CONFIG=     apu-1-config
.else
APR_APU_DIR=    ${LOCALBASE}/lib/apache2
APR_CONFIG=     apr-config
APU_CONFIG=     apu-config
.endif

apache22 apr is handled as apache21, just changed the first line to
"www/apache22" for testing and port build without errors, module is
running and access worked as in v1.2

regards,
andre


More information about the freebsd-ports mailing list