Index: head/devel/sdl2pp/files/patch-tests-CMakeLists.txt =================================================================== --- head/devel/sdl2pp/files/patch-tests-CMakeLists.txt (revision 382383) +++ head/devel/sdl2pp/files/patch-tests-CMakeLists.txt (nonexistent) @@ -1,26 +0,0 @@ -commit a31677af6a501c7986a6070a0cf1471fe3ca57fd -Author: Dmitry Marakasov -Date: Fri Jan 30 20:06:19 2015 +0300 - - Disable self-assignment warning for tests - - As we deliberately do these self-assignments. Fixes -Werror build with clang 3.6. - -diff --git tests/CMakeLists.txt tests/CMakeLists.txt -index d9b1af4..103ec2e 100644 ---- tests/CMakeLists.txt -+++ tests/CMakeLists.txt -@@ -12,6 +12,13 @@ SET(GUI_TESTS - gui_rendering - ) - -+# disable self-move warning: it's deliberately used in tests -+INCLUDE(CheckCXXCompilerFlag) -+CHECK_CXX_COMPILER_FLAG("-Wno-self-move" COMPILER_SUPPORTS_WNOSELFMOVE) -+IF(COMPILER_SUPPORTS_WNOSELFMOVE) -+ SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-self-move") -+ENDIF(COMPILER_SUPPORTS_WNOSELFMOVE) -+ - ADD_DEFINITIONS(-DTESTDATA_DIR="${PROJECT_SOURCE_DIR}/testdata") - - # header tests: these just include specific headers to check if Property changes on: head/devel/sdl2pp/files/patch-tests-CMakeLists.txt ___________________________________________________________________ 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/devel/sdl2pp/Makefile =================================================================== --- head/devel/sdl2pp/Makefile (revision 382383) +++ head/devel/sdl2pp/Makefile (revision 382384) @@ -1,47 +1,45 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= sdl2pp -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= devel MAINTAINER= amdmi3@FreeBSD.org COMMENT= C++11 bindings/wrapper for SDL2 LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/COPYING.txt USE_GITHUB= yes GH_ACCOUNT= AMDmi3 GH_PROJECT= libSDL2pp -GH_COMMIT= e5210da -GH_TAGNAME= ${GH_COMMIT} USES= compiler:c++11-lib cmake CMAKE_ARGS= -DRUN_GUI_TESTS=OFF \ -DSDL2PP_WITH_WERROR=ON USE_SDL= sdl2 image2 ttf2 PORTDOCS= * OPTIONS_DEFINE= DOCS DOXYGEN DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen DOXYGEN_ALL_TARGET= all doxygen .include .if ${COMPILER_TYPE} == gcc CXXFLAGS+= -D_GLIBCXX_USE_C99 # gcc c++11 support is broken on FreeBSD .endif post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/ .if ${PORT_OPTIONS:MDOXYGEN} cd ${CONFIGURE_WRKSRC} && ${COPYTREE_SHARE} doxygen ${STAGEDIR}${DOCSDIR}/ .endif regression-test: build cd ${WRKSRC} && ${DO_MAKE_BUILD} test .include Index: head/devel/sdl2pp/distinfo =================================================================== --- head/devel/sdl2pp/distinfo (revision 382383) +++ head/devel/sdl2pp/distinfo (revision 382384) @@ -1,2 +1,2 @@ -SHA256 (sdl2pp-0.7.0.tar.gz) = d26eac59b9823c2a2b28ce327c15fcb46fdeef570b94810957f03a84b8d16781 -SIZE (sdl2pp-0.7.0.tar.gz) = 191199 +SHA256 (sdl2pp-0.7.1_GH0.tar.gz) = feac209d2e1c214b502b148dc8cbeba48748c80bcefb7d290396875bac38ad50 +SIZE (sdl2pp-0.7.1_GH0.tar.gz) = 191440