pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/xjewel



Module Name:    pkgsrc
Committed By:   dholland
Date:           Fri May 12 09:02:12 UTC 2023

Modified Files:
        pkgsrc/games/xjewel: distinfo
        pkgsrc/games/xjewel/patches: patch-aa

Log Message:
games/xjewel: add macos to list of OSes using select.

>From PR 30172 from John D. Baker. May only apply to ppc macos, but
should be harmless otherwise if so.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/games/xjewel/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/xjewel/patches/patch-aa

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

Modified files:

Index: pkgsrc/games/xjewel/distinfo
diff -u pkgsrc/games/xjewel/distinfo:1.8 pkgsrc/games/xjewel/distinfo:1.9
--- pkgsrc/games/xjewel/distinfo:1.8    Tue Oct 26 10:44:33 2021
+++ pkgsrc/games/xjewel/distinfo        Fri May 12 09:02:12 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:44:33 nia Exp $
+$NetBSD: distinfo,v 1.9 2023/05/12 09:02:12 dholland Exp $
 
 BLAKE2s (xjewel-1.6.tar.z) = dff688ee6d0cdca66f8e382cc8eb09ecfe064da1e62f765730c49399cc383643
 SHA512 (xjewel-1.6.tar.z) = 566dc108baaeada39a8a7d73aaa7bc958d94dc2469352b8ee4adbf45a96a3353d9272ba08933495f3d0e9b8c17a6c165417e163fa2d43fdab5870d0d7503498c
 Size (xjewel-1.6.tar.z) = 45439 bytes
-SHA1 (patch-aa) = 6c592db6b0eb0ae31b55dc12a78bb3f848263f93
+SHA1 (patch-aa) = c228bbbab18c98ce3427dabc15421dc24073983f

Index: pkgsrc/games/xjewel/patches/patch-aa
diff -u pkgsrc/games/xjewel/patches/patch-aa:1.3 pkgsrc/games/xjewel/patches/patch-aa:1.4
--- pkgsrc/games/xjewel/patches/patch-aa:1.3    Tue May 24 09:54:05 2011
+++ pkgsrc/games/xjewel/patches/patch-aa        Fri May 12 09:02:12 2023
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 2011/05/24 09:54:05 obache Exp $
+$NetBSD: patch-aa,v 1.4 2023/05/12 09:02:12 dholland Exp $
 
 --- Imakefile.orig     1994-02-16 10:35:06.000000000 +0000
 +++ Imakefile
@@ -14,7 +14,7 @@ $NetBSD: patch-aa,v 1.3 2011/05/24 09:54
  #if defined(HPArchitecture) || defined(ApolloArchitecture) || \
 -      defined(UltrixArchitecture)
 +      defined(UltrixArchitecture) || defined(NetBSDArchitecture) || \
-+      defined(DragonFlyArchitecture)
++      defined(DragonFlyArchitecture) || defined(DarwinArchitecture)
  #define sel -DUSE_SELECT
  #else
  #define sel 



Home | Main Index | Thread Index | Old Index