pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libsmi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 29 07:46:56 UTC 2025

Modified Files:
        pkgsrc/devel/libsmi: distinfo
        pkgsrc/devel/libsmi/patches: patch-lib_parser-yang.h

Log Message:
libsmi: fix previous

add a forward declaration, struct Parser is not defined in that file or
the headers it includes


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/libsmi/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libsmi/patches/patch-lib_parser-yang.h

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

Modified files:

Index: pkgsrc/devel/libsmi/distinfo
diff -u pkgsrc/devel/libsmi/distinfo:1.12 pkgsrc/devel/libsmi/distinfo:1.13
--- pkgsrc/devel/libsmi/distinfo:1.12   Mon Apr 28 19:34:48 2025
+++ pkgsrc/devel/libsmi/distinfo        Tue Apr 29 07:46:55 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2025/04/28 19:34:48 tnn Exp $
+$NetBSD: distinfo,v 1.13 2025/04/29 07:46:55 wiz Exp $
 
 BLAKE2s (libsmi-0.5.0.tar.gz) = 49b8a2ca616afa1aa7102936a0a5ac024a7c19d2fd5c3ec1ced0f6b82ed2b6bc
 SHA512 (libsmi-0.5.0.tar.gz) = be82e6b7054426e4634ac9d90467b89a51a9c836273c9d516f07ff3cec3a8dcc8b3bb0e0396d5facec3d9c952b17fb67f24ff2d3959e7e5cf9eced72023a0708
@@ -8,7 +8,7 @@ SHA1 (patch-ab) = 2ebd512bfa4e284eaf892a
 SHA1 (patch-ac) = e10b25773c6df404b74a2cd28bac06cbd6183983
 SHA1 (patch-ad) = ca9376deac37b3c894f8d34e4b73473af49c7790
 SHA1 (patch-lib_parser-smi.h) = 5b14adef7ad79f7f7019961e3ca00dd67b537bc2
-SHA1 (patch-lib_parser-yang.h) = d45d08a01f146b6fb005cef156a42f083ae08151
+SHA1 (patch-lib_parser-yang.h) = 731088f4f881a46ac1ba3e4940ffaa09997a5771
 SHA1 (patch-lib_parser-yang.y) = 99c21a34a6348c844d2728b457d1d2cb808dfb8d
 SHA1 (patch-lib_smi-data.c) = edfca2a680568c58856f8793d6fe6cbc045e2c5c
 SHA1 (patch-lib_yang-data.h) = 9d6e15f17d4cd753175c954d52bf3b1d4b52311e

Index: pkgsrc/devel/libsmi/patches/patch-lib_parser-yang.h
diff -u pkgsrc/devel/libsmi/patches/patch-lib_parser-yang.h:1.1 pkgsrc/devel/libsmi/patches/patch-lib_parser-yang.h:1.2
--- pkgsrc/devel/libsmi/patches/patch-lib_parser-yang.h:1.1     Mon Apr 28 19:34:48 2025
+++ pkgsrc/devel/libsmi/patches/patch-lib_parser-yang.h Tue Apr 29 07:46:55 2025
@@ -1,14 +1,15 @@
-$NetBSD: patch-lib_parser-yang.h,v 1.1 2025/04/28 19:34:48 tnn Exp $
+$NetBSD: patch-lib_parser-yang.h,v 1.2 2025/04/29 07:46:55 wiz Exp $
 
 Replace K&R prototype.
 
---- lib/parser-yang.h.orig     2025-04-28 19:31:08.092610491 +0000
+--- lib/parser-yang.h.orig     2013-06-04 12:34:00.000000000 +0000
 +++ lib/parser-yang.h
-@@ -13,7 +13,7 @@
+@@ -13,7 +13,8 @@
  
  
  
 -extern int yangparse();
++struct Parser;
 +extern int yangparse(struct Parser *);
  
  



Home | Main Index | Thread Index | Old Index