summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-04-30 10:37:48 +0000
committerwiz <wiz@pkgsrc.org>2018-04-30 10:37:48 +0000
commitaf80b6604eabc6be0c3577436a6e167578b71534 (patch)
treecf1f83b44224f6cdf34b7de7005d074a6255921e
parent1a9977cc49a27499d30e26e5f93e5b52f7136bea (diff)
downloadpkgsrc-af80b6604eabc6be0c3577436a6e167578b71534.tar.gz
atari800: remove references to obsolete DragonFly/i386
-rw-r--r--emulators/atari800/distinfo3
-rw-r--r--emulators/atari800/patches/patch-rdevice.c15
2 files changed, 1 insertions, 17 deletions
diff --git a/emulators/atari800/distinfo b/emulators/atari800/distinfo
index 415d778bb72..9b54c39942c 100644
--- a/emulators/atari800/distinfo
+++ b/emulators/atari800/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2017/12/14 22:12:19 adam Exp $
+$NetBSD: distinfo,v 1.22 2018/04/30 10:37:48 wiz Exp $
SHA1 (atari800-3.1.0.tar.gz) = d81d57ae8cc14169521e3738d3ac1b2e18a95080
RMD160 (atari800-3.1.0.tar.gz) = 8644aec61b8f9084d7ced672236d779bee1fedcc
@@ -11,5 +11,4 @@ Size (xf25.zip) = 188942 bytes
SHA1 (patch-ac) = 28a10768c6214cbe3cad9006916dbfa28b70eb96
SHA1 (patch-cfg.c) = c8f22ca08b4fad2c24886dc8132c7269331b4f39
SHA1 (patch-configure) = 9ad06b6a273b8efe6c628e40cde7ce4e304675cd
-SHA1 (patch-rdevice.c) = 9c17f7e600db506e7e6e9f1f3780e66b404813be
SHA1 (patch-sound__oss.c) = 7318f96c460bbd9cb116401328e2368ce7be29ab
diff --git a/emulators/atari800/patches/patch-rdevice.c b/emulators/atari800/patches/patch-rdevice.c
deleted file mode 100644
index 192ac40ad6b..00000000000
--- a/emulators/atari800/patches/patch-rdevice.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-rdevice.c,v 1.1 2012/08/26 19:42:09 marino Exp $
-
-Add i386 DragonFly support (Same as FreeBSD but on its own line)
-
---- rdevice.c.orig 2011-04-28 10:49:39.000000000 +0000
-+++ rdevice.c
-@@ -819,6 +819,8 @@ static void open_connection(char * addre
- #define TTY_DEV_NAME "/dev/tty00" /* NetBSD/x86 */
- #elif defined (__FreeBSD__) && defined(__i386__)
- #define TTY_DEV_NAME "/dev/ttyd1" /* FreeBSD/x86 */
-+#elif defined (__DragonFly__) && defined(__i386__)
-+#define TTY_DEV_NAME "/dev/ttyd1" /* DragonFly/x86 */
- #elif defined (__sun__)
- #define TTY_DEV_NAME "/dev/ttya" /* Solaris */
- #else