ports/190077: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sat May 24 17:20:01 UTC 2014


The following reply was made to PR ports/190077; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at nagilum.org
   Approved by:	"Patrick M. Hausen" <pmh at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list