Index: head/graphics/glfw/Makefile =================================================================== --- head/graphics/glfw/Makefile (revision 499253) +++ head/graphics/glfw/Makefile (revision 499254) @@ -1,58 +1,60 @@ # Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= glfw -PORTVERSION= 3.2.1 -PORTREVISION= 4 +PORTVERSION= 3.3 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= neel@neelc.org COMMENT= Portable framework for OpenGL development LICENSE= ZLIB -LICENSE_FILE= ${WRKSRC}/COPYING.txt +LICENSE_FILE= ${WRKSRC}/README.md USES= cmake:insource localbase zip USE_GL= glu USE_LDCONFIG= yes + CMAKE_ON= BUILD_SHARED_LIBS PORTDOCS= * PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_DEFAULT=X11 PLATFORM_DESC= Window creation platform OPTIONS_SINGLE= PLATFORM OPTIONS_SINGLE_PLATFORM= WAYLAND X11 WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols WAYLAND_CMAKE_BOOL= GLFW_USE_WAYLAND WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon WAYLAND_USES= kde:5 pkgconfig WAYLAND_USE= KDE=ecm -X11_USE= XORG=x11,xcursor,xinerama,xrandr,xxf86vm +X11_USE= XORG=x11,xcursor,xi,xinerama,xrandr,xxf86vm +PLIST_SUB= VERSION="${PORTVERSION}" MAJVER="${PORTVERSION:C|\..*||}" + do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/docs/html/search ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/html/search/* \ ${STAGEDIR}${DOCSDIR}/docs/html/search cd ${WRKSRC}/docs/html && ${INSTALL_DATA} *.html *.png *.css *.js \ ${STAGEDIR}${DOCSDIR}/docs/html do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/tests cd ${WRKSRC}/examples && ${INSTALL_PROGRAM} \ boing gears heightmap particles simple splitview wave \ ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/tests && ${INSTALL_PROGRAM} \ clipboard cursor empty events gamma glfwinfo iconify \ - joysticks monitors msaa reopen sharing tearing \ + joysticks monitors msaa reopen tearing \ threads title windows \ ${STAGEDIR}${EXAMPLESDIR}/tests .include Index: head/graphics/glfw/distinfo =================================================================== --- head/graphics/glfw/distinfo (revision 499253) +++ head/graphics/glfw/distinfo (revision 499254) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484665158 -SHA256 (glfw-3.2.1.zip) = b7d55e13e07095119e7d5f6792586dd0849c9fcdd867d49a4a5ac31f982f7326 -SIZE (glfw-3.2.1.zip) = 1144633 +TIMESTAMP = 1555503113 +SHA256 (glfw-3.3.zip) = 36fda4cb173e3eb2928c976b0e9b5014e2e5d12b9b787efa0aa29ffc41c37c4a +SIZE (glfw-3.3.zip) = 1416876 Index: head/graphics/glfw/files/patch-src_wl__init.c =================================================================== --- head/graphics/glfw/files/patch-src_wl__init.c (revision 499253) +++ head/graphics/glfw/files/patch-src_wl__init.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/wl_init.c.orig 2018-03-28 18:36:50 UTC -+++ src/wl_init.c -@@ -26,7 +26,7 @@ - - #include "internal.h" - --#include -+#include - #include - #include - #include Property changes on: head/graphics/glfw/files/patch-src_wl__init.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/glfw/pkg-plist =================================================================== --- head/graphics/glfw/pkg-plist (revision 499253) +++ head/graphics/glfw/pkg-plist (revision 499254) @@ -1,10 +1,10 @@ include/GLFW/glfw3.h include/GLFW/glfw3native.h lib/cmake/glfw3/glfw3Config.cmake lib/cmake/glfw3/glfw3ConfigVersion.cmake lib/cmake/glfw3/glfw3Targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/glfw3/glfw3Targets.cmake lib/libglfw.so -lib/libglfw.so.3 -lib/libglfw.so.3.2 +lib/libglfw.so.%%MAJVER%% +lib/libglfw.so.%%VERSION%% libdata/pkgconfig/glfw3.pc