Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Nov 2006 19:50:47 +0100 (CET)
From:      trasz <trasz@pin.if.uz.zgora.pl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105881: [PATCH] graphics/libv3d: respect X11BASE
Message-ID:  <20061126185047.E44D839DBA@pin.if.uz.zgora.pl>
Resent-Message-ID: <200611261850.kAQIoOA4076017@freefall.freebsd.org>

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

>Number:         105881
>Category:       ports
>Synopsis:       [PATCH] graphics/libv3d: 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 18:50:23 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/libv3d-0.1.14_2.log

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

--- libv3d-0.1.14_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/libv3d/files/patch-platforms.ini /home/trasz/libv3d/files/patch-platforms.ini
--- /usr/ports/graphics/libv3d/files/patch-platforms.ini	Sat Jan 31 01:42:29 2004
+++ /home/trasz/libv3d/files/patch-platforms.ini	Sun Nov 26 19:50:11 2006
@@ -1,6 +1,6 @@
---- libv3d/platforms.ini.orig	Wed Jul  3 02:37:49 2002
-+++ libv3d/platforms.ini	Wed Jul  3 02:42:55 2002
-@@ -23,8 +23,7 @@
+--- libv3d/platforms.ini.orig	Mon Jan 20 01:57:06 2003
++++ libv3d/platforms.ini	Sun Nov 26 19:46:56 2006
+@@ -23,22 +23,21 @@
  Platform = UNIX
          Description = For most any UNIX system
          PREFIX = /usr/
@@ -10,6 +10,32 @@
          LIBS = -lm
          LIB_DIR =
  	CC = cc
+ 	CPP = c++
+         PlatformSearchPathInclude = /usr/include/
+-        PlatformSearchPathInclude = /usr/X11R6/include/
++        PlatformSearchPathInclude = %%X11BASE%%/include/
+         PlatformSearchPathLib = /lib/
+         PlatformSearchPathLib = /usr/lib/
+-        PlatformSearchPathLib = /usr/X11R6/lib/
++        PlatformSearchPathLib = %%X11BASE%%/lib/
+         PlatformSearchPathEtc = /etc/
+         PlatformSearchPathEtc = /usr/etc/
+         PlatformSearchPathBin = /bin/
+         PlatformSearchPathBin = /usr/bin/
+-        PlatformSearchPathBin = /usr/X11R6/bin/
++        PlatformSearchPathBin = %%X11BASE%%/bin/
+         PlatformSearchPathBin = /usr/games/
+         PlatformSearchPathData = /usr/share/icons/
+         PlatformSearchPathData = /usr/share/games/
+@@ -51,7 +50,7 @@
+ #                MustExist = Yes
+ #                FeatureCFLAGS =
+ #                FeatureLIBS = -lSM -lICE -lX11 -lXext -lXi -lXmu
+-#                FeatureLIB_DIR = -L/usr/X11R6/lib/
++#                FeatureLIB_DIR = -L%%X11BASE%%/lib/
+ #                FeatureDepend = X11-lib
+ #                        DependType = Library
+ #                        MustExist = Yes
 @@ -65,8 +64,9 @@
          PlatformFeature = opengl
                  Description = An implementation of OpenGL (ie Mesa3D)
--- libv3d-0.1.14_2.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?20061126185047.E44D839DBA>