pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xentools48 Commit the right patch for gdbsx a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/289889302f54
branches:  trunk
changeset: 370917:289889302f54
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Sat Oct 28 04:08:46 2017 +0000

description:
Commit the right patch for gdbsx and RELRO

diffstat:

 sysutils/xentools48/distinfo                                    |   4 +-
 sysutils/xentools48/patches/patch-debugger_gdbsx_Makefile       |  15 ----------
 sysutils/xentools48/patches/patch-tools_debugger_gdbsx_Makefile |  15 ++++++++++
 3 files changed, 17 insertions(+), 17 deletions(-)

diffs (63 lines):

diff -r 1aa37e3be8c0 -r 289889302f54 sysutils/xentools48/distinfo
--- a/sysutils/xentools48/distinfo      Sat Oct 28 03:14:16 2017 +0000
+++ b/sysutils/xentools48/distinfo      Sat Oct 28 04:08:46 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2017/10/28 03:14:17 khorben Exp $
+$NetBSD: distinfo,v 1.6 2017/10/28 04:08:46 khorben Exp $
 
 SHA1 (xen48/gmp-4.3.2.tar.bz2) = c011e8feaf1bb89158bd55eaabd7ef8fdd101a2c
 RMD160 (xen48/gmp-4.3.2.tar.bz2) = a8f3f41501ece290c348aeb4444bbea40bc53e71
@@ -52,7 +52,6 @@
 SHA1 (patch-Makefile) = fdcd5fbb22613e55ac1b000a46b1ecbbd99eef59
 SHA1 (patch-XSA233) = e6a7230035966d7d292ef3ca477f2eb3458ae12f
 SHA1 (patch-XSA240) = 754bbe5080a81e1526b7938fed01ba435e65e50b
-SHA1 (patch-debugger_gdbsx_Makefile) = 1e16761b20604bb5a9ee22174f0bb46005fb19c7
 SHA1 (patch-docs_man_xl.cfg.pod.5.in) = e1ee6f2d48f6ce001c44c7ac688ea179b625b584
 SHA1 (patch-docs_man_xl.conf.pod.5) = d77e3313750db315d540d7713c95cd54d6f02938
 SHA1 (patch-docs_man_xl.pod.1.in) = 9b37ef724f2827bc05110e5456a8668257509cab
@@ -75,6 +74,7 @@
 SHA1 (patch-tools_Rules.mk) = 8ff6318747e3ddf703cb9b43b6405c7b0f22ee5c
 SHA1 (patch-tools_configure) = b7b26dec49388f543f42dcb389113d6a2ed96e1b
 SHA1 (patch-tools_console_daemon_utils.c) = 1c954e1edadad2607f7b87eaf2d6285be7f968ff
+SHA1 (patch-tools_debugger_gdbsx_Makefile) = bd419144660f19b13d6924dfa87f96a9eb6a3574
 SHA1 (patch-tools_examples_Makefile) = fe258fc26e4507ca2fb4363c5e2197ee06e89d64
 SHA1 (patch-tools_firmware_etherboot_Makefile) = 82aa5cb09a9654e27c4686a02a3eb1123a594342
 SHA1 (patch-tools_firmware_hvmloader_Makefile) = 02cac5e9314c4c71105f15a3c1c303c573d6583a
diff -r 1aa37e3be8c0 -r 289889302f54 sysutils/xentools48/patches/patch-debugger_gdbsx_Makefile
--- a/sysutils/xentools48/patches/patch-debugger_gdbsx_Makefile Sat Oct 28 03:14:16 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-debugger_gdbsx_Makefile,v 1.1 2017/10/28 03:14:17 khorben Exp $
-
-Add support for LDFLAGS when building gdbsx
-
---- debugger/gdbsx/Makefile.orig       2016-09-20 05:59:24.000000000 +0000
-+++ debugger/gdbsx/Makefile
-@@ -18,7 +18,7 @@ install: all
-       $(INSTALL_PROG) gdbsx $(DESTDIR)$(SBINDIR)/gdbsx
- 
- gdbsx: gx/gx_all.a xg/xg_all.a 
--      $(CC) -o $@ $^
-+      $(CC) $(LDFLAGS) -o $@ $^
- 
- xg/xg_all.a:
-       $(MAKE) -C xg
diff -r 1aa37e3be8c0 -r 289889302f54 sysutils/xentools48/patches/patch-tools_debugger_gdbsx_Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/xentools48/patches/patch-tools_debugger_gdbsx_Makefile   Sat Oct 28 04:08:46 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-tools_debugger_gdbsx_Makefile,v 1.1 2017/10/28 04:08:46 khorben Exp $
+
+Add support for LDFLAGS when building gdbsx
+
+--- tools/debugger/gdbsx/Makefile.orig 2016-09-20 05:59:24.000000000 +0000
++++ tools/debugger/gdbsx/Makefile
+@@ -21,7 +21,7 @@ install: all
+       $(INSTALL_PROG) gdbsx $(DESTDIR)$(sbindir)/gdbsx
+ 
+ gdbsx: gx/gx_all.a xg/xg_all.a 
+-      $(CC) -o $@ $^
++      $(CC) $(LDFLAGS) -o $@ $^
+ 
+ xg/xg_all.a:
+       $(MAKE) -C xg



Home | Main Index | Thread Index | Old Index