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 Jun  9 09:34:16 UTC 2023

Modified Files:
        pkgsrc/games/woof: distinfo
        pkgsrc/games/woof/patches: patch-man_WoofInstall.cmake.in
            patch-src_d__iwad.c

Log Message:
games/woof: Modify patches to apply cleanly


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/games/woof/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/games/woof/patches/patch-man_WoofInstall.cmake.in \
    pkgsrc/games/woof/patches/patch-src_d__iwad.c

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.39 pkgsrc/games/woof/distinfo:1.40
--- pkgsrc/games/woof/distinfo:1.39     Wed Jun  7 15:58:46 2023
+++ pkgsrc/games/woof/distinfo  Fri Jun  9 09:34:16 2023
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.39 2023/06/07 15:58:46 micha Exp $
+$NetBSD: distinfo,v 1.40 2023/06/09 09:34:16 micha Exp $
 
 BLAKE2s (woof_11.1.4.tar.gz) = 1c1e40fa94da301d35a1d306059f52b4b7acedaaa9863427210b1fa7b791b973
 SHA512 (woof_11.1.4.tar.gz) = c085b24ba6af604866352ea1d6d37b50e900c46bfdb997d280f5cace3d099d1bc97d33adad5d118d0a384990f4c2335c0a95cc86ae6d1b93e727c3b281307482
 Size (woof_11.1.4.tar.gz) = 7264814 bytes
 SHA1 (patch-data_CMakeLists.txt) = c19459831fd535a4336de4397c50921b63767b88
 SHA1 (patch-man_CMakeLists.txt) = d5b2b30eb8a7efeddad29699c47801bc1c865403
-SHA1 (patch-man_WoofInstall.cmake.in) = fad08019aac3d0f97e572df7021fd2b17d8dd27d
-SHA1 (patch-src_d__iwad.c) = e2e596d3f0eacfca8852afa329704c14dadf7889
+SHA1 (patch-man_WoofInstall.cmake.in) = fbbb75d201d53af8d68eeb29956d793eda465ffb
+SHA1 (patch-src_d__iwad.c) = 6927196acb374de5e234614e432ffb91c46c8123

Index: pkgsrc/games/woof/patches/patch-man_WoofInstall.cmake.in
diff -u pkgsrc/games/woof/patches/patch-man_WoofInstall.cmake.in:1.1 pkgsrc/games/woof/patches/patch-man_WoofInstall.cmake.in:1.2
--- pkgsrc/games/woof/patches/patch-man_WoofInstall.cmake.in:1.1        Wed Jun  7 15:58:46 2023
+++ pkgsrc/games/woof/patches/patch-man_WoofInstall.cmake.in    Fri Jun  9 09:34:16 2023
@@ -1,12 +1,12 @@
-$NetBSD: patch-man_WoofInstall.cmake.in,v 1.1 2023/06/07 15:58:46 micha Exp $
+$NetBSD: patch-man_WoofInstall.cmake.in,v 1.2 2023/06/09 09:34:16 micha Exp $
 
 Treat macOS as Unix.
 
---- man/WoofInstall.cmake.in.orig      2022-12-28 15:38:06.000000000 +0000
+--- man/WoofInstall.cmake.in.orig      2023-05-23 12:39:17.000000000 +0000
 +++ man/WoofInstall.cmake.in
-@@ -20,7 +20,7 @@ if(Python3_EXECUTABLE)
+@@ -14,7 +14,7 @@ if(Python3_EXECUTABLE)
          WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
-         OUTPUT_FILE "CMDLINE.md")
+         OUTPUT_FILE "CMDLINE.txt")
  
 -    if(UNIX AND NOT APPLE)
 +    if(UNIX)
Index: pkgsrc/games/woof/patches/patch-src_d__iwad.c
diff -u pkgsrc/games/woof/patches/patch-src_d__iwad.c:1.1 pkgsrc/games/woof/patches/patch-src_d__iwad.c:1.2
--- pkgsrc/games/woof/patches/patch-src_d__iwad.c:1.1   Wed Jun 29 11:31:54 2022
+++ pkgsrc/games/woof/patches/patch-src_d__iwad.c       Fri Jun  9 09:34:16 2023
@@ -1,11 +1,11 @@
-$NetBSD: patch-src_d__iwad.c,v 1.1 2022/06/29 11:31:54 micha Exp $
+$NetBSD: patch-src_d__iwad.c,v 1.2 2023/06/09 09:34:16 micha Exp $
 
 Add pkgsrc ${PREFIX}/share/doom to WAD file search path.
 Patch is not suitable for upstream.
 
 --- src/d_iwad.c.orig  2020-04-14 06:39:44.000000000 +0000
 +++ src/d_iwad.c
-@@ -463,6 +463,9 @@ static void AddXdgDirs(void)
+@@ -482,6 +482,9 @@ static void AddXdgDirs(void)
          env = "/usr/local/share:/usr/share";
      }
  



Home | Main Index | Thread Index | Old Index