Date: Mon, 1 Sep 2014 19:00:08 +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: r366928 - head/devel/libgsf Message-ID: <201409011900.s81J08bJ097701@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Mon Sep 1 19:00:08 2014 New Revision: 366928 URL: http://svnweb.freebsd.org/changeset/ports/366928 QAT: https://qat.redports.org/buildarchive/r366928/ Log: Convert to USES=libtool and add INSTALL_TARGET=install-strip Obtained from: gnome-dev Modified: head/devel/libgsf/Makefile head/devel/libgsf/pkg-plist Modified: head/devel/libgsf/Makefile ============================================================================== --- head/devel/libgsf/Makefile Mon Sep 1 18:58:35 2014 (r366927) +++ head/devel/libgsf/Makefile Mon Sep 1 19:00:08 2014 (r366928) @@ -4,7 +4,7 @@ PORTNAME= libgsf PORTVERSION= 1.14.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -12,12 +12,13 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Extensible I/O abstraction for dealing with structured file formats -USES= gettext gmake pathfix pkgconfig tar:xz -USE_LDCONFIG= yes +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= gdkpixbuf2 glib20 gnomeprefix intlhack introspection:build \ - libxml2 ltverhack -USE_AUTOTOOLS= libtool + libxml2 +GNU_CONFIGURE= yes +USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip .include <bsd.port.mk> Modified: head/devel/libgsf/pkg-plist ============================================================================== --- head/devel/libgsf/pkg-plist Mon Sep 1 18:58:35 2014 (r366927) +++ head/devel/libgsf/pkg-plist Mon Sep 1 19:00:08 2014 (r366928) @@ -51,9 +51,9 @@ include/libgsf-1/gsf/gsf-timestamp.h include/libgsf-1/gsf/gsf-utils.h include/libgsf-1/gsf/gsf.h lib/libgsf-1.a -lib/libgsf-1.la lib/libgsf-1.so lib/libgsf-1.so.114 +lib/libgsf-1.so.114.0.28 libdata/pkgconfig/libgsf-1.pc man/man1/gsf-office-thumbnailer.1.gz man/man1/gsf-vba-dump.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409011900.s81J08bJ097701>