From owner-freebsd-ports Sun Sep 22 20: 0:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B7AC37B404 for ; Sun, 22 Sep 2002 20:00:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CD3843E42 for ; Sun, 22 Sep 2002 20:00:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N30BCo080664 for ; Sun, 22 Sep 2002 20:00:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N30BlG080663; Sun, 22 Sep 2002 20:00:11 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4621137B404; Sun, 22 Sep 2002 19:55:56 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCECD43E6E; Sun, 22 Sep 2002 19:55:55 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id CA22D2B960; Mon, 23 Sep 2002 04:55:53 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id 341916A7124; Mon, 23 Sep 2002 12:55:51 +1000 (EST) Message-Id: <20020923025551.341916A7124@k7.mavetju> Date: Mon, 23 Sep 2002 12:55:51 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org Cc: dinoex@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/43276: [patch] unbreak games/xboing Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 43276 >Category: ports >Synopsis: [patch] unbreak games/xboing >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 22 20:00:10 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.5-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Sat Sep 14 10:41:50 EST 2002 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386 $FreeBSD: ports/games/xboing/Makefile,v 1.20 2002/09/19 03:56:43 dinoex Exp $ >Description: http://bento.freebsd.org/errorlogs/4-full/xboing-2.4.log games/xboing doesn't compile because of the values.h -> limits.h move >How-To-Repeat: See http://bento.freebsd.org/errorlogs/4-full/xboing-2.4.log >Fix: Add this file to games/xboing/files as patch-ball.c --- ball.c.old Mon Sep 23 12:48:00 2002 +++ ball.c Mon Sep 23 12:48:09 2002 @@ -50,7 +50,7 @@ #include #include #include -#include +#include #include #include It will at least make the code compilable again, but it still gives me this error: [~] edwin@k7>xboing XBoing - Please wait Edwin Groothuis, initialising xboing ... XBoing - Error: Xlib Error: BadMatch (invalid parameter attributes) :-( >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message