From owner-svn-ports-head@FreeBSD.ORG Fri Jun 27 09:05:59 2014 Return-Path: Delivered-To: svn-ports-head@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 8E497733; Fri, 27 Jun 2014 09:05:59 +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 7B87624A8; Fri, 27 Jun 2014 09:05:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5R95xUZ059167; Fri, 27 Jun 2014 09:05:59 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5R95xBb059166; Fri, 27 Jun 2014 09:05:59 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406270905.s5R95xBb059166@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 27 Jun 2014 09:05:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359480 - 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-head@freebsd.org X-Mailman-Version: 2.1.18 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: Fri, 27 Jun 2014 09:05:59 -0000 Author: amdmi3 Date: Fri Jun 27 09:05:58 2014 New Revision: 359480 URL: http://svnweb.freebsd.org/changeset/ports/359480 QAT: https://qat.redports.org/buildarchive/r359480/ Log: - Switch to USES=libtool Approved by: portmgr blanket Modified: head/textproc/xerces-c3/Makefile Modified: head/textproc/xerces-c3/Makefile ============================================================================== --- head/textproc/xerces-c3/Makefile Fri Jun 27 08:59:19 2014 (r359479) +++ head/textproc/xerces-c3/Makefile Fri Jun 27 09:05:58 2014 (r359480) @@ -3,7 +3,7 @@ PORTNAME= xerces-c3 PORTVERSION= 3.1.1 -PORTREVISION= 1 +PORTREVISION= 2 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 +USES= gmake pathfix libtool:keepla USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \