Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2015 11:33:48 +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: r382589 - head/ftp/wxdfast
Message-ID:  <201503291133.t2TBXmZT064929@svn.freebsd.org>

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

Log:
  Convert to USES=autoreconf
  Strip binaries

Modified:
  head/ftp/wxdfast/Makefile

Modified: head/ftp/wxdfast/Makefile
==============================================================================
--- head/ftp/wxdfast/Makefile	Sun Mar 29 11:29:46 2015	(r382588)
+++ head/ftp/wxdfast/Makefile	Sun Mar 29 11:33:48 2015	(r382589)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wxdfast
 PORTVERSION=	0.6.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	ftp www
 MASTER_SITES=	SF/dfast/wxDownload%20Fast/${PORTVERSION}
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -18,11 +18,10 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 USE_WX=		2.8+
 WX_CONF_ARGS=	relative
 WX_UNICODE=	yes
-USES=		gettext
-USE_AUTOTOOLS=	aclocal automake autoconf libtoolize
-ACLOCAL_ARGS=	-I ${LOCALBASE}/share/locale
-AUTOMAKE_ARGS=	--add-missing --copy --force-missing --foreign
+USES=		autoreconf gettext
+GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	WXRC="${WXRC_CMD}"
+INSTALL_TARGET=	install-strip
 
 post-patch:
 	@${REINPLACE_CMD} -e \



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