From owner-svn-ports-head@FreeBSD.ORG Mon May 26 13:05:06 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96CDF692; Mon, 26 May 2014 13:05:06 +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 69BBE20F1; Mon, 26 May 2014 13:05:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QD56IB004314; Mon, 26 May 2014 13:05:06 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4QD55gW004308; Mon, 26 May 2014 13:05:05 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405261305.s4QD55gW004308@svn.freebsd.org> From: Martin Wilke Date: Mon, 26 May 2014 13:05:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355326 - in head/editors: e3 emacs21 lazarus speedbar tamago X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 13:05:06 -0000 Author: miwi Date: Mon May 26 13:05:05 2014 New Revision: 355326 URL: http://svnweb.freebsd.org/changeset/ports/355326 QAT: https://qat.redports.org/buildarchive/r355326/ Log: - Convert gmake to USES Approved by: portmgr Modified: head/editors/e3/Makefile head/editors/emacs21/Makefile head/editors/lazarus/Makefile head/editors/speedbar/Makefile head/editors/tamago/Makefile Modified: head/editors/e3/Makefile ============================================================================== --- head/editors/e3/Makefile Mon May 26 13:02:08 2014 (r355325) +++ head/editors/e3/Makefile Mon May 26 13:05:05 2014 (r355326) @@ -13,7 +13,7 @@ COMMENT= A full featured text editor wri BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -USE_GMAKE= yes +USES= gmake MAKE_ARGS= OS=FREEBSD ONLY_FOR_ARCHS= i386 Modified: head/editors/emacs21/Makefile ============================================================================== --- head/editors/emacs21/Makefile Mon May 26 13:02:08 2014 (r355325) +++ head/editors/emacs21/Makefile Mon May 26 13:05:05 2014 (r355326) @@ -35,7 +35,7 @@ USE_XORG= xpm .endif USE_AUTOTOOLS= autoconf213 -USE_GMAKE= yes +USES= gmake CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd .if defined(WITHOUT_X11) Modified: head/editors/lazarus/Makefile ============================================================================== --- head/editors/lazarus/Makefile Mon May 26 13:02:08 2014 (r355325) +++ head/editors/lazarus/Makefile Mon May 26 13:05:05 2014 (r355326) @@ -19,7 +19,6 @@ RUN_DEPENDS?= # ONLY_FOR_ARCHS= i386 amd64 USES= gmake -USE_GMAKE= yes USE_GNOME= # USE_FPC?= fcl-base fcl-db fcl-fpcunit fcl-image fcl-process fcl-registry \ fcl-res fcl-xml iconvenc numlib pasjpeg x11 Modified: head/editors/speedbar/Makefile ============================================================================== --- head/editors/speedbar/Makefile Mon May 26 13:02:08 2014 (r355325) +++ head/editors/speedbar/Makefile Mon May 26 13:05:05 2014 (r355326) @@ -17,7 +17,7 @@ COMMENT= Quick access to files and tags USE_EMACS= yes EMACS_PORT_NAME?= emacs21 -USE_GMAKE= yes +USES= gmake CONFLICTS= cedet* LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/speedbar Modified: head/editors/tamago/Makefile ============================================================================== --- head/editors/tamago/Makefile Mon May 26 13:02:08 2014 (r355325) +++ head/editors/tamago/Makefile Mon May 26 13:05:05 2014 (r355326) @@ -20,7 +20,7 @@ COMMENT= The Multilingual Input Method - LICENSE= GPLv2 -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_EMACS= yes WRKSRC= ${WRKDIR}/egg-4.0.6+0.20041122cvs