From owner-svn-ports-head@FreeBSD.ORG Fri Aug 30 22:31:41 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 7287C8AC; Fri, 30 Aug 2013 22:31:41 +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 510422430; Fri, 30 Aug 2013 22:31:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7UMVf88062569; Fri, 30 Aug 2013 22:31:41 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7UMVcVQ062542; Fri, 30 Aug 2013 22:31:38 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201308302231.r7UMVcVQ062542@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 30 Aug 2013 22:31:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325725 - in head: audio/musicpd audio/pulseaudio audio/soundtracker audio/specimen audio/sweep audio/timemachine audio/waon audio/xmms-sndfile devel/sfml emulators/kcemu multimedia/ope... 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 22:31:41 -0000 Author: bapt Date: Fri Aug 30 22:31:38 2013 New Revision: 325725 URL: http://svnweb.freebsd.org/changeset/ports/325725 Log: Add an explicit dependency on pkgconf While here: - trim headers - convert USE_GMAKE to USES=gmake Modified: head/audio/musicpd/Makefile head/audio/pulseaudio/Makefile head/audio/soundtracker/Makefile head/audio/specimen/Makefile head/audio/sweep/Makefile head/audio/timemachine/Makefile head/audio/waon/Makefile head/audio/xmms-sndfile/Makefile head/devel/sfml/Makefile head/emulators/kcemu/Makefile head/multimedia/openmovieeditor/Makefile head/x11-toolkits/gnustep-gui/Makefile Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Fri Aug 30 22:10:39 2013 (r325724) +++ head/audio/musicpd/Makefile Fri Aug 30 22:31:38 2013 (r325725) @@ -16,7 +16,7 @@ LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/li LICENSE= GPLv2 USE_STAGE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 Modified: head/audio/pulseaudio/Makefile ============================================================================== --- head/audio/pulseaudio/Makefile Fri Aug 30 22:10:39 2013 (r325724) +++ head/audio/pulseaudio/Makefile Fri Aug 30 22:31:38 2013 (r325725) @@ -1,7 +1,7 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports-stable/audio/pulseaudio/Makefile,v 1.7 2010/06/25 20:35:01 kwm Exp $ -# + # !!!NOTE!!! Any PORTVERSION update to this port must be accompanied by # PORTREVISION bumps to audio/gnome-media, sysutils/gnome-settings-daemon, # and audio/gstreamer-plugins-pulse. @@ -27,10 +27,9 @@ LIB_DEPENDS= samplerate.1:${PORTSDIR}/au USE_GNOME= gnomehack glib20 intltool ltverhack USE_XORG= x11 sm xtst ice USE_LDCONFIG= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes USE_AUTOTOOLS= libltdl libtool -USE_GMAKE= yes MAKE_JOBS_UNSAFE=yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ Modified: head/audio/soundtracker/Makefile ============================================================================== --- head/audio/soundtracker/Makefile Fri Aug 30 22:10:39 2013 (r325724) +++ head/audio/soundtracker/Makefile Fri Aug 30 22:31:38 2013 (r325725) @@ -16,7 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= esound gdkpixbuf CPPFLAGS+= -I${LOCALBASE}/include Modified: head/audio/specimen/Makefile ============================================================================== --- head/audio/specimen/Makefile Fri Aug 30 22:10:39 2013 (r325724) +++ head/audio/specimen/Makefile Fri Aug 30 22:31:38 2013 (r325725) @@ -21,8 +21,8 @@ LIB_DEPENDS= jack:${PORTSDIR}/audio/jack sndfile:${PORTSDIR}/audio/libsndfile \ phat:${PORTSDIR}/x11-toolkits/phat +USES= pkgconfig gmake USE_GNOME= libgnomecanvas libxml2 -USE_GMAKE= yes GNU_CONFIGURE= yes LDFLAGS+= -lm Modified: head/audio/sweep/Makefile ============================================================================== --- head/audio/sweep/Makefile Fri Aug 30 22:10:39 2013 (r325724) +++ head/audio/sweep/Makefile Fri Aug 30 22:31:38 2013 (r325725) @@ -18,9 +18,8 @@ LIB_DEPENDS= mad:${PORTSDIR}/audio/libma speex:${PORTSDIR}/audio/speex USE_BZIP2= yes -USES= pathfix gettext +USES= pathfix gettext pkgconfig gmake USE_GNOME= gtk20 -USE_GMAKE= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include Modified: head/audio/timemachine/Makefile ============================================================================== --- head/audio/timemachine/Makefile Fri Aug 30 22:10:39 2013 (r325724) +++ head/audio/timemachine/Makefile Fri Aug 30 22:31:38 2013 (r325725) @@ -18,9 +18,8 @@ LIB_DEPENDS= jack:${PORTSDIR}/audio/jack OPTIONS_DEFINE= LASH -USES= pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gtk20 -USE_GMAKE= yes GNU_CONFIGURE= yes LDFLAGS+= -lm Modified: head/audio/waon/Makefile ============================================================================== --- head/audio/waon/Makefile Fri Aug 30 22:10:39 2013 (r325724) +++ head/audio/waon/Makefile Fri Aug 30 22:31:38 2013 (r325725) @@ -1,9 +1,5 @@ -# New ports collection makefile for: waon -# Date created: 8 October 2007 -# Whom: Kengo Ichiki -# +# Created by: Kengo Ichiki # $FreeBSD$ -# PORTNAME= waon PORTVERSION= 0.9 @@ -12,13 +8,14 @@ CATEGORIES= audio MASTER_SITES= SF MAINTAINER= kichiki@users.sourceforge.net -COMMENT= A Wave-to-Notes transcriber and some utility tools +COMMENT= Wave-to-Notes transcriber and some utility tools LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ ao.4:${PORTSDIR}/audio/libao \ sndfile.1:${PORTSDIR}/audio/libsndfile \ samplerate.1:${PORTSDIR}/audio/libsamplerate +USES= pkgconfig USE_GNOME= gtk20 MAN1= waon.1 pv.1 gwaon.1 Modified: head/audio/xmms-sndfile/Makefile ============================================================================== --- head/audio/xmms-sndfile/Makefile Fri Aug 30 22:10:39 2013 (r325724) +++ head/audio/xmms-sndfile/Makefile Fri Aug 30 22:31:38 2013 (r325725) @@ -21,6 +21,7 @@ PLIST_FILES= lib/xmms/Input/libxmms_sndf lib/xmms/Input/libxmms_sndfile.a \ lib/xmms/Input/libxmms_sndfile.la +USES= pkgconfig USE_GNOME= gtk12 USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes Modified: head/devel/sfml/Makefile ============================================================================== --- head/devel/sfml/Makefile Fri Aug 30 22:10:39 2013 (r325724) +++ head/devel/sfml/Makefile Fri Aug 30 22:31:38 2013 (r325725) @@ -16,7 +16,7 @@ LIB_DEPENDS= sndfile:${PORTSDIR}/audio/l png15:${PORTSDIR}/graphics/png \ freetype:${PORTSDIR}/print/freetype2 -USE_GMAKE= yes +USES= gmake pkgconfig USE_OPENAL= al USE_XORG= x11 xrandr USE_GL= gl glu Modified: head/emulators/kcemu/Makefile ============================================================================== --- head/emulators/kcemu/Makefile Fri Aug 30 22:10:39 2013 (r325724) +++ head/emulators/kcemu/Makefile Fri Aug 30 22:31:38 2013 (r325725) @@ -1,9 +1,5 @@ -# New ports collection makefile for: kcemu -# Date created: 06 October 2011 -# Whom: Hardy Schumacher -# +# Created by: Hardy Schumacher # $FreeBSD$ -# PORTNAME= kcemu PORTVERSION= 0.5.1 @@ -29,7 +25,7 @@ LIB_DEPENDS= audiofile:${PORTSDIR}/audio GNU_CONFIGURE= yes USE_XORG= xmu USE_GNOME= gtk20 -USES= gettext +USES= gettext pkgconfig MAN1= kctape.1 kc2raw.1 kc2img.1 kc2tap.1 tdtodump.1 \ kcemu-remote.1 kcemu.1x kc2wav.1 Modified: head/multimedia/openmovieeditor/Makefile ============================================================================== --- head/multimedia/openmovieeditor/Makefile Fri Aug 30 22:10:39 2013 (r325724) +++ head/multimedia/openmovieeditor/Makefile Fri Aug 30 22:31:38 2013 (r325725) @@ -24,8 +24,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libmpeg3 ${LOCALBASE}/lib/libquicktime/lqt_lame.so:${PORTSDIR}/multimedia/libquicktime-lame RUN_DEPENDS= ${LOCALBASE}/lib/libquicktime/lqt_lame.so:${PORTSDIR}/multimedia/libquicktime-lame +USES= gmake pkgconfig GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GL= yes USE_GNOME= glib20 CONFIGURE_ARGS= CPPFLAGS="-I${WRKSRC}/src/tinyxml -I${LOCALBASE}/include/portaudio2 -I${LOCALBASE}/include" \ Modified: head/x11-toolkits/gnustep-gui/Makefile ============================================================================== --- head/x11-toolkits/gnustep-gui/Makefile Fri Aug 30 22:10:39 2013 (r325724) +++ head/x11-toolkits/gnustep-gui/Makefile Fri Aug 30 22:31:38 2013 (r325725) @@ -33,6 +33,8 @@ CONFIGURE_ARGS+= --with-jpeg-include=${L CONFIGURE_ARGS+= --with-x CONFIGURE_ARGS+= --with-x-include=${LOCALBASE}/include CONFIGURE_ARGS+= --with-x-include=${LOCALBASE}/lib + +USES= pkgconfig USE_GNUSTEP= yes USE_GNUSTEP_CONFIGURE= yes USE_GNUSTEP_BUILD= yes