Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2014 23:42:15 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375141 - in head/devel: libgee06 libosinfo
Message-ID:  <201412202342.sBKNgFKC032677@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412202342.sBKNgFKC032677>