Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/irrtoolset5 Don't mess up include guards of system...
details: https://anonhg.NetBSD.org/pkgsrc/rev/94371f36f6fa
branches: trunk
changeset: 431576:94371f36f6fa
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu May 14 19:15:41 2020 +0000
description:
Don't mess up include guards of system headers.
diffstat:
net/irrtoolset5/distinfo | 3 ++-
net/irrtoolset5/patches/patch-src_rpsl_List.hh | 16 ++++++++++++++++
2 files changed, 18 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r d1b37b83e189 -r 94371f36f6fa net/irrtoolset5/distinfo
--- a/net/irrtoolset5/distinfo Thu May 14 19:15:14 2020 +0000
+++ b/net/irrtoolset5/distinfo Thu May 14 19:15:41 2020 +0000
@@ -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
diff -r d1b37b83e189 -r 94371f36f6fa net/irrtoolset5/patches/patch-src_rpsl_List.hh
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/irrtoolset5/patches/patch-src_rpsl_List.hh Thu May 14 19:15:41 2020 +0000
@@ -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