Date: Mon, 26 May 2014 13:05:05 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> 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 Message-ID: <201405261305.s4QD55gW004308@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405261305.s4QD55gW004308>