From owner-svn-ports-head@FreeBSD.ORG Fri Aug 30 23:57:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 51E57345; Fri, 30 Aug 2013 23:57:38 +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 3EB2D286B; Fri, 30 Aug 2013 23:57:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7UNvc30014384; Fri, 30 Aug 2013 23:57:38 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7UNvaPA014372; Fri, 30 Aug 2013 23:57:36 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201308302357.r7UNvaPA014372@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 30 Aug 2013 23:57:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325741 - in head/sysutils: cdrdao djmount eventlog fusefs-gstfs nut nvclock openipmi pam_mount usbutils 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: Fri, 30 Aug 2013 23:57:38 -0000 Author: bapt Date: Fri Aug 30 23:57:36 2013 New Revision: 325741 URL: http://svnweb.freebsd.org/changeset/ports/325741 Log: Eradicate USE_GNOME=pkgconfig 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/sysutils/cdrdao/Makefile head/sysutils/djmount/Makefile head/sysutils/eventlog/Makefile head/sysutils/fusefs-gstfs/Makefile head/sysutils/nut/Makefile head/sysutils/nvclock/Makefile head/sysutils/openipmi/Makefile head/sysutils/pam_mount/Makefile head/sysutils/usbutils/Makefile Modified: head/sysutils/cdrdao/Makefile ============================================================================== --- head/sysutils/cdrdao/Makefile Fri Aug 30 23:52:28 2013 (r325740) +++ head/sysutils/cdrdao/Makefile Fri Aug 30 23:57:36 2013 (r325741) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cdrdao -# Date created: 7 April 1999 -# Whom: futatuki -# +# Created by: futatuki # $FreeBSD$ -# PORTNAME?= cdrdao PORTVERSION= 1.2.3 @@ -17,7 +13,7 @@ MAINTAINER= marius@FreeBSD.org COMMENT?= Record CD-R[W]s in disk-at-once mode USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes MP3OGG_LIB_DEPENDS= ao.4:${PORTSDIR}/audio/libao \ @@ -25,7 +21,8 @@ MP3OGG_LIB_DEPENDS= ao.4:${PORTSDIR}/aud vorbis.4:${PORTSDIR}/audio/libvorbis .if ${PORTNAME} == "gcdmaster" -USE_GNOME= gnomehier pkgconfig +USES+= pkgconfig +USE_GNOME= gnomehier GCONF_SCHEMAS= gcdmaster.schemas LIB_DEPENDS+= ${MP3OGG_LIB_DEPENDS} \ gnomeuimm-2.6.1:${PORTSDIR}/x11-toolkits/libgnomeuimm26 @@ -46,7 +43,7 @@ CONFIGURE_ARGS+= --with-lame=no PLIST_SUB+= TOC2MP3="@comment " .endif .if !defined(WITHOUT_MP3OGG) -USE_GNOME= pkgconfig +USES+= pkgconfig LIB_DEPENDS+= ${MP3OGG_LIB_DEPENDS} CONFIGURE_ENV+= AO_CFLAGS=-I${LOCALBASE}/include \ AO_LIBS="-L${LOCALBASE}/lib -lao" \ Modified: head/sysutils/djmount/Makefile ============================================================================== --- head/sysutils/djmount/Makefile Fri Aug 30 23:52:28 2013 (r325740) +++ head/sysutils/djmount/Makefile Fri Aug 30 23:57:36 2013 (r325741) @@ -15,8 +15,7 @@ BUILD_DEPENDS= iconv:${PORTSDIR}/convert PLIST_FILES= bin/${PORTNAME} GNU_CONFIGURE= yes -USES= fuse -USE_GNOME= pkgconfig +USES= fuse pkgconfig CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ --with-fuse-prefix=${LOCALBASE} \ --with-external-libupnp --with-libupnp-prefix=${LOCALBASE} Modified: head/sysutils/eventlog/Makefile ============================================================================== --- head/sysutils/eventlog/Makefile Fri Aug 30 23:52:28 2013 (r325740) +++ head/sysutils/eventlog/Makefile Fri Aug 30 23:57:36 2013 (r325741) @@ -1,9 +1,5 @@ -# New ports collection makefile for: eventlog -# Date created: 10 november 2006 -# Whom: Ivan Lago -# +# Created by: Ivan Lago # $FreeBSD$ -# PORTNAME= eventlog PORTVERSION= 0.2.12 @@ -15,7 +11,7 @@ MAINTAINER= cy@FreeBSD.org COMMENT= Replacement of the simple syslog() API providing structure to messages GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig USE_LDCONFIG= yes .include Modified: head/sysutils/fusefs-gstfs/Makefile ============================================================================== --- head/sysutils/fusefs-gstfs/Makefile Fri Aug 30 23:52:28 2013 (r325740) +++ head/sysutils/fusefs-gstfs/Makefile Fri Aug 30 23:57:36 2013 (r325741) @@ -11,8 +11,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= dhn@FreeBSD.org COMMENT= On-demand, transcoding filesystem (using GStreamer pipeline) -USES= fuse -USE_GNOME= pkgconfig +USES= fuse pkgconfig USE_GSTREAMER= yes PLIST_FILES= bin/${PORTNAME} Modified: head/sysutils/nut/Makefile ============================================================================== --- head/sysutils/nut/Makefile Fri Aug 30 23:52:28 2013 (r325740) +++ head/sysutils/nut/Makefile Fri Aug 30 23:57:36 2013 (r325741) @@ -14,9 +14,8 @@ COMMENT= Network UPS Tools USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USE_GNOME= pkgconfig +USES= gmake pkgconfig NUT_USER?= uucp NUT_GROUP?= uucp Modified: head/sysutils/nvclock/Makefile ============================================================================== --- head/sysutils/nvclock/Makefile Fri Aug 30 23:52:28 2013 (r325740) +++ head/sysutils/nvclock/Makefile Fri Aug 30 23:57:36 2013 (r325741) @@ -13,7 +13,7 @@ COMMENT= NVidia graphic card status and LICENSE= GPLv2 -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes PLIST_FILES= bin/nvclock bin/smartdimmer @@ -30,7 +30,7 @@ X11_DESC= Build GUI program (requires GT .if ${PORT_OPTIONS:MNVCONTROL} USE_XORG= xext -USE_GNOME= pkgconfig +USES+= pkgconfig .else CONFIGURE_ARGS+= --disable-nvcontrol .endif Modified: head/sysutils/openipmi/Makefile ============================================================================== --- head/sysutils/openipmi/Makefile Fri Aug 30 23:52:28 2013 (r325740) +++ head/sysutils/openipmi/Makefile Fri Aug 30 23:57:36 2013 (r325741) @@ -13,10 +13,9 @@ COMMENT= Complex IPMI management softwar LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= pkgconfig USE_AUTOTOOLS= autoconf autoheader automake aclocal libtool AUTOMAKE_ARGS+= --add-missing --copy --foreign Modified: head/sysutils/pam_mount/Makefile ============================================================================== --- head/sysutils/pam_mount/Makefile Fri Aug 30 23:52:28 2013 (r325740) +++ head/sysutils/pam_mount/Makefile Fri Aug 30 23:57:36 2013 (r325741) @@ -11,8 +11,8 @@ COMMENT= A PAM that can mount volumes fo LIB_DEPENDS= HX:${PORTSDIR}/lang/libhx -USE_GNOME= pkgconfig libxml2 -USE_PERL5= yes +USES= pkgconfig perl5 +USE_GNOME= libxml2 USE_XZ= yes GNU_CONFIGURE= yes Modified: head/sysutils/usbutils/Makefile ============================================================================== --- head/sysutils/usbutils/Makefile Fri Aug 30 23:52:28 2013 (r325740) +++ head/sysutils/usbutils/Makefile Fri Aug 30 23:57:36 2013 (r325741) @@ -16,8 +16,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --datadir=${DATADIR} --enable-zlib -USE_GMAKE= yes -USE_GNOME= pkgconfig +USES= gmake pkgconfig MAN1= usb-devices.1 MAN8= lsusb.8