Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Dec 2017 00:04:26 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457200 - head/devel/lua-luarocks
Message-ID:  <201712250004.vBP04QEx059861@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Dec 25 00:04:25 2017
New Revision: 457200
URL: https://svnweb.freebsd.org/changeset/ports/457200

Log:
  devel/lua-luarocks: drop optional dependencies
  
  Additional dependencies should be specified in consumers when required.
  Simple projects don't need them and complex one can't rely on some
  port options being set.

Modified:
  head/devel/lua-luarocks/Makefile   (contents, props changed)

Modified: head/devel/lua-luarocks/Makefile
==============================================================================
--- head/devel/lua-luarocks/Makefile	Sun Dec 24 23:25:20 2017	(r457199)
+++ head/devel/lua-luarocks/Makefile	Mon Dec 25 00:04:25 2017	(r457200)
@@ -28,27 +28,6 @@ CONFIGURE_ARGS=	--prefix=${PREFIX} \
 ALL_TARGET=	build
 
 OPTIONS_DEFINE=	LUAJIT
-
-OPTIONS_GROUP=		BUILD FETCH
-BUILD_DESC=		Build backends
-OPTIONS_GROUP_BUILD=	CMAKE GMAKE
-FETCH_DESC=		Fetch from repositories
-OPTIONS_GROUP_FETCH=	CVS GIT HG SVN
-
-CMAKE_DESC=		CMake support
-CMAKE_RUN_DEPENDS=	cmake:devel/cmake
-GMAKE_DESC=		GNU Make support
-GMAKE_RUN_DEPENDS=	gmake:devel/gmake
-
-CVS_DESC=		CVS support
-CVS_RUN_DEPENDS=	cvs:devel/cvs-devel
-GIT_DESC=		Git support
-GIT_RUN_DEPENDS=	git:devel/git
-HG_DESC=		Mercurial support
-HG_RUN_DEPENDS=		hg:devel/mercurial
-SVN_DESC=		Subversion support
-SVN_RUN_DEPENDS=	svn:devel/subversion
-
 LUAJIT_DESC=		Use LuaJIT instead of Lua
 LUAJIT_BUILD_DEPENDS=	luajit:lang/luajit
 LUAJIT_RUN_DEPENDS=	luajit:lang/luajit



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712250004.vBP04QEx059861>