From owner-svn-ports-head@FreeBSD.ORG Sat Dec 20 23:42:15 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 DAE89A36; Sat, 20 Dec 2014 23:42:15 +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 C6A3A1B34; Sat, 20 Dec 2014 23:42:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBKNgFSf032679; Sat, 20 Dec 2014 23:42:15 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBKNgFKC032677; Sat, 20 Dec 2014 23:42:15 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412202342.sBKNgFKC032677@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 20 Dec 2014 23:42:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375141 - in head/devel: libgee06 libosinfo 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: Sat, 20 Dec 2014 23:42:16 -0000 Author: bapt Date: Sat Dec 20 23:42:14 2014 New Revision: 375141 URL: https://svnweb.freebsd.org/changeset/ports/375141 QAT: https://qat.redports.org/buildarchive/r375141/ Log: Get rid of gnomehier Modified: head/devel/libgee06/Makefile head/devel/libosinfo/Makefile Modified: head/devel/libgee06/Makefile ============================================================================== --- head/devel/libgee06/Makefile Sat Dec 20 23:40:35 2014 (r375140) +++ head/devel/libgee06/Makefile Sat Dec 20 23:42:14 2014 (r375141) @@ -4,7 +4,7 @@ PORTNAME= libgee PORTVERSION= 0.6.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNOME PKGNAMESUFFIX= 06 @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=yes INSTALL_TARGET= install-strip USES= gmake libtool pathfix pkgconfig tar:xz -USE_GNOME= glib20 gnomehier introspection:build +USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes .include Modified: head/devel/libosinfo/Makefile ============================================================================== --- head/devel/libosinfo/Makefile Sat Dec 20 23:40:35 2014 (r375140) +++ head/devel/libosinfo/Makefile Sat Dec 20 23:42:14 2014 (r375141) @@ -12,9 +12,10 @@ COMMENT= Library for managing OS informa LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome USES= gmake libtool pathfix pkgconfig -USE_GNOME= gnomehier glib20 libxml2 libxslt introspection:build intlhack +USE_GNOME= glib20 libxml2 libxslt introspection:build intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-tests --disable-vala CPPFLAGS+= -I${LOCALBASE}/include