Date: Sun, 5 Mar 2006 01:17:04 +0200 From: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Cc: ade@FreeBSD.org Subject: ports/94080: [PATCH] net-p2p/verlihub-plugins: UNBREAK Message-ID: <1141514224.54544@it.buh.tecnik93.com> Resent-Message-ID: <200603042320.k24NK5UF055403@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94080 >Category: ports >Synopsis: [PATCH] net-p2p/verlihub-plugins: UNBREAK >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: Sat Mar 04 23:20:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ion-Mihai "IOnut" Tetcu >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: Tecnik'93 >Environment: System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 24 07:01:54 EET 2006 root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P >Description: UNbreak by removeing references to pkg-message, that was removed in libtool commit (the file seems to be empty in Attic). >How-To-Repeat: >Fix: --- verlihub-plugins.diff begins here --- ? verlihub-plugins.diff Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net-p2p/verlihub-plugins/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 23 Feb 2006 10:38:39 -0000 1.4 +++ Makefile 4 Mar 2006 23:10:20 -0000 @@ -28,9 +28,6 @@ DATADIR= ${PREFIX}/share/${PORTNAME} -post-patch: - @${CAT} ${PKGDIR}/pkg-message | ${SED} 's|%%PREFIX%%|${PREFIX}|' > ${PKGMESSAGE} - post-install: @${MKDIR} ${DATADIR} @${MKDIR} ${DATADIR}/extra @@ -45,8 +42,6 @@ ${INSTALL_DATA} ${WRKSRC}/basic/stats/.libs/libstats_pi.so ${DATADIR}/libstats_pi.so ${INSTALL_DATA} ${WRKSRC}/extra/lua/src/.libs/liblua_pi.so ${DATADIR}/extra/liblua_pi.so ${INSTALL_DATA} ${WRKSRC}/extra/perl/src/.libs/libperl_pi.so ${DATADIR}/extra/libperl_pi.so - - @${CAT} ${PKGMESSAGE} .include <bsd.port.pre.mk> --- verlihub-plugins.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1141514224.54544>