svn commit: r301624 - in head: sysutils/eiciel sysutils/fusefs-gnome-vfs sysutils/gkleds2 sysutils/graveman sysutils/pyrenamer sysutils/quicksynergy sysutils/sensors-applet sysutils/serpentine sysu...
Baptiste Daroussin
bapt at FreeBSD.org
Fri Jul 27 17:06:04 UTC 2012
Author: bapt
Date: Fri Jul 27 17:06:03 2012
New Revision: 301624
URL: http://svn.freebsd.org/changeset/ports/301624
Log:
Add some explicit USE_PKGCONFIG=build
Modified:
head/sysutils/eiciel/Makefile
head/sysutils/fusefs-gnome-vfs/Makefile
head/sysutils/gkleds2/Makefile
head/sysutils/graveman/Makefile
head/sysutils/pyrenamer/Makefile
head/sysutils/quicksynergy/Makefile
head/sysutils/sensors-applet/Makefile
head/sysutils/serpentine/Makefile
head/sysutils/wmfire/Makefile
head/textproc/gnome-translate/Makefile
head/textproc/sagasu/Makefile
head/www/bookmarkbridge/Makefile
head/www/erwn/Makefile
head/www/screem/Makefile
Modified: head/sysutils/eiciel/Makefile
==============================================================================
--- head/sysutils/eiciel/Makefile Fri Jul 27 16:30:16 2012 (r301623)
+++ head/sysutils/eiciel/Makefile Fri Jul 27 17:06:03 2012 (r301624)
@@ -23,6 +23,7 @@ USE_GNOME= gnomehack gnomeprefix intlhac
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
+USE_PKGCONFIG= build
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-nautilus-extensions-dir=${PREFIX}/lib/nautilus/extensions-2.0
Modified: head/sysutils/fusefs-gnome-vfs/Makefile
==============================================================================
--- head/sysutils/fusefs-gnome-vfs/Makefile Fri Jul 27 16:30:16 2012 (r301623)
+++ head/sysutils/fusefs-gnome-vfs/Makefile Fri Jul 27 17:06:03 2012 (r301624)
@@ -22,6 +22,7 @@ RPORTNAME= gnome-vfs-fuse
WRKSRC= ${WRKDIR}/${RPORTNAME}
USE_GNOME= gnomevfs2
USE_GMAKE= yes
+USE_PKGCONFIG= yes
PLIST_FILES= bin/gnomevfs-mount
PORTDOCS= README
Modified: head/sysutils/gkleds2/Makefile
==============================================================================
--- head/sysutils/gkleds2/Makefile Fri Jul 27 16:30:16 2012 (r301623)
+++ head/sysutils/gkleds2/Makefile Fri Jul 27 17:06:03 2012 (r301624)
@@ -22,6 +22,7 @@ USE_XORG= x11 xtst
USE_GNOME= gtk20
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
+USE_PKGCONFIG= build
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/sysutils/graveman/Makefile
==============================================================================
--- head/sysutils/graveman/Makefile Fri Jul 27 16:30:16 2012 (r301623)
+++ head/sysutils/graveman/Makefile Fri Jul 27 17:06:03 2012 (r301624)
@@ -22,6 +22,7 @@ USE_GMAKE= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_CDRTOOLS= yes
+USE_PKGCONFIG= build
USE_GNOME= libglade2 intlhack gnomehack gnomeprefix
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
Modified: head/sysutils/pyrenamer/Makefile
==============================================================================
--- head/sysutils/pyrenamer/Makefile Fri Jul 27 16:30:16 2012 (r301623)
+++ head/sysutils/pyrenamer/Makefile Fri Jul 27 17:06:03 2012 (r301624)
@@ -19,6 +19,7 @@ USE_GNOME= gconf2 gnomehack pygtk2
USE_PYTHON= yes
USE_GETTEXT= yes
USE_GMAKE= yes
+USE_PKGCONFIG= build
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/sysutils/quicksynergy/Makefile
==============================================================================
--- head/sysutils/quicksynergy/Makefile Fri Jul 27 16:30:16 2012 (r301623)
+++ head/sysutils/quicksynergy/Makefile Fri Jul 27 17:06:03 2012 (r301624)
@@ -19,6 +19,7 @@ BUILD_DEPENDS= synergys:${PORTSDIR}/sysu
GNU_CONFIGURE= yes
USE_ICONV= yes
USE_GETTEXT= yes
+USE_PKGCONFIG= yes
USE_GNOME= gnomehack gnomeprefix libglade2
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/sysutils/sensors-applet/Makefile
==============================================================================
--- head/sysutils/sensors-applet/Makefile Fri Jul 27 16:30:16 2012 (r301623)
+++ head/sysutils/sensors-applet/Makefile Fri Jul 27 17:06:03 2012 (r301624)
@@ -18,6 +18,7 @@ RUN_DEPENDS= mbmon:${PORTSDIR}/sysutils/
smartctl:${PORTSDIR}/sysutils/smartmontools
USE_GNOME= gnomehack gnomeprefix intlhack gnomepanel libgnomeui
+USE_PKGCONFIG= build
GNU_CONFIGURE= yes
USE_GMAKE= yes
DEFINES= -DMBMON_EXECUTABLE=\\\"${LOCALBASE}/bin/mbmon\\\" \
Modified: head/sysutils/serpentine/Makefile
==============================================================================
--- head/sysutils/serpentine/Makefile Fri Jul 27 16:30:16 2012 (r301623)
+++ head/sysutils/serpentine/Makefile Fri Jul 27 17:06:03 2012 (r301624)
@@ -21,8 +21,8 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= pygnomedesktop intlhack
USE_GMAKE= yes
+USE_PKGCONFIG= build
USE_GSTREAMER= core gnomevfs python
USE_PYTHON= 2.4+
-.include <bsd.port.pre.mk>
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/sysutils/wmfire/Makefile
==============================================================================
--- head/sysutils/wmfire/Makefile Fri Jul 27 16:30:16 2012 (r301623)
+++ head/sysutils/wmfire/Makefile Fri Jul 27 17:06:03 2012 (r301624)
@@ -17,6 +17,7 @@ COMMENT= Window Maker dock app showing l
LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop
USE_GNOME= gtk20
+USE_PKGCONFIG= build
GNU_CONFIGURE= yes
USE_CSTD= gnu89
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/textproc/gnome-translate/Makefile
==============================================================================
--- head/textproc/gnome-translate/Makefile Fri Jul 27 16:30:16 2012 (r301623)
+++ head/textproc/gnome-translate/Makefile Fri Jul 27 17:06:03 2012 (r301624)
@@ -22,6 +22,7 @@ INSTALLS_ICONS= yes
GCONF_SCHEMAS= gnome-translate.schemas
USE_GNOME= gnomehack gnomeprefix eel2 intlhack libgnomeui
USE_GMAKE= yes
+USE_PKGCONFIG= build
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -Wl,-export-dynamic
Modified: head/textproc/sagasu/Makefile
==============================================================================
--- head/textproc/sagasu/Makefile Fri Jul 27 16:30:16 2012 (r301623)
+++ head/textproc/sagasu/Makefile Fri Jul 27 17:06:03 2012 (r301624)
@@ -18,6 +18,7 @@ USE_GNOME= gnomehack gnomeprefix libgnom
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
+USE_PKGCONFIG= build
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/www/bookmarkbridge/Makefile
==============================================================================
--- head/www/bookmarkbridge/Makefile Fri Jul 27 16:30:16 2012 (r301623)
+++ head/www/bookmarkbridge/Makefile Fri Jul 27 17:06:03 2012 (r301624)
@@ -21,6 +21,7 @@ USE_XORG= x11 ice xext
USE_QT4= corelib gui moc_build rcc_build uic_build qt3support
USE_GNOME= libxml2
USE_GMAKE= yes
+USE_PKGCONFIG= build
USE_AUTOTOOLS= aclocal automake autoconf
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
Modified: head/www/erwn/Makefile
==============================================================================
--- head/www/erwn/Makefile Fri Jul 27 16:30:16 2012 (r301623)
+++ head/www/erwn/Makefile Fri Jul 27 17:06:03 2012 (r301624)
@@ -17,6 +17,7 @@ COMMENT= Simple GTK+-2 HTML editor
USE_GNOME= gnomehack gnomeprefix gtksourceview gtkhtml3
USE_GMAKE= yes
+USE_PKGCONFIG= build
GNU_CONFIGURE= yes
MAN1= erwin.1
Modified: head/www/screem/Makefile
==============================================================================
--- head/www/screem/Makefile Fri Jul 27 16:30:16 2012 (r301623)
+++ head/www/screem/Makefile Fri Jul 27 17:06:03 2012 (r301624)
@@ -21,6 +21,7 @@ USE_GNOME= desktopfileutils gnomehack gn
gtksourceview intlhack libgnomeprintui libgnomeui libgtkhtml
USE_XORG= xpm
USE_GMAKE= yes
+USE_PKGCONFIG= build
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
More information about the svn-ports-head
mailing list