Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2015 11:06:40 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382585 - head/devel/libghthash
Message-ID:  <201503291106.t2TB6euF051181@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Mar 29 11:06:39 2015
New Revision: 382585
URL: https://svnweb.freebsd.org/changeset/ports/382585
QAT: https://qat.redports.org/buildarchive/r382585/

Log:
  Convert to USES=autoreconf
  Strip binaries

Modified:
  head/devel/libghthash/Makefile

Modified: head/devel/libghthash/Makefile
==============================================================================
--- head/devel/libghthash/Makefile	Sun Mar 29 11:04:20 2015	(r382584)
+++ head/devel/libghthash/Makefile	Sun Mar 29 11:06:39 2015	(r382585)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libghthash
 PORTVERSION=	0.6.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel
 MASTER_SITES=	http://www.ipd.bth.se/ska/sim_home/filer/
 
@@ -12,11 +12,10 @@ COMMENT=	Generic Hash Table
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-USES=		libtool
+USES=		autoreconf libtool
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtoolize
-AUTOMAKE_ARGS=	-a -c -f
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 PLIST_FILES=	include/ght_hash_table.h \
 		lib/libghthash.a \



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