From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 28 10:30:26 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 8FFF416A4DF for ; Mon, 28 Aug 2006 10:30:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F6F243D49 for ; Mon, 28 Aug 2006 10:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7SAUPId066865 for ; Mon, 28 Aug 2006 10:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7SAUPNM066864; Mon, 28 Aug 2006 10:30:25 GMT (envelope-from gnats) Resent-Date: Mon, 28 Aug 2006 10:30:25 GMT Resent-Message-Id: <200608281030.k7SAUPNM066864@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, Gabor Kovesdan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 720E616A4DD; Mon, 28 Aug 2006 10:26:32 +0000 (UTC) (envelope-from tux@server.t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA3DC43D49; Mon, 28 Aug 2006 10:26:29 +0000 (GMT) (envelope-from tux@server.t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id C7C0A99C72B; Mon, 28 Aug 2006 12:26:27 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id VROdkWwFuWhG; Mon, 28 Aug 2006 12:26:27 +0200 (CEST) Received: by server.t-hosting.hu (Postfix, from userid 1001) id 7AE8D99C729; Mon, 28 Aug 2006 12:26:27 +0200 (CEST) Message-Id: <20060828102627.7AE8D99C729@server.t-hosting.hu> Date: Mon, 28 Aug 2006 12:26:27 +0200 (CEST) From: Gabor Kovesdan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Gabor Kovesdan Subject: ports/102596: [patch] net-p2p/verlihub X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor Kovesdan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Aug 2006 10:30:26 -0000 >Number: 102596 >Category: ports >Synopsis: [patch] net-p2p/verlihub >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: Mon Aug 28 10:30:25 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gabor Kovesdan >Release: FreeBSD 6.1-RELEASE-p3 amd64 >Organization: n/a >Environment: System: FreeBSD server.t-hosting.hu 6.1-RELEASE-p3 FreeBSD 6.1-RELEASE-p3 #0: Sat Aug 19 11:08:15 CEST 2006 root@server.t-hosting.hu:/usr/src/sys/amd64/compile/FREEBSD amd64 >Description: - s/INSTALL_SHLIB/USE_LDCONFIG/ - Use SUB_FILES - Make it depend on bash 3.x instead of 2.x Besides, I see that the maintainer has not sent updates for this port a long ago. On demand, I'd happy to maintain this port. >How-To-Repeat: >Fix: --- net-p2p-verlihub.diff begins here --- Index: Makefile =================================================================== RCS file: /usr/cvs/ports/net-p2p/verlihub/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 14 Aug 2006 22:26:36 -0000 1.13 +++ Makefile 25 Aug 2006 17:38:51 -0000 @@ -19,7 +19,7 @@ LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP \ pcre.0:${PORTSDIR}/devel/pcre -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash WRKSRC= ${WRKDIR}/verlihub-0.9.8c @@ -27,8 +27,9 @@ USE_PERL5= yes USE_GMAKE= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" +SUB_FILES+= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message PORTDOCS= configuring.txt help.sql using.txt features.html help.html params.php verlihub.html @@ -39,9 +40,6 @@ USE_GCC= 3.4+ .endif -post-patch: - @${CAT} ${PKGDIR}/pkg-message | ${SED} 's|%%PREFIX%%|${PREFIX}|' > ${PKGMESSAGE} - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} Index: pkg-message =================================================================== RCS file: pkg-message diff -N pkg-message --- pkg-message 29 Aug 2004 10:42:11 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,21 +0,0 @@ --------------------------------------------------------------------- - -Documentation has been installed in %%PREFIX%%/share/doc - -Scripts and the executable have been installed in %%PREFIX%%/bin - -This port requires a working mysql server installation, either -locally or remotely. - -Once you have a properly-running mysql server, please run the install -script: - -%%PREFIX%%/bin/vh_install - -Follow the instructions given. - -Visit http://verlihub.sourceforge.net for the project's homepage -or http://verlihub.no-ip.com for the project's forums. The verlihub -manual is available online at http://www.danomac.org/verlihub - -------------------------------------------------------------------- Index: files/pkg-message.in =================================================================== RCS file: files/pkg-message.in diff -N files/pkg-message.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/pkg-message.in 29 Aug 2004 10:42:11 -0000 @@ -0,0 +1,21 @@ +-------------------------------------------------------------------- + +Documentation has been installed in %%PREFIX%%/share/doc + +Scripts and the executable have been installed in %%PREFIX%%/bin + +This port requires a working mysql server installation, either +locally or remotely. + +Once you have a properly-running mysql server, please run the install +script: + +%%PREFIX%%/bin/vh_install + +Follow the instructions given. + +Visit http://verlihub.sourceforge.net for the project's homepage +or http://verlihub.no-ip.com for the project's forums. The verlihub +manual is available online at http://www.danomac.org/verlihub + +------------------------------------------------------------------- --- net-p2p-verlihub.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: