From owner-svn-ports-all@FreeBSD.ORG Thu Jun 19 21:51:02 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98A4A8C9; Thu, 19 Jun 2014 21:51:02 +0000 (UTC) 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 6B7302E65; Thu, 19 Jun 2014 21:51:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5JLp2CX073457; Thu, 19 Jun 2014 21:51:02 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5JLp2cJ073456; Thu, 19 Jun 2014 21:51:02 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201406192151.s5JLp2cJ073456@svn.freebsd.org> From: Antoine Brodin Date: Thu, 19 Jun 2014 21:51:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358471 - head/net-p2p/verlihub-plugins-luascript 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.18 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, 19 Jun 2014 21:51:02 -0000 Author: antoine Date: Thu Jun 19 21:51:01 2014 New Revision: 358471 URL: http://svnweb.freebsd.org/changeset/ports/358471 QAT: https://qat.redports.org/buildarchive/r358471/ Log: Mark BROKEN: Fails to build if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/lua51 -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -MT cluainterpreter.lo -MD -MP -MF ".deps/cluainterpreter.Tpo" -c -o cluainterpreter.lo cluainterpreter.cpp; then mv -f ".deps/cluainterpreter.Tpo" ".deps/cluainterpreter.Plo"; else rm -f ".deps/cluainterpreter.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/lua51 -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -MT cluainterpreter.lo -MD -MP -MF .deps/cluainterpreter.Tpo -c cluainterpreter.cpp -fPIC -DPIC -o .libs/cluainterpreter.o cluainterpreter.cpp: In destructor 'nScripts::cLuaInterpreter::~cLuaInterpreter()': cluainterpreter.cpp:48: warning: deprecated conversion from string constant to 'char*' cluainterpreter.cpp: In member function 'bool nScripts::cLuaInterpreter::Init()': cluainterpreter.cpp:66: error: 'luaopen_loadlib' was not declared in this scope cluainterpreter.cpp:120: error: 'lua_dofile' was not declared in this scope cluainterpreter.cpp: In member function 'void nScripts::cLuaInterpreter::Load()': cluainterpreter.cpp:137: warning: deprecated conversion from string constant to 'char*' *** [cluainterpreter.lo] Error code 1 Reported by: pkg-fallout With hat: portmgr Modified: head/net-p2p/verlihub-plugins-luascript/Makefile Modified: head/net-p2p/verlihub-plugins-luascript/Makefile ============================================================================== --- head/net-p2p/verlihub-plugins-luascript/Makefile Thu Jun 19 21:50:49 2014 (r358470) +++ head/net-p2p/verlihub-plugins-luascript/Makefile Thu Jun 19 21:51:01 2014 (r358471) @@ -9,6 +9,8 @@ MASTER_SITES= SF/verlihub/VH_Lua/${DISTV MAINTAINER= me@skylord.ru +BROKEN= Fails to build + PLUGIN_NAME= lua PLUGIN_DESC= LuaScript