From owner-svn-ports-all@FreeBSD.ORG Mon May 26 15:49:05 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DEB2A6F8; Mon, 26 May 2014 15:49:05 +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 CBD6820DB; Mon, 26 May 2014 15:49:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QFn597006958; Mon, 26 May 2014 15:49:05 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4QFn5Gp006957; Mon, 26 May 2014 15:49:05 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201405261549.s4QFn5Gp006957@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 26 May 2014 15:49:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355394 - head/Mk 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 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: Mon, 26 May 2014 15:49:06 -0000 Author: bapt Date: Mon May 26 15:49:05 2014 New Revision: 355394 URL: http://svnweb.freebsd.org/changeset/ports/355394 QAT: https://qat.redports.org/buildarchive/r355394/ Log: Remove bsd.lua.mk and USE_LUA support please use USES=lua Deleted: head/Mk/bsd.lua.mk Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Mon May 26 15:40:05 2014 (r355393) +++ head/Mk/bsd.port.mk Mon May 26 15:49:05 2014 (r355394) @@ -423,9 +423,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # that the port needs MATE. Implies inclusion of # bsd.mate.mk. See bsd.mate.mk for more details. ## -# USE_LUA - If set, this port uses the Lua library and related -# components. See bsd.lua.mk for more details. -## # USE_WX - If set, this port uses the WxWidgets library and related # components. See bsd.wx.mk for more details. ## @@ -1497,10 +1494,6 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/ .include "${PORTSDIR}/Mk/bsd.mate.mk" .endif -.if defined(WANT_LUA) || defined(USE_LUA) || defined(USE_LUA_NOT) -.include "${PORTSDIR}/Mk/bsd.lua.mk" -.endif - .if defined(WANT_WX) || defined(USE_WX) || defined(USE_WX_NOT) .include "${PORTSDIR}/Mk/bsd.wx.mk" .endif @@ -1914,10 +1907,6 @@ IGNORE= Do not define STAGEDIR in comman .include "${PORTSDIR}/Mk/bsd.python.mk" .endif -.if defined(USE_LUA) || defined(USE_LUA_NOT) -.include "${PORTSDIR}/Mk/bsd.lua.mk" -.endif - .if defined(USE_WX) || defined(USE_WX_NOT) .include "${PORTSDIR}/Mk/bsd.wx.mk" .endif