pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ots



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Feb 26 01:45:42 UTC 2026

Modified Files:
        pkgsrc/textproc/ots: distinfo
Added Files:
        pkgsrc/textproc/ots/patches: patch-src_grader-tf.c

Log Message:
ots: fix builds with newer GCC


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/ots/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/ots/patches/patch-src_grader-tf.c

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

Modified files:

Index: pkgsrc/textproc/ots/distinfo
diff -u pkgsrc/textproc/ots/distinfo:1.4 pkgsrc/textproc/ots/distinfo:1.5
--- pkgsrc/textproc/ots/distinfo:1.4    Tue Oct 26 11:22:25 2021
+++ pkgsrc/textproc/ots/distinfo        Thu Feb 26 01:45:41 2026
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:22:25 nia Exp $
+$NetBSD: distinfo,v 1.5 2026/02/26 01:45:41 gutteridge Exp $
 
 BLAKE2s (ots-0.5.0.tar.gz) = f00be8b6c576d24efa77cba5d34ace2501e017319bcb05e0a1c1abe1e16025d7
 SHA512 (ots-0.5.0.tar.gz) = 736a672e16b741f2948e6874b88d4ade8e0450941915e65285f2fe661194a6d384a6abb267b15c3254c638750c644b4b2cf4279d7bda163b02336fcd8da9cfbe
 Size (ots-0.5.0.tar.gz) = 371126 bytes
 SHA1 (patch-Makefile.in) = b4c1672fcd34f2b0d32f8b21b662fa3de4dcf9a6
+SHA1 (patch-src_grader-tf.c) = ed0787a88bf056d356ca430892ced7b693794a98

Added files:

Index: pkgsrc/textproc/ots/patches/patch-src_grader-tf.c
diff -u /dev/null pkgsrc/textproc/ots/patches/patch-src_grader-tf.c:1.1
--- /dev/null   Thu Feb 26 01:45:42 2026
+++ pkgsrc/textproc/ots/patches/patch-src_grader-tf.c   Thu Feb 26 01:45:41 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_grader-tf.c,v 1.1 2026/02/26 01:45:41 gutteridge Exp $
+
+Include math.h for log().
+
+--- src/grader-tf.c.orig       2003-11-26 07:47:48.000000000 +0000
++++ src/grader-tf.c
+@@ -18,6 +18,7 @@
+  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+  */
+ 
++#include <math.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>



Home | Main Index | Thread Index | Old Index