Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2014 19:23:28 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343376 - head/x11-toolkits/p5-Prima
Message-ID:  <201402081923.s18JNSnv038877@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402081923.s18JNSnv038877>