ports/105894: [PATCH] graphics/isreal: respect X11BASE

trasz trasz at pin.if.uz.zgora.pl
Sun Nov 26 23:40:07 UTC 2006


>Number:         105894
>Category:       ports
>Synopsis:       [PATCH] graphics/isreal: 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:   Sun Nov 26 23:40:06 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/isreal-2.0_3.log

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

--- isreal-2.0_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/isreal/files/patch-Makefile /home/trasz/isreal/files/patch-Makefile
--- /usr/ports/graphics/isreal/files/patch-Makefile	Sat Apr  7 08:08:33 2001
+++ /home/trasz/isreal/files/patch-Makefile	Mon Nov 27 00:30:23 2006
@@ -1,15 +1,18 @@
---- Makefile.orig	Thu Jan  6 08:09:10 2000
-+++ Makefile	Sat Mar 31 19:46:20 2001
-@@ -3,13 +3,14 @@
+--- Makefile.orig	Wed Jan  5 22:39:10 2000
++++ Makefile	Mon Nov 27 00:23:30 2006
+@@ -1,16 +1,17 @@
  #
- LIBS	= -L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXext \
+ #  $Id: Makefile,v 1.7 2000/01/05 21:39:10 aland Exp $
+ #
+-LIBS	= -L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXext \
 -		-ljpeg -lpng -ltiff -lz -lgif -lm -lImlib 
 -CFLAGS	= -g -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align \
 -	-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes \
 -	-Wmissing-prototypes -Wmissing-declarations -Wnested-externs
++LIBS	= -L$(X11BASE)/lib -L/usr/local/lib -lX11 -lXext \
 +		-ljpeg -lpng -ltiff -lz -lungif -lm -lImlib 
 +
-+CFLAGS	+= -I/usr/X11R6/include
++CFLAGS	+= -I$(X11BASE)/include
  
  VERSION=2.0
  
@@ -20,3 +23,4 @@
 +	$(CC) isreal.o $(LIBS) -o $@
  
  clean:
+ 	@rm -f *~ *.o isreal
--- isreal-2.0_3.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list