Date: Sun, 9 Aug 2015 18:56:48 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393816 - in head/x11-wm: compiz-plugins-extra compiz-plugins-main compiz-plugins-unsupported Message-ID: <201508091856.t79IumKu077894@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508091856.t79IumKu077894>