Date: Fri, 27 Jun 2003 14:03:40 -0700 (PDT) From: "Bruce A. Mah" <bmah@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/subversion Makefile Message-ID: <200306272103.h5RL3eZ8006225@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bmah 2003/06/27 14:03:40 PDT FreeBSD ports repository Modified files: devel/subversion Makefile Log: Link the subversion binaries against the Apache 2.X installed version of APR if WITH_APACHE2_APR is defined. This is also implied by WITH_MOD_DAV_SVN. I noticed some problems in testing WITH_APACHE2_APR in that the subversion binaries would somehow be linked by the runtime linker against APR from the devel/apr port if the latter was installed. Mention this potential problem at portbuild time, although this should be handled better than it is. PORTREVISION bump. Based on part of the patch from the PR mentioned below. PR: 53190 Submitted by: Chia-liang Kao <clkao@alcatraz.elixus.org> Revision Changes Path 1.36 +31 -10 ports/devel/subversion/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306272103.h5RL3eZ8006225>