svn commit: r375284 - in head/x11-wm: obconf sawfish

Baptiste Daroussin bapt at FreeBSD.org
Mon Dec 22 23:01:34 UTC 2014


Author: bapt
Date: Mon Dec 22 23:01:32 2014
New Revision: 375284
URL: https://svnweb.freebsd.org/changeset/ports/375284
QAT: https://qat.redports.org/buildarchive/r375284/

Log:
  Get rid of gnomehier

Modified:
  head/x11-wm/obconf/Makefile
  head/x11-wm/sawfish/Makefile

Modified: head/x11-wm/obconf/Makefile
==============================================================================
--- head/x11-wm/obconf/Makefile	Mon Dec 22 22:54:35 2014	(r375283)
+++ head/x11-wm/obconf/Makefile	Mon Dec 22 23:01:32 2014	(r375284)
@@ -3,6 +3,7 @@
 
 PORTNAME=	obconf
 PORTVERSION=	2.0.4
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://openbox.org/dist/obconf/
 
@@ -13,7 +14,7 @@ LIB_DEPENDS=	libstartup-notification-1.s
 		libobrender.so:${PORTSDIR}/x11-wm/openbox
 
 USES=		pkgconfig desktop-file-utils shared-mime-info
-USE_GNOME=	gnomehier libglade2
+USE_GNOME=	libglade2
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	OPENBOX_CFLAGS="`pkg-config --cflags obrender-3.5 obt-3.5`" \
 		OPENBOX_LIBS="`pkg-config --libs obrender-3.5 obt-3.5`"

Modified: head/x11-wm/sawfish/Makefile
==============================================================================
--- head/x11-wm/sawfish/Makefile	Mon Dec 22 22:54:35 2014	(r375283)
+++ head/x11-wm/sawfish/Makefile	Mon Dec 22 23:01:32 2014	(r375284)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sawfish
 PORTVERSION=	1.11
+PORTREVISION=	1
 PORTEPOCH=	3
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://download.tuxfamily.org/sawfish/
@@ -20,7 +21,7 @@ RUN_DEPENDS=	rep-gtk2>=0.90:${PORTSDIR}/
 
 USES=		gmake libtool makeinfo pathfix pkgconfig tar:xz
 USE_XORG=	ice sm x11 xft xinerama xrandr xtst
-USE_GNOME=	cairo gnomehier gtk20
+USE_GNOME=	cairo gtk20
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=${PREFIX}/share \
 		--datadir=${PREFIX}/share


More information about the svn-ports-head mailing list