Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 May 2014 12:47:44 +0200
From:      Tijl Coosemans <tijl@FreeBSD.org>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <koue@chaosophia.net> [1]
>   Exp-run:	antoine
>   Approved by:	portmgr (antoine)

PR:	ports/189243



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140506124744.448ab9a1>