Date: Thu, 29 May 2014 15:17:17 +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: r355709 - in head: . Mk Message-ID: <201405291517.s4TFHHEE058106@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Thu May 29 15:17:17 2014 New Revision: 355709 URL: http://svnweb.freebsd.org/changeset/ports/355709 QAT: https://qat.redports.org/buildarchive/r355709/ Log: - Remove USE_GMAKE support, please use USES=gmake instead Modified: head/CHANGES head/Mk/bsd.port.mk Modified: head/CHANGES ============================================================================== --- head/CHANGES Thu May 29 15:13:24 2014 (r355708) +++ head/CHANGES Thu May 29 15:17:17 2014 (r355709) @@ -10,6 +10,11 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. +20140529: +AUTHOR: miwi@FreeBSD.org + + USE_GMAKE is no longer supported, please use USES=gmake instead + 20140526: AUTHOR: bapt@FreeBSD.org Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Thu May 29 15:13:24 2014 (r355708) +++ head/Mk/bsd.port.mk Thu May 29 15:17:17 2014 (r355709) @@ -1513,10 +1513,6 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/ .include "${PORTSDIR}/Mk/bsd.pbi.mk" -.if defined(USE_GMAKE) -USES+= gmake -.endif - .if !defined(UID) UID!= ${ID} -u .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405291517.s4TFHHEE058106>