pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/nload Recognize DragonFly as BSD.
details: https://anonhg.NetBSD.org/pkgsrc/rev/36c654d435c9
branches: trunk
changeset: 510042:36c654d435c9
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Mar 23 00:13:10 2006 +0000
description:
Recognize DragonFly as BSD.
diffstat:
net/nload/distinfo | 6 +++---
net/nload/patches/patch-ab | 4 ++--
net/nload/patches/patch-ac | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (51 lines):
diff -r 2a987a870420 -r 36c654d435c9 net/nload/distinfo
--- a/net/nload/distinfo Wed Mar 22 23:56:38 2006 +0000
+++ b/net/nload/distinfo Thu Mar 23 00:13:10 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/11/13 08:31:05 minskim Exp $
+$NetBSD: distinfo,v 1.2 2006/03/23 00:13:10 joerg Exp $
SHA1 (nload-0.6.0.tar.gz) = 3f71fb4fce9b8f4da7dccf9ab9696c3d051012c2
RMD160 (nload-0.6.0.tar.gz) = d7bcd89d32b90ce4e5676c6630e478cd3e73a9d7
Size (nload-0.6.0.tar.gz) = 121136 bytes
SHA1 (patch-aa) = 2a335e0aa7d080247c03a0b5692621ddd5dcf61f
-SHA1 (patch-ab) = 2c404b9eb92a1a79a7c1b0b442bcfa1047b89758
-SHA1 (patch-ac) = 83de623394a7ec1eefa672c4c1f98366f887b0b9
+SHA1 (patch-ab) = 5f19ad4fc4e30627ae90e0e4855f6bae1daf2983
+SHA1 (patch-ac) = 8fc18710ea7e8cdea04e763f6b44ce364979175b
diff -r 2a987a870420 -r 36c654d435c9 net/nload/patches/patch-ab
--- a/net/nload/patches/patch-ab Wed Mar 22 23:56:38 2006 +0000
+++ b/net/nload/patches/patch-ab Thu Mar 23 00:13:10 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1.1.1 2005/11/13 08:31:05 minskim Exp $
+$NetBSD: patch-ab,v 1.2 2006/03/23 00:13:10 joerg Exp $
--- configure.in.orig 2003-12-14 23:41:18.000000000 -0800
+++ configure.in
@@ -7,7 +7,7 @@
AC_CHECK_FUNCS([memset])
;;
- *bsd*)
-+ *bsd* | *darwin*)
++ *bsd* | *darwin* | *dragonfly*)
AC_DEFINE(HAVE_BSD, 1, [Define to 1 if your build target is BSD.])
AC_FUNC_MALLOC
;;
diff -r 2a987a870420 -r 36c654d435c9 net/nload/patches/patch-ac
--- a/net/nload/patches/patch-ac Wed Mar 22 23:56:38 2006 +0000
+++ b/net/nload/patches/patch-ac Thu Mar 23 00:13:10 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.1.1.1 2005/11/13 08:31:05 minskim Exp $
+$NetBSD: patch-ac,v 1.2 2006/03/23 00:13:10 joerg Exp $
--- configure.orig 2003-12-14 23:41:34.000000000 -0800
+++ configure
@@ -7,7 +7,7 @@
;;
- *bsd*)
-+ *bsd* | *darwin*)
++ *bsd* | *darwin* | *dragonfly*)
cat >>confdefs.h <<\_ACEOF
#define HAVE_BSD 1
Home |
Main Index |
Thread Index |
Old Index