svn commit: r301622 - in head/x11: apwal avant-window-navigator decurs fbpanel gromit gtkterm2 roxterm wmblob wmdrawer xvattr
Baptiste Daroussin
bapt at FreeBSD.org
Fri Jul 27 16:20:42 UTC 2012
Author: bapt
Date: Fri Jul 27 16:20:41 2012
New Revision: 301622
URL: http://svn.freebsd.org/changeset/ports/301622
Log:
Add some explicit USE_PKGCONFIG=build
Modified:
head/x11/apwal/Makefile
head/x11/avant-window-navigator/Makefile
head/x11/decurs/Makefile
head/x11/fbpanel/Makefile
head/x11/gromit/Makefile
head/x11/gtkterm2/Makefile
head/x11/roxterm/Makefile
head/x11/wmblob/Makefile
head/x11/wmdrawer/Makefile
head/x11/xvattr/Makefile
Modified: head/x11/apwal/Makefile
==============================================================================
--- head/x11/apwal/Makefile Fri Jul 27 15:58:20 2012 (r301621)
+++ head/x11/apwal/Makefile Fri Jul 27 16:20:41 2012 (r301622)
@@ -16,6 +16,7 @@ COMMENT= Simple and powerful application
USE_GNOME= gtk20 libxml2
USE_GMAKE= yes
+USE_PKGCONFIG= build
WRKSRC= ${WRKDIR}/${PORTNAME}/src
Modified: head/x11/avant-window-navigator/Makefile
==============================================================================
--- head/x11/avant-window-navigator/Makefile Fri Jul 27 15:58:20 2012 (r301621)
+++ head/x11/avant-window-navigator/Makefile Fri Jul 27 16:20:41 2012 (r301622)
@@ -26,6 +26,7 @@ USE_GNOME= gnomehack glib20 gtk20 pygtk2
USE_PYTHON= yes
USE_GETTEXT= yes
USE_LDCONFIG= yes
+USE_PKGCONFIG= build
INSTALLS_ICONS= yes
USE_XORG= x11 xproto xcomposite xrender
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/x11/decurs/Makefile
==============================================================================
--- head/x11/decurs/Makefile Fri Jul 27 15:58:20 2012 (r301621)
+++ head/x11/decurs/Makefile Fri Jul 27 16:20:41 2012 (r301622)
@@ -20,6 +20,7 @@ LIB_DEPENDS= gtkmm-2.0.6:${PORTSDIR}/x11
USE_XORG= x11
USE_GNOME= gtk20
GNU_CONFIGURE= yes
+USE_PKGCONFIG= build
.include <bsd.port.pre.mk>
Modified: head/x11/fbpanel/Makefile
==============================================================================
--- head/x11/fbpanel/Makefile Fri Jul 27 15:58:20 2012 (r301621)
+++ head/x11/fbpanel/Makefile Fri Jul 27 16:20:41 2012 (r301622)
@@ -21,6 +21,7 @@ USE_XORG= x11 xmu xpm
USE_GNOME= gtk20
HAS_CONFIGURE= yes
USE_GMAKE= yes
+USE_PKGCONFIG= build
CONFIGURE_ARGS+= --prefix=${PREFIX}
Modified: head/x11/gromit/Makefile
==============================================================================
--- head/x11/gromit/Makefile Fri Jul 27 15:58:20 2012 (r301621)
+++ head/x11/gromit/Makefile Fri Jul 27 16:20:41 2012 (r301622)
@@ -15,6 +15,7 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= GRaphics Over Miscellaneous Objects (Gromit)
USE_GNOME= gtk20
+USE_PKGCONFIG= build
DOCS= AUTHORS ChangeLog README
Modified: head/x11/gtkterm2/Makefile
==============================================================================
--- head/x11/gtkterm2/Makefile Fri Jul 27 15:58:20 2012 (r301621)
+++ head/x11/gtkterm2/Makefile Fri Jul 27 16:20:41 2012 (r301622)
@@ -16,6 +16,7 @@ COMMENT= A simple GTK-2 terminal with ta
USE_GNOME= vte
USE_GMAKE= yes
+USE_PKGCONFIG= build
USE_AUTOTOOLS= libtool
PORTDOCS= README
Modified: head/x11/roxterm/Makefile
==============================================================================
--- head/x11/roxterm/Makefile Fri Jul 27 15:58:20 2012 (r301621)
+++ head/x11/roxterm/Makefile Fri Jul 27 16:20:41 2012 (r301622)
@@ -24,6 +24,7 @@ USE_XORG= sm ice
USE_GNOME= libglade2 vte
USE_GETTEXT= yes
USE_GMAKE= yes
+USE_PKGCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_prog_HAVE_XMLTO=no ac_cv_prog_HAVE_PO4A=no
INSTALLS_ICONS= yes
Modified: head/x11/wmblob/Makefile
==============================================================================
--- head/x11/wmblob/Makefile Fri Jul 27 15:58:20 2012 (r301621)
+++ head/x11/wmblob/Makefile Fri Jul 27 16:20:41 2012 (r301622)
@@ -17,6 +17,7 @@ COMMENT= Showing moving blobs
USE_XORG= xpm
USE_BZIP2= yes
USE_GNOME= gtk20
+USE_PKGCONFIG= build
GNU_CONFIGURE= yes
MAN1= wmblob.1
Modified: head/x11/wmdrawer/Makefile
==============================================================================
--- head/x11/wmdrawer/Makefile Fri Jul 27 15:58:20 2012 (r301621)
+++ head/x11/wmdrawer/Makefile Fri Jul 27 16:20:41 2012 (r301622)
@@ -21,6 +21,7 @@ COMMENT= A dockapp which provides a draw
USE_GNOME= gdkpixbuf
USE_GMAKE= yes
+USE_PKGCONFIG= build
CONFIGURE_ENV+= DOCSDIR=${DOCSDIR}
MAKE_ENV+= ${CONFIGURE_ENV}
Modified: head/x11/xvattr/Makefile
==============================================================================
--- head/x11/xvattr/Makefile Fri Jul 27 15:58:20 2012 (r301621)
+++ head/x11/xvattr/Makefile Fri Jul 27 16:20:41 2012 (r301622)
@@ -21,6 +21,7 @@ GTK1_DESC= GTK1 support (Default is GTK2
USE_XORG= x11 xv
WANT_GNOME= yes
+USE_PKGCONFIG= build
MAN1= ${PORTNAME}.1
PLIST_FILES= bin/${PORTNAME} bin/g${PORTNAME}
More information about the svn-ports-head
mailing list