Date: Tue, 7 Sep 2004 13:29:16 +0800 (CST) From: June-Yen Huang <jihuang@gate.sinica.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ychsiao@ychsiao.idv.tw Subject: ports/71448: [PATCH] devel/websvn: [SUMMARIZE CHANGES] Message-ID: <20040907052916.B9D0817112@140-109-226-121.adsl.sinica.edu.tw> Resent-Message-ID: <200409070530.i875UBj7040709@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040907052916.B9D0817112>