Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2014 09:14:02 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345788 - head/devel/libghthash
Message-ID:  <201402240914.s1O9E2S1025268@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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