diff options
author | mat <mat@FreeBSD.org> | 2013-08-03 21:44:00 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-08-03 21:44:00 +0800 |
commit | 75dd7415d6d89e4f6c03a98e4dd8589865c9cb43 (patch) | |
tree | 5fff787fcf509ed53762690c395516c337412423 /devel | |
parent | 3e657489e209d0aec5331fd70f19c96df0146a59 (diff) | |
download | freebsd-ports-gnome-75dd7415d6d89e4f6c03a98e4dd8589865c9cb43.tar.gz freebsd-ports-gnome-75dd7415d6d89e4f6c03a98e4dd8589865c9cb43.tar.zst freebsd-ports-gnome-75dd7415d6d89e4f6c03a98e4dd8589865c9cb43.zip |
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ace/Makefile | 5 | ||||
-rw-r--r-- | devel/cc65/Makefile | 4 | ||||
-rw-r--r-- | devel/cvsdadm/Makefile | 4 | ||||
-rw-r--r-- | devel/gecode/Makefile | 4 | ||||
-rw-r--r-- | devel/leaktracer/Makefile | 3 | ||||
-rw-r--r-- | devel/naturaldocs/Makefile | 3 | ||||
-rw-r--r-- | devel/paexec/Makefile | 3 | ||||
-rw-r--r-- | devel/picasm/Makefile | 3 | ||||
-rw-r--r-- | devel/ppl/Makefile | 4 |
9 files changed, 18 insertions, 15 deletions
diff --git a/devel/ace/Makefile b/devel/ace/Makefile index dd4a7478e00a..b0fe22f3438b 100644 --- a/devel/ace/Makefile +++ b/devel/ace/Makefile @@ -21,14 +21,13 @@ CONFLICTS= ace+tao-5* WRKSRC= ${WRKDIR}/ACE_wrappers USE_BZIP2= yes -USES= pkgconfig -USE_PERL5_BUILD=yes +USES= pkgconfig perl5 +USE_PERL5= build USE_GMAKE= yes MAKE_ENV= LD_LIBRARY_PATH="${WRKSRC}/lib" ACE_ROOT="${WRKSRC}" \ CROSS-COMPILE=1 MAKEFILE= GNUmakefile USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/devel/cc65/Makefile b/devel/cc65/Makefile index 71ee9162bba2..69d444adba44 100644 --- a/devel/cc65/Makefile +++ b/devel/cc65/Makefile @@ -15,9 +15,9 @@ COMMENT= Cross-compiler for 6502-based systems, includes 65816 assembler WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= shebangfix +USES= shebangfix perl5 USE_BZIP2= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_GMAKE= yes MAKEFILE= ${WRKSRC}/make/gcc.mak MAKE_JOBS_UNSAFE=yes diff --git a/devel/cvsdadm/Makefile b/devel/cvsdadm/Makefile index d1b5386535a3..70ff2ea8a1be 100644 --- a/devel/cvsdadm/Makefile +++ b/devel/cvsdadm/Makefile @@ -14,9 +14,9 @@ COMMENT= Tool for CVSd pserver user administration WRKSRC= ${WRKDIR}/${PORTNAME} -USES= shebangfix +USES= shebangfix perl5 NO_BUILD= yes -USE_PERL5_RUN= yes +USE_PERL5= run POD2TEXT?= pod2text PORTDOCS= cvsdadm.README diff --git a/devel/gecode/Makefile b/devel/gecode/Makefile index 9fed535b28d0..b6423e2d99cb 100644 --- a/devel/gecode/Makefile +++ b/devel/gecode/Makefile @@ -14,8 +14,8 @@ LICENSE= MIT OPTIONS_DEFINE= GIST GIST_DESC= Interactive Search Tool (requires Qt) -USE_PERL5_BUILD=yes -USES= bison +USE_PERL5= build +USES= bison perl5 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static \ diff --git a/devel/leaktracer/Makefile b/devel/leaktracer/Makefile index c30b301be879..86735954cb6c 100644 --- a/devel/leaktracer/Makefile +++ b/devel/leaktracer/Makefile @@ -15,9 +15,10 @@ DISTNAME= LeakTracer MAINTAINER= ports@FreeBSD.org COMMENT= Trace and analyze memory leaks in C++ programs +USES= perl5 USE_LDCONFIG= yes USE_GMAKE= yes -USE_PERL5_RUN= yes +USE_PERL5= run PLIST_FILES= bin/LeakCheck bin/leak-analyze lib/LeakTracer.so PORTDOCS= README README.html diff --git a/devel/naturaldocs/Makefile b/devel/naturaldocs/Makefile index 5d4629ce1bb2..ae7e7437d077 100644 --- a/devel/naturaldocs/Makefile +++ b/devel/naturaldocs/Makefile @@ -16,8 +16,9 @@ DISTNAME= NaturalDocs-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= An extensible, multi-language source code documentation generator +USES= perl5 USE_ZIP= yes -USE_PERL5_RUN= yes +USE_PERL5= run NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/devel/paexec/Makefile b/devel/paexec/Makefile index f2b88f6134b7..53c70150cb8b 100644 --- a/devel/paexec/Makefile +++ b/devel/paexec/Makefile @@ -17,7 +17,8 @@ RUN_DEPENDS= runawk:${PORTSDIR}/lang/runawk OPTIONS_DEFINE= DOCS EXAMPLES -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build MAKE_ENV= SUBPRJ_DFLT="${SUBPRJ_DFLT}" CFLAGS+= -I${LOCALBASE}/include diff --git a/devel/picasm/Makefile b/devel/picasm/Makefile index c4caaa9ca2e7..cddc0f27e435 100644 --- a/devel/picasm/Makefile +++ b/devel/picasm/Makefile @@ -19,7 +19,8 @@ USE_BZIP2= yes WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g} -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PERL5="${PERL5}" ALL_TARGET= diff --git a/devel/ppl/Makefile b/devel/ppl/Makefile index 1875a0f96768..22efe3d53094 100644 --- a/devel/ppl/Makefile +++ b/devel/ppl/Makefile @@ -20,8 +20,9 @@ EXPIRATION_DATE= 2013-09-21 PWL_DOC_PREFIX= share/doc/pwl +USES= perl5 USE_GMAKE= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_AUTOTOOLS= libtool LIBTOOLFILES= configure Watchdog/configure USE_GCC= 4.2+ @@ -38,7 +39,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-gmp-prefix="${LOCALBASE}" \ --enable-interfaces="${INTERFACES}" USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes MAN1= ppl-config.1 ppl_lcdd.1 ppl_pips.1 MAN3= libppl.3 libppl_c.3 |