From owner-svn-ports-all@FreeBSD.ORG Sun Sep 21 12:33:11 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 90752E2D; Sun, 21 Sep 2014 12:33:11 +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 7C15E3ED; Sun, 21 Sep 2014 12:33:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8LCXBoG062756; Sun, 21 Sep 2014 12:33:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8LCXB7L062754; Sun, 21 Sep 2014 12:33:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409211233.s8LCXB7L062754@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 21 Sep 2014 12:33:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368747 - head/textproc/xerces-c3 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-1 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, 21 Sep 2014 12:33:11 -0000 Author: amdmi3 Date: Sun Sep 21 12:33:10 2014 New Revision: 368747 URL: http://svnweb.freebsd.org/changeset/ports/368747 QAT: https://qat.redports.org/buildarchive/r368747/ Log: - Drop .la files, no dependees require them Approved by: portmgr blanket Modified: head/textproc/xerces-c3/Makefile head/textproc/xerces-c3/pkg-plist Modified: head/textproc/xerces-c3/Makefile ============================================================================== --- head/textproc/xerces-c3/Makefile Sun Sep 21 12:33:00 2014 (r368746) +++ head/textproc/xerces-c3/Makefile Sun Sep 21 12:33:10 2014 (r368747) @@ -3,7 +3,7 @@ PORTNAME= xerces-c3 PORTVERSION= 3.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= xerces/c/3/sources @@ -14,7 +14,7 @@ COMMENT= Validating XML parser from the CONFLICTS= xerces-c2-[0-9]* xerces-c2-devel-[0-9]* -USES= gmake pathfix libtool:keepla +USES= gmake pathfix libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ Modified: head/textproc/xerces-c3/pkg-plist ============================================================================== --- head/textproc/xerces-c3/pkg-plist Sun Sep 21 12:33:00 2014 (r368746) +++ head/textproc/xerces-c3/pkg-plist Sun Sep 21 12:33:10 2014 (r368747) @@ -19,7 +19,6 @@ lib/libxerces-c-3.1.so lib/libxerces-c.so.3 lib/libxerces-c.so lib/libxerces-c.a -lib/libxerces-c.la include/xercesc/dom/DOM.hpp include/xercesc/dom/DOMAttr.hpp include/xercesc/dom/DOMCDATASection.hpp