pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/xchat Don't limit CPU info reporting to NetBSD/am...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5300839bfdfa
branches:  trunk
changeset: 545499:5300839bfdfa
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Aug 05 21:05:55 2008 +0000

description:
Don't limit CPU info reporting to NetBSD/amd64 and NetBSD/i386. XChat can
deal with the case where we can only determine the number of cores (which
should work on all platform) and not the CPU frequency (which only works
on some x86 machines).

diffstat:

 chat/xchat/distinfo         |  4 ++--
 chat/xchat/patches/patch-ab |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r f9f7e3c4baa4 -r 5300839bfdfa chat/xchat/distinfo
--- a/chat/xchat/distinfo       Tue Aug 05 20:36:58 2008 +0000
+++ b/chat/xchat/distinfo       Tue Aug 05 21:05:55 2008 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.36 2008/08/05 20:36:42 tron Exp $
+$NetBSD: distinfo,v 1.37 2008/08/05 21:05:55 tron Exp $
 
 SHA1 (xchat-2.8.6.tar.bz2) = 7a7463e65cb26c680ed70dd96cec98bcc05435a4
 RMD160 (xchat-2.8.6.tar.bz2) = bc199e3b58a9db3dfd9f2af6bac7fb6162c53d6e
 Size (xchat-2.8.6.tar.bz2) = 1423645 bytes
 SHA1 (patch-aa) = 99ec48125bc394745b5e5d0d8ebd8323d1aca4af
-SHA1 (patch-ab) = b9c9a1e94dc5fbe6365c0f7ccd18e79f7c836355
+SHA1 (patch-ab) = 69e7f50ef12a34826b2daefd8a8cc7b5e31dec74
diff -r f9f7e3c4baa4 -r 5300839bfdfa chat/xchat/patches/patch-ab
--- a/chat/xchat/patches/patch-ab       Tue Aug 05 20:36:58 2008 +0000
+++ b/chat/xchat/patches/patch-ab       Tue Aug 05 21:05:55 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.10 2008/08/05 20:36:42 tron Exp $
+$NetBSD: patch-ab,v 1.11 2008/08/05 21:05:55 tron Exp $
 
 --- src/common/util.c.orig     2008-02-24 02:59:48.000000000 +0000
 +++ src/common/util.c  2008-08-05 21:23:28.000000000 +0100
@@ -6,7 +6,7 @@
  #define WANTSOCKET
  #include "inet.h"
  
-+#if defined(__NetBSD__) && (defined(__amd64__) || defined(__i386__))
++#if defined(__NetBSD__)
 +#define       USING_NETBSD    /**/
 +#endif
 +



Home | Main Index | Thread Index | Old Index