From owner-svn-ports-all@FreeBSD.ORG Tue May 6 10:47:48 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 B81E878F; Tue, 6 May 2014 10:47:48 +0000 (UTC) Received: from mailrelay010.isp.belgacom.be (mailrelay010.isp.belgacom.be [195.238.6.177]) by mx1.freebsd.org (Postfix) with ESMTP id 098672B4; Tue, 6 May 2014 10:47:47 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApYGAMa7aFNR8aV7/2dsb2JhbABZgwZPS8RpgRsXdIIlAQEFOhwzCxQECSUPKh4HEohFAQjNMxeOWYQ/AQOVQIN2gT2RP4M2Ow Received: from 123.165-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.165.123]) by relay.skynet.be with ESMTP; 06 May 2014 12:47:45 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.8/8.14.8) with ESMTP id s46AliWY050896; Tue, 6 May 2014 12:47:45 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Tue, 6 May 2014 12:47:44 +0200 From: Tijl Coosemans To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r353081 - in head: Mk databases/vsqlite Message-ID: <20140506124744.448ab9a1@kalimero.tijl.coosemans.org> In-Reply-To: <201405060955.s469tZdT016129@svn.freebsd.org> References: <201405060955.s469tZdT016129@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Tue, 06 May 2014 10:47:48 -0000 On Tue, 6 May 2014 09:55:35 +0000 (UTC) Tijl Coosemans wrote: > Author: tijl > Date: Tue May 6 09:55:35 2014 > New Revision: 353081 > URL: http://svnweb.freebsd.org/changeset/ports/353081 > QAT: https://qat.redports.org/buildarchive/r353081/ > > Log: > - Run autotools in the same order as autoreconf, i.e. libtoolize, aclocal, > autoconf, autoheader, automake. [1] > This should allow replacing custom pre-configure and run-autotools > targets that some ports have with USE_AUTOTOOLS. > - Set default LIBTOOLIZE_ARGS: > -i: install missing build scripts. > -c: copy files instead of linking them. This is needed for USES=libtool > to be able to patch them. > -f: force replacement of existing files. This ensures all files belong > to the same version. > > database/vsqlite: > - Fix with new LIBTOOLIZE_ARGS. > - INSTALL_TARGET=install-strip. > - Drop :keepla. > > Reported by: Nikola Kolev [1] > Exp-run: antoine > Approved by: portmgr (antoine) PR: ports/189243