svn commit: r355394 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Mon May 26 15:49:06 UTC 2014


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 at 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


More information about the svn-ports-all mailing list