svn commit: r393816 - in head/x11-wm: compiz-plugins-extra compiz-plugins-main compiz-plugins-unsupported

Koop Mast kwm at FreeBSD.org
Sun Aug 9 18:56:49 UTC 2015


Author: kwm
Date: Sun Aug  9 18:56:48 2015
New Revision: 393816
URL: https://svnweb.freebsd.org/changeset/ports/393816

Log:
  Make sure these compiz ports depend on gconf2 so the GCONF_SCHEMAS
  will get processed. This fixes the build for these ports due to a
  new check in bsd.gnome.mk.
  
  Pointyhat to:	kwm@ for not fixing this during the gnome 3.16 exp-run

Modified:
  head/x11-wm/compiz-plugins-extra/Makefile
  head/x11-wm/compiz-plugins-main/Makefile
  head/x11-wm/compiz-plugins-unsupported/Makefile

Modified: head/x11-wm/compiz-plugins-extra/Makefile
==============================================================================
--- head/x11-wm/compiz-plugins-extra/Makefile	Sun Aug  9 18:41:41 2015	(r393815)
+++ head/x11-wm/compiz-plugins-extra/Makefile	Sun Aug  9 18:56:48 2015	(r393816)
@@ -20,7 +20,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 GNU_CONFIGURE=	yes
 USE_GL=		yes
 USES=		gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
-USE_GNOME=	intltool
+USE_GNOME=	gconf2 intltool
 USE_XORG=	glproto
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip

Modified: head/x11-wm/compiz-plugins-main/Makefile
==============================================================================
--- head/x11-wm/compiz-plugins-main/Makefile	Sun Aug  9 18:41:41 2015	(r393815)
+++ head/x11-wm/compiz-plugins-main/Makefile	Sun Aug  9 18:56:48 2015	(r393816)
@@ -21,7 +21,7 @@ INSTALL_TARGET=	install-strip
 USE_GL=		yes
 USES=		gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
 USE_CSTD=	gnu89
-USE_GNOME=	intltool
+USE_GNOME=	gconf2 intltool
 USE_XORG=	glproto
 USE_LDCONFIG=	yes
 

Modified: head/x11-wm/compiz-plugins-unsupported/Makefile
==============================================================================
--- head/x11-wm/compiz-plugins-unsupported/Makefile	Sun Aug  9 18:41:41 2015	(r393815)
+++ head/x11-wm/compiz-plugins-unsupported/Makefile	Sun Aug  9 18:56:48 2015	(r393816)
@@ -21,7 +21,7 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_GL=		yes
 USES=	pathfix gettext gmake libtool:keepla pkgconfig tar:bzip2
-USE_GNOME=	intltool
+USE_GNOME=	gconf2 intltool
 USE_XORG=	glproto
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list