Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2014 06:42:36 +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: r368624 - head/security/p5-Authen-TypeKey
Message-ID:  <201409200642.s8K6gaZ7013301@svn.freebsd.org>

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

Log:
  fix build with perl 5.18
  
  PR:		193064

Modified:
  head/security/p5-Authen-TypeKey/Makefile

Modified: head/security/p5-Authen-TypeKey/Makefile
==============================================================================
--- head/security/p5-Authen-TypeKey/Makefile	Sat Sep 20 06:41:30 2014	(r368623)
+++ head/security/p5-Authen-TypeKey/Makefile	Sat Sep 20 06:42:36 2014	(r368624)
@@ -16,10 +16,15 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \
 		p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
-		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+		p5-Module-Install>0:${PORTSDIR}/devel/p5-Module-Install
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PERL5=	configure
 USES=		perl5
 
+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?201409200642.s8K6gaZ7013301>