From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 22:20:23 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 4580316A429 for ; Sun, 12 Feb 2006 22:20:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FDA043D58 for ; Sun, 12 Feb 2006 22:20:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1CMKA6Y011047 for ; Sun, 12 Feb 2006 22:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1CMKAQW011046; Sun, 12 Feb 2006 22:20:10 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2006 22:20:10 GMT Resent-Message-Id: <200602122220.k1CMKAQW011046@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, "Ronald Klop" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBC2716A4A0 for ; Sun, 12 Feb 2006 22:13:30 +0000 (GMT) (envelope-from ronald@cs.vu.nl) Received: from olive.qinip.net (olive.qinip.net [62.100.30.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 486D943D4C for ; Sun, 12 Feb 2006 22:13:29 +0000 (GMT) (envelope-from ronald@cs.vu.nl) Received: from henk.klop.ws (h8441134153.dsl.speedlinq.nl [84.41.134.153]) by olive.qinip.net (Postfix) with ESMTP id 5FC9B18E2E for ; Sun, 12 Feb 2006 23:13:27 +0100 (MET) Received: from henk.klop.ws (localhost [127.0.0.1]) by henk.klop.ws (Postfix) with ESMTP id 100E920C7 for ; Sun, 12 Feb 2006 23:13:28 +0100 (CET) Received: by henk.klop.ws (Postfix, from userid 1022) id 8CB441FDE; Sun, 12 Feb 2006 23:13:27 +0100 (CET) Received: from laptop.klop.ws (unknown [10.1.2.3]) by henk.klop.ws (Postfix) with SMTP id 09A991FB6 for ; Sun, 12 Feb 2006 23:13:24 +0100 (CET) Received: (qmail 20140 invoked from network); 12 Feb 2006 22:12:45 -0000 Received: from localhost (HELO laptop.klop.ws) (127.0.0.1) by localhost with SMTP; 12 Feb 2006 22:12:45 -0000 Message-Id: <1139782365.20122@laptop.klop.ws> Date: Sun, 12 Feb 2006 23:12:45 +0100 From: "Ronald Klop" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: ronald@cs.vu.nl Subject: ports/93254: fix build on fbsd 4.x (patch included) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2006 22:20:23 -0000 >Number: 93254 >Category: ports >Synopsis: fix build on fbsd 4.x (patch included) >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: Sun Feb 12 22:20:09 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ronald Klop >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD 6.0-STABLE #3: Mon Jan 30 02:17:26 CET 2006 root@laptop.klop.ws:/usr/obj/usr/src/sys/LAPTOP >Description: Kris reported a build problem on freebsd 4. This fixes it by making the source compatible with gcc 2.95. (I don't have freebsd 4, so it is not tested on freebsd 4, but it should work.) >How-To-Repeat: >Fix: --- jmp.fix-on-fbsd4.patch begins here --- diff -ruN0 /usr/ports/java/jmp/files/patch-ui_gtk.c jmp/files/patch-ui_gtk.c --- /usr/ports/java/jmp/files/patch-ui_gtk.c Thu Jan 1 01:00:00 1970 +++ jmp/files/patch-ui_gtk.c Sun Feb 12 22:54:36 2006 @@ -0,0 +1,9 @@ +$FreeBSD$ + +--- ui_gtk.c.orig Sun Feb 12 22:53:25 2006 ++++ ui_gtk.c Sun Feb 12 22:52:09 2006 +@@ -307,0 +308 @@ ++ GtkWidget *w; +@@ -309 +310 @@ +- GtkWidget *w = ++ w = --- jmp.fix-on-fbsd4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: