pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
strormlib: Update to 9.26
Module Name: pkgsrc-wip
Committed By: Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By: cfkoch
Date: Mon Sep 9 20:31:33 2024 -0700
Changeset: f8e7184206609bbea0d0d4c314f24f8407341fda
Modified Files:
stormlib/Makefile
stormlib/PLIST
stormlib/distinfo
Removed Files:
stormlib/patches/patch-CMakeLists.txt
Log Message:
strormlib: Update to 9.26
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f8e7184206609bbea0d0d4c314f24f8407341fda
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
stormlib/Makefile | 4 ++--
stormlib/PLIST | 2 ++
stormlib/distinfo | 8 +++-----
stormlib/patches/patch-CMakeLists.txt | 17 -----------------
4 files changed, 7 insertions(+), 24 deletions(-)
diffs:
diff --git a/stormlib/Makefile b/stormlib/Makefile
index 9028f93032..fe0a6e64b2 100644
--- a/stormlib/Makefile
+++ b/stormlib/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= stormlib-9.24
+DISTNAME= stormlib-9.26
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=ladislav-zezula/}
GITHUB_PROJECT= StormLib
@@ -12,11 +12,11 @@ COMMENT= Blizzard MPQ archive tool
LICENSE= mit
EXTRACT_USING= gtar
-USE_CMAKE= yes
USE_LANGUAGES= c c++
CMAKE_CONFIGURE_ARGS+= -DSTORM_BUILD_TESTS=OFF
+.include "../../devel/cmake/build.mk"
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/stormlib/PLIST b/stormlib/PLIST
index 73a08c80b9..825a128baa 100644
--- a/stormlib/PLIST
+++ b/stormlib/PLIST
@@ -2,3 +2,5 @@
include/StormLib.h
include/StormPort.h
lib/libstorm.a
+share/StormLib/StormLibConfig-noconfig.cmake
+share/StormLib/StormLibConfig.cmake
diff --git a/stormlib/distinfo b/stormlib/distinfo
index 92e8a27ea0..fa0abc6726 100644
--- a/stormlib/distinfo
+++ b/stormlib/distinfo
@@ -1,7 +1,5 @@
$NetBSD$
-SHA1 (stormlib-9.24.tar.gz) = 56f1fa1744ed7efe9cc31fa9059b8acb81d4df2f
-RMD160 (stormlib-9.24.tar.gz) = d38a6eaa321867d9b74c8cafe6d8cae9c7310a10
-SHA512 (stormlib-9.24.tar.gz) = 38694685edfc9c53ff1e303109831b6a791200b9db275043bca8b3bbe7cc928cf0ce9cf554c6758f693da453b85e6385d277ae9add7af867c13488d77432cde5
-Size (stormlib-9.24.tar.gz) = 625374 bytes
-SHA1 (patch-CMakeLists.txt) = 6ed844914f9493a4f9996efa9bd15c24003b0029
+BLAKE2s (stormlib-9.26.tar.gz) = cab7f3862a91bb782558ef03b6144b18d83fe7686b0712de8af2ea589dd5d9a1
+SHA512 (stormlib-9.26.tar.gz) = 5f0ce75019cfbe3a2dfc07ea312825e2babf226dbf8aa77ed60456862ae739ac4689cbe7d4a185cdc148ad9910fd8137d3f11c04ffe6c532bbdacb08838ecfba
+Size (stormlib-9.26.tar.gz) = 610223 bytes
diff --git a/stormlib/patches/patch-CMakeLists.txt b/stormlib/patches/patch-CMakeLists.txt
deleted file mode 100644
index 89f7aa8bb3..0000000000
--- a/stormlib/patches/patch-CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD$
-
-Enable NetBSD support.
-
---- CMakeLists.txt.orig 2019-07-06 17:17:05.108805505 -0700
-+++ CMakeLists.txt 2019-07-06 17:20:01.408439446 -0700
-@@ -293,8 +293,8 @@
- endif()
- endif()
-
--if(${CMAKE_SYSTEM_NAME} STREQUAL FreeBSD)
-- message(STATUS "Using FreeBSD port")
-+if(${CMAKE_SYSTEM_NAME} STREQUAL FreeBSD OR ${CMAKE_SYSTEM_NAME} STREQUAL NetBSD)
-+ message(STATUS "Using ${CMAKE_SYSTEM_NAME} port")
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DO_LARGEFILE=0 -Dstat64=stat -Dlstat64=lstat -Dlseek64=lseek -Doff64_t=off_t -Dfstat64=fstat -Dftruncate64=ftruncate")
- endif()
-
Home |
Main Index |
Thread Index |
Old Index