pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/miruo
Module Name: pkgsrc
Committed By: nia
Date: Fri Mar 20 20:28:21 UTC 2026
Modified Files:
pkgsrc/net/miruo: distinfo
Added Files:
pkgsrc/net/miruo/patches: patch-miruo.h
Log Message:
miruo: Fix implicit decl of ctype funcs
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/miruo/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/miruo/patches/patch-miruo.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/miruo/distinfo
diff -u pkgsrc/net/miruo/distinfo:1.5 pkgsrc/net/miruo/distinfo:1.6
--- pkgsrc/net/miruo/distinfo:1.5 Tue Oct 26 11:06:00 2021
+++ pkgsrc/net/miruo/distinfo Fri Mar 20 20:28:21 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:06:00 nia Exp $
+$NetBSD: distinfo,v 1.6 2026/03/20 20:28:21 nia Exp $
BLAKE2s (miruo-0.9.6b.tar.gz) = e95e1f29e62117c66106fd2a5d998aff9933a9d6729195297c680224f6f213cc
SHA512 (miruo-0.9.6b.tar.gz) = 01582979e70a54c9e774d9bd088efb39312ed1215a8ff76a1ea0c1e2685abae6a74c22f8a0426dbc975470d60722deab29bb1949691cdd036de4788db7c87ede
Size (miruo-0.9.6b.tar.gz) = 119045 bytes
+SHA1 (patch-miruo.h) = 2bcfe5a7aacd16ac96c20f4e83324063004b29d8
Added files:
Index: pkgsrc/net/miruo/patches/patch-miruo.h
diff -u /dev/null pkgsrc/net/miruo/patches/patch-miruo.h:1.1
--- /dev/null Fri Mar 20 20:28:21 2026
+++ pkgsrc/net/miruo/patches/patch-miruo.h Fri Mar 20 20:28:21 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-miruo.h,v 1.1 2026/03/20 20:28:21 nia Exp $
+
+Fix implicit function declarations.
+
+--- miruo.h.orig 2026-03-20 20:10:32.540287944 +0000
++++ miruo.h
+@@ -2,6 +2,7 @@
+ #include "config.h"
+ #endif
+ #define _GNU_SOURCE
++#include<ctype.h>
+ #include<stdio.h>
+ #include<unistd.h>
+ #include<stdlib.h>
Home |
Main Index |
Thread Index |
Old Index