Hi people,

this patch updates graphics/glfw from 3.1.2 to 3.2.1 and drops a patch
that is no longer required.

-- 
        Gregor
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/graphics/glfw/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    26 Apr 2016 15:30:50 -0000      1.1.1.1
+++ Makefile    11 Jan 2017 21:59:00 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.1.1.1 2016/04/26 15:30:50 jca Exp $
 
 COMMENT =      open source, multi-platform library for creating windows
-DISTNAME =     glfw-3.1.2
+DISTNAME =     glfw-3.2.1
 CATEGORIES =   graphics x11
 
 SHARED_LIBS +=  glfw                      0.0 # 3.1
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/graphics/glfw/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    26 Apr 2016 15:30:50 -0000      1.1.1.1
+++ distinfo    11 Jan 2017 21:59:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (glfw-3.1.2.tar.gz) = 34phOp8QGy1qRziIuszOG9lvHxssOuo+R5Cbn4WuBpA=
-SIZE (glfw-3.1.2.tar.gz) = 817618
+SHA256 (glfw-3.2.1.tar.gz) = jjJSky+xUTSt7YeAyMXMidoKkAfhOcptmrDtffbT+aA=
+SIZE (glfw-3.2.1.tar.gz) = 870660
Index: patches/patch-src-glx_context-c
===================================================================
RCS file: patches/patch-src-glx_context-c
diff -N patches/patch-src-glx_context-c
--- patches/patch-src-glx_context-c     26 Apr 2016 15:30:50 -0000      1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-src-glx_context-c,v 1.1.1.1 2016/04/26 15:30:50 jca Exp $
---- src/glx_context.c.orig     Mon Oct 12 21:09:07 2015
-+++ src/glx_context.c  Tue Apr 26 14:59:36 2016
-@@ -158,6 +158,8 @@ int _glfwInitContextAPI(void)
- {
- #if defined(__CYGWIN__)
-     const char* soname = "libGL-1.so";
-+#elif defined(__OpenBSD__)
-+    const char* soname = "libGL.so";
- #else
-     const char* soname = "libGL.so.1";
- #endif
Index: pkg/PLIST
===================================================================
RCS file: /home/cvs/ports/graphics/glfw/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   26 Apr 2016 15:30:50 -0000      1.1.1.1
+++ pkg/PLIST   11 Jan 2017 22:01:49 -0000
@@ -3,10 +3,10 @@ include/GLFW/
 include/GLFW/glfw3.h
 include/GLFW/glfw3native.h
 lib/cmake/
-lib/cmake/glfw/
-lib/cmake/glfw/glfw3Config.cmake
-lib/cmake/glfw/glfw3ConfigVersion.cmake
-lib/cmake/glfw/glfwTargets${MODCMAKE_BUILD_SUFFIX}
-lib/cmake/glfw/glfwTargets.cmake
+lib/cmake/glfw3/
+lib/cmake/glfw3/glfw3Config.cmake
+lib/cmake/glfw3/glfw3ConfigVersion.cmake
+lib/cmake/glfw3/glfw3Targets${MODCMAKE_BUILD_SUFFIX}
+lib/cmake/glfw3/glfw3Targets.cmake
 @lib lib/libglfw.so.${LIBglfw_VERSION}
 lib/pkgconfig/glfw3.pc

Reply via email to