diff options
author | christos <christos@pkgsrc.org> | 2017-07-16 16:36:09 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2017-07-16 16:36:09 +0000 |
commit | b702b772ea5db56ad217e545d44e985a10dbe1d8 (patch) | |
tree | b5fd4507dc47308eda882f9844f36106a10fa1c4 /emulators | |
parent | 444627f8443816717f81b0e2926a260adf3a4caa (diff) | |
download | pkgsrc-b702b772ea5db56ad217e545d44e985a10dbe1d8.tar.gz |
fix paths in patches.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gxemul/distinfo | 6 | ||||
-rw-r--r-- | emulators/gxemul/patches/patch-src_console_console.cc | 6 | ||||
-rw-r--r-- | emulators/gxemul/patches/patch-src_devices_dev__sh4.cc | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/emulators/gxemul/distinfo b/emulators/gxemul/distinfo index 72f12d7570f..07c85fe9579 100644 --- a/emulators/gxemul/distinfo +++ b/emulators/gxemul/distinfo @@ -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-ag) = 00eb698213b86e84d72b9ae5ece789ec37aea1ab 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 --git a/emulators/gxemul/patches/patch-src_console_console.cc b/emulators/gxemul/patches/patch-src_console_console.cc index 97e05bea1f6..7c81144b6aa 100644 --- a/emulators/gxemul/patches/patch-src_console_console.cc +++ b/emulators/gxemul/patches/patch-src_console_console.cc @@ -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 --git a/emulators/gxemul/patches/patch-src_devices_dev__sh4.cc b/emulators/gxemul/patches/patch-src_devices_dev__sh4.cc index 3895391e511..d06807b1aa4 100644 --- a/emulators/gxemul/patches/patch-src_devices_dev__sh4.cc +++ b/emulators/gxemul/patches/patch-src_devices_dev__sh4.cc @@ -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: |