pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/sc
Module Name: pkgsrc
Committed By: nia
Date: Thu Mar 19 08:48:20 UTC 2026
Modified Files:
pkgsrc/math/sc: distinfo
Added Files:
pkgsrc/math/sc/patches: patch-gram.y
Log Message:
sc: Fix implicit function decls
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/sc/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/math/sc/patches/patch-gram.y
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/sc/distinfo
diff -u pkgsrc/math/sc/distinfo:1.13 pkgsrc/math/sc/distinfo:1.14
--- pkgsrc/math/sc/distinfo:1.13 Tue Oct 26 10:56:07 2021
+++ pkgsrc/math/sc/distinfo Thu Mar 19 08:48:20 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 10:56:07 nia Exp $
+$NetBSD: distinfo,v 1.14 2026/03/19 08:48:20 nia Exp $
BLAKE2s (sc-7.16_1.1.2.tar.gz) = 1ae0c2329d22614b73ebf6e41f19050714729ccb9554da54f99a1aedf166b08f
SHA512 (sc-7.16_1.1.2.tar.gz) = f685db7ee62d7ed4a644d41059f08c4e4d16639ca5065554d50f2affaae4c845c6b782d514c3945fb1121d060e8d1be8bdff7833ada4123d4b21a904945cea06
Size (sc-7.16_1.1.2.tar.gz) = 222457 bytes
+SHA1 (patch-gram.y) = e303a6ad73dc2f241b44772667fe39774073e14f
Added files:
Index: pkgsrc/math/sc/patches/patch-gram.y
diff -u /dev/null pkgsrc/math/sc/patches/patch-gram.y:1.1
--- /dev/null Thu Mar 19 08:48:20 2026
+++ pkgsrc/math/sc/patches/patch-gram.y Thu Mar 19 08:48:20 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-gram.y,v 1.1 2026/03/19 08:48:20 nia Exp $
+
+Fix implicit function declarations.
+
+--- gram.y.orig 2026-03-19 08:04:31.109553700 +0000
++++ gram.y
+@@ -16,6 +16,7 @@
+
+ %{
+ #include <stdlib.h>
++#include <string.h>
+ #include <limits.h>
+
+ #ifdef USELOCALE
Home |
Main Index |
Thread Index |
Old Index