pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/cal



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 21 21:27:26 UTC 2025

Modified Files:
        pkgsrc/time/cal: distinfo
        pkgsrc/time/cal/patches: patch-ab

Log Message:
cal: remove Interix support


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/time/cal/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/cal/patches/patch-ab

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

Modified files:

Index: pkgsrc/time/cal/distinfo
diff -u pkgsrc/time/cal/distinfo:1.10 pkgsrc/time/cal/distinfo:1.11
--- pkgsrc/time/cal/distinfo:1.10       Tue Oct 26 11:24:18 2021
+++ pkgsrc/time/cal/distinfo    Mon Apr 21 21:27:26 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:24:18 nia Exp $
+$NetBSD: distinfo,v 1.11 2025/04/21 21:27:26 wiz Exp $
 
 BLAKE2s (cal-3.5.tar.gz) = 702129da90fb41b90f5d7530278ae32d60d79aa3e381a989bfa8a00f56bc7057
 SHA512 (cal-3.5.tar.gz) = aff0c249e5ccdc3eac0d8134f96facb5ba6b221b999c8bbca083ae833d5f6cb843a1c5515952777840ae96f2cdc60e869f3148f5680eb56a37aa8771613707cd
 Size (cal-3.5.tar.gz) = 47645 bytes
 SHA1 (patch-aa) = 59faa366d366cf9ed265c7f0664b5d09e1c671d1
-SHA1 (patch-ab) = 7d7da6560743f1163b0524bbd47755437bd4776c
+SHA1 (patch-ab) = e416cbbce12c137da7c1b7523e852fa5d865328a

Index: pkgsrc/time/cal/patches/patch-ab
diff -u pkgsrc/time/cal/patches/patch-ab:1.5 pkgsrc/time/cal/patches/patch-ab:1.6
--- pkgsrc/time/cal/patches/patch-ab:1.5        Tue Jan 25 03:37:29 2005
+++ pkgsrc/time/cal/patches/patch-ab    Mon Apr 21 21:27:26 2025
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.5 2005/01/25 03:37:29 tv Exp $
+$NetBSD: patch-ab,v 1.6 2025/04/21 21:27:26 wiz Exp $
 
 --- cal.c.orig 1996-07-11 15:36:33.000000000 -0400
 +++ cal.c
@@ -14,7 +14,7 @@ $NetBSD: patch-ab,v 1.5 2005/01/25 03:37
  /* Note: Other unix systems may require this next re-define to work. */
  /* I believe that SCO is one such system.  Please send in any fixes  */
  /* needed to get your system running.                                */
-+#if (defined(BSD) && BSD >= 199306) || defined (sun) || defined(__sgi) || defined(__INTERIX)
++#if (defined(BSD) && BSD >= 199306) || defined (sun) || defined(__sgi)
 +#define stricmp(a,b) strcasecmp(a,b) /* case-insensitive string comparison */
 +#endif
 + 



Home | Main Index | Thread Index | Old Index