pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cdecl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 21 16:30:45 UTC 2025

Modified Files:
        pkgsrc/devel/cdecl: distinfo
        pkgsrc/devel/cdecl/patches: patch-aa

Log Message:
cdecl: remove Interix support


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/cdecl/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/cdecl/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/devel/cdecl/distinfo
diff -u pkgsrc/devel/cdecl/distinfo:1.16 pkgsrc/devel/cdecl/distinfo:1.17
--- pkgsrc/devel/cdecl/distinfo:1.16    Tue Oct 26 10:14:23 2021
+++ pkgsrc/devel/cdecl/distinfo Mon Apr 21 16:30:45 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 10:14:23 nia Exp $
+$NetBSD: distinfo,v 1.17 2025/04/21 16:30:45 wiz Exp $
 
 BLAKE2s (cdecl-2.5.tar.gz) = 9161bcdc9381e8709597bd7a9368003e186580fc05922572a10070223bb7cf95
 SHA512 (cdecl-2.5.tar.gz) = 15495f5a794d11f964297c1f39f2f62f89778cd2e791b93f7e6cf16f321a71205a1f9366960f62b030022699e8abacaa5b402a304fb2eab8c00c83b9a4d0b419
 Size (cdecl-2.5.tar.gz) = 21435 bytes
-SHA1 (patch-aa) = 6aa8aa0fbe5acfefc6e37c8fd10f318b004fe8a0
+SHA1 (patch-aa) = a2916f21082d8da3bd9e9bb637aedd025d1ef309
 SHA1 (patch-ab) = f12ac884f95c9b241cda749b0ea50f6d69e1c6a4
 SHA1 (patch-cdgram.y) = b58b64a83aa01f4bfb18b7c927cae9d11f52482c

Index: pkgsrc/devel/cdecl/patches/patch-aa
diff -u pkgsrc/devel/cdecl/patches/patch-aa:1.11 pkgsrc/devel/cdecl/patches/patch-aa:1.12
--- pkgsrc/devel/cdecl/patches/patch-aa:1.11    Mon Mar 17 07:07:40 2014
+++ pkgsrc/devel/cdecl/patches/patch-aa Mon Apr 21 16:30:45 2025
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.11 2014/03/17 07:07:40 dholland Exp $
+$NetBSD: patch-aa,v 1.12 2025/04/21 16:30:45 wiz Exp $
 
  - Don't issue own declarations of malloc, free, exit, perror, errno, getopt.
  - Use standard headers.
@@ -22,7 +22,7 @@ $NetBSD: patch-aa,v 1.11 2014/03/17 07:0
  # ifndef NOVARARGS
  #  include <varargs.h>
  # endif /* ndef NOVARARGS */
-+#if !(defined(__sun__) && defined(__svr4__)) && !(defined(BSD) && (BSD >= 199306)) && !defined(__INTERIX)
++#if !(defined(__sun__) && defined(__svr4__)) && !(defined(BSD) && (BSD >= 199306))
  char *malloc();
  void free(), exit(), perror();
 +#endif
@@ -55,7 +55,7 @@ $NetBSD: patch-aa,v 1.11 2014/03/17 07:0
    char *ds(char *), *cat(char *, ...), *visible(int);
 +#if !(defined(BSD) && BSD >= 199306) && \
 +      !(defined(__sun__) && defined(__svr4__)) && \
-+      !(defined(__linux__)) && !(defined(__INTERIX))
++      !(defined(__linux__))
    int getopt(int,char **,char *);
 +#endif
    int main(int, char **);



Home | Main Index | Thread Index | Old Index