With PREFIX=/usr and APACHE_APR unselected, the dependency devel/apr gets installed properly, but Subversion it's self refuses to install. Instead, it complains about devel/apr being not installed properly. Likely, the same problem appears with any PREFIX other than the default one. Reason is, the variable APR_APU_DIR gets set to /usr/local/bin instead of /usr/bin in Makefile.common. Fix: One possible fix is to replace all occurences of ${LOCALBASE} with ${PREFIX} in Makefile and Makefile.common. While I can think of situations where this isn't sufficient, this fix worked well for me. How-To-Repeat: cd /usr/ports/devel/apr && make deinstall cd /usr/ports/devel/subversion && make PREFIX=/usr install
Markus Hitter wrote: > With PREFIX=/usr and APACHE_APR unselected, the dependency devel/apr gets installed properly, but Subversion it's self refuses to install. Instead, it complains about devel/apr being not installed properly. Likely, the same problem appears with any PREFIX other than the default one. > > Reason is, the variable APR_APU_DIR gets set to /usr/local/bin instead of /usr/bin in Makefile.common. how can /usr ever be correct ? ports should never put stuff there.
Responsible Changed From-To: freebsd-ports-bugs->lev Fix synopsis and assign.
Am 23.01.2009 um 01:34 schrieb Philip M. Gollucci: > how can /usr ever be correct ? ports should never put stuff there. Ports supports this handy feature (see Handbook, chapter 4.5.2.1) and individual ports should act accordingly. 9 out of 10 ports already do. MarKus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/
State Changed From-To: open->closed Cannot reproduce, and more than 1 year without activity -> close