pkgsrc-WIP-changes archive

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

cint: Document patches



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Sep 27 21:27:37 2016 +0200
Changeset:	0145dc3032ba7ec1a047b0d314bea770efee27be

Modified Files:
	cint/distinfo
	cint/patches/patch-Makefile
	cint/patches/patch-configure
	cint/patches/patch-src_Method.cxx
	cint/patches/patch-src_bc__reader.h
	cint/patches/patch-src_v6__macro.cxx
	cint/patches/patch-src_v6__newlink.cxx
	cint/patches/patch-src_v6__parse.cxx
	cint/patches/patch-src_v6__pcode.cxx
	cint/patches/patch-tool_INSTALLBIN
	cint/patches/patch-tool_makecint.cxx
Removed Files:
	cint/patches/patch-inc_G____ci.h
	cint/patches/patch-src_Makefile.base

Log Message:
cint: Document patches

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0145dc3032ba7ec1a047b0d314bea770efee27be

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

diffstat:
 cint/distinfo                          | 22 ++++++++++------------
 cint/patches/patch-Makefile            |  2 ++
 cint/patches/patch-configure           |  4 ++++
 cint/patches/patch-inc_G____ci.h       |  9 ---------
 cint/patches/patch-src_Makefile.base   | 27 ---------------------------
 cint/patches/patch-src_Method.cxx      |  2 ++
 cint/patches/patch-src_bc__reader.h    |  2 ++
 cint/patches/patch-src_v6__macro.cxx   |  2 ++
 cint/patches/patch-src_v6__newlink.cxx |  2 ++
 cint/patches/patch-src_v6__parse.cxx   |  2 ++
 cint/patches/patch-src_v6__pcode.cxx   |  2 ++
 cint/patches/patch-tool_INSTALLBIN     |  2 ++
 cint/patches/patch-tool_makecint.cxx   |  2 ++
 13 files changed, 32 insertions(+), 48 deletions(-)

diffs:
diff --git a/cint/distinfo b/cint/distinfo
index 27342cf..a6dda82 100644
--- a/cint/distinfo
+++ b/cint/distinfo
@@ -4,16 +4,14 @@ SHA1 (cint-5.16.19-source.tar.gz) = 22307e50b4414f4e6e70d791d3ccfe2cc2163f59
 RMD160 (cint-5.16.19-source.tar.gz) = ff7deb0cdf5534fb8849eaf5febf9e57117066ff
 SHA512 (cint-5.16.19-source.tar.gz) = ae96247dc62f7ab27d514b302cd836a9bed07ed24adc664224c063a70e1305a335e01031e0dd18646d3d7215593590a8d5100c4236aba08064bbcf0ece531c02
 Size (cint-5.16.19-source.tar.gz) = 1975329 bytes
-SHA1 (patch-Makefile) = 3322e2617ec973957437eee9c790ee340bf8bdb4
-SHA1 (patch-configure) = e2bd11db2087739ae0c9cd0f24c3f78275d41d50
-SHA1 (patch-inc_G____ci.h) = 1540777297e13378b9ac671e3afb14454ed83acb
-SHA1 (patch-src_Makefile.base) = 95b488ffc6ac156fa7bca8394c5c88964c978cd9
-SHA1 (patch-src_Method.cxx) = 2ea318a6c5e59773f6effb7e39c1c3bb075d800b
-SHA1 (patch-src_bc__reader.h) = 8b2e3b72b15ef51e6535402f6b0b239f959976c3
+SHA1 (patch-Makefile) = 2bbed612d93d5a86a0e331d40d8be029d50e93a0
+SHA1 (patch-configure) = d6a523c22f1a4ee5a96c06fbd87f8cefed30cfdc
+SHA1 (patch-src_Method.cxx) = ee84d79c15f6951c07527e8c000c0d8eb60fdc71
+SHA1 (patch-src_bc__reader.h) = f768471d096a7e9401f7322f960119dd0f92769b
 SHA1 (patch-src_gcc3strm.cxx) = 0a40e104b236bc0548c5d8c536c94de0f0d347b6
-SHA1 (patch-src_v6__macro.cxx) = 5b7aa2c48e8546bc39e5dfb1d71c037f5079d99b
-SHA1 (patch-src_v6__newlink.cxx) = 9f8208efa77b131788cf2a29b342799c81af99a7
-SHA1 (patch-src_v6__parse.cxx) = 7967db48f2205213e1ab618b604fa5fc91fd4458
-SHA1 (patch-src_v6__pcode.cxx) = 7828f23bffa8d9a9d869a5389c190920ec3dd9cd
-SHA1 (patch-tool_INSTALLBIN) = 74a9eff4a4651b887347a35c4c4d8c24bc142d49
-SHA1 (patch-tool_makecint.cxx) = cfbce2bfb8dabbb098d148809012b40f1393a564
+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_makecint.cxx) = b81d05e92dd089ad7a4d85160266fa3d19a1dab4
diff --git a/cint/patches/patch-Makefile b/cint/patches/patch-Makefile
index cfc7d5f..4bd4c67 100644
--- a/cint/patches/patch-Makefile
+++ b/cint/patches/patch-Makefile
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Fix shell syntax
+
 --- Makefile.orig	2006-11-24 08:41:26.000000000 +0000
 +++ Makefile
 @@ -38,11 +38,11 @@ include/iosenum.h : cint$(G__CFG_EXEEXT)
diff --git a/cint/patches/patch-configure b/cint/patches/patch-configure
index 271c46a..df394e7 100644
--- a/cint/patches/patch-configure
+++ b/cint/patches/patch-configure
@@ -1,5 +1,9 @@
 $NetBSD$
 
+Don't check for running bash on SunOS.
+Add NetBSD support.
+Fix readlinelib parameter handling.
+
 --- configure.orig	2006-11-24 08:30:23.000000000 +0000
 +++ configure
 @@ -6,21 +6,9 @@
diff --git a/cint/patches/patch-inc_G____ci.h b/cint/patches/patch-inc_G____ci.h
deleted file mode 100644
index 1a4e74e..0000000
--- a/cint/patches/patch-inc_G____ci.h
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD$
-
---- inc/G__ci.h.orig	2007-03-16 11:49:46.000000000 +0000
-+++ inc/G__ci.h
-@@ -2470,4 +2470,3 @@ extern G__EXPORT G__uint64 G__expr_strto
- 
- 
- #endif /* G__CI_H */
--
diff --git a/cint/patches/patch-src_Makefile.base b/cint/patches/patch-src_Makefile.base
deleted file mode 100644
index 4268aae..0000000
--- a/cint/patches/patch-src_Makefile.base
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD$
-
---- src/Makefile.base.orig	2006-11-23 14:13:03.000000000 +0000
-+++ src/Makefile.base
-@@ -29,6 +29,8 @@ DLLREVH =       dllrev.h
- 
- HEADERS =       common.h global.h fproto.h memtest.h sunos.h ../inc/G__ci.h 
- 
-+SHLIB_OPT =     -fPIC
-+
- OBJECTS = 	$(PLATFORM) \
- 		$(STDLIBS) \
- 		$(APIO) \
-@@ -86,7 +88,7 @@ $(CINTLIB) : $(OBJECTS)
- 
- # Cint core as shared library on Linux
- $(CINTSYSDIR)/libcint.so : $(OBJECTS)
--	$(LD) $(LDDLLOPT) $(SHLIB_OPT) -o $@ $(OBJECTS)
-+	$(LD) $(LDDLLOPT) $(SHLIB_OPT) -fPIC -o $@ $(OBJECTS)
- 
- # Cint core as shared library on HP-UX
- $(CINTSYSDIR)/libcint.sl : $(OBJECTS)
-@@ -470,4 +472,3 @@ Shadow$(OBJPOST) : Api.h $(HEADERS)
- ############################################################################
- clean :
- 	$(RM) $(OBJECTS) $(CINTLIB) core
--
diff --git a/cint/patches/patch-src_Method.cxx b/cint/patches/patch-src_Method.cxx
index b6fdaf5..ae5246b 100644
--- a/cint/patches/patch-src_Method.cxx
+++ b/cint/patches/patch-src_Method.cxx
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Add NetBSD support.
+
 --- src/Method.cxx.orig	2007-03-15 17:59:30.000000000 +0000
 +++ src/Method.cxx
 @@ -515,6 +515,8 @@ long Cint::G__MethodInfo::FilePosition()
diff --git a/cint/patches/patch-src_bc__reader.h b/cint/patches/patch-src_bc__reader.h
index c17f6ce..c48122b 100644
--- a/cint/patches/patch-src_bc__reader.h
+++ b/cint/patches/patch-src_bc__reader.h
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Add NetBSD support.
+
 --- src/bc_reader.h.orig	2007-03-15 17:59:30.000000000 +0000
 +++ src/bc_reader.h
 @@ -66,6 +66,8 @@ class G__fstream {
diff --git a/cint/patches/patch-src_v6__macro.cxx b/cint/patches/patch-src_v6__macro.cxx
index 4768ff9..3a688c7 100644
--- a/cint/patches/patch-src_v6__macro.cxx
+++ b/cint/patches/patch-src_v6__macro.cxx
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Add NetBSD support.
+
 --- src/v6_macro.cxx.orig	2006-11-23 13:34:01.000000000 +0000
 +++ src/v6_macro.cxx
 @@ -465,6 +465,9 @@ G__value G__execfuncmacro(char *item,int
diff --git a/cint/patches/patch-src_v6__newlink.cxx b/cint/patches/patch-src_v6__newlink.cxx
index 71f188b..b85917e 100644
--- a/cint/patches/patch-src_v6__newlink.cxx
+++ b/cint/patches/patch-src_v6__newlink.cxx
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Fix C++ syntax: strlen(3), atoi(3), strcpy(3) aren't in the std:: namespace.
+
 --- src/v6_newlink.cxx.orig	2007-03-15 17:59:30.000000000 +0000
 +++ src/v6_newlink.cxx
 @@ -7014,7 +7014,7 @@ int G__parse_parameter_link(char* paras)
diff --git a/cint/patches/patch-src_v6__parse.cxx b/cint/patches/patch-src_v6__parse.cxx
index f7ce167..cc6d43e 100644
--- a/cint/patches/patch-src_v6__parse.cxx
+++ b/cint/patches/patch-src_v6__parse.cxx
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Add NetBSD support.
+
 --- src/v6_parse.cxx.orig	2007-03-15 17:59:30.000000000 +0000
 +++ src/v6_parse.cxx
 @@ -297,6 +297,8 @@ int G__ignore_catch()
diff --git a/cint/patches/patch-src_v6__pcode.cxx b/cint/patches/patch-src_v6__pcode.cxx
index 301b139..8bca9a2 100644
--- a/cint/patches/patch-src_v6__pcode.cxx
+++ b/cint/patches/patch-src_v6__pcode.cxx
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Add NetBSD support.
+
 --- src/v6_pcode.cxx.orig	2007-02-16 23:46:45.000000000 +0000
 +++ src/v6_pcode.cxx
 @@ -9204,6 +9204,9 @@ int G__dasm(FILE *fout,int isthrow)
diff --git a/cint/patches/patch-tool_INSTALLBIN b/cint/patches/patch-tool_INSTALLBIN
index d02dbfd..0aba46e 100644
--- a/cint/patches/patch-tool_INSTALLBIN
+++ b/cint/patches/patch-tool_INSTALLBIN
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Fix shell portability.
+
 --- tool/INSTALLBIN.orig	2006-06-17 08:10:02.000000000 +0000
 +++ tool/INSTALLBIN
 @@ -69,12 +69,12 @@ fi
diff --git a/cint/patches/patch-tool_makecint.cxx b/cint/patches/patch-tool_makecint.cxx
index 89392d4..e844a62 100644
--- a/cint/patches/patch-tool_makecint.cxx
+++ b/cint/patches/patch-tool_makecint.cxx
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Include missing headers.
+
 --- tool/makecint.cxx.orig	2007-03-16 11:32:07.000000000 +0000
 +++ tool/makecint.cxx
 @@ -30,7 +30,9 @@


Home | Main Index | Thread Index | Old Index