From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 8 04:40:19 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6BB316A4CE for ; Wed, 8 Sep 2004 04:40:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACB6343D5D for ; Wed, 8 Sep 2004 04:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i884eJn0019570 for ; Wed, 8 Sep 2004 04:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i884eJQg019569; Wed, 8 Sep 2004 04:40:19 GMT (envelope-from gnats) Resent-Date: Wed, 8 Sep 2004 04:40:19 GMT Resent-Message-Id: <200409080440.i884eJQg019569@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Yuan-Chung Hsiao" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EED0D16A4CE; Wed, 8 Sep 2004 04:39:40 +0000 (GMT) Received: from FreeBSD.stu.edu.tw (FreeBSD.stu.edu.tw [210.71.11.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47CAA43D5C; Wed, 8 Sep 2004 04:39:40 +0000 (GMT) (envelope-from ychsiao@mail.ychsiao.idv.tw) Received: from ychsiao (ychsiao.stu.edu.tw [210.71.11.238]) by FreeBSD.stu.edu.tw (Postfix) with ESMTP id A718041477; Wed, 8 Sep 2004 12:38:58 +0800 (CST) Message-Id: <20040908043858.A718041477@FreeBSD.stu.edu.tw> Date: Wed, 8 Sep 2004 12:39:33 +0800 From: "Yuan-Chung Hsiao" To: "'June-Yen Huang'" , In-Reply-To: <20040907052916.B9D0817112@140-109-226-121.adsl.sinica.edu.tw> cc: clsung@FreeBSD.org Subject: ports/71484: RE: [PATCH] devel/websvn: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2004 04:40:20 -0000 >Number: 71484 >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: Wed Sep 08 04:40:19 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 >Release-Note: >Audit-Trail: >Unformatted: Thanks jihuang patch. Please clsung@FreeBSD.org commit jihuang's new patch. -- Yuan-Chung Hsiao Computer Center, Shu-Te University Yanchao, Kaohsiung County, Taiwan 824 TEL:+886-7-6158000 Ext. 2438 -----Original Message----- From: June-Yen Huang [mailto:jihuang@gate.sinica.edu.tw] Sent: Tuesday, September 07, 2004 1:29 PM To: FreeBSD-gnats-submit@freebsd.org Cc: ychsiao@ychsiao.idv.tw Subject: [PATCH] devel/websvn: [SUMMARIZE CHANGES]