pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/gxemul fix paths in patches.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32059d39460c
branches:  trunk
changeset: 365426:32059d39460c
user:      christos <christos%pkgsrc.org@localhost>
date:      Sun Jul 16 16:36:09 2017 +0000

description:
fix paths in patches.

diffstat:

 emulators/gxemul/distinfo                              |  6 +++---
 emulators/gxemul/patches/patch-src_console_console.cc  |  6 +++---
 emulators/gxemul/patches/patch-src_devices_dev__sh4.cc |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (56 lines):

diff -r 8570a5d37ffd -r 32059d39460c emulators/gxemul/distinfo
--- a/emulators/gxemul/distinfo Sun Jul 16 16:10:05 2017 +0000
+++ b/emulators/gxemul/distinfo Sun Jul 16 16:36:09 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.48 2017/07/16 14:10:58 christos Exp $
+$NetBSD: distinfo,v 1.49 2017/07/16 16:36:09 christos Exp $
 
 SHA1 (gxemul-0.6.0.1.tar.gz) = 8a9b7a6c08628c2a59a6e7e9c7c449c3826b4744
 RMD160 (gxemul-0.6.0.1.tar.gz) = 6943173d4149bfe40218715b8ed2c82b5b361e50
@@ -11,11 +11,11 @@
 SHA1 (patch-src_components_cpu_CPUDyntransComponent.cc) = 1a70375b3ed409ef43122ce7e6935c07b4ed386d
 SHA1 (patch-src_components_cpu_M88K__CPUComponent.cc) = 931cdc9a806e9ff48dccb2a63873c52491336b30
 SHA1 (patch-src_components_cpu_MIPS__CPUComponent.cc) = 75d8276092fcdc9f548f874e5807ae8e6a2b9eae
-SHA1 (patch-src_console_console.cc) = e0deed737004ab1d64997c778227c0aa9e62fac0
+SHA1 (patch-src_console_console.cc) = 0b9c07eaa26a39b20a6f6769cdf02208fc9667d3
 SHA1 (patch-src_cpus_cpu_mips.cc) = d239116e4ce5e040a1bdf39b803ca9a05500be53
 SHA1 (patch-src_cpus_cpu_mips_instr.cc) = be40f86a103d2366d13a884d957848d4f680dc61
 SHA1 (patch-src_devices_dev__footbridge.cc) = 2dc76e65fff7e6c846d9d06b74bed76075b0c79a
-SHA1 (patch-src_devices_dev__sh4.cc) = b3bf483fe803d19cb18db7fdf6f0abd64afc6048
+SHA1 (patch-src_devices_dev__sh4.cc) = fffd194470bbe830369c814595e0bea968f43809
 SHA1 (patch-src_include_components_CPUDyntransComponent.h) = 4fa3c327c4ce5ee9e39e7bc49ce6029b2a7da100
 SHA1 (patch-src_include_components_M88K__CPUComponent.h) = afd07ae4df33d0c0a9d3d8c15dca4ef9ee7dd916
 SHA1 (patch-src_include_components_MIPS__CPUComponent.h) = 4e49da9af0d220a1ea7c4520d8e7e53d8d84c155
diff -r 8570a5d37ffd -r 32059d39460c emulators/gxemul/patches/patch-src_console_console.cc
--- a/emulators/gxemul/patches/patch-src_console_console.cc     Sun Jul 16 16:10:05 2017 +0000
+++ b/emulators/gxemul/patches/patch-src_console_console.cc     Sun Jul 16 16:36:09 2017 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-src_console_console.cc,v 1.1 2017/07/16 14:10:58 christos Exp $
+$NetBSD: patch-src_console_console.cc,v 1.2 2017/07/16 16:36:09 christos Exp $
 
 Change console_charavail() to return the number of characters available
 in the FIFO instead of 0/1.
 
---- /usr/src/gxemul/gxemul-0.6.0.1/src/console/console.cc      2014-08-17 04:45:15.000000000 -0400
-+++ ./console.cc       2017-07-16 10:04:04.603287788 -0400
+--- src/console/console.cc.orig        2014-08-17 04:45:15.000000000 -0400
++++ src/console/console.cc     2017-07-16 10:04:04.603287788 -0400
 @@ -328,10 +328,19 @@
  }
  
diff -r 8570a5d37ffd -r 32059d39460c emulators/gxemul/patches/patch-src_devices_dev__sh4.cc
--- a/emulators/gxemul/patches/patch-src_devices_dev__sh4.cc    Sun Jul 16 16:10:05 2017 +0000
+++ b/emulators/gxemul/patches/patch-src_devices_dev__sh4.cc    Sun Jul 16 16:36:09 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: patch-src_devices_dev__sh4.cc,v 1.1 2017/07/16 14:10:58 christos Exp $
+$NetBSD: patch-src_devices_dev__sh4.cc,v 1.2 2017/07/16 16:36:09 christos Exp $
 
 Put the actual number of characters waiting in the FIFO instead of 1 or 0
 
---- /usr/src/gxemul/gxemul-0.6.0.1/src/devices/dev_sh4.cc      2014-08-17 04:45:12.000000000 -0400
-+++ ./dev_sh4.cc       2017-07-16 09:58:19.288954403 -0400
+--- src/devices/dev_sh4.cc.orig        2014-08-17 04:45:12.000000000 -0400
++++ src/devices/dev_sh4.cc     2017-07-16 09:58:19.288954403 -0400
 @@ -1703,8 +1703,8 @@
  
        case SH4_SCIF_BASE + SCIF_FDR:



Home | Main Index | Thread Index | Old Index