ports/189218: [patch] assign maintainership of Mk/bsd.stage.mk

Mark Linimon linimon at FreeBSD.org
Fri May 2 03:50:00 UTC 2014


>Number:         189218
>Category:       ports
>Synopsis:       [patch] assign maintainership of Mk/bsd.stage.mk
>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:   Fri May 02 03:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
FreeBSD.org
>Environment:
System: FreeBSD freefall.freebsd.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264289: Wed Apr 9 02:48:19 UTC 2014 peter at freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64
>Description:
bsd.stage.mk ought to be owned by portmgr, like bsd.port.mk and bsd.pkgng.mk.
>How-To-Repeat:
>Fix:
Tested with 'make describe'.  Should probably be further tested.

Index: Mk/bsd.stage.mk
===================================================================
--- Mk/bsd.stage.mk	(revision 352420)
+++ Mk/bsd.stage.mk	(working copy)
@@ -2,6 +2,10 @@
 # $FreeBSD$
 #
 
+STAGE_Include_MAINTAINER=		portmgr at FreeBSD.org
+
+.if !defined(_STAGEMKINCLUDED)
+
 STAGEDIR?=	${WRKDIR}/stage
 DESTDIRNAME?=	DESTDIR
 
@@ -108,3 +112,6 @@
 	@${ECHO_MSG} "====> Running Q/A tests (stage-qa)"
 	@${SETENV} ${QA_ENV} ${SH} ${SCRIPTSDIR}/qa.sh
 .endif
+
+.endif # !defined(_STAGEMKINCLUDED)
+
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list