diff options
author | wiz <wiz@pkgsrc.org> | 2018-04-30 10:38:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-04-30 10:38:55 +0000 |
commit | d674ffaf6469a9e8c184471406dbfe5497f6f5b5 (patch) | |
tree | 85f43a78885967f9dcbcdd42ff37b81c49f10672 /misc/urjtag | |
parent | 0929ec8b84fc4e8861560a0d0c1de126e0c1aceb (diff) | |
download | pkgsrc-d674ffaf6469a9e8c184471406dbfe5497f6f5b5.tar.gz |
urjtag: remove references to obsolete DragonFly/i386
Diffstat (limited to 'misc/urjtag')
-rw-r--r-- | misc/urjtag/distinfo | 3 | ||||
-rw-r--r-- | misc/urjtag/patches/patch-ah | 24 |
2 files changed, 1 insertions, 26 deletions
diff --git a/misc/urjtag/distinfo b/misc/urjtag/distinfo index 35d58690288..803859f3bb6 100644 --- a/misc/urjtag/distinfo +++ b/misc/urjtag/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 23:49:53 agc Exp $ +$NetBSD: distinfo,v 1.7 2018/04/30 10:38:55 wiz Exp $ SHA1 (urjtag-0.10.tar.gz) = 1e21f07d758e9e151d932e95c0b3b11fd178eace RMD160 (urjtag-0.10.tar.gz) = d22dcaf8447e594f5fbb25836df141e2a451760a @@ -11,4 +11,3 @@ SHA1 (patch-ad) = 3dcf6a0297b339db1b52a8d9cb6fe907e589b07b SHA1 (patch-ae) = 553df429f2c8369536a0c0b8a788688d73568dd8 SHA1 (patch-af) = 971c0548ee1aeb49017b490cdd40dd2e4d865b47 SHA1 (patch-ag) = d13c2160788293a7e6b64ab1cc8ed506d399ef8b -SHA1 (patch-ah) = 87a83c91856d044b3c1f056d025545a2dd27e71a diff --git a/misc/urjtag/patches/patch-ah b/misc/urjtag/patches/patch-ah deleted file mode 100644 index 77bf33297ef..00000000000 --- a/misc/urjtag/patches/patch-ah +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-ah,v 1.1 2011/01/02 13:01:45 obache Exp $ - -* DragonFly have same i386_* as FreeBSD. - ---- src/tap/parport/direct.c.orig 2009-04-17 20:24:10.000000000 +0000 -+++ src/tap/parport/direct.c -@@ -60,7 +60,7 @@ outfuncPtr Out32; - static __inline int - ioperm( unsigned long from, unsigned long num, int permit ) - { --#ifdef __FreeBSD__ -+#if defined(__FreeBSD__) || defined(__DragonFly__) - if (i386_set_ioperm( from, num, permit ) == -1) - return -1; - #else -@@ -85,7 +85,7 @@ ioperm( unsigned long from, unsigned lon - static __inline int - iopl( int level ) - { --#ifndef __FreeBSD__ -+#if !defined(__FreeBSD__) && !defined(__DragonFly__) - return i386_iopl( level ); - #endif - return 0; |