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:   adam
Date:           Fri Aug 29 06:23:40 UTC 2025

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

Log Message:
physfs: do not force CMAKE_SKIP_RPATH


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/physfs/distinfo
cvs rdiff -u -r1.1 -r1.2 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.17 pkgsrc/devel/physfs/distinfo:1.18
--- pkgsrc/devel/physfs/distinfo:1.17   Sun Aug 17 09:09:13 2025
+++ pkgsrc/devel/physfs/distinfo        Fri Aug 29 06:23:39 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2025/08/17 09:09:13 wiz Exp $
+$NetBSD: distinfo,v 1.18 2025/08/29 06:23:39 adam 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-CMakeLists.txt) = 8ce08133028b200c2daf9a744400fd573b497d76
 SHA1 (patch-src_physfs__platform__unix.c) = 704cbbdc45c99e583983dadfb1e0d7950c4957cf

Index: pkgsrc/devel/physfs/patches/patch-CMakeLists.txt
diff -u pkgsrc/devel/physfs/patches/patch-CMakeLists.txt:1.1 pkgsrc/devel/physfs/patches/patch-CMakeLists.txt:1.2
--- pkgsrc/devel/physfs/patches/patch-CMakeLists.txt:1.1        Sun Aug 17 09:09:13 2025
+++ pkgsrc/devel/physfs/patches/patch-CMakeLists.txt    Fri Aug 29 06:23:40 2025
@@ -1,8 +1,9 @@
-$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/17 09:09:13 wiz Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.2 2025/08/29 06:23:40 adam Exp $
 
 cmake 4 compatibility
+CMAKE_SKIP_RPATH is handled by pkgsrc.
 
---- CMakeLists.txt.orig        2025-08-17 09:08:34.847397574 +0000
+--- CMakeLists.txt.orig        2022-09-30 20:13:07.000000000 +0000
 +++ CMakeLists.txt
 @@ -11,7 +11,7 @@
  
@@ -13,3 +14,12 @@ cmake 4 compatibility
  
  project(PhysicsFS VERSION ${PHYSFS_VERSION} LANGUAGES C )
  
+@@ -32,8 +32,6 @@ endif()
+ 
+ if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID MATCHES "Clang")
+     add_compile_options(-Wall)
+-    # Don't use -rpath.
+-    set(CMAKE_SKIP_RPATH ON CACHE BOOL "Skip RPATH" FORCE)
+ endif()
+ 
+ if(CMAKE_C_COMPILER_ID STREQUAL "SunPro")



Home | Main Index | Thread Index | Old Index