Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2013 00:11:07 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325745 - in head/security: fprint_demo gnutls-devel gsasl gss heimdal hydra libfprint libp11 opencdk openct pam_fprint pam_p11 pkcs11-helper snort sssd
Message-ID:  <201308310011.r7V0B7lZ024740@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Aug 31 00:11:06 2013
New Revision: 325745
URL: http://svnweb.freebsd.org/changeset/ports/325745

Log:
  Eradicate USE_GNOME=pkgconfig from security
  While here:
  - Trim headers
  - Convert USE_GMAKE to USES=gmake
  - Convert USE_GNOME=gnomehack to USES=pathfix
  - Convert USE_PERL5 to USES=perl5

Modified:
  head/security/fprint_demo/Makefile
  head/security/gnutls-devel/Makefile
  head/security/gsasl/Makefile
  head/security/gss/Makefile
  head/security/heimdal/Makefile
  head/security/hydra/Makefile
  head/security/libfprint/Makefile
  head/security/libp11/Makefile
  head/security/opencdk/Makefile
  head/security/openct/Makefile
  head/security/pam_fprint/Makefile
  head/security/pam_p11/Makefile
  head/security/pkcs11-helper/Makefile
  head/security/snort/Makefile
  head/security/sssd/Makefile

Modified: head/security/fprint_demo/Makefile
==============================================================================
--- head/security/fprint_demo/Makefile	Sat Aug 31 00:04:51 2013	(r325744)
+++ head/security/fprint_demo/Makefile	Sat Aug 31 00:11:06 2013	(r325745)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	fprint_demo
-# Date created:				April 12 2008
-# Whom:					barner
-#
+# Created by: barner
 # $FreeBSD$
-#
 
 PORTNAME=	fprint_demo
 PORTVERSION=	20080303
@@ -21,7 +17,8 @@ LIB_DEPENDS=	fprint:${PORTSDIR}/security
 USE_AUTOTOOLS=	autoconf automake
 AUTOMAKE_ARGS=	-a
 GNU_CONFIGURE=	yes
-USE_GNOME=	atk glib20 gtk20 pango pkgconfig
+USES=		pkgconfig
+USE_GNOME=	atk glib20 gtk20 pango
 INSTALLS_ICONS=	yes
 
 WRKSRC=	${WRKDIR}

Modified: head/security/gnutls-devel/Makefile
==============================================================================
--- head/security/gnutls-devel/Makefile	Sat Aug 31 00:04:51 2013	(r325744)
+++ head/security/gnutls-devel/Makefile	Sat Aug 31 00:11:06 2013	(r325745)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gnutls-devel
-# Date created:				8 Jan 2009
-# Whom:					Roman Bogorodskiy <novel@FreeBSD.org>
-#
+# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	gnutls
 PORTVERSION=	2.99.4
@@ -23,8 +19,8 @@ LIB_DEPENDS=	gpg-error.0:${PORTSDIR}/sec
 CONFLICTS=	gnutls-[0-9]*
 
 USE_XZ=		yes
-USES=		iconv
-USE_GNOME=	pkgconfig ltverhack
+USES=		iconv pkgconfig
+USE_GNOME=	ltverhack
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool

Modified: head/security/gsasl/Makefile
==============================================================================
--- head/security/gsasl/Makefile	Sat Aug 31 00:04:51 2013	(r325744)
+++ head/security/gsasl/Makefile	Sat Aug 31 00:11:06 2013	(r325745)
@@ -16,9 +16,8 @@ LIB_DEPENDS=	idn.17:${PORTSDIR}/dns/libi
 		gnutls.26:${PORTSDIR}/security/gnutls \
 		ntlm.0:${PORTSDIR}/security/libntlm
 
-USES=		charsetfix
-USE_GNOME=	gnomehack pkgconfig
-USE_PERL5_BUILD=	yes
+USES=		charsetfix pathfix perl5 pkgconfig
+USE_PERL5=	build
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/security/gss/Makefile
==============================================================================
--- head/security/gss/Makefile	Sat Aug 31 00:04:51 2013	(r325744)
+++ head/security/gss/Makefile	Sat Aug 31 00:11:06 2013	(r325745)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	gss
-# Date created:			Oct 19, 2003
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	gss
 PORTVERSION=	1.0.2
@@ -18,8 +13,8 @@ LIB_DEPENDS=	shishi.1:${PORTSDIR}/securi
 
 CONFLICTS=	heimdal-[0-9]*
 
-USE_PERL5_BUILD=	yes
-USE_GNOME=	gnomehack pkgconfig
+USES=		pathfix pkgconfig perl5
+USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-kerberos5
 USE_LDCONFIG=	yes

Modified: head/security/heimdal/Makefile
==============================================================================
--- head/security/heimdal/Makefile	Sat Aug 31 00:04:51 2013	(r325744)
+++ head/security/heimdal/Makefile	Sat Aug 31 00:11:06 2013	(r325745)
@@ -28,9 +28,8 @@ CRACKLIB_DESC=	Use CrackLib for password
 X11_DESC=	Build X11 utilies
 
 USE_AUTOTOOLS=	autoconf autoheader libtool
-USE_GNOME=	gnomehack pkgconfig
 USE_OPENSSL=	yes
-USES=		gettext
+USES=		gettext pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS+=	--with-libintl=${LOCALBASE} \

Modified: head/security/hydra/Makefile
==============================================================================
--- head/security/hydra/Makefile	Sat Aug 31 00:04:51 2013	(r325744)
+++ head/security/hydra/Makefile	Sat Aug 31 00:11:06 2013	(r325745)
@@ -21,7 +21,7 @@ CONFLICTS=	hydra-[0-9]*
 NO_LATEST_LINK=	yes
 PLIST_FILES=	bin/hydra bin/pw-inspector bin/dpl4hydra.sh
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_OPENSSL=	yes
 WANT_GNOME=	yes
 
@@ -48,7 +48,8 @@ LIB_DEPENDS+=	svn_client-1:${PORTSDIR}/d
 .endif
 
 .if ${PORT_OPTIONS:MX11}
-USE_GNOME=	gtk20 pkgconfig
+USES+=		pkgconfig
+USE_GNOME=	gtk20
 PLIST_FILES+=	bin/xhydra
 MAN1+=		xhydra.1
 .else

Modified: head/security/libfprint/Makefile
==============================================================================
--- head/security/libfprint/Makefile	Sat Aug 31 00:04:51 2013	(r325744)
+++ head/security/libfprint/Makefile	Sat Aug 31 00:11:06 2013	(r325745)
@@ -17,7 +17,8 @@ GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
-USE_GNOME=	gnomehack glib20 pkgconfig
+USES=		pathfix pkgconfig
+USE_GNOME=	glib20
 
 CFLAGS+=	-DHAVE_MEMMEM
 MAKE_JOBS_UNSAFE=yes

Modified: head/security/libp11/Makefile
==============================================================================
--- head/security/libp11/Makefile	Sat Aug 31 00:04:51 2013	(r325744)
+++ head/security/libp11/Makefile	Sat Aug 31 00:11:06 2013	(r325745)
@@ -16,7 +16,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USE_AUTOTOOLS=	libltdl libtool
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
-USE_GNOME=	pkgconfig ltverhack
+USES=		pkgconfig
+USE_GNOME=	ltverhack
 USE_LDCONFIG=	yes
 
 CONFIGURE_ENV=	LTLIB_CFLAGS="-I${LOCALBASE}/include" \

Modified: head/security/opencdk/Makefile
==============================================================================
--- head/security/opencdk/Makefile	Sat Aug 31 00:04:51 2013	(r325744)
+++ head/security/opencdk/Makefile	Sat Aug 31 00:11:06 2013	(r325745)
@@ -16,7 +16,8 @@ LIB_DEPENDS=	gcrypt:${PORTSDIR}/security
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GNOME=	pkgconfig ltverhack
+USES=		pkgconfig
+USE_GNOME=	ltverhack
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--with-libgcrypt-prefix=${LOCALBASE}

Modified: head/security/openct/Makefile
==============================================================================
--- head/security/openct/Makefile	Sat Aug 31 00:04:51 2013	(r325744)
+++ head/security/openct/Makefile	Sat Aug 31 00:11:06 2013	(r325745)
@@ -16,8 +16,7 @@ PCSC_DESC=	Enable PC/SC support
 
 USE_AUTOTOOLS=	libltdl
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USE_GNOME=	pkgconfig
+USES=		gmake pkgconfig
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	openct
 SUB_FILES=	etoken.conf

Modified: head/security/pam_fprint/Makefile
==============================================================================
--- head/security/pam_fprint/Makefile	Sat Aug 31 00:04:51 2013	(r325744)
+++ head/security/pam_fprint/Makefile	Sat Aug 31 00:11:06 2013	(r325745)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	pam_fprint
-# Date created:				April 12 2008
-# Whom:					barner
-#
+# Created by: barner
 # $FreeBSD$
-#
 
 PORTNAME=	pam_fprint
 PORTVERSION=	20080330
@@ -23,7 +19,7 @@ AUTOMAKE_ARGS=	-a
 CONFIGURE_ENV+=	FPRINT_CFLAGS=-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 
-USE_GNOME=	pkgconfig
+USES=		pkgconfig
 
 WRKSRC=	${WRKDIR}
 

Modified: head/security/pam_p11/Makefile
==============================================================================
--- head/security/pam_p11/Makefile	Sat Aug 31 00:04:51 2013	(r325744)
+++ head/security/pam_p11/Makefile	Sat Aug 31 00:11:06 2013	(r325745)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	pam_p11
-# Date created:			1 Jun 2006
-# Whom:				Alex Dupre <ale@FreeBSD.org>
-#
+# Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	pam_p11
 PORTVERSION=	0.1.5
@@ -19,7 +15,7 @@ LIB_DEPENDS=	p11.2:${PORTSDIR}/security/
 USE_AUTOTOOLS=	libtool
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
-USE_GNOME=	pkgconfig
+USES=		pkgconfig
 
 CONFIGURE_ENV=	OPENSSL_CFLAGS="-I${OPENSSLINC}" \
 		OPENSSL_LIBS="-L${OPENSSLLIB} -lssl"

Modified: head/security/pkcs11-helper/Makefile
==============================================================================
--- head/security/pkcs11-helper/Makefile	Sat Aug 31 00:04:51 2013	(r325744)
+++ head/security/pkcs11-helper/Makefile	Sat Aug 31 00:11:06 2013	(r325745)
@@ -18,7 +18,7 @@ LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING.GP
 USE_BZIP2=	yes
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack pkgconfig
+USES=		pathfix pkgconfig
 USE_LDCONFIG=	yes
 
 CONFIGURE_ENV=	OPENSSL_CFLAGS="-I${OPENSSLINC}" \

Modified: head/security/snort/Makefile
==============================================================================
--- head/security/snort/Makefile	Sat Aug 31 00:04:51 2013	(r325744)
+++ head/security/snort/Makefile	Sat Aug 31 00:11:06 2013	(r325745)
@@ -136,7 +136,7 @@ CONFIGURE_ARGS+=--enable-react
 .if ${PORT_OPTIONS:MSNORTSAM}
 BROKEN=		current snortsam patch fails to apply
 USE_AUTOTOOLS+=	automake
-USE_GNOME=	pkgconfig
+USES+=		pkgconfig
 PATCH_SITES+=	http://www.snortsam.net/files/snort-plugin/:snortsam
 PATCHFILES+=	snortsam-2.9.2.2.diff.gz:snortsam
 .endif

Modified: head/security/sssd/Makefile
==============================================================================
--- head/security/sssd/Makefile	Sat Aug 31 00:04:51 2013	(r325744)
+++ head/security/sssd/Makefile	Sat Aug 31 00:11:06 2013	(r325745)
@@ -48,9 +48,7 @@ AUTOMAKE_ARGS=	--add-missing
 USE_LDCONFIG=	yes
 USE_PYTHON=	yes
 USE_OPENLDAP=	yes
-USE_GMAKE=	yes
-USE_GNOME=	pkgconfig
-USES=		gettext iconv
+USES=		gettext iconv gmake pkgconfig
 USE_PYTHON=	yes
 
 USE_RC_SUBR=	${PORTNAME}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308310011.r7V0B7lZ024740>