Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jun 2014 12:41:10 +0200
From:      Oliver Lehmann <oliver@freebsd.org>
To:        Baptiste Daroussin <bapt@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r355394 - head/Mk
Message-ID:  <20140614124110.Horde.r44J3TFoohymIGGIP-mDmg2@avocado.salatschuessel.net>
In-Reply-To: <201405261549.s4QFn5Gp006957@svn.freebsd.org>
References:  <201405261549.s4QFn5Gp006957@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

this broke a port of mine. What is the supposed replacement for  
TOLUAXX_CMD now?

Greetings, Oliver


Baptiste Daroussin <bapt@freebsd.org> wrote:

> 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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140614124110.Horde.r44J3TFoohymIGGIP-mDmg2>