From owner-svn-ports-all@FreeBSD.ORG Sun Jun 22 21:17:49 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 0A498409; Sun, 22 Jun 2014 21:17:49 +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 EBA5726C4; Sun, 22 Jun 2014 21:17:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5MLHmbC075112; Sun, 22 Jun 2014 21:17:48 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5MLHmPA075110; Sun, 22 Jun 2014 21:17:48 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406222117.s5MLHmPA075110@svn.freebsd.org> From: Dmitry Marakasov Date: Sun, 22 Jun 2014 21:17:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358832 - head/textproc/xqilla 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 21:17:49 -0000 Author: amdmi3 Date: Sun Jun 22 21:17:48 2014 New Revision: 358832 URL: http://svnweb.freebsd.org/changeset/ports/358832 QAT: https://qat.redports.org/buildarchive/r358832/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/textproc/xqilla/Makefile head/textproc/xqilla/pkg-plist Modified: head/textproc/xqilla/Makefile ============================================================================== --- head/textproc/xqilla/Makefile Sun Jun 22 21:17:27 2014 (r358831) +++ head/textproc/xqilla/Makefile Sun Jun 22 21:17:48 2014 (r358832) @@ -3,7 +3,7 @@ PORTNAME= xqilla PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= SF @@ -18,7 +18,7 @@ LICENSE= APACHE20 LIB_DEPENDS= libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3 -USES= gmake +USES= gmake libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/textproc/xqilla/pkg-plist ============================================================================== --- head/textproc/xqilla/pkg-plist Sun Jun 22 21:17:27 2014 (r358831) +++ head/textproc/xqilla/pkg-plist Sun Jun 22 21:17:48 2014 (r358832) @@ -393,9 +393,9 @@ include/xqilla/xqts/TestSuiteParser.hpp include/xqilla/xqts/TestSuiteResultListener.hpp include/xqilla/xqts/TestSuiteRunner.hpp lib/libxqilla.a -lib/libxqilla.la lib/libxqilla.so lib/libxqilla.so.6 +lib/libxqilla.so.6.0.0 @dirrm include/xqilla/xqts @dirrm include/xqilla/xerces @dirrm include/xqilla/utils