Index: head/devel/raylib/Makefile =================================================================== --- head/devel/raylib/Makefile (revision 526923) +++ head/devel/raylib/Makefile (revision 526924) @@ -1,46 +1,44 @@ # $FreeBSD$ PORTNAME= raylib -DISTVERSION= 2.5.0 +DISTVERSION= 2.6.0 CATEGORIES= devel MAINTAINER= freebsd@sysctl.cz COMMENT= Library to learn videogames programming LICENSE= ZLIB -LICENSE_FILE= ${WRKSRC}/LICENSE.md +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= glfw>=3.3:graphics/glfw LIB_DEPENDS= libglfw.so:graphics/glfw USES= cmake gl localbase:ldflags xorg USE_GITHUB= yes GH_ACCOUNT= raysan5 -USE_LDCONFIG= yes USE_GL= gl glu -USE_XORG= ice sm x11 xcursor xext xrandr xi xinerama xxf86vm +USE_LDCONFIG= yes +USE_XORG= ice sm x11 xcursor xext xi xinerama xrandr xxf86vm CMAKE_ON= SHARED USE_EXTERNAL_GLFW -CMAKE_OFF= STATIC BUILD_EXAMPLES BUILD_GAMES +CMAKE_OFF= BUILD_EXAMPLES BUILD_GAMES STATIC PLIST_FILES= include/raylib.h \ lib/cmake/raylib/raylib-config-version.cmake \ lib/cmake/raylib/raylib-config.cmake \ lib/libraylib.so \ lib/libraylib.so.${DISTVERSION} \ - lib/libraylib.so.2 \ + lib/libraylib.so.261 \ libdata/pkgconfig/raylib.pc .include .if ${ARCH} == powerpc64 USE_GCC= any .endif -post-patch: # the equivalent of https://github.com/raysan5/raylib/pull/558 for the -dev branch - @${REINPLACE_CMD} -e 's|if(NOT glfw3_FOUND)|if(NOT glfw3_FOUND AND NOT USE_EXTERNAL_GLFW)|' ${WRKSRC}/src/CMakeLists.txt - -post-extract: # remove bundled files +post-extract: + # Remove bundled files. @${RM} -r ${WRKSRC}/src/external/glfw ${WRKSRC}/src/external/include ${WRKSRC}/src/rglfw.c .include Index: head/devel/raylib/distinfo =================================================================== --- head/devel/raylib/distinfo (revision 526923) +++ head/devel/raylib/distinfo (revision 526924) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559394835 -SHA256 (raysan5-raylib-2.5.0_GH0.tar.gz) = fa947329975bdc9ea284019f0edc30ca929535dc78dcf8c19676900d67a845ac -SIZE (raysan5-raylib-2.5.0_GH0.tar.gz) = 73808565 +TIMESTAMP = 1581018548 +SHA256 (raysan5-raylib-2.6.0_GH0.tar.gz) = 494e95eaf8daf3f086116dfd6a5fd2e9a2166fc744eabf4f3067bf887d4fb5ef +SIZE (raysan5-raylib-2.6.0_GH0.tar.gz) = 89112114