svn commit: r382608 - head/textproc/randlm

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 29 16:07:25 UTC 2015


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


More information about the svn-ports-head mailing list