pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/irrtoolset5



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu May 14 19:15:42 UTC 2020

Modified Files:
        pkgsrc/net/irrtoolset5: distinfo
Added Files:
        pkgsrc/net/irrtoolset5/patches: patch-src_rpsl_List.hh

Log Message:
Don't mess up include guards of system headers.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/irrtoolset5/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/irrtoolset5/patches/patch-src_rpsl_List.hh

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

Modified files:

Index: pkgsrc/net/irrtoolset5/distinfo
diff -u pkgsrc/net/irrtoolset5/distinfo:1.6 pkgsrc/net/irrtoolset5/distinfo:1.7
--- pkgsrc/net/irrtoolset5/distinfo:1.6 Thu Oct 17 14:05:49 2019
+++ pkgsrc/net/irrtoolset5/distinfo     Thu May 14 19:15:41 2020
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.6 2019/10/17 14:05:49 he Exp $
+$NetBSD: distinfo,v 1.7 2020/05/14 19:15:41 joerg Exp $
 
 SHA1 (irrtoolset-5.1.2.tar.gz) = bca3cee298279448e837cc6f9b8a38896504228a
 RMD160 (irrtoolset-5.1.2.tar.gz) = 0fbe9a948f0b03eb0dd393cf4ec0308e095ed0d8
 SHA512 (irrtoolset-5.1.2.tar.gz) = 4d9c8d6b1ec924b74693409c7bd9ed960daccfe32f8b4293430d729c47b860617cb8ee937aa970e762f61db5087f0f6780877f8f4c3a4ab148859f41ce7fa9c9
 Size (irrtoolset-5.1.2.tar.gz) = 274599 bytes
+SHA1 (patch-src_rpsl_List.hh) = a3a67359b340bf365b4bb892b93bcba423073201
 SHA1 (patch-src_rpsl_Makefile.am) = c18913d05e82be1e10f981b7d6001748d9859203

Added files:

Index: pkgsrc/net/irrtoolset5/patches/patch-src_rpsl_List.hh
diff -u /dev/null pkgsrc/net/irrtoolset5/patches/patch-src_rpsl_List.hh:1.1
--- /dev/null   Thu May 14 19:15:42 2020
+++ pkgsrc/net/irrtoolset5/patches/patch-src_rpsl_List.hh       Thu May 14 19:15:41 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_rpsl_List.hh,v 1.1 2020/05/14 19:15:41 joerg Exp $
+
+--- src/rpsl/List.hh.orig      2020-05-13 14:16:21.649149765 +0000
++++ src/rpsl/List.hh
+@@ -52,10 +52,7 @@
+ #ifndef LIST_H
+ #define LIST_H
+ 
+-#include <cstdio>      // For NULL definition
+-#ifdef _STDDEF_H_      // for fbsd: to workaround problem with _G_config.h
+-#undef _STDDEF_H_
+-#endif
++#include <cstddef>      // For NULL definition
+ #include <assert.h>
+ 
+ // These list manipulation routines assume that each object that



Home | Main Index | Thread Index | Old Index