Date: Tue, 22 Oct 2013 11:56:41 +0200 (CEST) From: Mathieu Arnold <mat@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/183190: [PATCH] net/ntraceroute: Support staging Message-ID: <20131022095641.28F2A14269C@aragorn.in.absolight.net> Resent-Message-ID: <201310221000.r9MA01PV051012@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 183190 >Category: ports >Synopsis: [PATCH] net/ntraceroute: Support staging >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 Oct 22 10:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 9.2-RELEASE i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.in.absolight.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC >Description: Support staging. Port maintainer (zi@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- ntraceroute-6.4.2_1.patch begins here --- diff -ruN /usr/ports/net/ntraceroute/Makefile ./Makefile --- /usr/ports/net/ntraceroute/Makefile 2013-09-21 00:10:23.000000000 +0200 +++ ./Makefile 2013-10-22 11:46:00.000000000 +0200 @@ -21,16 +21,13 @@ EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= . -NOMAN= defined PLIST_FILES= sbin/${PORTNAME} -NO_STAGE= yes do-build: ${CC} -o ${WRKSRC}/${PORTNAME} -lm \ ${WRKSRC}/${DISTFILES} do-install: - ${INSTALL} ${COPY} ${STRIP} -o root -g wheel -m 04555 \ - ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin .include <bsd.port.mk> --- ntraceroute-6.4.2_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131022095641.28F2A14269C>