Date: Mon, 1 Sep 2014 19:04:23 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366929 - head/devel/gconf2 Message-ID: <201409011904.s81J4N5O001149@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Mon Sep 1 19:04:23 2014 New Revision: 366929 URL: http://svnweb.freebsd.org/changeset/ports/366929 QAT: https://qat.redports.org/buildarchive/r366929/ Log: - Convert to USES=libtool and add INSTALL_TARGET=install-strip - Remove gio-querymodules command from post-install; not needed with staging Obtained from: gnome-dev Modified: head/devel/gconf2/Makefile head/devel/gconf2/pkg-plist Modified: head/devel/gconf2/Makefile ============================================================================== --- head/devel/gconf2/Makefile Mon Sep 1 19:00:08 2014 (r366928) +++ head/devel/gconf2/Makefile Mon Sep 1 19:04:23 2014 (r366929) @@ -4,7 +4,7 @@ PORTNAME= gconf2 PORTVERSION= 2.32.0 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES= devel gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -24,16 +24,16 @@ USES= tar:bzip2 LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit -USES+= pathfix gettext gmake pkgconfig -USE_GNOME= gnomehier orbit2 gtk20 libxml2 ltverhack \ +USES+= gettext gmake libtool pathfix pkgconfig +USE_GNOME= gnomehier orbit2 gtk20 libxml2 \ referencehack intlhack dconf introspection:build USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc - CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip OPTIONS_DEFINE= LDAP @@ -48,9 +48,6 @@ CONFIGURE_ARGS+=--without-openldap PLIST_SUB+= LDAP="@comment " .endif -post-install: - -${LOCALBASE}/bin/gio-querymodules ${STAGEDIR}${PREFIX}/lib/gio/modules - .include <bsd.port.mk> .endif Modified: head/devel/gconf2/pkg-plist ============================================================================== --- head/devel/gconf2/pkg-plist Mon Sep 1 19:00:08 2014 (r366928) +++ head/devel/gconf2/pkg-plist Mon Sep 1 19:04:23 2014 (r366929) @@ -17,22 +17,18 @@ include/gconf/2/gconf/gconf-value.h include/gconf/2/gconf/gconf.h libexec/gconf-defaults-mechanism %%LDAP%%lib/GConf/2/libgconfbackend-evoldap.a -%%LDAP%%lib/GConf/2/libgconfbackend-evoldap.la %%LDAP%%lib/GConf/2/libgconfbackend-evoldap.so lib/GConf/2/libgconfbackend-oldxml.a -lib/GConf/2/libgconfbackend-oldxml.la lib/GConf/2/libgconfbackend-oldxml.so lib/GConf/2/libgconfbackend-xml.a -lib/GConf/2/libgconfbackend-xml.la lib/GConf/2/libgconfbackend-xml.so lib/girepository-1.0/GConf-2.0.typelib lib/gio/modules/libgsettingsgconfbackend.a -lib/gio/modules/libgsettingsgconfbackend.la lib/gio/modules/libgsettingsgconfbackend.so lib/libgconf-2.a -lib/libgconf-2.la lib/libgconf-2.so lib/libgconf-2.so.4 +lib/libgconf-2.so.4.1.5 libdata/pkgconfig/gconf-2.0.pc libexec/gconf-sanity-check-2 libexec/gconfd-2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409011904.s81J4N5O001149>