ports/189694: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sun May 25 21:00:01 UTC 2014


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

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/189694: commit references a PR
Date: Sun, 25 May 2014 20:58:19 +0000 (UTC)

 Author: mat
 Date: Sun May 25 20:58:14 2014
 New Revision: 355267
 URL: http://svnweb.freebsd.org/changeset/ports/355267
 QAT: https://qat.redports.org/buildarchive/r355267/
 
 Log:
   SITE_PERL is relative to LOCALBASE, switch to PREFIX for the post-stage fixups.
   
   PR:		ports/189694
   Submitted by:	Paul J Murphy
   Sponsored by:	Absolight
 
 Modified:
   head/Mk/Uses/perl5.mk
 
 Modified: head/Mk/Uses/perl5.mk
 ==============================================================================
 --- head/Mk/Uses/perl5.mk	Sun May 25 20:07:24 2014	(r355266)
 +++ head/Mk/Uses/perl5.mk	Sun May 25 20:58:14 2014	(r355267)
 @@ -258,7 +258,7 @@ do-install:
  # TODO: change to ${_USE_PERL5:Mconfigure} when M::B creates .packlist
  .if ${USE_PERL5:Mconfigure} || ${USE_PERL5:Mmodbuildtiny} || ${USE_PERL5:Mfixpacklist}
  fix-packlist::
 -	-@[ -d ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto ] && ${FIND} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto -name .packlist -exec ${SED} -i '' 's|^${STAGEDIR}||' '{}' \;
 +	-@[ -d ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/${PERL_ARCH}/auto ] && ${FIND} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/${PERL_ARCH}/auto -name .packlist -exec ${SED} -i '' 's|^${STAGEDIR}||' '{}' \;
  .endif
  
  .if !target(regression-test)
 _______________________________________________
 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-perl mailing list