svn commit: r343376 - head/x11-toolkits/p5-Prima

Antoine Brodin antoine at FreeBSD.org
Sat Feb 8 19:23:29 UTC 2014


Author: antoine
Date: Sat Feb  8 19:23:28 2014
New Revision: 343376
URL: http://svnweb.freebsd.org/changeset/ports/343376
QAT: https://qat.redports.org/buildarchive/r343376/

Log:
  The generation of Prima/Config.pm is not stage safe.
  Correct the path inside this file in stage directory.
  This fixes graphics/IPA build.
  
  Reported by:	pkg-fallout

Modified:
  head/x11-toolkits/p5-Prima/Makefile

Modified: head/x11-toolkits/p5-Prima/Makefile
==============================================================================
--- head/x11-toolkits/p5-Prima/Makefile	Sat Feb  8 18:25:13 2014	(r343375)
+++ head/x11-toolkits/p5-Prima/Makefile	Sat Feb  8 19:23:28 2014	(r343376)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Prima
 PORTVERSION=	1.37
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -44,4 +45,7 @@ USE_GNOME=	gtk20
 CONFIGURE_ARGS+=WITH_GTK2=1
 .endif
 
+post-install:
+	@${SED} -i '' 's,${STAGEDIR},,g' ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/Prima/Config.pm
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list