pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/top Use __NetBSD_Version__ instead of __NetBS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1410c6069c24
branches:  trunk
changeset: 480447:1410c6069c24
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Fri Sep 10 01:39:32 2004 +0000

description:
Use __NetBSD_Version__ instead of __NetBSD_Version to determine the, ugh,
NetBSD Version.  Fixes problem in last bulk-build.  (How did this ever work?
AFAICT, it's always been __NetBSD_Version__.)

diffstat:

 sysutils/top/distinfo         |  4 ++--
 sysutils/top/patches/patch-an |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r ee847c7826e3 -r 1410c6069c24 sysutils/top/distinfo
--- a/sysutils/top/distinfo     Thu Sep 09 23:24:12 2004 +0000
+++ b/sysutils/top/distinfo     Fri Sep 10 01:39:32 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2004/07/12 08:14:44 cube Exp $
+$NetBSD: distinfo,v 1.8 2004/09/10 01:39:32 jschauma Exp $
 
 SHA1 (top-3.6alpha7.tar.gz) = b0336ddc2482b6a52f5345855bf46e0de7d8438a
 Size (top-3.6alpha7.tar.gz) = 295433 bytes
@@ -6,4 +6,4 @@
 SHA1 (patch-ak) = 899d1263df15d8389c9391d173369141170ab7ea
 SHA1 (patch-al) = e9619f30350d9357a2a20a1d509a69eadf2b287e
 SHA1 (patch-am) = 18495242954b15f57c14779c8e7d67d73be2b60b
-SHA1 (patch-an) = 1208da5f80daacbd68310033ac814c146d58d185
+SHA1 (patch-an) = aa2abb6a2e656ae3a7b379cc5a1867fe673e51e5
diff -r ee847c7826e3 -r 1410c6069c24 sysutils/top/patches/patch-an
--- a/sysutils/top/patches/patch-an     Thu Sep 09 23:24:12 2004 +0000
+++ b/sysutils/top/patches/patch-an     Fri Sep 10 01:39:32 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-an,v 1.1 2004/07/12 08:14:44 cube Exp $
+$NetBSD: patch-an,v 1.2 2004/09/10 01:39:32 jschauma Exp $
 
 --- machine/m_netbsd20.c.orig  2004-07-12 09:03:09.000000000 +0200
 +++ machine/m_netbsd20.c
@@ -46,9 +46,9 @@
 +#include <sys/cdefs.h>
 +#include <sys/param.h>
 +
-+#if __NetBSD_Version < 105290000
++#if __NetBSD_Version__ < 105290000
 +# include "m_netbsd15.c"
-+#elif __NetBSD_Version < 106290000
++#elif __NetBSD_Version__ < 106290000
 +# include "m_netbsd16.c"
 +#else
 +



Home | Main Index | Thread Index | Old Index