From owner-svn-ports-head@freebsd.org Sun Aug 9 18:56:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D934E99D6FA; Sun, 9 Aug 2015 18:56:49 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF643A5B; Sun, 9 Aug 2015 18:56:49 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t79IunBw077897; Sun, 9 Aug 2015 18:56:49 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t79IumKu077894; Sun, 9 Aug 2015 18:56:48 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201508091856.t79IumKu077894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 9 Aug 2015 18:56:48 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2015 18:56:49 -0000 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