diff --git a/games/springlobby/Makefile b/games/springlobby/Makefile index 1ea21a423577..670b070bc9f8 100644 --- a/games/springlobby/Makefile +++ b/games/springlobby/Makefile @@ -1,58 +1,57 @@ PORTNAME= springlobby -PORTVERSION= 0.273 -PORTREVISION= 2 +PORTVERSION= 0.274 CATEGORIES= games net MASTER_SITES= https://springlobby.springrts.com/dl/stable/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Cross-platform lobby client for the Spring RTS project WWW= https://springlobby.info/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING IGNORE_FreeBSD_12= not supported by spring engine ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= spring engine only supports amd64 RUN_DEPENDS= spring:games/spring LIB_DEPENDS= libcurl.so:ftp/curl \ libboost_thread.so:devel/boost-libs \ libjsoncpp.so:devel/jsoncpp \ libminizip.so:archivers/minizip \ libpng.so:graphics/png USES= cmake compiler:c++17-lang pkgconfig ssl tar:bzip2 CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" \ -DPRD_JSONCPP_INTERNAL=OFF \ -Wno-dev USE_WX= 3.0+ PORTDOCS= * OPTIONS_DEFINE= SOUND NLS NOTIFY DOCS OPTIONS_DEFAULT=SOUND NOTIFY OPTIONS_SUB= yes SOUND_DESC= Enable sound notifications NOTIFY_DESC= Enable libnotify support for popup status messages NLS_CMAKE_BOOL= OPTION_TRANSLATION_SUPPORT NLS_USES= gettext SOUND_CMAKE_BOOL= OPTION_SOUND SOUND_LIB_DEPENDS= libalure.so:audio/alure SOUND_USES= openal:al NOTIFY_CMAKE_BOOL= OPTION_NOTIFY NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify NOTIFY_USES= gnome NOTIFY_USE= GNOME=glib20 # make sure bundled depends are not used post-patch: .for lib in minizip jsoncpp libgit2 @${RM} -r ${WRKSRC}/src/downloader/lib/src/lib/${lib} .endfor .include diff --git a/games/springlobby/distinfo b/games/springlobby/distinfo index faea9391a271..b431a6b50d6c 100644 --- a/games/springlobby/distinfo +++ b/games/springlobby/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1646942745 -SHA256 (springlobby-0.273.tar.bz2) = 5e453a8ba0010a0c371fdbc9bb4c631d13b506096e7983352f227171974eac39 -SIZE (springlobby-0.273.tar.bz2) = 6586846 +TIMESTAMP = 1673356808 +SHA256 (springlobby-0.274.tar.bz2) = a2c6ddee952a5baf875a43e762ae30ce699fa225d970659b4987d2e47b260888 +SIZE (springlobby-0.274.tar.bz2) = 1957931 diff --git a/games/springlobby/files/patch-src_CMakeLists.txt b/games/springlobby/files/patch-src_CMakeLists.txt index fae7f2a7b60a..9ac1b0ff23b1 100644 --- a/games/springlobby/files/patch-src_CMakeLists.txt +++ b/games/springlobby/files/patch-src_CMakeLists.txt @@ -1,14 +1,14 @@ ---- src/CMakeLists.txt.orig 2021-08-21 18:23:23 UTC +--- src/CMakeLists.txt.orig 2023-01-10 09:38:42 UTC +++ src/CMakeLists.txt -@@ -503,11 +503,6 @@ target_include_directories(springlobby - PRIVATE ${generated_gui_include} - ) +@@ -505,11 +505,6 @@ target_include_directories(springlobby + ${generated_gui_include} + ) --IF(UNIX) -- FIND_PACKAGE(X11 REQUIRED) -- TARGET_LINK_LIBRARIES(springlobby ${X11_X11_LIB}) --ENDIF(UNIX) +-if(UNIX) +- find_package(X11 REQUIRED) +- target_link_libraries(springlobby ${X11_X11_LIB}) +-endif() - - ENABLE_TESTING() + enable_testing() add_subdirectory(tests)