From clkao@alcatraz.elixus.org  Wed Jun 11 00:37:35 2003
Return-Path: <clkao@alcatraz.elixus.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A54C237B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Jun 2003 00:37:35 -0700 (PDT)
Received: from alcatraz.elixus.org (alcatraz.elixus.org [210.59.231.48])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3936243F93
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Jun 2003 00:37:35 -0700 (PDT)
	(envelope-from clkao@alcatraz.elixus.org)
Received: by alcatraz.elixus.org (Postfix, from userid 1003)
	id AECDA3650C; Wed, 11 Jun 2003 15:35:17 +0800 (CST)
Message-Id: <20030611073517.AECDA3650C@alcatraz.elixus.org>
Date: Wed, 11 Jun 2003 15:35:17 +0800 (CST)
From: Chia-liang Kao <clkao@alcatraz.elixus.org>
Reply-To: Chia-liang Kao <clkao@alcatraz.elixus.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: update to devel/subversion
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         53190
>Category:       ports
>Synopsis:       update to devel/subversion
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    lev
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 11 00:40:11 PDT 2003
>Closed-Date:    Sat Jan 10 02:56:53 PST 2004
>Last-Modified:  Sat Jan 10 02:56:53 PST 2004
>Originator:     Chia-liang Kao
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
CirX
>Environment:
System: FreeBSD alcatraz.elixus.org 4.7-STABLE FreeBSD 4.7-STABLE #10: Wed Nov 20 10:21:02 CST 2002 clkao@geb.elixus.org:/usr/src/sys/compile/GEB i386

>Description:
	this patch allows devel/subversion to optionally:
	* build with apache2 instead of standalone apr
	* build swig python bindings

>How-To-Repeat:
	
>Fix:
	patch available at http://ntu.clkao.org/tmp/svn-port.diff

>Release-Note:
>Audit-Trail:

From: "Clark C. Evans" <cce@clarkevans.com>
To: freebsd-gnats-submit@FreeBSD.org, clkao@alcatraz.elixus.org
Cc:  
Subject: Re: ports/53190: update to devel/subversion
Date: Fri, 13 Jun 2003 19:43:45 +0000

 I have applied this patch to my install and it is a significant
 improvment.  I recommend that it be applied to the ports collection.
 
 Best,
 
 Clark 
Responsible-Changed-From-To: freebsd-ports-bugs->bmah 
Responsible-Changed-By: arved 
Responsible-Changed-When: Thu Jun 19 14:31:02 PDT 2003 
Responsible-Changed-Why:  
Over to Maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53190 
State-Changed-From-To: open->feedback 
State-Changed-By: bmah 
State-Changed-When: Thu Jun 19 15:13:49 PDT 2003 
State-Changed-Why:  
Interesting! 

Any chance of updating your patch to work with the 0.24.2 version of  
subversion, which I just committed earlier today? 

Couple of questions:  You removed the dependency on expat.  Do we  
really not need this? 

It almost feels like the WITH_MOD_DAV_SVN and WITH_APACHE2 options  
could be combined.  Is there a case where you would build WITH_APACHE2  
but not WITH_MOD_DAV_SVN? 

The conditional in the pre-extract target isn't correct but I think I'd  
like to reword this message to make sense no matter what build-time  
options get passed to the port. 

Thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=53190 

From: Chia-liang Kao <clkao@clkao.org>
To: "Bruce A. Mah" <bmah@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/53190: update to devel/subversion
Date: Fri, 20 Jun 2003 13:30:43 +0800

 On Thu, Jun 19, 2003 at 03:14:13PM -0700, Bruce A. Mah wrote:
 > Any chance of updating your patch to work with the 0.24.2 version of 
 > subversion, which I just committed earlier today?
 
 the patch is updated and tested at the original url :)
 
 > Couple of questions:  You removed the dependency on expat.  Do we 
 > really not need this?
 
 IIRC expat is not directly used in svn but in the apr level. so i think
 we should let apr to depend it.
 
 > It almost feels like the WITH_MOD_DAV_SVN and WITH_APACHE2 options 
 > could be combined.  Is there a case where you would build WITH_APACHE2 
 > but not WITH_MOD_DAV_SVN?
 
 consider there are some deployment boxes that already have apache2
 installed, the option just allows it to build against it instead of
 building duplicated apr. of course building extra mod_dav_svn would
 be no harm, but the prompt needs to be more desriptive. and I thought
 the WITH_APACHE2 option also used in other ports is a convention.
 
 > The conditional in the pre-extract target isn't correct but I think I'd 
 > like to reword this message to make sense no matter what build-time 
 > options get passed to the port.
 
 maybe we need a ports-wide option displaying/assigning macro? same
 repeating things are happening all over the tree.
 
 Cheers,
 CLK

From: bmah@freebsd.org (Bruce A. Mah)
To: Chia-liang Kao <clkao@clkao.org>
Cc: "Bruce A. Mah" <bmah@freebsd.org>,
	freebsd-gnats-submit@freebsd.org
Subject: Re: ports/53190: update to devel/subversion 
Date: Fri, 20 Jun 2003 08:56:31 -0700

 --==_Exmh_-354657394P
 Content-Type: text/plain; charset=us-ascii
 
 If memory serves me right, Chia-liang Kao wrote:
 > On Thu, Jun 19, 2003 at 03:14:13PM -0700, Bruce A. Mah wrote:
 > > Any chance of updating your patch to work with the 0.24.2 version of 
 > > subversion, which I just committed earlier today?
 > 
 > the patch is updated and tested at the original url :)
 
 Thanks, that was fast!
 
 > > Couple of questions:  You removed the dependency on expat.  Do we 
 > > really not need this?
 > 
 > IIRC expat is not directly used in svn but in the apr level. so i think
 > we should let apr to depend it.
 
 OK.  It turns out that neon (which we also depend on) needs expat as
 well. So we can nuke this.
 
 > > It almost feels like the WITH_MOD_DAV_SVN and WITH_APACHE2 options 
 > > could be combined.  Is there a case where you would build WITH_APACHE2 
 > > but not WITH_MOD_DAV_SVN?
 > 
 > consider there are some deployment boxes that already have apache2
 > installed, the option just allows it to build against it instead of
 > building duplicated apr. of course building extra mod_dav_svn would
 > be no harm, but the prompt needs to be more desriptive. and I thought
 > the WITH_APACHE2 option also used in other ports is a convention.
 
 Hmmm.  I checked all the other ports that use WITH_APACHE2 and they all
 use WITH_APACHE2 to mean "use Apache 2.X instead of Apache 1.X".  I'm 
 concerned about overloading the meaning of this option, since you 
 want to use it to mean "use Apache 2.X instead of no Apache".
 
 (Note that I've seen a WITHOUT_APACHE option, but of course that isn't 
 what we want either.)
 
 > > The conditional in the pre-extract target isn't correct but I think I'd 
 > > like to reword this message to make sense no matter what build-time 
 > > options get passed to the port.
 > 
 > maybe we need a ports-wide option displaying/assigning macro? same
 > repeating things are happening all over the tree.
 
 Yeah.  Kind of outside the scope of this PR but I agree with 
 you.
 
 I'm going to do is commit the "remove expat dependency" part of your
 patch now.  I haven't tested WITH_SWIG_PY yet but I'll do that next and 
 commit it.  Still want to think about WITH_APACHE2.
 
 Sorry for being overly-cautious...this is a new port for me and I am 
 still learning how it interacts with other ports.
 
 Thanks!
 
 Bruce.
 
 
 
 --==_Exmh_-354657394P
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.2 (FreeBSD)
 Comment: Exmh version 2.5+ 20020506
 
 iD8DBQE+8y6u2MoxcVugUsMRAmbDAJ9lV5TqmrC55aNBxTP5lurx1Ayd0ACgsSKz
 fAnIXNen7in/E9MqX4Td9AU=
 =pEpv
 -----END PGP SIGNATURE-----
 
 --==_Exmh_-354657394P--
State-Changed-From-To: feedback->analyzed 
State-Changed-By: bmah 
State-Changed-When: Fri Jun 20 09:52:20 PDT 2003 
State-Changed-Why:  
I guess technically the correct state for this PR is now "analyzed". 


http://www.freebsd.org/cgi/query-pr.cgi?pr=53190 

From: "Bruce A. Mah" <bmah@freebsd.org>
To: Chia-liang Kao <clkao@clkao.org>
Cc: "Bruce A. Mah" <bmah@freebsd.org>,
	freebsd-gnats-submit@freebsd.org
Subject: Re: ports/53190: update to devel/subversion
Date: Fri, 20 Jun 2003 09:51:41 -0700

 --PEIAKu/WMn1b1Hv9
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 If memory serves me right, Bruce A. Mah wrote:
 
 > I'm going to do is commit the "remove expat dependency" part of your
 > patch now.  I haven't tested WITH_SWIG_PY yet but I'll do that next and=
 =20
 > commit it.  Still want to think about WITH_APACHE2.
 
 We have a small problem:
 
 stennis:subversion% uname -a
 FreeBSD stennis.packetdesign.com 5.1-CURRENT FreeBSD 5.1-CURRENT #2: Tue Ju=
 n  3 12:01:31 PDT 2003     root@stennis.packetdesign.com:/usr/obj/usr/src/s=
 ys/NIMITZ5  i386
 stennis:subversion% sudo make WITH_SWIG_PY=3Dyes
 
 [lots of output deleted]
 
 /bin/sh /usr/users/bmah/FreeBSD/ports/subversion/work/subversion-0.24.2/lib=
 tool --silent --mode=3Dcompile cc -D_REENTRANT -D_THREAD_SAFE  -DSWIGPYTHON=
  -O -pipe -mcpu=3Dpentiumpro  -g -O2  -DNEON_ZLIB -DNEON_SSL  -I/usr/local/=
 include/python2.2 -I./subversion/include -I. -I/usr/local/include/neon     =
                   -I/usr/local/include/db4  -I/usr/local/include/apr-0   -I=
 /usr/local/include/apr-0 -I/usr/local/include -o subversion/bindings/swig/s=
 wigutil_py.lo -c ./subversion/bindings/swig/swigutil_py.c
 subversion/bindings/swig/swigutil_py.c:52:2: #error The python bindings req=
 uire threads. APR was compiled without threads.
 *** Error code 1
 
 Stop in /usr/users/bmah/FreeBSD/ports/subversion/work/subversion-0.24.2.
 *** Error code 1
 
 Stop in /usr/users/bmah/FreeBSD/ports/subversion.
 
 Any ideas?
 
 Thanks,
 
 Bruce.
 
 --PEIAKu/WMn1b1Hv9
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.2 (FreeBSD)
 
 iD8DBQE+8zud2MoxcVugUsMRAmBZAKCaVcN1fM1p2yUnKRyFN6nX5i3MrQCeMVhe
 PKysZ+VswZQi93YtQaFFcSY=
 =GiOM
 -----END PGP SIGNATURE-----
 
 --PEIAKu/WMn1b1Hv9--

From: Chia-liang Kao <clkao@clkao.org>
To: "Bruce A. Mah" <bmah@freebsd.org>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/53190: update to devel/subversion
Date: Sat, 21 Jun 2003 01:26:50 +0800

 oh right, forgot to mention that python binding requires
 apr or apache2 to be built with threads (which finally
 works now with the frebsd_thread_hacks in apache2)
 
 maybe we should have that in the prompt too.
 
 On Fri, Jun 20, 2003 at 09:51:41AM -0700, Bruce A. Mah wrote:
 > subversion/bindings/swig/swigutil_py.c:52:2: #error The python bindings require threads. APR was compiled without threads.
 > *** Error code 1
 > 
 > Stop in /usr/users/bmah/FreeBSD/ports/subversion/work/subversion-0.24.2.
 > *** Error code 1
 > 
 > Stop in /usr/users/bmah/FreeBSD/ports/subversion.
 > 
 > Any ideas?

From: bmah@freebsd.org (Bruce A. Mah)
To: Chia-liang Kao <clkao@clkao.org>
Cc: "Bruce A. Mah" <bmah@freebsd.org>,
	freebsd-gnats-submit@freebsd.org
Subject: Re: ports/53190: update to devel/subversion 
Date: Fri, 20 Jun 2003 13:45:33 -0700

 --==_Exmh_-1001046470P
 Content-Type: text/plain; charset=us-ascii
 
 If memory serves me right, Chia-liang Kao wrote:
 > oh right, forgot to mention that python binding requires
 > apr or apache2 to be built with threads (which finally
 > works now with the frebsd_thread_hacks in apache2)
 > 
 > maybe we should have that in the prompt too.
 
 Ummm...maybe, except:
 
 intruder:bmah% cd /usr/ports/devel/apr
 intruder:apr% grep -i thread Makefile
 
 So unless we modify the apr port to allow it to build with threads,
 WITH_SWIG_PY requires WITH_APACHE2 (or whatever we end up calling it).
 
 This is getting a little messy...  :-p
 
 Bruce.
 
 > On Fri, Jun 20, 2003 at 09:51:41AM -0700, Bruce A. Mah wrote:
 > > subversion/bindings/swig/swigutil_py.c:52:2: #error The python bindings req
 > uire threads. APR was compiled without threads.
 > > *** Error code 1
 > > 
 > > Stop in /usr/users/bmah/FreeBSD/ports/subversion/work/subversion-0.24.2.
 > > *** Error code 1
 > > 
 > > Stop in /usr/users/bmah/FreeBSD/ports/subversion.
 > > 
 > > Any ideas?
 
 
 
 --==_Exmh_-1001046470P
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.2 (FreeBSD)
 Comment: Exmh version 2.5+ 20020506
 
 iD8DBQE+83Js2MoxcVugUsMRAkW9AJ9JCW1ZF1AbpD81Gway8ipSZHSnTACfSkdr
 PpUJgtzNduFUWfQ0b/3xh9E=
 =Xbyw
 -----END PGP SIGNATURE-----
 
 --==_Exmh_-1001046470P--

From: "Clark C. Evans" <cce@clarkevans.com>
To: "Bruce A. Mah" <bmah@freebsd.org>
Cc: freebsd-gnats-submit@FreeBSD.org, clkao@alcatraz.elixus.org
Subject: Re: ports/53190: update to devel/subversion
Date: Wed, 25 Jun 2003 16:38:58 +0000

 Bruce,
 
 Thank you for responding.  I'm primarly interested in using the
 correct APR, ie, WITH_APACHE2_APR would be perfect.  I found that
 using the regular APR causes random issues that go away when using
 the APR that ships with Apache.  I wish I had cash to throw your
 way, perhaps next year (*grins*). 
 
 I'd rather have the SWIG stuff be in another port, IMHO, beacuse it
 is quite complicated bugger in and of itself.   Also, I'd rather use
 PyRex or some other C/Python binding (SWIG is icky).
 
 One other issue (which is hard to track down) is that the port
 doesn't seem to "install" on occasion.   I typically use the same
 ports collection to target several "images".  Usually a port is
 smart enough to know if it isn't installed in that image (I do
 a chroot jail with /usr/ports mounted).  Sometimes I have to help
 by removing a .installed file in the work directory; but it seems
 that there is nothing short of completely deleting the work directory
 to cause it to install a second time (on a different image).  Is
 there some file it's looking for other than .installed?  Thanks. 
 
 I hope this helps.  Thank you *so* much for being maintainer!
 
 Best,
 
 Clark
 
 On Wed, Jun 25, 2003 at 07:58:34AM -0700, Bruce A. Mah wrote:
 | If memory serves me right, Clark C. Evans wrote:
 | > Howdy.  I forget who, but someone on #svn gave me the following older
 | > patch to the subversion port that lets it build correctly, using the
 | > APR that ships with Apache and not using its own version.
 | 
 | Sigh.  IMHO, "correctly" is a matter of interpretation.
 | 
 | Anyways, the port used to do this when I submitted the
 | WITH_MOD_DAV_SVN patches to the then-MAINTAINER but he wanted me to
 | change it to its current form.  I'm not opposed to the change in
 | principle but the way it's implemented in the patch needs a tweak or
 | two.
 | 
 | > Could you please apply this?
 | 
 | See:
 | 
 | http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/53190
 | 
 | As you can tell there are some problems with the patch.  I have to
 | figure out how to deal with the "needs threads for SWIG bindings"
 | problem in a way that won't cause a bazillion users to email me about
 | a program that I'm just learning to use myself.
 | 
 | I think I'm going to change WITH_APACHE2 in the patch to
 | WITH_APACHE2_APR and apply that part...when I get some time to work on
 | this that is.
 | 
 | Thanks,
 | 
 | Bruce.
 
 

From: "Bruce A. Mah" <bmah@freebsd.org>
To: "Clark C. Evans" <cce@clarkevans.com>
Cc: "Bruce A. Mah" <bmah@freebsd.org>,
	freebsd-gnats-submit@freebsd.org, clkao@alcatraz.elixus.org
Subject: Re: ports/53190: update to devel/subversion
Date: Thu, 26 Jun 2003 11:56:03 -0700

 --XsQoSWH+UP9D9v3l
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 If memory serves me right, Clark C. Evans wrote:
 
 > Thank you for responding.  I'm primarly interested in using the
 > correct APR, ie, WITH_APACHE2_APR would be perfect.  I found that
 > using the regular APR causes random issues that go away when using
 > the APR that ships with Apache. =20
 
 *What kind* of random issues?
 
 > I wish I had cash to throw your
 > way, perhaps next year (*grins*).=20
 
 :-)
 
 I have appended a new patch that *just* does the WITH_APACHE2_APR
 stuff.  I'm having problems with it because I get run-time link errors
 if I'm installing WITH_APACHE2_APR and the devel/apr port is
 installed.  I believe the run-time linker gets confused by the
 presence of the devel/apr libraries.  I don't like this situation
 because of the potential for foot-shooting.
 
 I'm also running into some problems with the httpd.conf munging that I
 hadn't seen before.  Briefly, the port puts the mod_authz_svn module
 before the mod_dav_svn module in the configuration file.  I don't
 remember seeing this problem before, so I'm quite confused by this.
 
 > I'd rather have the SWIG stuff be in another port, IMHO, beacuse it
 > is quite complicated bugger in and of itself.   Also, I'd rather use
 > PyRex or some other C/Python binding (SWIG is icky).
 
 Well, the SWIG bindings are supported by the subversion team, and
 that's what almost anyone building on top of subversion (e.g. ViewCVS)
 will expect.  That's about all I know about this part of the program.
 
 > One other issue (which is hard to track down) is that the port
 > doesn't seem to "install" on occasion.   I typically use the same
 > ports collection to target several "images".  Usually a port is
 > smart enough to know if it isn't installed in that image (I do
 > a chroot jail with /usr/ports mounted).  Sometimes I have to help
 > by removing a .installed file in the work directory; but it seems
 > that there is nothing short of completely deleting the work directory
 > to cause it to install a second time (on a different image).  Is
 > there some file it's looking for other than .installed?  Thanks.=20
 
 "make reinstall"?  I can't recall having problems like this but I
 wouldn't rule out some other problems.
 
 Bruce.
 
 Index: Makefile
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 RCS file: /home/pcvs/ports/devel/subversion/Makefile,v
 retrieving revision 1.35
 diff -u -r1.35 Makefile
 --- Makefile	23 Jun 2003 21:40:48 -0000	1.35
 +++ Makefile	26 Jun 2003 18:44:20 -0000
 @@ -6,6 +6,7 @@
 =20
  PORTNAME=3D	subversion
  PORTVERSION=3D	0.24.2
 +PORTREVISION=3D	1
  CATEGORIES=3D	devel
  MASTER_SITES=3D	http://subversion.tigris.org/files/documents/15/4807/
  MASTER_SITES+=3D	${MASTER_SITE_LOCAL}
 @@ -16,8 +17,7 @@
 =20
  LIB_DEPENDS=3D	db4:${PORTSDIR}/databases/db4 \
  		neon.23:${PORTSDIR}/www/neon \
 -		expat.4:${PORTSDIR}/textproc/expat2 \
 -		apr-0.9:${PORTSDIR}/devel/apr
 +		expat.4:${PORTSDIR}/textproc/expat2
 =20
  INSTALLS_SHLIB=3D	yes
 =20
 @@ -28,17 +28,15 @@
  CONFIGURE_ARGS=3D	--with-ssl \
  		--with-neon=3D${LOCALBASE} \
  		--with-berkeley-db=3D${LOCALBASE}/include/db4:${LOCALBASE}/lib \
 -		--with-apr=3D${LOCALBASE} \
 -		--with-apr-util=3D${LOCALBASE} \
  		--with-swig=3Dno
 =20
  MAN1=3D	svn.1 svnadmin.1
  MANCOMPRESSED=3D	no
 =20
 -.if defined(WITH_MOD_DAV_SVN)
  APXS=3D${LOCALBASE}/sbin/apxs
 -BUILD_DEPENDS+=3D	${APXS}:${PORTSDIR}/www/apache2
 -RUN_DEPENDS+=3D	${APXS}:${PORTSDIR}/www/apache2
 +
 +.if defined(WITH_MOD_DAV_SVN)
 +WITH_APACHE2_APR=3D	yes
  CONFIGURE_ARGS+=3D \
  		--with-apxs=3D${APXS}
  PLIST_SUB+=3D	MOD_DAV_SVN=3D""
 @@ -47,12 +45,30 @@
  PKGDEINSTALL=3D	NONEXISTENT
  .endif
 =20
 +.if defined(WITH_APACHE2_APR)
 +APACHE2_PORT?=3D	${PORTSDIR}/www/apache2
 +BUILD_DEPENDS+=3D	${APXS}:${APACHE2_PORT}
 +RUN_DEPENDS+=3D	${APXS}:${APACHE2_PORT}
 +CONFIGURE_ARGS+=3D--with-apr=3D${LOCALBASE}/lib/apache2/apr-config \
 +		--with-apr-util=3D${LOCALBASE}/lib/apache2/apu-config
 +.else
 +LIB_DEPENDS+=3D  apr-0.9:${PORTSDIR}/devel/apr
 +CONFIGURE_ARGS+=3D--with-apr=3D${LOCALBASE} \
 +		--with-apr-util=3D${LOCALBASE}
 +.endif
 +
  pre-extract:
  .if !defined(WITH_MOD_DAV_SVN)
  	@${ECHO_MSG}
  	@${ECHO_MSG} "You can enable the mod_dav_svn module for Apache 2.X"
 -	@${ECHO_MSG} "by defining WITH_MOD_DAV_SVN."
 +	@${ECHO_MSG} "by defining WITH_MOD_DAV_SVN.  This option implies
 +	@${ECHO_MSG} "the WITH_APACHE2_APR option."
 +.endif
 +.if !defined(WITH_APACHE2_APR)
  	@${ECHO_MSG}
 +	@${ECHO_MSG} "You can link subversion against the APR built with"
 +	@${ECHO_MSG} "the www/apache2 port, rather than the devel/apr port,"
 +	@${ECHO_MSG} "by defining WITH_APACHE2_APR."
  .endif
 =20
  post-extract:
 
 --XsQoSWH+UP9D9v3l
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.2 (FreeBSD)
 
 iD8DBQE++0HC2MoxcVugUsMRAt3eAJ0TBG7txnIoBH4MXfdOkUolScZEQgCbBaVH
 7lWZWoirQTfLF7CJMFYoi0Q=
 =kW/1
 -----END PGP SIGNATURE-----
 
 --XsQoSWH+UP9D9v3l--
Responsible-Changed-From-To: bmah->lev 
Responsible-Changed-By: bmah 
Responsible-Changed-When: Tue Sep 2 10:19:06 PDT 2003 
Responsible-Changed-Why:  
Hand to new maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53190 
State-Changed-From-To: analyzed->closed 
State-Changed-By: edwin 
State-Changed-When: Sat Jan 10 02:55:27 PST 2004 
State-Changed-Why:  
- The URL in the original PR doesn't exist anymore. 
- Subversion is on version 0.32.1 in the ports tree. 
- Most of what has been discussed in this PR has been imported. 

Thanks for your support! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53190 
>Unformatted:
