pkgsrc-WIP-changes archive

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

bitkeeper: add another patch from Wayne Scott.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Aug 24 00:13:53 2016 +0200
Changeset:	93e0b8d72da4a3e150d52cf8d3b298ba0bfde32d

Modified Files:
	bitkeeper/distinfo
Added Files:
	bitkeeper/patches/patch-src_gui_tcltk_tcl_unix_Makefile.in

Log Message:
bitkeeper: add another patch from Wayne Scott.

Based on
https://github.com/wscott/pkgsrc-wip/commit/c123e579b2d55025407651b2a178ad7d9558228e

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

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

diffstat:
 bitkeeper/distinfo                                        |  1 +
 .../patches/patch-src_gui_tcltk_tcl_unix_Makefile.in      | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

diffs:
diff --git a/bitkeeper/distinfo b/bitkeeper/distinfo
index b953913..2d63457 100644
--- a/bitkeeper/distinfo
+++ b/bitkeeper/distinfo
@@ -5,3 +5,4 @@ RMD160 (bk-7.3ce.src.tar.gz) = 6573ddcaef75dfa5b0c8578cbb3525754c351825
 SHA512 (bk-7.3ce.src.tar.gz) = 671828afe094a2c834f70ea2e70070eec823e6c67e0e3eaa84fb7f7259caf026764194c04356ba5b6439f3813124a20eed7fc283f82de324b587c3bf779a8678
 Size (bk-7.3ce.src.tar.gz) = 20257094 bytes
 SHA1 (patch-Ldoc-install) = f7d8f10d501240f08f7a27d058a700ce5b09a6d6
+SHA1 (patch-src_gui_tcltk_tcl_unix_Makefile.in) = 4811d75e4b37a8be0c2389c6d8265ce7ecae536c
diff --git a/bitkeeper/patches/patch-src_gui_tcltk_tcl_unix_Makefile.in b/bitkeeper/patches/patch-src_gui_tcltk_tcl_unix_Makefile.in
new file mode 100644
index 0000000..ced4e18
--- /dev/null
+++ b/bitkeeper/patches/patch-src_gui_tcltk_tcl_unix_Makefile.in
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Must see Tcl's tommath.h before the system version
+
+--- src/gui/tcltk/tcl/unix/Makefile.in.orig	2016-07-15 19:21:31.000000000 +0000
++++ src/gui/tcltk/tcl/unix/Makefile.in
+@@ -107,7 +107,7 @@ CFLAGS_OPTIMIZE		= @CFLAGS_OPTIMIZE@
+ #CFLAGS			= $(CFLAGS_DEBUG)
+ #CFLAGS			= $(CFLAGS_OPTIMIZE)
+ #CFLAGS			= $(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE)
+-CFLAGS			= @CFLAGS_DEFAULT@ @CFLAGS@
++CFLAGS			= -I${GENERIC_DIR}  @CFLAGS_DEFAULT@ @CFLAGS@
+ 
+ # Flags to pass to the linker
+ LDFLAGS_DEBUG		= @LDFLAGS_DEBUG@


Home | Main Index | Thread Index | Old Index