From root@cakebox.homeunix.net  Wed May 21 16:07:57 2014
Return-Path: <root@cakebox.homeunix.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 55E6C816
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 May 2014 16:07:57 +0000 (UTC)
Received: from mo6-p05-ob.smtp.rzone.de (mo6-p05-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5305::2])
	(using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id DD37124E0
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 May 2014 16:07:56 +0000 (UTC)
Received: from cakebox.homeunix.net (188-015-186-093.fttx.vsenet.de [93.186.15.188])
	by smtp.strato.de (RZmta 34.2 AUTH)
	with ESMTPSA id Z048c4q4LG7ccEq
	(using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "cakebox.mooo.com", Issuer "CA Cert Signing Authority" (verification FAILED - unable to verify the first certificate))
	(Client hostname not verified);
	Wed, 21 May 2014 18:07:38 +0200 (CEST)
Received: from cakebox.homeunix.net (localhost [127.0.0.1])
	by cakebox.homeunix.net (Postfix) with ESMTP id 7510A2D949B;
	Wed, 21 May 2014 18:07:34 +0200 (CEST)
Received: by cakebox.homeunix.net (Postfix, from userid 0)
	id 9A22E2D949A; Wed, 21 May 2014 18:07:32 +0200 (CEST)
Message-Id: <20140521160732.9A22E2D949A@cakebox.homeunix.net>
Date: Wed, 21 May 2014 18:07:32 +0200 (CEST)
From: freebsd@nagilum.org
To: FreeBSD-gnats-submit@freebsd.org
Cc: pmh@hausen.com
Subject: stagify sysutils/env4801
X-Send-Pr-Version: 3.114
X-GNATS-Notify: pmh@hausen.com

>Number:         190077
>Category:       ports
>Synopsis:       stagify sysutils/env4801
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 21 16:10:00 UTC 2014
>Closed-Date:    Sat May 24 17:12:22 UTC 2014
>Last-Modified:  Sat May 24 17:20:00 UTC 2014
>Originator:     freebsd@nagilum.org
>Release:        FreeBSD 9.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD cakebox.tis 9.2-STABLE FreeBSD 9.2-STABLE #0 r264294M: Fri Apr 11 10:19:25 CEST 2014 root@cakebox.tis:/usr/obj/export/src/sys/net5501 i386

>Description:
	sysutils/env4801 doesn't support staging

>How-To-Repeat:

>Fix:
	Apply attached patch.

--- env4801.patch begins here ---
diff -Naur env4801.orig/Makefile env4801/Makefile
--- env4801.orig/Makefile	2014-01-22 18:00:46.000000000 +0100
+++ env4801/Makefile	2014-05-21 18:02:21.000000000 +0200
@@ -26,7 +26,6 @@
 OPTIONS_DEFAULT=	STATIC
 STATIC_DESC=	Build a statically linked executable
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-patch:
@@ -39,8 +38,8 @@
 		${FILESDIR}/env4801.sh > ${WRKSRC}/env4801.sh
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/env4801 ${PREFIX}/sbin
-	${INSTALL_SCRIPT} ${WRKSRC}/env4801.sh ${PREFIX}/etc/rc.d
+	${INSTALL_PROGRAM} ${WRKSRC}/env4801 ${STAGEDIR}${PREFIX}/sbin
+	${INSTALL_SCRIPT} ${WRKSRC}/env4801.sh ${STAGEDIR}${PREFIX}/etc/rc.d
 
 post-install:
 	@${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${PKGMESSAGE}
--- env4801.patch ends here ---
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed May 21 16:10:05 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=190077 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: pmh@hausen.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/190077: stagify sysutils/env4801
Date: Wed, 21 May 2014 16:10:04 UT

 Maintainer of sysutils/env4801,
 
 Please note that PR ports/190077 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/190077
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: "Patrick M. Hausen" <pmh@hausen.com>
To: bug-followup@FreeBSD.org
Cc: freebsd@nagilum.org
Subject: Re: ports/190077: stagify sysutils/env4801
Date: Thu, 22 May 2014 09:47:40 +0200

 Of course I approve and a big thanks to Alexander for submitting
 the patch.
 
 Kind regards
 Patrick
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Thu May 22 21:26:27 UTC 2014 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=190077 
State-Changed-From-To: open->closed 
State-Changed-By: rakuco 
State-Changed-When: Sat May 24 17:12:21 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=190077 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/190077: commit references a PR
Date: Sat, 24 May 2014 17:12:16 +0000 (UTC)

 Author: rakuco
 Date: Sat May 24 17:12:13 2014
 New Revision: 355054
 URL: http://svnweb.freebsd.org/changeset/ports/355054
 QAT: https://qat.redports.org/buildarchive/r355054/
 
 Log:
   Support staging.
   
   PR:		ports/190077
   Submitted by:	freebsd@nagilum.org
   Approved by:	"Patrick M. Hausen" <pmh@hausen.com> (maintainer)
 
 Modified:
   head/sysutils/env4801/Makefile
 
 Modified: head/sysutils/env4801/Makefile
 ==============================================================================
 --- head/sysutils/env4801/Makefile	Sat May 24 17:02:46 2014	(r355053)
 +++ head/sysutils/env4801/Makefile	Sat May 24 17:12:13 2014	(r355054)
 @@ -26,7 +26,6 @@ OPTIONS_DEFINE=	STATIC
  OPTIONS_DEFAULT=	STATIC
  STATIC_DESC=	Build a statically linked executable
  
 -NO_STAGE=	yes
  .include <bsd.port.options.mk>
  
  post-patch:
 @@ -39,8 +38,8 @@ post-extract:
  		${FILESDIR}/env4801.sh > ${WRKSRC}/env4801.sh
  
  do-install:
 -	${INSTALL_PROGRAM} ${WRKSRC}/env4801 ${PREFIX}/sbin
 -	${INSTALL_SCRIPT} ${WRKSRC}/env4801.sh ${PREFIX}/etc/rc.d
 +	${INSTALL_PROGRAM} ${WRKSRC}/env4801 ${STAGEDIR}${PREFIX}/sbin
 +	${INSTALL_SCRIPT} ${WRKSRC}/env4801.sh ${STAGEDIR}${PREFIX}/etc/rc.d
  
  post-install:
  	@${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${PKGMESSAGE}
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
