Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2006 14:51:37 +0100 (CET)
From:      trasz <trasz@pin.if.uz.zgora.pl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105814: [PATCH] games/blockade: respect X11BASE
Message-ID:  <20061124135137.5F50639DB8@pin.if.uz.zgora.pl>
Resent-Message-ID: <200611241400.kAOE0RQk056285@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         105814
>Category:       ports
>Synopsis:       [PATCH] games/blockade: respect X11BASE
>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:   Fri Nov 24 14:00:26 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     trasz
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006
>Description:
Respect X11BASE.

http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5-exp.2006101300/blockade-1.00.log

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- blockade-1.00.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/blockade/files/patch-aa /home/trasz/blockade/files/patch-aa
--- /usr/ports/games/blockade/files/patch-aa	Sun Jun  6 19:07:37 1999
+++ /home/trasz/blockade/files/patch-aa	Fri Nov 24 14:50:27 2006
@@ -1,5 +1,5 @@
---- Makefile.orig	Sat May 29 14:13:39 1999
-+++ Makefile	Sat May 29 14:14:38 1999
+--- Makefile.orig	Mon May 24 22:19:40 1999
++++ Makefile	Fri Nov 24 14:47:40 2006
 @@ -1,7 +1,7 @@
  # Add -I and -L options as necessary to make it find your X stuff....
  
@@ -9,12 +9,14 @@
  BINDIR = $(DESTDIR)/bin
  MANDIR = $(DESTDIR)/man/man6
  
-@@ -22,7 +22,7 @@
+@@ -22,8 +22,8 @@
  #LDFLAGS = -s -L/usr/lib/X11R4 -lX11
  
  # Linux
 -CFLAGS = -DSYSV -I/usr/include/X11 -Wall
+-LDFLAGS = -L/usr/X11R6/lib -lX11
 +CFLAGS += -I$(X11BASE)/include
- LDFLAGS = -L/usr/X11R6/lib -lX11
++LDFLAGS = -L$(X11BASE)/lib -lX11
  
  SOUND = blockade-snd.o
+ SOUNDH = blockade-snd.h
--- blockade-1.00.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061124135137.5F50639DB8>