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