svn commit: r368618 - head/devel/p5-VCP-Source-cvsbk

Andrej Zverev az at FreeBSD.org
Sat Sep 20 06:36:35 UTC 2014


Author: az
Date: Sat Sep 20 06:36:34 2014
New Revision: 368618
URL: http://svnweb.freebsd.org/changeset/ports/368618
QAT: https://qat.redports.org/buildarchive/r368618/

Log:
  fix build with perl 5.18
  
  PR:		193064

Modified:
  head/devel/p5-VCP-Source-cvsbk/Makefile

Modified: head/devel/p5-VCP-Source-cvsbk/Makefile
==============================================================================
--- head/devel/p5-VCP-Source-cvsbk/Makefile	Sat Sep 20 06:35:12 2014	(r368617)
+++ head/devel/p5-VCP-Source-cvsbk/Makefile	Sat Sep 20 06:36:34 2014	(r368618)
@@ -11,10 +11,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	VCP source driver for bk exported cvs repository
 
-BUILD_DEPENDS=	p5-VCP-autrijus>=0:${PORTSDIR}/devel/p5-VCP-autrijus
+BUILD_DEPENDS=	p5-VCP-autrijus>=0:${PORTSDIR}/devel/p5-VCP-autrijus \
+		p5-Module-Install>0:${PORTSDIR}/devel/p5-Module-Install
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
 
+post-patch:
+	# Really old M::I code
+	${RM} -rf ${WRKSRC}/inc
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list