Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2014 06:35:12 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368617 - head/devel/p5-PerlIO-via-symlink
Message-ID:  <201409200635.s8K6ZCbs008177@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sat Sep 20 06:35:12 2014
New Revision: 368617
URL: http://svnweb.freebsd.org/changeset/ports/368617
QAT: https://qat.redports.org/buildarchive/r368617/

Log:
  fix build with perl 5.18
  
  PR:		193064

Modified:
  head/devel/p5-PerlIO-via-symlink/Makefile

Modified: head/devel/p5-PerlIO-via-symlink/Makefile
==============================================================================
--- head/devel/p5-PerlIO-via-symlink/Makefile	Sat Sep 20 06:33:14 2014	(r368616)
+++ head/devel/p5-PerlIO-via-symlink/Makefile	Sat Sep 20 06:35:12 2014	(r368617)
@@ -10,7 +10,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	rafan@FreeBSD.org
 COMMENT=	Symbolic link PerlIO layers
 
+BUILD_DEPENDS=	p5-Module-Install>0:${PORTSDIR}/devel/p5-Module-Install
+
 USES=		perl5
 USE_PERL5=	configure
 
+post-patch:
+	# Really old M::I code
+	${RM} -rf ${WRKSRC}/inc
+
 .include <bsd.port.mk>



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