From owner-svn-ports-all@FreeBSD.ORG Sun Jun 22 17:35:25 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98543BAF; Sun, 22 Jun 2014 17:35:25 +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 858782746; Sun, 22 Jun 2014 17:35:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5MHZOBJ068605; Sun, 22 Jun 2014 17:35:24 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5MHZO3l068603; Sun, 22 Jun 2014 17:35:24 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406221735.s5MHZO3l068603@svn.freebsd.org> From: Dmitry Marakasov Date: Sun, 22 Jun 2014 17:35:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358815 - head/textproc/xmlwrapp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2014 17:35:25 -0000 Author: amdmi3 Date: Sun Jun 22 17:35:24 2014 New Revision: 358815 URL: http://svnweb.freebsd.org/changeset/ports/358815 QAT: https://qat.redports.org/buildarchive/r358815/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/textproc/xmlwrapp/Makefile head/textproc/xmlwrapp/pkg-plist Modified: head/textproc/xmlwrapp/Makefile ============================================================================== --- head/textproc/xmlwrapp/Makefile Sun Jun 22 16:46:17 2014 (r358814) +++ head/textproc/xmlwrapp/Makefile Sun Jun 22 17:35:24 2014 (r358815) @@ -3,7 +3,7 @@ PORTNAME= xmlwrapp PORTVERSION= 0.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF @@ -22,9 +22,9 @@ OPTIONS_SUB= yes XSLT_USE= gnome=libxslt XSLT_CONFIGURE_ENABLE= xslt -USES= pathfix pkgconfig +USES= pathfix pkgconfig libtool USE_GNOME= libxml2 -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules USE_LDCONFIG= yes Modified: head/textproc/xmlwrapp/pkg-plist ============================================================================== --- head/textproc/xmlwrapp/pkg-plist Sun Jun 22 16:46:17 2014 (r358814) +++ head/textproc/xmlwrapp/pkg-plist Sun Jun 22 17:35:24 2014 (r358815) @@ -16,13 +16,13 @@ include/xmlwrapp/xmlwrapp.h %%XSLT%%include/xsltwrapp/stylesheet.h %%XSLT%%include/xsltwrapp/xsltwrapp.h lib/libxmlwrapp.a -lib/libxmlwrapp.la lib/libxmlwrapp.so lib/libxmlwrapp.so.6 +lib/libxmlwrapp.so.6.0.0 %%XSLT%%lib/libxsltwrapp.a %%XSLT%%lib/libxsltwrapp.so -%%XSLT%%lib/libxsltwrapp.la %%XSLT%%lib/libxsltwrapp.so.4 +%%XSLT%%lib/libxsltwrapp.so.4.0.0 libdata/pkgconfig/xmlwrapp.pc %%XSLT%%libdata/pkgconfig/xsltwrapp.pc %%XSLT%%@dirrm include/xsltwrapp