pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/libtabe



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Dec 20 12:44:01 UTC 2025

Modified Files:
        pkgsrc/inputmethod/libtabe: distinfo
Added Files:
        pkgsrc/inputmethod/libtabe/patches: patch-src_tabe__tsi.c

Log Message:
libtabe: Fix implicit declaration of fabs(3).


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/inputmethod/libtabe/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/inputmethod/libtabe/patches/patch-src_tabe__tsi.c

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

Modified files:

Index: pkgsrc/inputmethod/libtabe/distinfo
diff -u pkgsrc/inputmethod/libtabe/distinfo:1.9 pkgsrc/inputmethod/libtabe/distinfo:1.10
--- pkgsrc/inputmethod/libtabe/distinfo:1.9     Tue Oct 26 10:49:37 2021
+++ pkgsrc/inputmethod/libtabe/distinfo Sat Dec 20 12:44:00 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:49:37 nia Exp $
+$NetBSD: distinfo,v 1.10 2025/12/20 12:44:00 nia Exp $
 
 BLAKE2s (libtabe-0.2.6.tar.gz) = 9016baf8f9af8ad3641301514df976bbe3687db01b3c284bb4c312e117d42309
 SHA512 (libtabe-0.2.6.tar.gz) = 005211bee052f5ddef9e20dbdd8a1f72c4daff07ca44da14a51397f05191893642ec1f09389364b7d876d83c43c235e2cda8fb05d6592e4520c8cd3cbf507749
@@ -7,3 +7,4 @@ SHA1 (patch-aa) = d4ac9101ce7352a9f44063
 SHA1 (patch-ad) = 474f0ff1a02d949d66f2802c25b81ed1722041d1
 SHA1 (patch-ae) = 52985fda50a11adce231122c87ddb060773a7707
 SHA1 (patch-af) = 2b5efdddc1e2e4b40c8a8f1d5f9b66df004688cc
+SHA1 (patch-src_tabe__tsi.c) = f48cb9dee3d8f0662a30eb8256c325c43f1f7883

Added files:

Index: pkgsrc/inputmethod/libtabe/patches/patch-src_tabe__tsi.c
diff -u /dev/null pkgsrc/inputmethod/libtabe/patches/patch-src_tabe__tsi.c:1.1
--- /dev/null   Sat Dec 20 12:44:01 2025
+++ pkgsrc/inputmethod/libtabe/patches/patch-src_tabe__tsi.c    Sat Dec 20 12:44:01 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_tabe__tsi.c,v 1.1 2025/12/20 12:44:01 nia Exp $
+
+Avoid implicit declaration of fabs(3).
+
+--- src/tabe_tsi.c.orig        2025-12-20 12:35:30.938250523 +0000
++++ src/tabe_tsi.c
+@@ -14,6 +14,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <math.h>
+ 
+ #include "tabe.h"
+ 



Home | Main Index | Thread Index | Old Index