Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 2014 23:01:33 +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: r375284 - in head/x11-wm: obconf sawfish
Message-ID:  <201412222301.sBMN1XQZ017523@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412222301.sBMN1XQZ017523>