mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- convert to the new perl5 framework
- convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
This commit is contained in:
parent
0772407fe8
commit
7ec4b3d1a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327370
19 changed files with 34 additions and 32 deletions
|
@ -13,11 +13,11 @@ COMMENT= System for backing PCs and laptops to a server
|
|||
|
||||
RUN_DEPENDS= p5-File-Listing>=0:${PORTSDIR}/sysutils/p5-File-Listing
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_PERL5= yes
|
||||
USE_RC_SUBR= backuppc
|
||||
|
||||
USES= perl5
|
||||
NO_BUILD= yes
|
||||
|
||||
USERS= backuppc
|
||||
GROUPS= backuppc
|
||||
|
||||
|
|
|
@ -16,9 +16,9 @@ LICENSE= BSD GPLv2
|
|||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE-DUAL.txt
|
||||
|
||||
USES= perl5
|
||||
USE_OPENSSL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PERL5= yes
|
||||
USE_AUTOTOOLS= autoconf aclocal autoheader
|
||||
ACLOCAL_ARGS+= -I ${WRKSRC}/infrastructure/m4
|
||||
|
||||
|
|
|
@ -17,10 +17,8 @@ LIB_DEPENDS+= krb5support:${PORTSDIR}/security/krb5 \
|
|||
|
||||
RESTRICTED= Requires manual distfile fetch
|
||||
WRKSRC= ${WRKDIR}/condor-${PORTVERSION}
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= cmake
|
||||
USE_PERL5= yes
|
||||
USES= cmake gmake perl5
|
||||
USE_PGSQL= server
|
||||
CXXFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -rpath=${LOCALBASE}/lib:/usr/lib:/lib
|
||||
|
|
|
@ -26,10 +26,10 @@ CONFIGURE_ARGS= --program-prefix=g \
|
|||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" FORCE_UNSAFE_CONFIGURE=1
|
||||
CPPFLAGS+= "-I${LOCALBASE}/include"
|
||||
|
||||
USES= gmake perl5
|
||||
USE_PERL5= build # build - required for tests and man page generation
|
||||
USE_XZ= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5_BUILD= yes # Required for tests and man page generation
|
||||
#USE_BISON= yes
|
||||
|
||||
INFO= coreutils
|
||||
|
|
|
@ -18,7 +18,7 @@ TAR_CMD= ${PREFIX}/bin/gtar
|
|||
|
||||
MAKE_ARGS= PERLPATH=${PERL} CONFFILE=${PREFIX}/etc/flexbackup.conf
|
||||
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
|
||||
SUB_FILES+= pkg-message
|
||||
|
||||
|
|
|
@ -80,7 +80,8 @@ PLIST_SUB+= MGMT="@comment "
|
|||
.if ${PORT_OPTIONS:MLDIRECTORD}
|
||||
RUN_DEPENDS+= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools
|
||||
USE_PERL5_RUN= yes
|
||||
USES+= perl5
|
||||
USE_PERL5= run
|
||||
PLIST_SUB+= LDIRECTORD=""
|
||||
MAN8+= ldirectord.8
|
||||
.else
|
||||
|
|
|
@ -9,8 +9,9 @@ MASTER_SITES= http://legh.ru/wp-content/uploads/jx/
|
|||
MAINTAINER= legh@legh.ru
|
||||
COMMENT= Wrapper to jexec with more feature in interpreting jail id
|
||||
|
||||
USES= perl5
|
||||
NO_BUILD= yes
|
||||
USE_PERL5_RUN= yes
|
||||
USE_PERL5= run
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
|
|
|
@ -18,11 +18,10 @@ LICENSE= GPLv3
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pathfix pkgconfig iconv ncurses
|
||||
USE_GMAKE= yes
|
||||
USES= pathfix pkgconfig iconv ncurses gmake perl5
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG}
|
||||
USE_PERL5_BUILD=yes
|
||||
USE_PERL5= build
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
|
||||
MAN1= cd-drive.1 cd-info.1 iso-read.1 iso-info.1 cd-read.1
|
||||
|
|
|
@ -33,9 +33,9 @@ CHARTS_DESC= Have Charts output format
|
|||
HTML_DESC= Have HTML or DocBook output format
|
||||
PDF_DESC= Have PDF output format
|
||||
EXCEL95_DESC= Have Excel95 Spreadsheet output format
|
||||
|
||||
USES= gmake perl5
|
||||
USE_GNOME= libxml2 libxslt
|
||||
USE_PERL5= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= "--with-docbookdir=${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd"
|
||||
CONFIGURE_ENV= POD2MAN=${LOCALBASE}/bin/pod2man
|
||||
|
|
|
@ -23,7 +23,8 @@ RUN_DEPENDS= p5-ParallelUA>=0:${PORTSDIR}/www/p5-ParallelUA \
|
|||
p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
|
||||
p5-Config-General>=0:${PORTSDIR}/devel/p5-Config-General
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
MAN5= monitorix.conf.5
|
||||
MAN8= monitorix.8
|
||||
MANCOMPRESSED= no
|
||||
|
|
|
@ -41,8 +41,8 @@ RUN_DEPENDS= munin-common>=0:${PORTSDIR}/sysutils/munin-common \
|
|||
p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
|
||||
p5-FCGI>=0:${PORTSDIR}/www/p5-FCGI
|
||||
|
||||
USE_PERL5= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake perl5
|
||||
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
.include "${.CURDIR}/../munin-common/munin.mk"
|
||||
|
|
|
@ -24,9 +24,7 @@ RUN_DEPENDS= p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \
|
|||
|
||||
DISTINFO_FILE= ${MUNIN_DISTINFO}
|
||||
EXTRA_PATCHES+= ${MUNIN_PATCHES}
|
||||
USES= shebangfix
|
||||
USE_PERL5= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake shebangfix perl5
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
REINPLACE_ARGS= -i ""
|
||||
SHEBANG_FILES= node/sbin/munin-node
|
||||
|
|
|
@ -25,7 +25,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
REINPLACE_ARGS= -i ''
|
||||
USE_RC_SUBR= mogilefsd mogstored
|
||||
|
||||
|
|
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= zaa@ulstu.ru
|
||||
COMMENT= Perl5 module which provides Object(ish) Interface to UTMP files
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Sys::Utmp.3 Sys::Utmp::Utent.3
|
||||
|
||||
|
|
|
@ -11,9 +11,10 @@ COMMENT= Parallel Distributed Shell
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= perl5
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PERL5_BUILD=yes
|
||||
USE_PERL5= build
|
||||
|
||||
OPTIONS_DEFINE= SSH DSHGROUPS NETGROUP READLINE RSH
|
||||
OPTIONS_DEFAULT= SSH DSHGROUPS
|
||||
|
|
|
@ -9,8 +9,7 @@ MASTER_SITES= CRITICAL
|
|||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Merges patch-rejects and runs a merge program to verify the changes
|
||||
|
||||
USES= shebangfix
|
||||
USE_PERL5= yes
|
||||
USES= shebangfix perl5
|
||||
NO_BUILD= yes
|
||||
|
||||
SHEBANG_FILES= qp mp
|
||||
|
|
|
@ -11,8 +11,8 @@ COMMENT= Wrapper around the rm command to prevent accidental deletions
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
NO_BUILD= yes
|
||||
|
||||
FETCH_ARGS= -pRr
|
||||
|
|
|
@ -10,9 +10,10 @@ COMMENT= Simple event (logs) correlator
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
USE_RC_SUBR= sec
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
NO_BUILD= yes
|
||||
|
||||
MAN8= sec.8
|
||||
|
|
|
@ -21,7 +21,8 @@ RUN_DEPENDS= \
|
|||
p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
|
||||
p5-Crypt-RandPasswd>=0:${PORTSDIR}/security/p5-Crypt-RandPasswd
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
NO_BUILD= yes
|
||||
|
||||
CONFLICTS= userneu-devel-[0-9]*
|
||||
|
|
Loading…
Add table
Reference in a new issue