Date: Mon, 26 May 2014 12:50:41 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355321 - in head/security: aide clamsmtp courierpassd doscan fwbuilder gpasman libprelude libpreludedb libtomcrypt lsh matrixssl mosref openscep osslsigncode p5-openxpki-client p5-open... Message-ID: <201405261250.s4QCofGR095770@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Mon May 26 12:50:40 2014 New Revision: 355321 URL: http://svnweb.freebsd.org/changeset/ports/355321 QAT: https://qat.redports.org/buildarchive/r355321/ Log: - Convert gmake, bzip2 to USES Approved by: portmgr Modified: head/security/aide/Makefile head/security/clamsmtp/Makefile head/security/courierpassd/Makefile head/security/doscan/Makefile head/security/fwbuilder/Makefile head/security/gpasman/Makefile head/security/libprelude/Makefile head/security/libpreludedb/Makefile head/security/libtomcrypt/Makefile head/security/lsh/Makefile head/security/matrixssl/Makefile head/security/mosref/Makefile head/security/openscep/Makefile head/security/osslsigncode/Makefile head/security/p5-openxpki-client/Makefile head/security/p5-openxpki-deployment/Makefile head/security/pam_krb5/Makefile head/security/pam_ldap/Makefile head/security/pam_pgina/Makefile head/security/parano/Makefile head/security/pft/Makefile head/security/prelude-lml/Makefile head/security/prelude-manager/Makefile head/security/prelude-pflogger/Makefile head/security/rats/Makefile head/security/samba-virusfilter/Makefile head/security/scannedonly/Makefile head/security/skipfish/Makefile head/security/starttls/Makefile head/security/steghide/Makefile head/security/xinetd/Makefile Modified: head/security/aide/Makefile ============================================================================== --- head/security/aide/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/aide/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -13,12 +13,11 @@ MAINTAINER= cy@FreeBSD.org COMMENT= Replacement and extension for Tripwire LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash -USES= bison +USES= bison gmake NO_STAGE= yes .include <bsd.port.pre.mk> -USE_GMAKE= yes USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-mhash \ Modified: head/security/clamsmtp/Makefile ============================================================================== --- head/security/clamsmtp/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/clamsmtp/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -11,7 +11,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= ClamAV anti-virus SMTP Filter GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_RC_SUBR= clamsmtpd SUB_LIST= CLAMAV_PID_DIR=${CLAMAV_PID_DIR} SUB_FILES+= pkg-message Modified: head/security/courierpassd/Makefile ============================================================================== --- head/security/courierpassd/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/courierpassd/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -14,7 +14,7 @@ BUILD_DEPENDS= courierauthconfig:${PORTS RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/security/doscan/Makefile ============================================================================== --- head/security/doscan/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/doscan/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -13,7 +13,7 @@ COMMENT= Tool to quickly scan your netwo LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake PORTDOCS= README MAN1= doscan.1 Modified: head/security/fwbuilder/Makefile ============================================================================== --- head/security/fwbuilder/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/fwbuilder/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -46,7 +46,7 @@ USE_QT4= corelib \ QTDIR?= ${QT_PREFIX} USE_OPENSSL= yes -USE_GMAKE= yes +USES= gmake USE_AUTOTOOLS= autoconf aclocal libtool CONFIGURE_SCRIPT= autogen.sh GNU_CONFIGURE= yes Modified: head/security/gpasman/Makefile ============================================================================== --- head/security/gpasman/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/gpasman/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Password manager that stores password information encrypted PLIST_FILES= bin/gpasman -USE_GMAKE= yes +USES= gmake USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}" Modified: head/security/libprelude/Makefile ============================================================================== --- head/security/libprelude/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/libprelude/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -23,8 +23,7 @@ USE_AUTOTOOLS= libtool libltdl CONFIGURE_ARGS= --localstatedir=/var \ --enable-gtk-doc=no \ --with-html-dir=${PREFIX}/share/doc -USE_GMAKE= yes -USES= pathfix pkgconfig gettext iconv charsetfix +USES= pathfix pkgconfig gettext iconv charsetfix gmake USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/security/libpreludedb/Makefile ============================================================================== --- head/security/libpreludedb/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/libpreludedb/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -18,10 +18,9 @@ LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ nettle:${PORTSDIR}/security/nettle \ p11-kit:${PORTSDIR}/security/p11-kit -USE_GMAKE= yes USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes -USES= gettext iconv +USES= gettext iconv gmake CONFIGURE_ARGS= --enable-gtk-doc=no USE_LDCONFIG= yes Modified: head/security/libtomcrypt/Makefile ============================================================================== --- head/security/libtomcrypt/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/libtomcrypt/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -15,8 +15,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER MAKEFILE= makefile MAKE_ARGS= DESTDIR="${PREFIX}" LIBPATH="/lib" INCPATH="/include" \ DATAPATH="${DOCSDIR}/pdf" -USE_BZIP2= yes -USE_GMAKE= yes + +USES= gmake tar:bzip2 ALL_TARGET= library CFLAGS+= -I${PREFIX}/include Modified: head/security/lsh/Makefile ============================================================================== --- head/security/lsh/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/lsh/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -18,7 +18,7 @@ LIB_DEPENDS= oop:${PORTSDIR}/devel/liboo USE_CSTD= c89 GNU_CONFIGURE= yes USE_XORG= xau -USE_GMAKE= yes +USES= yes INSTALL_TARGET= install CONFIGURE_ENV= PREFIX="${PREFIX}" CONFIGURE_ARGS+= --with-include-path=${LOCALBASE}/include Modified: head/security/matrixssl/Makefile ============================================================================== --- head/security/matrixssl/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/matrixssl/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -18,7 +18,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}-${PORTVERSION:S/./-/g}-open -USE_GMAKE= yes +USES= gmake MAKE_ARGS= CC="${CC}" DFLAGS="${CFLAGS}" STRIP="${TEST}" USE_LDCONFIG= yes Modified: head/security/mosref/Makefile ============================================================================== --- head/security/mosref/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/mosref/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-2.0-beta3 MAINTAINER= pjdelport@gmail.com COMMENT= Secure remote execution framework using a compact Scheme-influenced VM -USE_GMAKE= yes +USES= gmake PORTDOCS= ChangeLog TODO vm-implementation.tex vm-implementation.pdf Modified: head/security/openscep/Makefile ============================================================================== --- head/security/openscep/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/openscep/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -16,8 +16,8 @@ USE_OPENSSL= yes USE_OPENLDAP= yes USE_APACHE= 22+ GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes +USES= gmake NO_STAGE= yes .include <bsd.port.pre.mk> Modified: head/security/osslsigncode/Makefile ============================================================================== --- head/security/osslsigncode/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/osslsigncode/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -15,7 +15,7 @@ PLIST_FILES= bin/osslsigncode CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_OPENSSL= yes .if !defined(WITHOUT_CURL) Modified: head/security/p5-openxpki-client/Makefile ============================================================================== --- head/security/p5-openxpki-client/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/p5-openxpki-client/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -16,8 +16,7 @@ BUILD_DEPENDS= \ p5-openxpki>=0:${PORTSDIR}/security/p5-openxpki RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GMAKE= yes -USES= perl5 +USES= perl5 gmake USE_PERL5= configure .include <bsd.port.mk> Modified: head/security/p5-openxpki-deployment/Makefile ============================================================================== --- head/security/p5-openxpki-deployment/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/p5-openxpki-deployment/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -24,8 +24,7 @@ MAN1= openxpki-configure.1 \ openxpki-metaconf.1 \ openxpkiadm.1 \ openxpkictl.1 -USES= perl5 -USE_GMAKE= yes +USES= perl5 gmake USE_RC_SUBR= openxpki HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix ${PREFIX} Modified: head/security/pam_krb5/Makefile ============================================================================== --- head/security/pam_krb5/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/pam_krb5/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -15,9 +15,8 @@ CONFLICTS= pam_krb5-rh-2.* MAN5= pam_krb5.5 -USES= perl5 +USES= perl5 gmake GNU_CONFIGURE= yes -USE_GMAKE= yes .if defined(KRB5_IMPL) && ${KRB5_IMPL} == heimdal .if defined(HEIMDAL_HOME) Modified: head/security/pam_ldap/Makefile ============================================================================== --- head/security/pam_ldap/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/pam_ldap/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -12,10 +12,9 @@ DISTNAME= pam_ldap-${PORTVERSION:S/.//g} MAINTAINER= marcus@FreeBSD.org COMMENT= A pam module for authenticating with LDAP -USE_GMAKE= yes GNU_CONFIGURE= yes USE_OPENLDAP= yes -USES= perl5 +USES= perl5 gmake USE_PERL5= build WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g} PAM_LDAP_CONF?= ldap.conf Modified: head/security/pam_pgina/Makefile ============================================================================== --- head/security/pam_pgina/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/pam_pgina/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -13,10 +13,9 @@ COMMENT= Daemon for allowing a pGina plu LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/GPL -USE_GMAKE= yes GNU_CONFIGURE= yes USE_OPENSSL= yes -USES= perl5 +USES= perl5 gmake USE_PERL5= run NO_STAGE= yes Modified: head/security/parano/Makefile ============================================================================== --- head/security/parano/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/parano/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -12,8 +12,7 @@ COMMENT= A Gnome program to deal with ha USE_GNOME= pygnome2 USE_PYTHON= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/security/pft/Makefile ============================================================================== --- head/security/pft/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/pft/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -13,7 +13,7 @@ COMMENT= Printer Job Language library an NO_WRKSUBDIR= yes ALL_TARGET= libPJL.a -USE_GMAKE= yes +USES= gmake PLIST_FILES= bin/pft lib/libPJL.a Modified: head/security/prelude-lml/Makefile ============================================================================== --- head/security/prelude-lml/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/prelude-lml/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -20,12 +20,11 @@ LIB_DEPENDS= libicuuc.so:${PORTSDIR}/dev libnettle.so:${PORTSDIR}/security/nettle \ libp11-kit.so:${PORTSDIR}/security/p11-kit -USE_GMAKE= yes USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes USE_RC_SUBR= prelude-lml CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc -USES= charsetfix gettext iconv pkgconfig +USES= charsetfix gettext iconv pkgconfig gmake OPTIONS_DEFINE= FAM FAM_CONFIGURE_ENABLE= fam Modified: head/security/prelude-manager/Makefile ============================================================================== --- head/security/prelude-manager/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/prelude-manager/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -19,8 +19,7 @@ LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ nettle:${PORTSDIR}/security/nettle \ p11-kit:${PORTSDIR}/security/p11-kit -USES= pkgconfig gettext iconv -USE_GMAKE= yes +USES= pkgconfig gettext iconv gmake USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/security/prelude-pflogger/Makefile ============================================================================== --- head/security/prelude-pflogger/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/prelude-pflogger/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -12,7 +12,7 @@ COMMENT= Prelude-PFlogger Listens at Ope LIB_DEPENDS+= prelude:${PORTSDIR}/security/libprelude -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_RC_SUBR= prelude-pflogger Modified: head/security/rats/Makefile ============================================================================== --- head/security/rats/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/rats/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -13,7 +13,7 @@ COMMENT= Source code auditing tool LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake CONFIGURE_ARGS+=--with-expat-lib=${LOCALBASE}/lib \ --with-expat-include=${LOCALBASE}/include/xml \ --datadir=${DATADIR} Modified: head/security/samba-virusfilter/Makefile ============================================================================== --- head/security/samba-virusfilter/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/samba-virusfilter/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -11,9 +11,8 @@ COMMENT= On-access anti-virus filter for PATCH_DEPENDS= smbclient:${PORTSDIR}/net/${SAMBA_PORT} BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/${SAMBA_PORT}:configure -USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= tar:bzip2 gmake ALL_TARGET= # should empty CONFIGURE_ARGS= --with-samba-source=`cd ${PORTSDIR}/net/${SAMBA_PORT}; ${MAKE} -VWRKSRC` \ --with-clamd=${PREFIX}/sbin/clamd --with-savdid=${PREFIX}/bin/savdid Modified: head/security/scannedonly/Makefile ============================================================================== --- head/security/scannedonly/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/scannedonly/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -18,7 +18,7 @@ BUILD_DEPENDS+= smbd:${PORTSDIR}/${SAMBA CONFIGURE_ARGS+=--with-samba-vfs-dir=${PREFIX}/lib/samba/vfs GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_RC_SUBR= ${PORTNAME} LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include Modified: head/security/skipfish/Makefile ============================================================================== --- head/security/skipfish/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/skipfish/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -16,8 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= idn:${PORTSDIR}/dns/libidn \ pcre:${PORTSDIR}/devel/pcre - -USE_GMAKE= yes + +USES= gmake SUB_FILES= pkg-message .if !defined(NOPORTDOCS) Modified: head/security/starttls/Makefile ============================================================================== --- head/security/starttls/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/starttls/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -10,7 +10,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Simple wrapper program for STARTTLS on ${EMACS_PORT_NAME} GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_EMACS= yes NO_STAGE= yes Modified: head/security/steghide/Makefile ============================================================================== --- head/security/steghide/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/steghide/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -17,9 +17,8 @@ LIB_DEPENDS= mcrypt.8:${PORTSDIR}/securi LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext perl5 +USES= gettext perl5 gmake USE_AUTOTOOLS= libtool -USE_GMAKE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl -lmcrypt" CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include -fpermissive Modified: head/security/xinetd/Makefile ============================================================================== --- head/security/xinetd/Makefile Mon May 26 12:48:29 2014 (r355320) +++ head/security/xinetd/Makefile Mon May 26 12:50:40 2014 (r355321) @@ -12,7 +12,7 @@ COMMENT= Replacement for inetd with bett LICENSE= BSD -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_RC_SUBR= xinetd ALL_TARGET= build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405261250.s4QCofGR095770>