ports/53757: [Maintainer] Unbreak games/quakeforge on 5.1/alpha

Ulrich Spoerlein q at uni.de
Mon Jul 7 18:40:13 UTC 2003


The following reply was made to PR ports/53757; it has been noted by GNATS.

From: Ulrich Spoerlein <q at uni.de>
To: Daichi GOTO <daichi at FreeBSD.org>
Cc: freebsd-gnats-submit at FreeBSD.org
Subject: Re: ports/53757: [Maintainer] Unbreak games/quakeforge on 5.1/alpha
Date: Mon, 7 Jul 2003 20:34:21 +0200

 --JgQwtEuHJzHdouWu
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 On Thu, 26.06.2003 at 07:19:51 -0700, Daichi GOTO wrote:
 > Synopsis: [Maintainer] Unbreak games/quakeforge on 5.1/alpha
 > 
 > State-Changed-From-To: open->closed
 > State-Changed-By: daichi
 > State-Changed-When: Thu Jun 26 07:19:36 PDT 2003
 > State-Changed-Why: 
 > Committed. Thanks!
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=53757
 
 Oh crap, there is a patch missing in this PR. I must have attached the
 wrong file :(
 
 The Patch to Makefile is not enough, we need another patch
 files/patch-qfbsp for this to compile on Alpha.
 
 I hate Murphy...
 
 -- 
 FreeBSD	is the most powerful OS.
 NetBSD	is the most portable OS.
 OpenBSD	is the most secure OS.
 Linux	is the most popular OS.
 
 --JgQwtEuHJzHdouWu
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename=patch-qfbsp
 
 --- tools/qfbsp/source/qfbsp.c.orig	Wed Jun 25 18:33:19 2003
 +++ tools/qfbsp/source/qfbsp.c	Wed Jun 25 18:45:55 2003
 @@ -30,6 +30,9 @@
  # include <strings.h>
  #endif
  #include <stdlib.h>
 +#include <sys/types.h>
 +#include <sys/wait.h>
 +#include <unistd.h>
  
  #include "QF/quakefs.h"
  #include "QF/sys.h"
 @@ -748,12 +751,12 @@
  	if (!fork ()) {
  		hullnum = 1;
  		options.verbosity = 0;
 -		drawflag = false;
 +		options.drawflag = false;
  		sprintf (argv0, "HUL%i", hullnum);
  	} else if (!fork ()) {
  		hullnum = 2;
  		options.verbosity = 0;
 -		drawflag = false;
 +		options.drawflag = false;
  		sprintf (argv0, "HUL%i", hullnum);
  	}
  	CreateSingleHull ();
 
 --JgQwtEuHJzHdouWu--



More information about the freebsd-ports-bugs mailing list