Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2017 22:28:49 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434391 - in head: net-im/prosody textproc textproc/luaexpat textproc/luaexpat-51
Message-ID:  <201702182228.v1IMSnmp042749@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb 18 22:28:49 2017
New Revision: 434391
URL: https://svnweb.freebsd.org/changeset/ports/434391

Log:
  - Switch textproc/luaexpat to default version of lua
  - Introduce textproc/luaexpat-51 that uses lua 5.1
  - Use textproc/luaexpat-51 in net-im/prosody
  
  This fixes the build of multimedia/libquvi-scripts09 (60 ports skipped,
  including gnome3)
  
  With hat:	portmgr

Added:
  head/textproc/luaexpat-51/
  head/textproc/luaexpat-51/Makefile   (contents, props changed)
Modified:
  head/net-im/prosody/Makefile
  head/textproc/Makefile
  head/textproc/luaexpat/Makefile

Modified: head/net-im/prosody/Makefile
==============================================================================
--- head/net-im/prosody/Makefile	Sat Feb 18 22:07:37 2017	(r434390)
+++ head/net-im/prosody/Makefile	Sat Feb 18 22:28:49 2017	(r434391)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51 \
 		${LUA_MODLIBDIR}/ssl.so:security/luasec-51 \
-		${LUA_MODLIBDIR}/lxp.so:textproc/luaexpat \
+		${LUA_MODLIBDIR}/lxp.so:textproc/luaexpat-51 \
 		${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem-51
 
 LIB_DEPENDS=	libidn.so:dns/libidn

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Feb 18 22:07:37 2017	(r434390)
+++ head/textproc/Makefile	Sat Feb 18 22:28:49 2017	(r434391)
@@ -459,6 +459,7 @@
     SUBDIR += lttoolbox
     SUBDIR += ltxml
     SUBDIR += luaexpat
+    SUBDIR += luaexpat-51
     SUBDIR += lucene
     SUBDIR += lucene4
     SUBDIR += lucene5

Added: head/textproc/luaexpat-51/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/luaexpat-51/Makefile	Sat Feb 18 22:28:49 2017	(r434391)
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../luaexpat
+USES=	lua:51
+
+.include "${MASTERDIR}/Makefile"

Modified: head/textproc/luaexpat/Makefile
==============================================================================
--- head/textproc/luaexpat/Makefile	Sat Feb 18 22:07:37 2017	(r434390)
+++ head/textproc/luaexpat/Makefile	Sat Feb 18 22:28:49 2017	(r434391)
@@ -3,7 +3,7 @@
 
 PORTNAME=	luaexpat
 PORTVERSION=	1.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	http://matthewwild.co.uk/projects/luaexpat/ \
 				http://redundancy.redundancy.org/mirror/
@@ -14,7 +14,8 @@ COMMENT=	LuaExpat is a SAX XML parser ba
 
 LIB_DEPENDS=	libexpat.so:textproc/expat2
 
-USES=		gmake lua:51
+USES?=		lua
+USES+=		gmake
 ALL_TARGET=	lib
 CFLAGS+=	-DLUA_INT_LONG
 



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