ports/106151: [PATCH] graphics/povray: Respect X11BASE

Rong-En Fan rafan at FreeBSD.org
Fri Dec 1 20:02:14 UTC 2006


>Number:         106151
>Category:       ports
>Synopsis:       [PATCH] graphics/povray: 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 Dec 01 20:00:29 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- Respect X11BASE

Port maintainer (olli at fromme.com) is cc'd.

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

--- povray-3.1g.patch begins here ---
Index: files/patch-ab
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/graphics/povray31/files/patch-ab,v
retrieving revision 1.4
diff -u -u -r1.4 patch-ab
--- files/patch-ab	1 Sep 2004 10:53:59 -0000	1.4
+++ files/patch-ab	1 Dec 2006 19:51:11 -0000
@@ -1,5 +1,5 @@
---- source/unix/makefile.orig	Mon Nov 22 02:12:37 1999
-+++ source/unix/makefile	Wed Sep  1 12:40:10 2004
+--- source/unix/makefile.orig	Mon Nov 22 09:12:37 1999
++++ source/unix/makefile	Sat Dec  2 03:42:45 2006
 @@ -53,7 +53,7 @@
  #CFLAGS      = -O6 -finline-functions -ffast-math -c -ansi -m386 -DCPU=586 -DCOMPILER_VER=\".`uname`.$(CC)\" -DPOV_LIB_DIR=\"$(POVLIBDIR)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC)
  
@@ -19,6 +19,15 @@
  # The X11 variable should point to the top-level directory where the X11
  #   libraries and include files are located.  It should really be set in
  #   your system startup script (ie .cshrc or .profile) so that it can be
+@@ -78,7 +75,7 @@
+ # for some AIX systems:
+ #X11 = /usr/lpp/X11
+ 
+-X11 = /usr/X11R6
++X11 = $(X11BASE)
+ 
+ # You probably won't need to change these if you have the X11 variable
+ #   above set properly...
 @@ -90,10 +87,10 @@
  # Use libXXX.a if you want to force static linking of the libraries.
  #   Use -Llibdir -lXXX if you want to use shared libraries (if they are
--- povray-3.1g.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list