pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
cint: Document backported patches
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Wed Sep 28 00:38:12 2016 +0200
Changeset: e5461bd7aceff9085e701683583f13ec09070935
Modified Files:
cint/distinfo
cint/patches/patch-lib_posix_posix.h
cint/patches/patch-src_Type.cxx
cint/patches/patch-src_v6__loadfile.cxx
cint/patches/patch-tool_ifdef_Makefile.base
cint/patches/patch-tool_ifdef_get.c
cint/patches/patch-tool_ifdef_ifdef.cxx
Log Message:
cint: Document backported patches
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e5461bd7aceff9085e701683583f13ec09070935
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
cint/distinfo | 12 ++++++------
cint/patches/patch-lib_posix_posix.h | 2 ++
cint/patches/patch-src_Type.cxx | 2 ++
cint/patches/patch-src_v6__loadfile.cxx | 2 ++
cint/patches/patch-tool_ifdef_Makefile.base | 2 ++
cint/patches/patch-tool_ifdef_get.c | 2 ++
cint/patches/patch-tool_ifdef_ifdef.cxx | 2 ++
7 files changed, 18 insertions(+), 6 deletions(-)
diffs:
diff --git a/cint/distinfo b/cint/distinfo
index 3960fab..bf7ad31 100644
--- a/cint/distinfo
+++ b/cint/distinfo
@@ -6,18 +6,18 @@ SHA512 (cint-5.16.19-source.tar.gz) = ae96247dc62f7ab27d514b302cd836a9bed07ed24a
Size (cint-5.16.19-source.tar.gz) = 1975329 bytes
SHA1 (patch-Makefile) = 2bbed612d93d5a86a0e331d40d8be029d50e93a0
SHA1 (patch-configure) = 281dd6f18d1d9528e0c993175ef32571c49e6ea8
-SHA1 (patch-lib_posix_posix.h) = 03ae9bb303c93994a6255181fedf7142c1160723
+SHA1 (patch-lib_posix_posix.h) = 9163821e7df73848cc05f5a3a5c172d20d46504c
SHA1 (patch-src_Method.cxx) = ee84d79c15f6951c07527e8c000c0d8eb60fdc71
-SHA1 (patch-src_Type.cxx) = 1eec44be0995f8837af0ea63ca1bdb04af0e00f7
+SHA1 (patch-src_Type.cxx) = ca273e0e7b7f983abfea2f68d9ec3434921eaaa3
SHA1 (patch-src_bc__reader.h) = f768471d096a7e9401f7322f960119dd0f92769b
SHA1 (patch-src_gcc3strm.cxx) = d0003a4fbfbe85080eb1770376c2bcaec562fdb8
-SHA1 (patch-src_v6__loadfile.cxx) = b72d099b5d7bf7e2fe5b346979a4ee10e3ae4318
+SHA1 (patch-src_v6__loadfile.cxx) = 08557776074c7bea3b82bf1a6ead5a4c1863e042
SHA1 (patch-src_v6__macro.cxx) = 932f3177a6f6704aeca95d511a2730b30f3d1293
SHA1 (patch-src_v6__newlink.cxx) = c481f18f470246424944fad6ead167c7e8c00bef
SHA1 (patch-src_v6__parse.cxx) = c2e3f9fd599d607ea538c0fb8fe12eccf96fb936
SHA1 (patch-src_v6__pcode.cxx) = 430706306baa0e9bb3f3631bdae81733f65d7815
SHA1 (patch-tool_INSTALLBIN) = 76c5778cbf2f10c48a9e859837f045d2a7ac807d
-SHA1 (patch-tool_ifdef_Makefile.base) = 82ba2085341b8a430f45ed8885b583943f17bb43
-SHA1 (patch-tool_ifdef_get.c) = 6f8f7e3e1ed2725072b86af1594a7effea1f26c8
-SHA1 (patch-tool_ifdef_ifdef.cxx) = ef8d54c8609fc88ca00c252654c869c904eac867
+SHA1 (patch-tool_ifdef_Makefile.base) = dfc90a0ea0a7fb87a49ad057b928d39c67aec410
+SHA1 (patch-tool_ifdef_get.c) = 6719537bd515260095a7d15a2e870df3ccd244eb
+SHA1 (patch-tool_ifdef_ifdef.cxx) = 62770d0fb6556ac2efc16f692c15c6acc38174ab
SHA1 (patch-tool_makecint.cxx) = b81d05e92dd089ad7a4d85160266fa3d19a1dab4
diff --git a/cint/patches/patch-lib_posix_posix.h b/cint/patches/patch-lib_posix_posix.h
index 256386c..bdf2805 100644
--- a/cint/patches/patch-lib_posix_posix.h
+++ b/cint/patches/patch-lib_posix_posix.h
@@ -1,5 +1,7 @@
$NetBSD$
+Add support for NetBSD
+
--- lib/posix/posix.h.orig 2006-11-28 15:08:01.000000000 +0000
+++ lib/posix/posix.h
@@ -283,7 +283,7 @@ extern int setpgrp(pid_t _pid,pid_t _pgr
diff --git a/cint/patches/patch-src_Type.cxx b/cint/patches/patch-src_Type.cxx
index 82eb68b..a91312e 100644
--- a/cint/patches/patch-src_Type.cxx
+++ b/cint/patches/patch-src_Type.cxx
@@ -1,5 +1,7 @@
$NetBSD$
+Fix syntax.
+
--- src/Type.cxx.orig 2006-11-29 01:59:05.000000000 +0000
+++ src/Type.cxx
@@ -125,7 +125,7 @@ const char* Cint::G__TypeInfo::TrueName(
diff --git a/cint/patches/patch-src_v6__loadfile.cxx b/cint/patches/patch-src_v6__loadfile.cxx
index e1a7b74..c9f2118 100644
--- a/cint/patches/patch-src_v6__loadfile.cxx
+++ b/cint/patches/patch-src_v6__loadfile.cxx
@@ -1,5 +1,7 @@
$NetBSD$
+Handle BSDs.
+
--- src/v6_loadfile.cxx.orig 2007-03-15 17:59:30.000000000 +0000
+++ src/v6_loadfile.cxx
@@ -2494,7 +2494,7 @@ char* G__tmpnam(char *name)
diff --git a/cint/patches/patch-tool_ifdef_Makefile.base b/cint/patches/patch-tool_ifdef_Makefile.base
index 71056a1..a9ec7e7 100644
--- a/cint/patches/patch-tool_ifdef_Makefile.base
+++ b/cint/patches/patch-tool_ifdef_Makefile.base
@@ -1,5 +1,7 @@
$NetBSD$
+Don't fail for clean.
+
--- tool/ifdef/Makefile.base.orig 2005-05-04 10:25:33.000000000 +0000
+++ tool/ifdef/Makefile.base
@@ -18,4 +18,4 @@ get.o: get.c
diff --git a/cint/patches/patch-tool_ifdef_get.c b/cint/patches/patch-tool_ifdef_get.c
index 8557805..6a85480 100644
--- a/cint/patches/patch-tool_ifdef_get.c
+++ b/cint/patches/patch-tool_ifdef_get.c
@@ -1,5 +1,7 @@
$NetBSD$
+LP64 fixes.
+
--- tool/ifdef/get.c.orig 2006-07-26 13:00:37.000000000 +0000
+++ tool/ifdef/get.c
@@ -2582,7 +2582,7 @@ struct G__param *libp;
diff --git a/cint/patches/patch-tool_ifdef_ifdef.cxx b/cint/patches/patch-tool_ifdef_ifdef.cxx
index d5c9ba0..07783e9 100644
--- a/cint/patches/patch-tool_ifdef_ifdef.cxx
+++ b/cint/patches/patch-tool_ifdef_ifdef.cxx
@@ -1,5 +1,7 @@
$NetBSD$
+Reuse getopt(3) prototype on BSDs from standard header.
+
--- tool/ifdef/ifdef.cxx.orig 2006-07-26 13:00:37.000000000 +0000
+++ tool/ifdef/ifdef.cxx
@@ -20,6 +20,7 @@
Home |
Main Index |
Thread Index |
Old Index