pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/urjtag urjtag: remove references to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a5906ee9bda
branches:  trunk
changeset: 307043:6a5906ee9bda
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 30 10:38:55 2018 +0000
description:
urjtag: remove references to obsolete DragonFly/i386

diffstat:

 misc/urjtag/distinfo         |   3 +--
 misc/urjtag/patches/patch-ah |  24 ------------------------
 2 files changed, 1 insertions(+), 26 deletions(-)

diffs (42 lines):

diff -r da4b7788d27b -r 6a5906ee9bda misc/urjtag/distinfo
--- a/misc/urjtag/distinfo      Mon Apr 30 10:38:04 2018 +0000
+++ b/misc/urjtag/distinfo      Mon Apr 30 10:38:55 2018 +0000
@@ -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-ae) = 553df429f2c8369536a0c0b8a788688d73568dd8
 SHA1 (patch-af) = 971c0548ee1aeb49017b490cdd40dd2e4d865b47
 SHA1 (patch-ag) = d13c2160788293a7e6b64ab1cc8ed506d399ef8b
-SHA1 (patch-ah) = 87a83c91856d044b3c1f056d025545a2dd27e71a
diff -r da4b7788d27b -r 6a5906ee9bda misc/urjtag/patches/patch-ah
--- a/misc/urjtag/patches/patch-ah      Mon Apr 30 10:38:04 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index