Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2015 16:07:25 +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: r382608 - head/textproc/randlm
Message-ID:  <201503291607.t2TG7P01092834@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Mar 29 16:07:24 2015
New Revision: 382608
URL: https://svnweb.freebsd.org/changeset/ports/382608
QAT: https://qat.redports.org/buildarchive/r382608/

Log:
  Convert to USES=autoreconf
  Strip binaries

Modified:
  head/textproc/randlm/Makefile

Modified: head/textproc/randlm/Makefile
==============================================================================
--- head/textproc/randlm/Makefile	Sun Mar 29 16:02:40 2015	(r382607)
+++ head/textproc/randlm/Makefile	Sun Mar 29 16:07:24 2015	(r382608)
@@ -3,6 +3,7 @@
 
 PORTNAME=	randlm
 PORTVERSION=	0.2.5
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=${PORTNAME}
@@ -16,13 +17,13 @@ RUN_DEPENDS=	${LOCALBASE}/include/google
 
 GNU_CONFIGURE=	yes
 USE_PERL5=	run
-USE_AUTOTOOLS=	libtoolize aclocal autoconf automake
-AUTOMAKE_ARGS=	--add-missing
 USE_LDCONFIG=	yes
-USES=		libtool compiler:c++11-lang
+USES=		autoreconf libtool compiler:c++11-lang
+GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=yes
 CXXFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 post-patch:
 	cd ${WRKSRC}/hadoop && ${MV} strings.cpp strings.cc && ${MV} strings.h s.h



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