ports/71448: [PATCH] devel/websvn: [SUMMARIZE CHANGES]

June-Yen Huang jihuang at gate.sinica.edu.tw
Tue Sep 7 05:30:12 UTC 2004


>Number:         71448
>Category:       ports
>Synopsis:       [PATCH] devel/websvn: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 07 05:30:11 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     June-Yen Huang
>Release:        FreeBSD 5.2.1-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD 140-109-226-121.adsl.sinica.edu.tw 5.2.1-RELEASE-p4 FreeBSD 5.2.1-RELEASE-p4 #7: Sat Apr  3 17:16:23 CST
>Description:
[DESCRIBE CHANGES]


websvn need 2 missed dependency , and cp distconfig.inc config.inc , 
add pkg-mesg

Port maintainer (ychsiao at ychsiao.idv.tw) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:



Index: websvn/pkg-msg
===================================================================
--- websvn/pkg-msg	(revision 0)
+++ websvn/pkg-msg	(revision 0)
@@ -0,0 +1,3 @@
+To make websvn workable, please
+Edit ${PREFIX}/${WEBSVNDIR}/include/config.inc manually.
+
Index: websvn/Makefile
===================================================================
--- websvn/Makefile	(revision 239)
+++ websvn/Makefile	(working copy)
@@ -18,6 +18,9 @@
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/WebSVN
 
+RUN_DEPENDS=	${LOCALBASE}/lib/php/20020429/zlib.so:${PORTSDIR}/archivers/php4-zlib \
+		${LOCALBASE}/lib/php/20020429/pcre.so:${PORTSDIR}/devel/php4-pcre
+
 WEBSVNDIR?=	www/data/WebSVN
 
 PLIST_SUB+=	WEBSVNDIR=${WEBSVNDIR}
@@ -26,6 +29,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>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list