From owner-svn-ports-all@freebsd.org Thu Feb 11 02:57:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1258DAA4C18; Thu, 11 Feb 2016 02:57:57 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA4B91C17; Thu, 11 Feb 2016 02:57:56 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1B2vteX093593; Thu, 11 Feb 2016 02:57:55 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1B2vtUt093588; Thu, 11 Feb 2016 02:57:55 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602110257.u1B2vtUt093588@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 11 Feb 2016 02:57:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408675 - in head/graphics/glfw: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 02:57:57 -0000 Author: pi Date: Thu Feb 11 02:57:55 2016 New Revision: 408675 URL: https://svnweb.freebsd.org/changeset/ports/408675 Log: graphics/glfw: 3.0.4 -> 3.1.2 Version 3.1.2 adds fixes for a large number of bugs that together affect all supported platforms, as well as dynamic loading work that simplifies compilation and linking. PR: 205460 Submitted by: f.degner@gmx.de Approved by: koalative@gmail.com (maintainer timeout) Added: head/graphics/glfw/files/ head/graphics/glfw/files/patch-tests_empty.c (contents, props changed) Modified: head/graphics/glfw/Makefile head/graphics/glfw/distinfo head/graphics/glfw/pkg-descr head/graphics/glfw/pkg-plist Modified: head/graphics/glfw/Makefile ============================================================================== --- head/graphics/glfw/Makefile Thu Feb 11 02:40:57 2016 (r408674) +++ head/graphics/glfw/Makefile Thu Feb 11 02:57:55 2016 (r408675) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= glfw -PORTVERSION= 3.0.4 -PORTREVISION= 2 +PORTVERSION= 3.1.2 CATEGORIES= graphics MASTER_SITES= SF @@ -12,7 +11,10 @@ COMMENT= Portable framework for OpenGL d LICENSE= ZLIB -USES= cmake +LIB_DEPENDS= libXinerama.so:${PORTSDIR}/x11/libXinerama \ + libXcursor.so:${PORTSDIR}/x11/libXcursor + +USES= cmake zip USE_XORG= xi xrandr USE_GL= glu USE_GCC= yes @@ -37,13 +39,13 @@ DOC_FILES3= *.html *.png *.css *.js PORTEXAMPLES= * EXAMPLESSRCDIR1= ${WRKSRC}/examples -EXAMPLES_FILES1= boing gears heightmap simple splitview wave +EXAMPLES_FILES1= boing gears heightmap particles simple splitview wave EXAMPLESSRCDIR2= ${WRKSRC}/tests EXAMPLESDIR2= ${EXAMPLESDIR}/tests -EXAMPLES_FILES2= accuracy clipboard defaults events fsaa gamma glfwinfo \ - iconify joysticks modes peter reopen sharing tearing \ - threads title windows +EXAMPLES_FILES2= clipboard cursor empty events gamma glfwinfo iconify \ + joysticks monitors msaa reopen sharing tearing threads \ + title windows OPTIONS_DEFINE= DOCS EXAMPLES @@ -51,13 +53,14 @@ post-patch: @${REINPLACE_CMD} -e 's|lib$${LIB_SUFFIX}/pkgconfig|libdata/pkgconfig|' \ ${WRKSRC}/CMakeLists.txt -post-install: +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR2} ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} ${INSTALL_DATA} ${DOC_FILES3:S|^|${DOCSRCDIR3}/|} ${STAGEDIR}${DOCSDIR3} +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_PROGRAM} ${EXAMPLES_FILES1:S|^|${EXAMPLESSRCDIR1}/|} \ ${STAGEDIR}${EXAMPLESDIR} Modified: head/graphics/glfw/distinfo ============================================================================== --- head/graphics/glfw/distinfo Thu Feb 11 02:40:57 2016 (r408674) +++ head/graphics/glfw/distinfo Thu Feb 11 02:57:55 2016 (r408675) @@ -1,2 +1,2 @@ -SHA256 (glfw-3.0.4.tar.gz) = c8bea730b1e3a6ec690370dfa0ec06716e3c4e454736c58bef584dff13cdb784 -SIZE (glfw-3.0.4.tar.gz) = 592216 +SHA256 (glfw-3.1.2.zip) = 2a38f4a32d2e1fcdffbe8c70052cd27020f9fef6e769afc8ccf8c7f9a1df635d +SIZE (glfw-3.1.2.zip) = 1096151 Added: head/graphics/glfw/files/patch-tests_empty.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/glfw/files/patch-tests_empty.c Thu Feb 11 02:57:55 2016 (r408675) @@ -0,0 +1,10 @@ +--- tests/empty.c.orig 2015-01-20 03:12:31 UTC ++++ tests/empty.c +@@ -34,6 +34,7 @@ + #include + #include + #include ++#include /* CLOCK_REALTIME */ + + static volatile GLboolean running = GL_TRUE; + Modified: head/graphics/glfw/pkg-descr ============================================================================== --- head/graphics/glfw/pkg-descr Thu Feb 11 02:40:57 2016 (r408674) +++ head/graphics/glfw/pkg-descr Thu Feb 11 02:57:55 2016 (r408675) @@ -1,10 +1,6 @@ -GLFW is a free, Open Source, portable library for OpenGL and OpenGL ES -application development. It provides a simple, platform-independent API for -creating windows and contexts, reading input, handling events, etc. - -Version 3.0 brings a new API with many new features such as multiple windows -and contexts, multi-monitor support, EGL and OpenGL ES support, clipboard text -support, an error description callback, gamma ramp control, layout-independent -keyboard input and UTF-8 for all strings. +GLFW is a free, Open Source, multi-platform library for OpenGL and +OpenGL ES application development. It provides a simple, +platform-independent API for creating windows and contexts, reading +input, handling events, etc. WWW: http://www.glfw.org/ Modified: head/graphics/glfw/pkg-plist ============================================================================== --- head/graphics/glfw/pkg-plist Thu Feb 11 02:40:57 2016 (r408674) +++ head/graphics/glfw/pkg-plist Thu Feb 11 02:57:55 2016 (r408675) @@ -1,7 +1,7 @@ include/GLFW/glfw3.h include/GLFW/glfw3native.h -lib/cmake/glfw/glfwConfig.cmake -lib/cmake/glfw/glfwConfigVersion.cmake +lib/cmake/glfw/glfw3Config.cmake +lib/cmake/glfw/glfw3ConfigVersion.cmake lib/cmake/glfw/glfwTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/glfw/glfwTargets.cmake lib/libglfw3.a