Date: Thu, 12 Sep 2013 00:21:11 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327018 - in head: astro/roadmap audio/gmixer audio/nekobee audio/trommler comms/xnecview emulators/bochs emulators/uae games/qtads games/senken graphics/mypaint graphics/pho graphics/p... Message-ID: <201309120021.r8C0LBGl063045@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Sep 12 00:21:10 2013 New Revision: 327018 URL: http://svnweb.freebsd.org/changeset/ports/327018 Log: Add explicit dependency on pkgconf (27 ports) Modified: head/astro/roadmap/Makefile head/audio/gmixer/Makefile head/audio/nekobee/Makefile head/audio/trommler/Makefile head/comms/xnecview/Makefile head/emulators/bochs/Makefile head/emulators/uae/Makefile head/games/qtads/Makefile head/games/senken/Makefile head/graphics/mypaint/Makefile head/graphics/pho/Makefile head/graphics/pqiv/Makefile head/graphics/qiv/Makefile head/graphics/xzgv/Makefile head/math/ump/Makefile head/multimedia/quark/Makefile head/net/sobby/Makefile head/print/qpdfview/Makefile head/science/g3data/Makefile head/science/v_sim/Makefile head/security/putty/Makefile head/sysutils/thefish/Makefile head/textproc/ibus-qt/Makefile head/x11-clocks/wmtimer/Makefile head/x11-toolkits/pure-gtk/Makefile head/x11/wmctrl/Makefile head/x11/yalias/Makefile Modified: head/astro/roadmap/Makefile ============================================================================== --- head/astro/roadmap/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/astro/roadmap/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -19,7 +19,7 @@ INSTALL_WRKSRC= ${WRKSRC}/src MAKE_JOBS_UNSAFE= yes -USES= gmake +USES= gmake pkgconfig USE_GNOME= gtk20 MAKE_ARGS= INSTALLDIR="${PREFIX}" CC="${CC}" CXX="${CXX}" Modified: head/audio/gmixer/Makefile ============================================================================== --- head/audio/gmixer/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/audio/gmixer/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gmixer -# Date created: 25 February 1999 -# Whom: Chris Piazza <cpiazza@FreeBSD.org> -# +# Created by: Chris Piazza <cpiazza@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gmixer PORTVERSION= 0.98c @@ -17,6 +13,7 @@ COMMENT= X11/gtk+ mixer control ALL_TARGET= gmixer +USES= pkgconfig USE_GNOME= gtk12 PLIST_FILES= bin/gmixer share/pixmaps/gmixer.xpm Modified: head/audio/nekobee/Makefile ============================================================================== --- head/audio/nekobee/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/audio/nekobee/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -21,6 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= gordonjcp GH_COMMIT= 3f4737f +USES= pkgconfig USE_GNOME= gtk20 CPPFLAGS+= -I${LOCALBASE}/include/dssi -I${LOCALBASE}/include Modified: head/audio/trommler/Makefile ============================================================================== --- head/audio/trommler/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/audio/trommler/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -13,7 +13,7 @@ COMMENT= GTK+2 based drum machine LICENSE= GPLv2 -USES= gmake +USES= gmake pkgconfig USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/Trommler Modified: head/comms/xnecview/Makefile ============================================================================== --- head/comms/xnecview/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/comms/xnecview/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -1,7 +1,4 @@ -# New ports collection makefile for: xnecview -# Date created: 2006-03-18 -# Whom: Søren Straarup <xride@x12.dk> -# +# Created by: Søren Straarup <xride@x12.dk> # $FreeBSD$ PORTNAME= xnecview @@ -17,8 +14,8 @@ COMMENT= A X viewer of nec2c data LIB_DEPENDS= png15:${PORTSDIR}/graphics/png RUN_DEPENDS= nec2c:${PORTSDIR}/comms/nec2c +USES= gmake pkgconfig USE_GNOME= gtk20 -USE_GMAKE= yes MAN1= xnecview.1 PLIST_FILES= bin/xnecview Modified: head/emulators/bochs/Makefile ============================================================================== --- head/emulators/bochs/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/emulators/bochs/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -74,7 +74,7 @@ VMX_DESC= Enable Virtialization extensio VOODOO_DESC= Enable 3dfx Voodoo Graphics emulation X86_64_DESC= Enable x86-64 instructions support -USE_GMAKE= yes +USES= gmake pkgconfig USE_AUTOTOOLS= libtool CONFIGURE_ENV= ac_cv_header_alsa_asoundlib_h=no CONFIGURE_ARGS= --disable-docbook --disable-instrumentation Modified: head/emulators/uae/Makefile ============================================================================== --- head/emulators/uae/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/emulators/uae/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -15,7 +15,7 @@ LICENSE= GPLv2 CONFLICTS= e-uae-[0-9]* USE_BZIP2= yes -USES= gmake +USES= gmake pkgconfig USE_AUTOTOOLS= autoconf CONFIGURE_ARGS= --enable-sound USE_GNOME= gtk20 Modified: head/games/qtads/Makefile ============================================================================== --- head/games/qtads/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/games/qtads/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -11,8 +11,8 @@ COMMENT= Cross-platform multimedia inter LICENSE= GPLv2 +USES= gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes USE_QT4= gui moc_build network qmake_build rcc_build uic_build USE_SDL= sdl mixer sound Modified: head/games/senken/Makefile ============================================================================== --- head/games/senken/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/games/senken/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -1,7 +1,4 @@ -# New ports collection makefile for: senken -# Date created: 15 January 2003 -# Whom: tmartin@andrew.cmu.edu -# +# Created by: tmartin@andrew.cmu.edu # $FreeBSD$ PORTNAME= senken @@ -14,6 +11,7 @@ MASTER_SITE_SUBDIR= distfiles MAINTAINER= ports@FreeBSD.org COMMENT= A city simulation game +USES= pkgconfig USE_GNOME= gtk20 USE_SDL= image sdl GNU_CONFIGURE= yes Modified: head/graphics/mypaint/Makefile ============================================================================== --- head/graphics/mypaint/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/graphics/mypaint/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -24,7 +24,7 @@ USE_GNOME= glib20 pygtk2 USE_PYTHON= yes USE_SCONS= yes SCONS_ARGS= prefix="${PREFIX}" -USES= gettext +USES= gettext pkgconfig INSTALLS_ICONS= yes SUB_FILES= pkg-install Modified: head/graphics/pho/Makefile ============================================================================== --- head/graphics/pho/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/graphics/pho/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -11,7 +11,7 @@ COMMENT= Lightweight image viewer LICENSE= GPLv2 -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 MAKE_ARGS= INSTALLPREFIX="${PREFIX}" ALL_TARGET= ${PORTNAME} Modified: head/graphics/pqiv/Makefile ============================================================================== --- head/graphics/pqiv/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/graphics/pqiv/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -27,6 +27,7 @@ GH_ACCOUNT= phillipberndt WRKSRC= ${WRKDIR}/${DISTNAME} +USES= pkgconfig USE_BZIP2= yes USE_GNOME= gtk20 USE_CSTD= gnu89 Modified: head/graphics/qiv/Makefile ============================================================================== --- head/graphics/qiv/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/graphics/qiv/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -16,7 +16,7 @@ LIB_DEPENDS= Imlib2.5:${PORTSDIR}/graphi LICENSE= GPLv2 -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 Modified: head/graphics/xzgv/Makefile ============================================================================== --- head/graphics/xzgv/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/graphics/xzgv/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xzgv -# Date created: 7 Oct 2000 -# Whom: Norio Suzuki <nosuzuki@e-mail.ne.jp> -# +# Created by: Norio Suzuki <nosuzuki@e-mail.ne.jp> # $FreeBSD$ -# PORTNAME= xzgv PORTVERSION= 0.9 @@ -16,8 +12,8 @@ COMMENT= An image viewer with thumbnail- BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk +USES= gmake pkgconfig USE_GNOME= imlib gdkpixbuf gtk20 -USE_GMAKE= yes MAN1= xzgv.1 PLIST_FILES= bin/xzgv Modified: head/math/ump/Makefile ============================================================================== --- head/math/ump/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/math/ump/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ump -# Date created: 2006-04-20 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= ump PORTVERSION= 0.8.6 @@ -17,8 +13,8 @@ COMMENT= A graphical, easy to use math p CONFLICTS= ump-1.[0-9]* LATEST_LINK= math-ump +USES= gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gtk20 USE_GL= glu Modified: head/multimedia/quark/Makefile ============================================================================== --- head/multimedia/quark/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/multimedia/quark/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -15,9 +15,8 @@ LIB_DEPENDS= xine.2:${PORTSDIR}/multimed LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix gnomevfs2 -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/net/sobby/Makefile ============================================================================== --- head/net/sobby/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/net/sobby/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -1,9 +1,5 @@ -# Ports collection makefile for: sobby -# Date created: 2005-10-14 -# Whom: Andreas Kohn <andreas@syndrom23.de> -# +# Created by: Andreas Kohn <andreas@syndrom23.de> # $FreeBSD$ -# PORTNAME= sobby PORTVERSION= 0.4.8 @@ -22,6 +18,7 @@ LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/deve xml++-2.6.2:${PORTSDIR}/textproc/libxml++26 \ glibmm-2.4.1:${PORTSDIR}/devel/glibmm +USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-zeroconf Modified: head/print/qpdfview/Makefile ============================================================================== --- head/print/qpdfview/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/print/qpdfview/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ cups:${PORTSDIR}/print/cups-client +USES= pkgconfig USE_QT4= corelib dbus gui imageformats linguist_build moc_build \ qmake_build rcc_build sql sql-sqlite3_run svg xml QMAKEFLAGS+= QMAKE_CFLAGS_RELEASE="" QMAKE_CXXFLAGS_RELEASE="" Modified: head/science/g3data/Makefile ============================================================================== --- head/science/g3data/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/science/g3data/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -1,9 +1,5 @@ -# New ports collection makefile for: g3data -# Date created: 2006-09-15 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# +# Created by: trasz <trasz@pin.if.uz.zgora.pl> # $FreeBSD$ -# PORTNAME= g3data PORTVERSION= 1.5.3 @@ -18,6 +14,7 @@ BUILD_DEPENDS= nsgmls:${PORTSDIR}/textpr ${LOCALBASE}/share/sgml/docbook/utils-0.6.14/helpers/docbook2man-spec.pl:${PORTSDIR}/textproc/docbook-utils \ ${LOCALBASE}/share/sgml/docbook/4.1/dtd/docbook.dtd:${PORTSDIR}/textproc/docbook-410 +USES= pkgconfig USE_GNOME= gtk20 ALL_TARGET= MAN1= g3data.1 Modified: head/science/v_sim/Makefile ============================================================================== --- head/science/v_sim/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/science/v_sim/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -17,11 +17,11 @@ LICENSE_PERMS= dist-mirror dist-sell pkg LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo +USES= gmake pkgconfig USE_BZIP2= yes USE_FORTRAN= yes USE_GNOME= gtk20 USE_GL= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include Modified: head/security/putty/Makefile ============================================================================== --- head/security/putty/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/security/putty/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -12,7 +12,7 @@ MASTER_SITE_SUBDIR= ${PORTVERSION} MAINTAINER= mandree@FreeBSD.org COMMENT= Secure shell and telnet client -USE_GMAKE= yes +USES= gmake pkgconfig WRKSRC= ${WRKDIR}/${DISTNAME}/unix MAKEFILE= Makefile.gtk Modified: head/sysutils/thefish/Makefile ============================================================================== --- head/sysutils/thefish/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/sysutils/thefish/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -11,6 +11,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Gtk+/ncurses rc.conf editor/management tool +USES= pkgconfig WANT_GNOME= yes #OPTIONS_SINGLE= X11 Modified: head/textproc/ibus-qt/Makefile ============================================================================== --- head/textproc/ibus-qt/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/textproc/ibus-qt/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon ${LOCALBASE}/bin/icu-config:${PORTSDIR}/devel/icu USE_QT4= gui dbus moc_build qmake_build moc_build uic_build rcc_build -USES= cmake +USES= cmake pkgconfig CMAKE_ARGS= -DDOCDIR=${PREFIX}/share/doc/ibus-qt USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include Modified: head/x11-clocks/wmtimer/Makefile ============================================================================== --- head/x11-clocks/wmtimer/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/x11-clocks/wmtimer/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -15,7 +15,7 @@ COMMENT= Multi-Function timer dockapp fo WRKSRC= ${WRKDIR}/${DISTNAME}/wmtimer PORTDOCS= README PLIST_FILES= bin/wmtimer -USES= gmake +USES= gmake pkgconfig USE_CSTD= gnu89 USE_XORG= x11 xau xcomposite xcursor xdamage xdmcp xext xfixes xi \ xinerama xpm xrandr xrender Modified: head/x11-toolkits/pure-gtk/Makefile ============================================================================== --- head/x11-toolkits/pure-gtk/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/x11-toolkits/pure-gtk/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -10,6 +10,7 @@ COMMENT= A set of Pure language bindings LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo +USES= pkgconfig USE_PURE= ffi USE_GNOME= glib20 gtk20 atk pango Modified: head/x11/wmctrl/Makefile ============================================================================== --- head/x11/wmctrl/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/x11/wmctrl/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmctrl -# Date created: Feb 10 2004 -# Whom: Florent Thoumie <flz@xbsd.org> -# +# Created by: Florent Thoumie <flz@xbsd.org> # $FreeBSD$ -# PORTNAME= wmctrl PORTVERSION= 1.07 @@ -14,6 +10,7 @@ MASTER_SITES= http://sweb.cz/tripie/util MAINTAINER= flz@FreeBSD.org COMMENT= Command line tool to interact with an EWMH/NetWM compatible X managers +USES= pkgconfig GNU_CONFIGURE= yes USE_XORG= x11 xmu xext xt USE_GNOME= glib20 Modified: head/x11/yalias/Makefile ============================================================================== --- head/x11/yalias/Makefile Thu Sep 12 00:18:03 2013 (r327017) +++ head/x11/yalias/Makefile Thu Sep 12 00:21:10 2013 (r327018) @@ -1,9 +1,5 @@ -# New ports collection makefile for: yalias -# Date created: 8 September 2003 -# Whom: Tim Bishop <tim@bishnet.net> -# +# Created by: Tim Bishop <tim@bishnet.net> # $FreeBSD$ -# PORTNAME= yalias PORTVERSION= 0.7 @@ -16,6 +12,7 @@ MASTER_SITES= http://offog.org/files/ \ MAINTAINER= tdb@FreeBSD.org COMMENT= An enhanced execution box with regex pattern matching +USES= pkgconfig USE_GNOME= gtk20 ALL_TARGET= yalias
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309120021.r8C0LBGl063045>