summaryrefslogtreecommitdiffstats
path: root/graphics/libGL/files
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-09-01 17:53:18 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-09-01 17:53:18 +0800
commit1d90cc8b9fdb7147d597cb4c4643fdb0f1bfa38a (patch)
tree8a840278e2896112d217395a73ff7a0e476f04af /graphics/libGL/files
parent1c9969b6b04c8b377ead05bf4d7500e6c8134e9b (diff)
downloadxorg-devel-ports-1d90cc8b9fdb7147d597cb4c4643fdb0f1bfa38a.tar
xorg-devel-ports-1d90cc8b9fdb7147d597cb4c4643fdb0f1bfa38a.tar.gz
xorg-devel-ports-1d90cc8b9fdb7147d597cb4c4643fdb0f1bfa38a.tar.bz2
xorg-devel-ports-1d90cc8b9fdb7147d597cb4c4643fdb0f1bfa38a.tar.lz
xorg-devel-ports-1d90cc8b9fdb7147d597cb4c4643fdb0f1bfa38a.tar.xz
xorg-devel-ports-1d90cc8b9fdb7147d597cb4c4643fdb0f1bfa38a.tar.zst
xorg-devel-ports-1d90cc8b9fdb7147d597cb4c4643fdb0f1bfa38a.zip
Remove python2 build dep in dri, it done in bsd.mesalib.mk. Add depend on
python2, and fix all the scripts to look for python in the right location and to call python2. (Probably not really needed but won't hurt. Add blob to use clang on 9.1-R and 9.2-R. I picked the current OSVERSION+1 for 9.2-stable since that probably be the first bump after the fix gets merged. Drag in gcc for 8.x. Add note that gallium is highly experimental. While here fix some warnings that pop up when applying patches. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1114 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'graphics/libGL/files')
-rw-r--r--graphics/libGL/files/patch-src_egl_main_Makefile.in6
-rw-r--r--graphics/libGL/files/patch-src_mapi_es2api_Makefile.in6
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/libGL/files/patch-src_egl_main_Makefile.in b/graphics/libGL/files/patch-src_egl_main_Makefile.in
index d125c62..7fefe71 100644
--- a/graphics/libGL/files/patch-src_egl_main_Makefile.in
+++ b/graphics/libGL/files/patch-src_egl_main_Makefile.in
@@ -1,6 +1,6 @@
---- src/egl/main/Makefile.in.orig 2013-06-27 00:21:41.000000000 +0200
-+++ src/egl/main/Makefile.in 2013-06-27 00:22:04.000000000 +0200
-@@ -990,8 +982,14 @@
+--- src/egl/main/Makefile.in.orig 2013-08-01 23:22:16.000000000 +0200
++++ src/egl/main/Makefile.in 2013-09-01 11:33:47.000000000 +0200
+@@ -990,8 +990,14 @@
# a while by putting a link to the driver into /lib of the build tree.
all-local: libEGL.la
$(MKDIR_P) $(top_builddir)/$(LIB_DIR);
diff --git a/graphics/libGL/files/patch-src_mapi_es2api_Makefile.in b/graphics/libGL/files/patch-src_mapi_es2api_Makefile.in
index b270657..1e3229e 100644
--- a/graphics/libGL/files/patch-src_mapi_es2api_Makefile.in
+++ b/graphics/libGL/files/patch-src_mapi_es2api_Makefile.in
@@ -1,6 +1,6 @@
---- src/mapi/es2api/Makefile.in.orig 2013-08-22 09:41:37.000000000 +0200
-+++ src/mapi/es2api/Makefile.in 2013-08-22 09:43:20.000000000 +0200
-@@ -991,9 +991,14 @@
+--- src/mapi/es2api/Makefile.in.orig 2013-08-01 23:22:21.000000000 +0200
++++ src/mapi/es2api/Makefile.in 2013-09-01 11:38:01.000000000 +0200
+@@ -958,9 +958,14 @@
# a while by putting a link to the driver into /lib of the build tree.
all-local: libGLESv2.la
$(MKDIR_P) $(top_builddir)/$(LIB_DIR);