From owner-svn-ports-all@FreeBSD.ORG Mon Feb 24 09:14:02 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 D74D16CD; Mon, 24 Feb 2014 09:14:02 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C04C01AB1; Mon, 24 Feb 2014 09:14:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1O9E2Kh025269; Mon, 24 Feb 2014 09:14:02 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1O9E2S1025268; Mon, 24 Feb 2014 09:14:02 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201402240914.s1O9E2S1025268@svn.freebsd.org> From: Tijl Coosemans Date: Mon, 24 Feb 2014 09:14:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345788 - head/devel/libghthash 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.17 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: Mon, 24 Feb 2014 09:14:02 -0000 Author: tijl Date: Mon Feb 24 09:14:02 2014 New Revision: 345788 URL: http://svnweb.freebsd.org/changeset/ports/345788 QAT: https://qat.redports.org/buildarchive/r345788/ Log: - The configure script of libghthash has been generated with macros from a newer version of libtool than the ltmain.sh script. Fix this by running libtoolize. Because this brings in an even more recent version of libtool this also requires regenerating aclocal.m4 (aclocal) and configure (autoconf). - There's also a warning during configure about the 'missing' script being out of date so also run automake. - Remove CONFIGURE_ARGS. It's not needed. Approved by: gahr (maintainer) Modified: head/devel/libghthash/Makefile Modified: head/devel/libghthash/Makefile ============================================================================== --- head/devel/libghthash/Makefile Mon Feb 24 09:04:30 2014 (r345787) +++ head/devel/libghthash/Makefile Mon Feb 24 09:14:02 2014 (r345788) @@ -3,7 +3,7 @@ PORTNAME= libghthash PORTVERSION= 0.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.ipd.bth.se/ska/sim_home/filer/ @@ -14,7 +14,9 @@ OPTIONS_DEFINE= DOCS EXAMPLES USES= libtool GNU_CONFIGURE= yes -CONFIGURE_ARGS= --datarootdir=${PREFIX} +USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize +AUTOMAKE_ARGS= -a -c -f +LIBTOOLIZE_ARGS=-i -c -f USE_LDCONFIG= yes PLIST_FILES= include/ght_hash_table.h \