pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/dt Switch to the "new" grf interface -- new in Ne...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa753c1bd3db
branches:  trunk
changeset: 463605:fa753c1bd3db
user:      fredb <fredb%pkgsrc.org@localhost>
date:      Thu Nov 20 00:33:47 2003 +0000

description:
Switch to the "new" grf interface -- new in NetBSD 1.5! -- because
GRF_COMPAT is currently broken on NetBSD 1.6ZF.

diffstat:

 misc/dt/distinfo         |   4 ++--
 misc/dt/patches/patch-ab |  11 ++++++++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 619be6793408 -r fa753c1bd3db misc/dt/distinfo
--- a/misc/dt/distinfo  Thu Nov 20 00:04:12 2003 +0000
+++ b/misc/dt/distinfo  Thu Nov 20 00:33:47 2003 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2002/02/11 18:30:22 fredb Exp $
+$NetBSD: distinfo,v 1.6 2003/11/20 00:33:47 fredb Exp $
 
 SHA1 (dt-1.1.7.tar.gz) = 024c3137185dd93ced163e82227f53cfb79b993e
 Size (dt-1.1.7.tar.gz) = 119975 bytes
 SHA1 (patch-aa) = 9877c123f2f7f13ece91b40a70fb490524e53f18
-SHA1 (patch-ab) = 9d9971e5eaf8c7e8d7206d4174dfa4ccc8baae46
+SHA1 (patch-ab) = 2ae1300185208c2ad251f088eec28dcbc48c56f6
 SHA1 (patch-ac) = 2dfde914d866b3ad5ded30be4252d2675984ce74
 SHA1 (patch-ad) = 68320e1b2bda509cd940cf531d19ec8511ceca91
diff -r 619be6793408 -r fa753c1bd3db misc/dt/patches/patch-ab
--- a/misc/dt/patches/patch-ab  Thu Nov 20 00:04:12 2003 +0000
+++ b/misc/dt/patches/patch-ab  Thu Nov 20 00:33:47 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1 1999/09/07 14:55:06 jlam Exp $
+$NetBSD: patch-ab,v 1.2 2003/11/20 00:33:47 fredb Exp $
 
 --- config.h.orig      Tue Jul  6 03:45:49 1999
 +++ config.h   Tue Sep  7 08:35:15 1999
@@ -11,3 +11,12 @@
  
  /*
   * French layout (AppleDesign keyboard)
+@@ -81,7 +81,7 @@
+ /*
+  * be compatible with old-style grf-devices (untested with old kernels)
+  */
+-#define GRF_COMPAT
++#undef GRF_COMPAT
+ 
+ /*
+  * force usage of old grf interface



Home | Main Index | Thread Index | Old Index