From owner-svn-ports-all@freebsd.org Mon Sep 23 17:02:27 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9C774FA3DD; Mon, 23 Sep 2019 17:02:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46cVxH3Vjyz4G22; Mon, 23 Sep 2019 17:02:27 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5CE1819FBE; Mon, 23 Sep 2019 17:02:27 +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 x8NH2Rel044127; Mon, 23 Sep 2019 17:02:27 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8NH2R28044126; Mon, 23 Sep 2019 17:02:27 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201909231702.x8NH2R28044126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 23 Sep 2019 17:02:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512650 - head/games/xray_re-tools/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/games/xray_re-tools/files X-SVN-Commit-Revision: 512650 X-SVN-Commit-Repository: ports 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.29 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: Mon, 23 Sep 2019 17:02:27 -0000 Author: jbeich Date: Mon Sep 23 17:02:26 2019 New Revision: 512650 URL: https://svnweb.freebsd.org/changeset/ports/512650 Log: games/xray_re-tools: unbreak with clang 9 ld: error: utils/converter/level_mesh.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/Ice/IceAABB.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/Ice/IceContainer.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/Ice/IceHPoint.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/Ice/IceMatrix4x4.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/Ice/IcePoint.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/Ice/IceRandom.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/OPC_AABBTree.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/OPC_BaseModel.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/OPC_Collider.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/OPC_MeshInterface.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/OPC_Model.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/OPC_OptimizedTree.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/OPC_TreeBuilders.o: unable to find library from dependent library specifier: Opcode.lib ld: error: utils/converter/opcode/OPC_TreeCollider.o: unable to find library from dependent library specifier: Opcode.lib Reported by: antoine (via bug 240629 exp-run) Regressed by: https://reviews.llvm.org/rL360984 Modified: head/games/xray_re-tools/files/patch-sources_utils_converter_opcode_Opcode.h (contents, props changed) Modified: head/games/xray_re-tools/files/patch-sources_utils_converter_opcode_Opcode.h ============================================================================== --- head/games/xray_re-tools/files/patch-sources_utils_converter_opcode_Opcode.h Mon Sep 23 16:49:16 2019 (r512649) +++ head/games/xray_re-tools/files/patch-sources_utils_converter_opcode_Opcode.h Mon Sep 23 17:02:26 2019 (r512650) @@ -1,5 +1,14 @@ --- sources/utils/converter/opcode/Opcode.h.orig 2018-09-02 12:42:44 UTC +++ sources/utils/converter/opcode/Opcode.h +@@ -28,7 +28,7 @@ + #pragma message("Using OPCODE") + /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + // Automatic linking +- #ifndef BAN_OPCODE_AUTOLINK ++ #if defined(_WIN32) && !defined(BAN_OPCODE_AUTOLINK) + #ifdef _DEBUG + #pragma comment(lib, "Opcode_D.lib") + #else @@ -41,9 +41,17 @@ // Preprocessor #ifndef ICE_NO_DLL