From owner-svn-ports-head@FreeBSD.ORG Sat Aug 31 00:11:10 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7044B892; Sat, 31 Aug 2013 00:11:10 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5CD192940; Sat, 31 Aug 2013 00:11:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7V0BA7f024758; Sat, 31 Aug 2013 00:11:10 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7V0B7lZ024740; Sat, 31 Aug 2013 00:11:07 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201308310011.r7V0B7lZ024740@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 31 Aug 2013 00:11:07 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Aug 2013 00:11:10 -0000 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 -# +# Created by: Roman Bogorodskiy # $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 -# +# Created by: Alex Dupre # $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}