ports/183190: [PATCH] net/ntraceroute: Support staging

Mathieu Arnold mat at FreeBSD.org
Tue Oct 22 10:00:02 UTC 2013


>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 at 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:


More information about the freebsd-ports-bugs mailing list