Bug 190077 - stagify sysutils/env4801
Summary: stagify sysutils/env4801
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-21 17:10 UTC by freebsd
Modified: 2014-05-24 18:20 UTC (History)
1 user (show)

See Also:


Attachments
env4801.patch (748 bytes, patch)
2014-05-21 17:10 UTC, freebsd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd 2014-05-21 17:10:00 UTC
	sysutils/env4801 doesn't support staging

Fix: Apply attached patch.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-21 17:10:04 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-21 17:10:05 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Patrick M. Hausen 2014-05-22 08:47:40 UTC
Of course I approve and a big thanks to Alexander for submitting
the patch.

Kind regards
Patrick
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2014-05-22 22:26:27 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-05-24 18:12:16 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"
Comment 6 Raphael Kubo da Costa freebsd_committer freebsd_triage 2014-05-24 18:12:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!