[143083] trunk/dports/x11/mesa/files

mojca at macports.org mojca at macports.org
Sat Dec 12 08:29:09 PST 2015


Revision: 143083
          https://trac.macports.org/changeset/143083
Author:   mojca at macports.org
Date:     2015-12-03 01:34:19 -0800 (Thu, 03 Dec 2015)
Log Message:
-----------
mesa: fix line numbers in patches

Modified Paths:
--------------
    trunk/dports/x11/mesa/files/5001-glext.h-Add-missing-include-of-stddef.h-for-ptrdiff_.patch
    trunk/dports/x11/mesa/files/5002-darwin-Suppress-type-conversion-warnings-for-GLhandl.patch
    trunk/dports/x11/mesa/files/5003-applegl-Provide-requirements-of-_SET_DrawBuffers.patch

Modified: trunk/dports/x11/mesa/files/5001-glext.h-Add-missing-include-of-stddef.h-for-ptrdiff_.patch
===================================================================
--- trunk/dports/x11/mesa/files/5001-glext.h-Add-missing-include-of-stddef.h-for-ptrdiff_.patch	2015-12-03 09:28:03 UTC (rev 143082)
+++ trunk/dports/x11/mesa/files/5001-glext.h-Add-missing-include-of-stddef.h-for-ptrdiff_.patch	2015-12-03 09:34:19 UTC (rev 143083)
@@ -14,7 +14,7 @@
 index a3873a6..dded95b 100644
 --- a/include/GL/glext.h
 +++ b/include/GL/glext.h
-@@ -4477,6 +4477,7 @@ GLAPI void APIENTRY glVertexBlendARB (GLint count);
+@@ -4662,6 +4662,7 @@ GLAPI void APIENTRY glVertexBlendARB (GLint count);
  
  #ifndef GL_ARB_vertex_buffer_object
  #define GL_ARB_vertex_buffer_object 1

Modified: trunk/dports/x11/mesa/files/5002-darwin-Suppress-type-conversion-warnings-for-GLhandl.patch
===================================================================
--- trunk/dports/x11/mesa/files/5002-darwin-Suppress-type-conversion-warnings-for-GLhandl.patch	2015-12-03 09:28:03 UTC (rev 143082)
+++ trunk/dports/x11/mesa/files/5002-darwin-Suppress-type-conversion-warnings-for-GLhandl.patch	2015-12-03 09:34:19 UTC (rev 143083)
@@ -43,7 +43,7 @@
 index df9081b..b2d2f54 100644
 --- a/src/mesa/main/shader_query.cpp
 +++ b/src/mesa/main/shader_query.cpp
-@@ -46,7 +46,7 @@ _mesa_BindAttribLocation(GLhandleARB program, GLuint index,
+@@ -71,7 +71,7 @@ _mesa_BindAttribLocation(GLhandleARB program, GLuint index,
     GET_CURRENT_CONTEXT(ctx);
  
     struct gl_shader_program *const shProg =
@@ -52,7 +52,7 @@
     if (!shProg)
        return;
  
-@@ -114,7 +114,7 @@ _mesa_GetActiveAttrib(GLhandleARB program, GLuint desired_index,
+@@ -139,7 +139,7 @@ _mesa_GetActiveAttrib(GLhandleARB program, GLuint desired_index,
        return;
     }
  
@@ -61,7 +61,7 @@
     if (!shProg)
        return;
  
-@@ -232,7 +232,7 @@ _mesa_GetAttribLocation(GLhandleARB program, const GLcharARB * name)
+@@ -196,7 +196,7 @@ _mesa_GetAttribLocation(GLhandleARB program, const GLcharARB * name)
  {
     GET_CURRENT_CONTEXT(ctx);
     struct gl_shader_program *const shProg =

Modified: trunk/dports/x11/mesa/files/5003-applegl-Provide-requirements-of-_SET_DrawBuffers.patch
===================================================================
--- trunk/dports/x11/mesa/files/5003-applegl-Provide-requirements-of-_SET_DrawBuffers.patch	2015-12-03 09:28:03 UTC (rev 143082)
+++ trunk/dports/x11/mesa/files/5003-applegl-Provide-requirements-of-_SET_DrawBuffers.patch	2015-12-03 09:34:19 UTC (rev 143083)
@@ -22,7 +22,7 @@
 index 3ea1b30..3f82285 100644
 --- a/src/glx/Makefile.am
 +++ b/src/glx/Makefile.am
-@@ -138,7 +138,10 @@ libglx_la_SOURCES += \
+@@ -140,7 +140,10 @@ libglx_la_SOURCES += \
  	applegl_glx.c
  
  SUBDIRS += apple
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/cb0e6887/attachment-0001.html>


More information about the macports-changes mailing list