From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 23 16:40:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BDFC16A4CE for ; Sat, 23 Oct 2004 16:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71FF343D49 for ; Sat, 23 Oct 2004 16:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9NGeO6n041134 for ; Sat, 23 Oct 2004 16:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9NGeOLf041129; Sat, 23 Oct 2004 16:40:24 GMT (envelope-from gnats) Resent-Date: Sat, 23 Oct 2004 16:40:24 GMT Resent-Message-Id: <200410231640.i9NGeOLf041129@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, "Miguel Mendez" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0142216A4CE for ; Sat, 23 Oct 2004 16:32:13 +0000 (GMT) Received: from mindfields.energyhq.es.eu.org (73.Red-213-97-200.pooles.rima-tde.net [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8155243D1F for ; Sat, 23 Oct 2004 16:32:06 +0000 (GMT) (envelope-from flynn@energyhq.es.eu.org) Received: from scienide.energyhq.es.eu.org (scienide.energyhq.es.eu.org [192.168.100.1]) by mindfields.energyhq.es.eu.org (Postfix) with ESMTP id 13CAC362F8 for ; Sat, 23 Oct 2004 18:31:49 +0200 (CEST) Message-Id: <1098549196.0@scienide.energyhq.es.eu.org> Date: Sat, 23 Oct 2004 18:33:16 +0200 From: "Miguel Mendez" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.3.3 Subject: ports/73045: Add patch to emulators/gxmame to disable broken xil options in xmame X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2004 16:40:24 -0000 >Number: 73045 >Category: ports >Synopsis: Add patch to emulators/gxmame to disable broken xil options in xmame >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 23 16:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 5.3-RC1 i386 >Organization: >Environment: System: FreeBSD 5.3-RC1 #0: Fri Oct 22 21:27:38 CEST 2004 root@scienide.energyhq.es.eu.org:/usr/src/sys/i386/compile/SCIENIDE >Description: I thought I had submitted this one. gxmame still passes the {no,}xil options to xmame, but those options don't work with the current version. >How-To-Repeat: >Fix: --- gxmame.diff begins here --- diff -ruN gxmame.old/files/patch-src::options.c gxmame/files/patch-src::options.c --- gxmame.old/files/patch-src::options.c Thu Jan 1 01:00:00 1970 +++ gxmame/files/patch-src::options.c Sat Oct 23 18:19:49 2004 @@ -0,0 +1,38 @@ +--- src/options.c.orig Sat Oct 23 18:16:28 2004 ++++ src/options.c Sat Oct 23 18:17:37 2004 +@@ -7298,8 +7298,6 @@ + "%s " /* newext */ + "-%sxsync " + "-%sprivatecmap " +- "-%sxil " +- "-%smtxil " + "%s ", /* Video mode */ + x11mode, + (target->cursor)?"":"no", +@@ -7308,8 +7306,6 @@ + newext?newext:"", + (target->xsync)?"":"no", + (target->privatecmap)?"":"no", +- (target->xil)?"":"no", +- (target->mtxil)?"":"no", + Video_Mode_option?Video_Mode_option:"" + ); + } +@@ -7323,8 +7319,6 @@ + "%s " /* newext */ + "-%sxsync " + "-%sprivatecmap " +- "-%sxil " +- "-%smtxil " + "%s ", /* Video mode */ + target->x11_mode, + (target->cursor)?"":"no", +@@ -7334,8 +7328,6 @@ + newext?newext:"", + (target->xsync)?"":"no", + (target->privatecmap)?"":"no", +- (target->xil)?"":"no", +- (target->mtxil)?"":"no", + Video_Mode_option?Video_Mode_option:"" + ); + } --- gxmame.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: