Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Nov 2013 05:20:34 GMT
From:      Jason Helfman <jgh@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/183805: net/subnetcalc: support staging, switch gmake to USES
Message-ID:  <201311090520.rA95KYUH089343@freefall.freebsd.org>
Resent-Message-ID: <201311090530.rA95U0q7089611@freefall.freebsd.org>

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

>Number:         183805
>Category:       ports
>Synopsis:       net/subnetcalc: support staging, switch gmake to USES
>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 Nov 09 05:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jason Helfman
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r255453: Mon Sep 16 12:43:32 UTC 2013 root@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64


	
>Description:
support staging
move gmake to USES framework

>How-To-Repeat:
	
>Fix:
Index: Makefile
===================================================================
--- Makefile	(revision 333273)
+++ Makefile	(working copy)
@@ -16,10 +16,9 @@
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	"--with-geoip=${LOCALBASE}"
-USE_GMAKE=	yes
+USES=	gmake
 
-PLIST_FILES=	bin/subnetcalc
-MAN1=		subnetcalc.1
+PLIST_FILES=	bin/subnetcalc \
+		man/man1/subnetcalc.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



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