diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /security | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 8 | ||||
-rw-r--r-- | security/gpa/Makefile | 8 | ||||
-rw-r--r-- | security/gtkportscan/Makefile | 2 | ||||
-rw-r--r-- | security/kopete-otr/Makefile | 8 | ||||
-rw-r--r-- | security/libntlm/Makefile | 3 | ||||
-rw-r--r-- | security/libprelude/Makefile | 3 | ||||
-rw-r--r-- | security/oath-toolkit/Makefile | 3 | ||||
-rw-r--r-- | security/openconnect/Makefile | 3 | ||||
-rw-r--r-- | security/opensc/Makefile | 2 | ||||
-rw-r--r-- | security/openvas-libraries/Makefile | 8 | ||||
-rw-r--r-- | security/pam_yubico/Makefile | 2 | ||||
-rw-r--r-- | security/prelude-lml/Makefile | 2 | ||||
-rw-r--r-- | security/prelude-manager/Makefile | 7 | ||||
-rw-r--r-- | security/py-otr/Makefile | 2 | ||||
-rw-r--r-- | security/revelation/Makefile | 3 | ||||
-rw-r--r-- | security/rifiuti2/Makefile | 2 | ||||
-rw-r--r-- | security/suricata/Makefile | 2 | ||||
-rw-r--r-- | security/trousers/Makefile | 2 | ||||
-rw-r--r-- | security/xmlsec1/Makefile | 2 | ||||
-rw-r--r-- | security/ykpers/Makefile | 2 |
20 files changed, 25 insertions, 49 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 20573b497479..001a7b2d5a8d 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnutls -# Date created: 13 Nov 2002 -# Whom: Sergei Kolobov <sergei@kolobov.com> -# +# Created by: Sergei Kolobov <sergei@kolobov.com> # $FreeBSD$ -# PORTNAME= gnutls PORTVERSION= 2.12.23 @@ -21,9 +17,9 @@ LIB_DEPENDS= nettle:${PORTSDIR}/security/nettle \ CONFLICTS= gnutls-devel-[0-9]* +USES= pkgconfig USE_BZIP2= yes USE_ICONV= yes -USE_PKGCONFIG= build USE_GNOME= ltverhack gnomehack GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes diff --git a/security/gpa/Makefile b/security/gpa/Makefile index ac50e1de5237..cba48511390f 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gpa -# Date created: 16 August 2000 -# Whom: Clive Lin <clive@CirX.ORG> -# +# Created by: Clive Lin <clive@CirX.ORG> # $FreeBSD$ -# PORTNAME= gpa PORTVERSION= 0.9.3 @@ -21,9 +17,9 @@ LIB_DEPENDS= assuan:${PORTSDIR}/security/libassuan \ BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg RUN_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg +USES= pkgconfig USE_BZIP2= yes USE_GMAKE= yes -USE_PKGCONFIG= build USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV+= GPGKEYS_LDAP="${LOCALBASE}/libexec/gpg2keys_ldap" \ diff --git a/security/gtkportscan/Makefile b/security/gtkportscan/Makefile index 36aec883265f..8f092781fac8 100644 --- a/security/gtkportscan/Makefile +++ b/security/gtkportscan/Makefile @@ -20,7 +20,7 @@ PLIST_FILES= bin/gtkportscan bin/portscan .if ${PORT_OPTIONS:MGTK2} USE_GNOME= gtk20 -USE_PKGCONFIG= build +USES+= pkgconfig GTK_CONFIG= pkg-config gtk+-2.0 .else USE_GNOME= gtk12 diff --git a/security/kopete-otr/Makefile b/security/kopete-otr/Makefile index c299be0644ef..233320bc4692 100644 --- a/security/kopete-otr/Makefile +++ b/security/kopete-otr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Kopete-OTR -# Date created: 2007-04-09 -# Whom: Dave Grochowski <malus.x@gmail.com> -# +# Created by: Dave Grochowski <malus.x@gmail.com> # $FreeBSD$ -# PORTNAME= otr PORTVERSION= 0.7 @@ -24,11 +20,11 @@ LIB_DEPENDS= otr.4:${PORTSDIR}/security/libotr3 USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} +USES= pkgconfig USE_BZIP2= yes USE_AUTOTOOLS= libtool USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_PKGCONFIG= build .include <bsd.port.mk> diff --git a/security/libntlm/Makefile b/security/libntlm/Makefile index 477fe7fbb1d9..3202448a3c52 100644 --- a/security/libntlm/Makefile +++ b/security/libntlm/Makefile @@ -11,9 +11,8 @@ COMMENT= Library that implement Microsoft's NTLM authentication LICENSE= LGPL21 -USES= pathfix +USES= pathfix pkgconfig USE_AUTOTOOLS= libtool -USE_PKGCONFIG= build USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index 92a69bf56b58..44208f72f73b 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -24,10 +24,9 @@ CONFIGURE_ARGS= --localstatedir=/var \ --enable-gtk-doc=no \ --with-html-dir=${PREFIX}/share/doc USE_GMAKE= yes -USE_PKGCONFIG= build USE_ICONV= yes USE_GETTEXT= yes -USES= pathfix +USES= pathfix pkgconfig USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/security/oath-toolkit/Makefile b/security/oath-toolkit/Makefile index 9e90b2d3d3e2..4ea8dd8c9e3c 100644 --- a/security/oath-toolkit/Makefile +++ b/security/oath-toolkit/Makefile @@ -11,8 +11,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT= Library, tools, and PAM module for OATH authentication USE_GMAKE= yes -USES= pathfix -USE_PKGCONFIG= build +USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile index 80dd5674110f..d22539f87e73 100644 --- a/security/openconnect/Makefile +++ b/security/openconnect/Makefile @@ -20,8 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --with-vpnc-script=${LOCALBASE}/sbin/vpnc-script \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig USE_AUTOTOOLS= aclocal autoconf libtool -USES= pathfix -USE_PKGCONFIG= yes +USES= pathfix pkgconfig USE_GMAKE= yes USE_OPENSSL= yes MAKE_JOBS_SAFE= yes diff --git a/security/opensc/Makefile b/security/opensc/Makefile index 3d29ef21824d..74e6b0a47901 100644 --- a/security/opensc/Makefile +++ b/security/opensc/Makefile @@ -24,10 +24,10 @@ OPENCT_DESC= Use OpenCT backend CTAPI_DESC= Use CT-API backend SM_DESC= Enable secure messaging support +USES= pkgconfig USE_OPENSSL= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_PKGCONFIG= build USE_LDCONFIG= yes CONFIGURE_ENV= \ diff --git a/security/openvas-libraries/Makefile b/security/openvas-libraries/Makefile index 67d92b2b91e5..355caa9d4ffc 100644 --- a/security/openvas-libraries/Makefile +++ b/security/openvas-libraries/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: openvas-libraries -# Date created: 2008-04-26 -# Whom: Tomoyuki Sakurai <cherry@trombik.org> -# +# Created by: Tomoyuki Sakurai <cherry@trombik.org> # $FreeBSD$ -# PORTNAME= openvas-libraries PORTVERSION= 2.0.3 @@ -17,9 +13,9 @@ COMMENT= Libraries for OpenVAS LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls \ gcrypt.18:${PORTSDIR}/security/libgcrypt +USES= pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_PKGCONFIG= yes USE_GNOME= glib20 MAKE_JOBS_UNSAFE= yes diff --git a/security/pam_yubico/Makefile b/security/pam_yubico/Makefile index 0de844ac80b0..3e2baecc751e 100644 --- a/security/pam_yubico/Makefile +++ b/security/pam_yubico/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= ykclient:${PORTSDIR}/security/ykclient \ yubikey:${PORTSDIR}/security/libyubikey GNU_CONFIGURE= yes -USE_PKGCONFIG= build +USES= pkgconfig PLIST_FILES= include/drop_privs.h \ include/util.h \ diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile index f54508d46a54..4d753dd9ac2f 100644 --- a/security/prelude-lml/Makefile +++ b/security/prelude-lml/Makefile @@ -25,7 +25,7 @@ USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes USE_RC_SUBR= prelude-lml CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc -USE_PKGCONFIG= build +USES= pkgconfig USE_GETTEXT= yes USE_ICONV= yes diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile index aa4b60061ca5..ca646984139e 100644 --- a/security/prelude-manager/Makefile +++ b/security/prelude-manager/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: prelude-manager -# Date created: Sun Aug 4 19:31:17 CEST 2002 -# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> -# +# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org> # $FreeBSD$ PORTNAME= prelude-manager @@ -22,10 +19,10 @@ LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ nettle:${PORTSDIR}/security/nettle \ p11-kit:${PORTSDIR}/security/p11-kit +USES= pkgconfig USE_GMAKE= yes USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes -USE_PKGCONFIG= build USE_GETTEXT= yes USE_ICONV= yes USE_LDCONFIG= yes diff --git a/security/py-otr/Makefile b/security/py-otr/Makefile index 3c30d367b5f2..01f579a97172 100644 --- a/security/py-otr/Makefile +++ b/security/py-otr/Makefile @@ -15,9 +15,9 @@ BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 # This should be updated to the newer version of libotr LIB_DEPENDS= otr.4:${PORTSDIR}/security/libotr3 +USES= pkgconfig USE_PYTHON= yes USE_PYDISTUTILS=yes -USE_PKGCONFIG= build PYDISTUTILS_PKGNAME= python-otr CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib diff --git a/security/revelation/Makefile b/security/revelation/Makefile index b3b06296dec6..25880345e404 100644 --- a/security/revelation/Makefile +++ b/security/revelation/Makefile @@ -21,11 +21,10 @@ OPTIONS_DEFINE= APPLET APPLET_DESC= Build with applet USE_BZIP2= yes -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= desktopfileutils gnomeprefix pygnome2 USE_PYTHON= yes USE_GETTEXT= yes -USE_PKGCONFIG= build USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes diff --git a/security/rifiuti2/Makefile b/security/rifiuti2/Makefile index c4d9341b147b..d15dc9ccd6a3 100644 --- a/security/rifiuti2/Makefile +++ b/security/rifiuti2/Makefile @@ -14,7 +14,7 @@ LICENSE= BSD LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes -USE_PKGCONFIG= build +USES= pkgconfig USE_GETTEXT= yes USE_ICONV= yes USE_GNOME= glib20 diff --git a/security/suricata/Makefile b/security/suricata/Makefile index 80a7f7667368..72d38f61787a 100644 --- a/security/suricata/Makefile +++ b/security/suricata/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \ LIB_DEPENDS+= net:${PORTSDIR}/net/libnet USE_AUTOTOOLS= automake autoconf libtool -USE_PKGCONFIG= yes +USES= pkgconfig USE_RC_SUBR= suricata diff --git a/security/trousers/Makefile b/security/trousers/Makefile index 4b52b6bcf86d..3d8a9fd4b24f 100644 --- a/security/trousers/Makefile +++ b/security/trousers/Makefile @@ -15,7 +15,7 @@ USE_GMAKE= YES USE_ICONV= YES USE_OPENSSL= YES USE_LDCONFIG= YES -USE_PKGCONFIG= YES +USES= pkgconfig USE_AUTOTOOLS= autoconf automake libtool GNU_CONFIGURE= YES MAKE_JOBS_SAFE= YES diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index 78f9d1aa435d..12fc540e3db2 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -22,7 +22,7 @@ USE_OPENSSL= yes USE_GNOME= gnomehack lthack libxslt GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_PKGCONFIG= yes +USES= pkgconfig MAN1= xmlsec1.1 xmlsec1-config.1 CFLAGS+= -I${LOCALBASE}/include diff --git a/security/ykpers/Makefile b/security/ykpers/Makefile index 244607711f7d..3592bac2ac11 100644 --- a/security/ykpers/Makefile +++ b/security/ykpers/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= yubikey:${PORTSDIR}/security/libyubikey GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_PKGCONFIG= build +USES= pkgconfig MAN1= ykchalresp.1 \ ykinfo.1 \ |