Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Sep 2004 14:05:14 +0800
From:      June-Yen Huang <jihuang@gate.sinica.edu.tw>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/71448: [PATCH] devel/websvn: [SUMMARIZE CHANGES]
Message-ID:  <413D4F9A.5000707@gate.sinica.edu.tw>
In-Reply-To: <200409070530.i875UBLV040668@freefall.freebsd.org>
References:  <200409070530.i875UBLV040668@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------020507040400090604040503
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

clsung said that USE_PHP  is more compact marco than RUN_DEPENDS in PHP4 
depency.

new patch attached.




FreeBSD-gnats-submit@FreeBSD.org wrote:

>Thank you very much for your problem report.
>It has the internal identification `ports/71448'.
>The individual assigned to look at your
>report is: freebsd-ports-bugs. 
>
>You can access the state of your problem report at any time
>via this link:
>
>http://www.freebsd.org/cgi/query-pr.cgi?pr=71448
>
>  
>
>>Category:       ports
>>Responsible:    freebsd-ports-bugs
>>Synopsis:       [PATCH] devel/websvn: [SUMMARIZE CHANGES]
>>Arrival-Date:   Tue Sep 07 05:30:11 GMT 2004
>>    
>>



--------------020507040400090604040503
Content-Type: text/plain;
 name="ay"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="ay"

Index: Makefile
===================================================================
--- Makefile	(revision 239)
+++ Makefile	(working copy)
@@ -14,7 +14,7 @@
 MAINTAINER=	ychsiao@ychsiao.idv.tw
 COMMENT=	Subversion repository web frontend
 
-USE_PHP=	yes
+USE_PHP=	pcre zlib
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/WebSVN
 
@@ -26,6 +26,7 @@
 	${MKDIR} ${PREFIX}/${WEBSVNDIR}
 	${CP} -R ${WRKSRC}/* ${PREFIX}/${WEBSVNDIR}
 	${CHOWN} -R www:www ${PREFIX}/${WEBSVNDIR}
+	${CP} ${PREFIX}/${WEBSVNDIR}/include/distconfig.inc ${PREFIX}/${WEBSVNDIR}/include/config.inc
 	${FIND} ${PREFIX}/${WEBSVNDIR} -type f | ${XARGS} ${CHMOD} 644
 
 .include <bsd.port.mk>
Index: pkg-msg
===================================================================
--- pkg-msg	(revision 0)
+++ pkg-msg	(revision 240)
@@ -0,0 +1,3 @@
+To make websvn workable, please
+Edit ${PREFIX}/${WEBSVNDIR}/include/config.inc manually.
+

--------------020507040400090604040503--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?413D4F9A.5000707>