From owner-svn-ports-branches@freebsd.org Fri Nov 25 03:42:42 2016 Return-Path: Delivered-To: svn-ports-branches@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 3C6DEC4DFE5; Fri, 25 Nov 2016 03:42:42 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 EEB9021F; Fri, 25 Nov 2016 03:42:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAP3gfMd099118; Fri, 25 Nov 2016 03:42:41 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP3gfib099117; Fri, 25 Nov 2016 03:42:41 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611250342.uAP3gfib099117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 25 Nov 2016 03:42:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r427076 - branches/2016Q4/devel/rlvm/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2016 03:42:42 -0000 Author: jbeich Date: Fri Nov 25 03:42:40 2016 New Revision: 427076 URL: https://svnweb.freebsd.org/changeset/ports/427076 Log: MFH: r427074 devel/rlvm: unbreak TEST=on + NLS=on build/release/librlvm.a(scenario.o): In function `libreallive::Script::Script(libreallive::Header const&, char const*, unsigned long, std::__1::basic_string, std::__1::allocator > const&, bool, libreallive::compression::XorKey const*)': src/libreallive/scenario.cc:(.text._ZN11libreallive6ScriptC2ERKNS_6HeaderEPKcmRKNSt3__112basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEEbPKNS_11compression6XorKeyE+0x496): undefined reference to `libintl_gettext' src/libreallive/scenario.cc:(.text._ZN11libreallive6ScriptC2ERKNS_6HeaderEPKcmRKNSt3__112basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEEbPKNS_11compression6XorKeyE+0x66c): undefined reference to `libintl_gettext' build/release/librlvm.a(serialization_global.o): In function `Serialization::saveGlobalMemory(RLMachine&)': src/machine/serialization_global.cc:(.text._ZN13Serialization16saveGlobalMemoryER9RLMachine+0xe8): undefined reference to `libintl_gettext' build/release/librlvm.a(serialization_local.o): In function `Serialization::saveGameForSlot(RLMachine&, int)': src/machine/serialization_local.cc:(.text._ZN13Serialization15saveGameForSlotER9RLMachinei+0x7b): undefined reference to `libintl_gettext' build/release/librlvm.a(serialization_local.o): In function `void (anonymous namespace)::checkInFileOpened > >(boost::filesystem::basic_ifstream >&, boost::filesystem::path const&)': src/machine/serialization_local.cc:(.text._ZN12_GLOBAL__N_117checkInFileOpenedIN5boost10filesystem14basic_ifstreamIcNSt3__111char_traitsIcEEEEEEvRT_RKNS2_4pathE+0x45): undefined reference to `libintl_gettext' Approved by: ports-secteam blanket Modified: branches/2016Q4/devel/rlvm/files/patch-SConstruct Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/rlvm/files/patch-SConstruct ============================================================================== --- branches/2016Q4/devel/rlvm/files/patch-SConstruct Fri Nov 25 03:41:08 2016 (r427075) +++ branches/2016Q4/devel/rlvm/files/patch-SConstruct Fri Nov 25 03:42:40 2016 (r427076) @@ -13,6 +13,14 @@ LIBS = ["z"], +@@ -278,6 +275,7 @@ if not config.CheckGuichan(): + # Get the configuration from sdl and freetype + env.ParseConfig("sdl-config --cflags") + env.ParseConfig("freetype-config --cflags --libs") ++config.CheckLibWithHeader('intl', 'libintl.h', "cpp") + + env = config.Finish() + @@ -314,7 +311,6 @@ if GetOption('release'): # Now add release optimizations to the environment env.Append(