Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 2004 12:39:33 +0800
From:      "Yuan-Chung Hsiao" <ychsiao@mail.ychsiao.idv.tw>
To:        "'June-Yen Huang'" <jihuang@gate.sinica.edu.tw>, <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        clsung@FreeBSD.org
Subject:   ports/71484: RE: [PATCH] devel/websvn: [SUMMARIZE CHANGES]
Message-ID:  <20040908043858.A718041477@FreeBSD.stu.edu.tw>
Resent-Message-ID: <200409080440.i884eJQg019569@freefall.freebsd.org>
In-Reply-To: <20040907052916.B9D0817112@140-109-226-121.adsl.sinica.edu.tw>

next in thread | previous in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>

>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]
 
 



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