From owner-svn-ports-head@FreeBSD.ORG Mon Dec 22 22:54:36 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9EDEE95B; Mon, 22 Dec 2014 22:54:36 +0000 (UTC) Received: from svn.freebsd.org (svn.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 8A93864591; Mon, 22 Dec 2014 22:54:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBMMsaVY015456; Mon, 22 Dec 2014 22:54:36 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBMMsa8r015454; Mon, 22 Dec 2014 22:54:36 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412222254.sBMMsa8r015454@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 22 Dec 2014 22:54:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375283 - in head/x11-toolkits: libbonoboui libgnomeui 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.18-1 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: Mon, 22 Dec 2014 22:54:36 -0000 Author: bapt Date: Mon Dec 22 22:54:35 2014 New Revision: 375283 URL: https://svnweb.freebsd.org/changeset/ports/375283 QAT: https://qat.redports.org/buildarchive/r375283/ Log: get rid of gnomehier Modified: head/x11-toolkits/libbonoboui/Makefile head/x11-toolkits/libgnomeui/Makefile Modified: head/x11-toolkits/libbonoboui/Makefile ============================================================================== --- head/x11-toolkits/libbonoboui/Makefile Mon Dec 22 22:51:56 2014 (r375282) +++ head/x11-toolkits/libbonoboui/Makefile Mon Dec 22 22:54:35 2014 (r375283) @@ -4,7 +4,7 @@ PORTNAME= libbonoboui PORTVERSION= 2.24.4 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -18,7 +18,7 @@ USES+= tar:bzip2 USES+= gettext gmake libtool:keepla pathfix pkgconfig GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix gnomehier intlhack \ +USE_GNOME= gnomeprefix intlhack \ libgnomecanvas libgnome referencehack USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/x11-toolkits/libgnomeui/Makefile ============================================================================== --- head/x11-toolkits/libgnomeui/Makefile Mon Dec 22 22:51:56 2014 (r375282) +++ head/x11-toolkits/libgnomeui/Makefile Mon Dec 22 22:54:35 2014 (r375283) @@ -4,7 +4,7 @@ PORTNAME= libgnomeui PORTVERSION= 2.24.4 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -21,7 +21,7 @@ LIB_DEPENDS+= libgnome-keyring.so:${PORT RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme USES+= bison gettext gmake libtool:keepla pathfix pkgconfig -USE_GNOME= gnomeprefix gnomehier libbonoboui referencehack gvfs +USE_GNOME= gnomeprefix libbonoboui referencehack gvfs USE_XORG= sm USE_LDCONFIG= yes GNU_CONFIGURE= yes