diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-02 03:04:23 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-02 03:04:23 +0800 |
commit | 33a17405be60392388334c1feb8febba9c6bbce0 (patch) | |
tree | 468a08b00a043dec81bcc56be4215dd1deec6924 /devel | |
parent | d44a7023fd7e4eaf935a385736b7b2967f3f7476 (diff) | |
download | freebsd-ports-gnome-33a17405be60392388334c1feb8febba9c6bbce0.tar.gz freebsd-ports-gnome-33a17405be60392388334c1feb8febba9c6bbce0.tar.zst freebsd-ports-gnome-33a17405be60392388334c1feb8febba9c6bbce0.zip |
- 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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gconf2/Makefile | 13 | ||||
-rw-r--r-- | devel/gconf2/pkg-plist | 6 |
2 files changed, 6 insertions, 13 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 2e3607e8ab7f..5302b3ec9d80 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -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 diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist index 1406d78d2183..478a07233a52 100644 --- a/devel/gconf2/pkg-plist +++ b/devel/gconf2/pkg-plist @@ -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 |