Date: Sat, 6 Oct 2012 10:14:26 +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: r305349 - in head: multimedia/gavl net-im/mu-conference net/g2ipmsg palm/barry polish/ekg sysutils/ntfsprogs x11/gsynaptics Message-ID: <201210061014.q96AEQOw041330@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Oct 6 10:14:25 2012 New Revision: 305349 URL: http://svn.freebsd.org/changeset/ports/305349 Log: use USE_PKGCONFIG= build Bump portrevision for ports which run-depends list changed Modified: head/multimedia/gavl/Makefile head/net-im/mu-conference/Makefile head/net/g2ipmsg/Makefile head/palm/barry/Makefile head/polish/ekg/Makefile head/sysutils/ntfsprogs/Makefile head/x11/gsynaptics/Makefile Modified: head/multimedia/gavl/Makefile ============================================================================== --- head/multimedia/gavl/Makefile Sat Oct 6 09:57:19 2012 (r305348) +++ head/multimedia/gavl/Makefile Sat Oct 6 10:14:25 2012 (r305349) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gavl -# Date created: 2004-08-29 -# Whom: Michael Johnson <ahze@ahze.net> -# +# Created by: Michael Johnson <ahze@ahze.net> # $FreeBSD$ -# PORTNAME= gavl PORTVERSION= 1.4.0 @@ -16,8 +12,9 @@ COMMENT= A library for handling uncompre LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GNOME= pkgconfig gnomehack +USE_GNOME= gnomehack USE_LDCONFIG= yes +USE_PKGCONFIG= build MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/net-im/mu-conference/Makefile ============================================================================== --- head/net-im/mu-conference/Makefile Sat Oct 6 09:57:19 2012 (r305348) +++ head/net-im/mu-conference/Makefile Sat Oct 6 10:14:25 2012 (r305349) @@ -19,7 +19,8 @@ LICENSE= GPLv2 LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \ idn:${PORTSDIR}/dns/libidn -USE_GNOME= glib20 pkgconfig +USE_GNOME= glib20 +USE_PKGCONFIG= build USE_RC_SUBR= ${PORTNAME} OPTIONS_DEFINE= MYSQL Modified: head/net/g2ipmsg/Makefile ============================================================================== --- head/net/g2ipmsg/Makefile Sat Oct 6 09:57:19 2012 (r305348) +++ head/net/g2ipmsg/Makefile Sat Oct 6 10:14:25 2012 (r305349) @@ -20,9 +20,10 @@ COMMENT= A popup style message communica USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack intltool pkgconfig \ +USE_GNOME= gnomeprefix gnomehack intlhack intltool \ libgnomeui libbonobo desktopfileutils gnomepanel USE_GSTREAMER= vorbis +USE_PKGCONFIG= build USE_ICONV= yes USE_OPENSSL= yes GNU_CONFIGURE= yes Modified: head/palm/barry/Makefile ============================================================================== --- head/palm/barry/Makefile Sat Oct 6 09:57:19 2012 (r305348) +++ head/palm/barry/Makefile Sat Oct 6 10:14:25 2012 (r305349) @@ -3,7 +3,7 @@ PORTNAME= barry PORTVERSION= 0.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= palm MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -14,7 +14,7 @@ LIB_DEPENDS= boost_thread.4:${PORTSDIR}/ USE_BZIP2= yes USE_LDCONFIG= yes -USE_GNOME= pkgconfig +USE_PKGCONFIG= build GNU_CONFIGURE= yes CONFIGURE_ENV= OPENSSL_CFLAGS=-I/usr/include \ OPENSSL_LIBS="-L/lib -lssl -lcrypto" Modified: head/polish/ekg/Makefile ============================================================================== --- head/polish/ekg/Makefile Sat Oct 6 09:57:19 2012 (r305348) +++ head/polish/ekg/Makefile Sat Oct 6 10:14:25 2012 (r305349) @@ -3,7 +3,7 @@ PORTNAME= ekg DISTVERSION= 1.8rc1 -PORTEPOCH= 2 +PORTEPOCH= 3 CATEGORIES= polish net-im MASTER_SITES= http://ekg.chmurka.net/ @@ -15,7 +15,8 @@ LIB_DEPENDS= execinfo.1:${PORTSDIR}/deve USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig +USE_GNOME= gnomehack +USE_PKGCONFIG= build CONFIGURE_ARGS+=--disable-shared \ --disable-static \ --enable-dynamic \ Modified: head/sysutils/ntfsprogs/Makefile ============================================================================== --- head/sysutils/ntfsprogs/Makefile Sat Oct 6 09:57:19 2012 (r305348) +++ head/sysutils/ntfsprogs/Makefile Sat Oct 6 10:14:25 2012 (r305349) @@ -1,13 +1,8 @@ -# New ports collection makefile for: ntfsprogs -# Date created: May 8 2004 -# Whom: Florent Thoumie <flz@xbsd.org> -# # $FreeBSD$ -# PORTNAME= ntfsprogs PORTVERSION= 2.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= SF/linux-ntfs/NTFS%20Tools%20and%20Library/${PORTVERSION} @@ -20,7 +15,7 @@ BUILD_DEPENDS= fusefs-libs>2.5:${PORTSDI CONFLICTS_INSTALL= fusefs-ntfs-* -USE_GNOME= pkgconfig +USE_PKGCONFIG= build USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/x11/gsynaptics/Makefile ============================================================================== --- head/x11/gsynaptics/Makefile Sat Oct 6 09:57:19 2012 (r305348) +++ head/x11/gsynaptics/Makefile Sat Oct 6 10:14:25 2012 (r305349) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gsynaptics -# Date created: 2006-03-19 -# Whom: Norikatsu Shigemura <nork@FreeBSD.org> -# +# created by: Norikatsu Shigemura <nork@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gsynaptics PORTVERSION= 0.9.9 @@ -17,12 +13,15 @@ COMMENT= GNOME Synaptics Touchpad settin BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser -USE_GNOME= lthack intlhack intltool pkgconfig gtk20 libgnome libglade2 libgnomeui +USE_GNOME= lthack intlhack intltool gtk20 libgnome libglade2 libgnomeui +USE_PKGCONFIG= build USE_ICONV= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes +RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/input/synaptics_drv.so:${PORTSDIR}/x11-drivers/xf86-input-synaptics + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -31,8 +30,4 @@ MAN1= gsynaptics.1 gsynaptics-init.1 post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.pre.mk> - -RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/input/synaptics_drv.so:${PORTSDIR}/x11-drivers/xf86-input-synaptics - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210061014.q96AEQOw041330>