From owner-svn-ports-head@FreeBSD.ORG Mon Sep 1 19:00:08 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9D04491; Mon, 1 Sep 2014 19:00:08 +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 C522D1328; Mon, 1 Sep 2014 19:00:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s81J087v097703; Mon, 1 Sep 2014 19:00:08 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s81J08bJ097701; Mon, 1 Sep 2014 19:00:08 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409011900.s81J08bJ097701@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 1 Sep 2014 19:00:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366928 - head/devel/libgsf 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: Mon, 01 Sep 2014 19:00:09 -0000 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 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