From owner-svn-ports-all@freebsd.org Thu Jun 25 16:53:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82C9E98DF68; Thu, 25 Jun 2015 16:53:32 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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 739A61F48; Thu, 25 Jun 2015 16:53:32 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5PGrWmR082821; Thu, 25 Jun 2015 16:53:32 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5PGrWUb082817; Thu, 25 Jun 2015 16:53:32 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506251653.t5PGrWUb082817@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 25 Jun 2015 16:53:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390588 - in head: net/luasocket textproc/luaexpat 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.20 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: Thu, 25 Jun 2015 16:53:32 -0000 Author: antoine Date: Thu Jun 25 16:53:31 2015 New Revision: 390588 URL: https://svnweb.freebsd.org/changeset/ports/390588 Log: Switch back to lua 5.1, the two consumers of those ports (audio/lua51-mpd and net-im/prosody) need it Pointy hat: sunpoet Modified: head/net/luasocket/Makefile head/textproc/luaexpat/Makefile Modified: head/net/luasocket/Makefile ============================================================================== --- head/net/luasocket/Makefile Thu Jun 25 16:52:55 2015 (r390587) +++ head/net/luasocket/Makefile Thu Jun 25 16:53:31 2015 (r390588) @@ -16,7 +16,7 @@ GH_ACCOUNT= diegonehab GH_TAGNAME= v3.0-rc1 MAKE_ARGS= LUA_VER=${LUA_VER} -USES= lua gmake pkgconfig +USES= lua:51 gmake pkgconfig CFLAGS+= `pkgconf --cflags lua-${LUA_VER}` LDFLAGS+= -shared `pkgconf --libs lua-${LUA_VER}` Modified: head/textproc/luaexpat/Makefile ============================================================================== --- head/textproc/luaexpat/Makefile Thu Jun 25 16:52:55 2015 (r390587) +++ head/textproc/luaexpat/Makefile Thu Jun 25 16:53:31 2015 (r390588) @@ -13,7 +13,7 @@ COMMENT= LuaExpat is a SAX XML parser ba LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -USES= gmake lua +USES= gmake lua:51 ALL_TARGET= lib CFLAGS+= -DLUA_INT_LONG