svn commit: r320718 - in head: audio/gramofile devel/p5-ExtUtils-MakeMaker net/v6eval security/aimsniff security/libwhisker
Andrej Zverev
az at FreeBSD.org
Wed Jun 12 19:20:42 UTC 2013
Author: az
Date: Wed Jun 12 19:20:40 2013
New Revision: 320718
URL: http://svnweb.freebsd.org/changeset/ports/320718
Log:
- Fix build with new site_perl
Submitted by: ohauer@
Modified:
head/audio/gramofile/Makefile (contents, props changed)
head/devel/p5-ExtUtils-MakeMaker/Makefile
head/net/v6eval/Makefile
head/security/aimsniff/Makefile (contents, props changed)
head/security/libwhisker/Makefile (contents, props changed)
Modified: head/audio/gramofile/Makefile
==============================================================================
--- head/audio/gramofile/Makefile Wed Jun 12 19:12:52 2013 (r320717)
+++ head/audio/gramofile/Makefile Wed Jun 12 19:20:40 2013 (r320718)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gramofile
-# Date created: Fri Jan 28 18:40:38 CET 2000
-# Whom: nox at jelal.kn-bremen.de
-#
+# Created by: nox at jelal.kn-bremen.de
# $FreeBSD$
-#
PORTNAME= gramofile
PORTVERSION= 1.6P
@@ -28,7 +24,7 @@ USE_CSTD= gnu89
MAKE_ARGS+= CC=${CC}
MAKE_ARGS+= CXX=${CXX}
-PERLCOREDIR= ${LOCALBASE}/lib/perl5/${PERL_VERSION}/mach/CORE
+PERLCOREDIR= ${LOCALBASE}/lib/perl5/${PERL_VER}/mach/CORE
MAKE_ARGS+= PERLCOREDIR=${PERLCOREDIR}
post-patch:
Modified: head/devel/p5-ExtUtils-MakeMaker/Makefile
==============================================================================
--- head/devel/p5-ExtUtils-MakeMaker/Makefile Wed Jun 12 19:12:52 2013 (r320717)
+++ head/devel/p5-ExtUtils-MakeMaker/Makefile Wed Jun 12 19:20:40 2013 (r320718)
@@ -41,7 +41,7 @@ post-patch:
@${REINPLACE_CMD} -e '/EXE_FILES/d; /my::bundles/d' ${WRKSRC}/Makefile.PL
@${REINPLACE_CMD} -e '/^bundled\//d' ${WRKSRC}/MANIFEST
@${RM} -fr ${WRKSRC}/bundled/
- @[ -e ${LOCALBASE}/lib/perl5/${PERL_VERSION}/mach/CORE/cc_runtime.h ] || \
+ @[ -e ${LOCALBASE}/lib/perl5/${PERL_VER}/mach/CORE/cc_runtime.h ] || \
${SED} -i '' -e '/cc_runtime.h/d' ${WRKSRC}/lib/ExtUtils/MM_Unix.pm
.include <bsd.port.post.mk>
Modified: head/net/v6eval/Makefile
==============================================================================
--- head/net/v6eval/Makefile Wed Jun 12 19:12:52 2013 (r320717)
+++ head/net/v6eval/Makefile Wed Jun 12 19:20:40 2013 (r320718)
@@ -22,7 +22,7 @@ SUB_FILES= pkg-message
NO_MANCOMPRESS= yes
MAN1PREFIX= ${PREFIX}/v6eval
-MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION}
+MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VER}
MAN1= pktctl.1.gz pktsend.1.gz
MAN3= V6evalRemote.3 V6evalTool.3
Modified: head/security/aimsniff/Makefile
==============================================================================
--- head/security/aimsniff/Makefile Wed Jun 12 19:12:52 2013 (r320717)
+++ head/security/aimsniff/Makefile Wed Jun 12 19:20:40 2013 (r320718)
@@ -29,7 +29,7 @@ PLIST_FILES= bin/aimsniff
.include <bsd.port.options.mk>
-.if !exists(${LOCALBASE}/lib/perl5/${PERL_VERSION}/${PERL_ARCH}/GDBM_File.pm)
+.if !exists(${LOCALBASE}/lib/perl5/${PERL_VER}/${PERL_ARCH}/GDBM_File.pm)
#IGNORE= You need perl compiled with GDBM support
.endif
Modified: head/security/libwhisker/Makefile
==============================================================================
--- head/security/libwhisker/Makefile Wed Jun 12 19:12:52 2013 (r320717)
+++ head/security/libwhisker/Makefile Wed Jun 12 19:20:40 2013 (r320718)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libwhisker
-# Date created: 20 September 2002
-# Whom: pandzilla
-#
+# Created by: pandzilla
# $FreeBSD$
-#
PORTNAME= libwhisker
PORTVERSION= 2.5
@@ -22,7 +18,7 @@ USE_PERL5= yes
PLIST_FILES= ${SITE_PERL_REL}/LW2.pm
MAN3= LW2.3pm
-MANPREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION}/perl/
+MANPREFIX= ${LOCALBASE}/lib/perl5/${PERL_VER}/perl/
.if !defined(NOPORTDOCS)
PORTDOCS= *
More information about the svn-ports-all
mailing list