From owner-svn-ports-all@FreeBSD.ORG Sun Mar 29 11:33:49 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A74EC3D; Sun, 29 Mar 2015 11:33:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04DB060E; Sun, 29 Mar 2015 11:33:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2TBXmp3064930; Sun, 29 Mar 2015 11:33:48 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2TBXmZT064929; Sun, 29 Mar 2015 11:33:48 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201503291133.t2TBXmZT064929@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 29 Mar 2015 11:33:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382589 - head/ftp/wxdfast X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Mar 2015 11:33:49 -0000 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 \