From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 18 01:40:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 CA1DFAC8 for ; Tue, 18 Mar 2014 01:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9CB76C9 for ; Tue, 18 Mar 2014 01:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2I1e0Eq092452 for ; Tue, 18 Mar 2014 01:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2I1e0pW092451; Tue, 18 Mar 2014 01:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 18 Mar 2014 01:40:00 GMT Resent-Message-Id: <201403180140.s2I1e0pW092451@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nikolai Lifanov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D737EAB4 for ; Tue, 18 Mar 2014 01:38:19 +0000 (UTC) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C57906BD for ; Tue, 18 Mar 2014 01:38:19 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 1001) id B10FB1A92B2; Mon, 17 Mar 2014 21:38:13 -0400 (EDT) Message-Id: <20140318013813.B10FB1A92B2@mail.lifanov.com> Date: Mon, 17 Mar 2014 21:38:13 -0400 (EDT) From: Nikolai Lifanov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/187688: [patch] [maintainer] games/tome4: fix with nvidia cards X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Nikolai Lifanov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Mar 2014 01:40:00 -0000 >Number: 187688 >Category: ports >Synopsis: [patch] [maintainer] games/tome4: fix with nvidia cards >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Mar 18 01:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Nikolai Lifanov >Release: FreeBSD 10.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD mail.lifanov.com 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This removes an erroneously-added patch that broke the port at runtime with nvidia cards. This is reported by m.tsatsenko@gmail.com in ports/186565. Once this patch is committed, the other PR can be closed. >How-To-Repeat: 1) get an nvidia card with x11/nvidia-driver 2) make -C /usr/ports/games/tome4 install 3) tome4 >Fix: --- patch.txt begins here --- Index: games/tome4/Makefile =================================================================== --- games/tome4/Makefile (revision 348510) +++ games/tome4/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= tome4 PORTVERSION= 1.1.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://te4.org/dl/t-engine/ \ SF/lifanov-ports-icons/${PORTNAME}/:icons Index: games/tome4/files/patch-build__te4core.lua =================================================================== --- games/tome4/files/patch-build__te4core.lua (revision 348510) +++ games/tome4/files/patch-build__te4core.lua (working copy) @@ -1,14 +1,5 @@ --- ./build/te4core.lua.orig 2014-01-05 19:42:37.000000000 -0500 +++ ./build/te4core.lua 2014-02-06 13:23:22.476164878 -0500 -@@ -109,7 +109,7 @@ - - configuration "bsd" - libdirs {"/usr/local/lib/"} -- links { "SDL2", "SDL2_ttf", "SDL2_image", "png", "openal", "vorbisfile", "GL", "GLU", "m", "pthread" } -+ links { "SDL2", "SDL2_ttf", "SDL2_image", "png", "openal", "vorbisfile", "GL", "GLU", "m" } - defines { [[TENGINE_HOME_PATH='".t-engine"']], 'SELFEXE_BSD' } - - configuration {"Debug"} @@ -159,7 +159,7 @@ files { "../src/luajit2/src/host/minilua.c" } --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: