pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/woof



Module Name:    pkgsrc
Committed By:   micha
Date:           Fri Feb 24 12:21:40 UTC 2023

Modified Files:
        pkgsrc/games/woof: distinfo
Added Files:
        pkgsrc/games/woof/patches: patch-man_CMakeLists.txt

Log Message:
games/woof: Try to fix build for macOS


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/games/woof/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/games/woof/patches/patch-man_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/games/woof/distinfo
diff -u pkgsrc/games/woof/distinfo:1.37 pkgsrc/games/woof/distinfo:1.38
--- pkgsrc/games/woof/distinfo:1.37     Thu Jan 12 11:40:55 2023
+++ pkgsrc/games/woof/distinfo  Fri Feb 24 12:21:40 2023
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.37 2023/01/12 11:40:55 micha Exp $
+$NetBSD: distinfo,v 1.38 2023/02/24 12:21:40 micha Exp $
 
 BLAKE2s (woof_10.5.1.tar.gz) = 1e5b8cfeb5c30540b974f6e9b91f9f3ccac05eb43f7bc01bdf3969ebe5871fc6
 SHA512 (woof_10.5.1.tar.gz) = 8c2a5bcb816e5f16530e9a6c44b79b701e6c3734d7a23dc68bf5d2db1b23c89f9b6939315104cabdc60fd6ed0db589e27b35be1b11570474531c90882c5e4e96
 Size (woof_10.5.1.tar.gz) = 7279350 bytes
+SHA1 (patch-man_CMakeLists.txt) = d5b2b30eb8a7efeddad29699c47801bc1c865403
 SHA1 (patch-src_d__iwad.c) = e2e596d3f0eacfca8852afa329704c14dadf7889

Added files:

Index: pkgsrc/games/woof/patches/patch-man_CMakeLists.txt
diff -u /dev/null pkgsrc/games/woof/patches/patch-man_CMakeLists.txt:1.3
--- /dev/null   Fri Feb 24 12:21:40 2023
+++ pkgsrc/games/woof/patches/patch-man_CMakeLists.txt  Fri Feb 24 12:21:40 2023
@@ -0,0 +1,15 @@
+$NetBSD: patch-man_CMakeLists.txt,v 1.3 2023/02/24 12:21:40 micha Exp $
+
+Treat macOS as Unix.
+
+--- man/CMakeLists.txt.orig    2022-12-28 15:38:06.000000000 +0000
++++ man/CMakeLists.txt
+@@ -5,7 +5,7 @@ install(SCRIPT "${CMAKE_CURRENT_BINARY_D
+ 
+ if(WIN32)
+     install(FILES CMDLINE.txt DESTINATION .)
+-elseif(UNIX AND NOT APPLE)
++elseif(UNIX)
+     install(FILES CMDLINE.txt DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/doc/${PROJECT_SHORTNAME}")
+     install(FILES "${PROJECT_SHORTNAME}.6" DESTINATION ${CMAKE_INSTALL_MANDIR}/man6)
+     install(FILES "${PROJECT_SHORTNAME}-setup.6" DESTINATION ${CMAKE_INSTALL_MANDIR}/man6)



Home | Main Index | Thread Index | Old Index