pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/physfs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 17 09:09:13 UTC 2025

Modified Files:
        pkgsrc/devel/physfs: distinfo
Added Files:
        pkgsrc/devel/physfs/patches: patch-CMakeLists.txt

Log Message:
physfs: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/physfs/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/physfs/patches/patch-CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/physfs/distinfo
diff -u pkgsrc/devel/physfs/distinfo:1.16 pkgsrc/devel/physfs/distinfo:1.17
--- pkgsrc/devel/physfs/distinfo:1.16   Sat Aug 16 10:29:37 2025
+++ pkgsrc/devel/physfs/distinfo        Sun Aug 17 09:09:13 2025
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.16 2025/08/16 10:29:37 prlw1 Exp $
+$NetBSD: distinfo,v 1.17 2025/08/17 09:09:13 wiz Exp $
 
 BLAKE2s (physfs-3.2.0.tar.gz) = 5313f11fd57ee2a5b806f5172e7457fe03bed3181ef63e17030e78db1ef7e363
 SHA512 (physfs-3.2.0.tar.gz) = e0d84d6ac6bd8f0973149a5add54ed5ed890b5fabb4592ba61b59a3b3e01c05e05f1754f18d7a1c8d72e68777a23cda0c50dc0512cf57a8310a950bf908f54b1
 Size (physfs-3.2.0.tar.gz) = 242857 bytes
+SHA1 (patch-CMakeLists.txt) = fcef62d9ea58e42036255de20186998d6d4bb723
 SHA1 (patch-src_physfs__platform__unix.c) = 704cbbdc45c99e583983dadfb1e0d7950c4957cf

Added files:

Index: pkgsrc/devel/physfs/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/devel/physfs/patches/patch-CMakeLists.txt:1.1
--- /dev/null   Sun Aug 17 09:09:13 2025
+++ pkgsrc/devel/physfs/patches/patch-CMakeLists.txt    Sun Aug 17 09:09:13 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/17 09:09:13 wiz Exp $
+
+cmake 4 compatibility
+
+--- CMakeLists.txt.orig        2025-08-17 09:08:34.847397574 +0000
++++ CMakeLists.txt
+@@ -11,7 +11,7 @@
+ 
+ set(PHYSFS_VERSION 3.2.0)
+ 
+-cmake_minimum_required(VERSION 3.0)
++cmake_minimum_required(VERSION 3.5)
+ 
+ project(PhysicsFS VERSION ${PHYSFS_VERSION} LANGUAGES C )
+ 



Home | Main Index | Thread Index | Old Index