pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/tet3 Add DragonFly support. The sys/types.h work...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7d585352e936
branches: trunk
changeset: 505923:7d585352e936
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Jan 09 15:55:02 2006 +0000
description:
Add DragonFly support. The sys/types.h works around a header bug in
time.h, size_t doesn't get defined correctly.
diffstat:
devel/tet3/distinfo | 6 ++++--
devel/tet3/patches/patch-ab | 14 +++++++++-----
devel/tet3/patches/patch-ai | 15 +++++++++++++++
devel/tet3/patches/patch-aj | 12 ++++++++++++
4 files changed, 40 insertions(+), 7 deletions(-)
diffs (77 lines):
diff -r ba3bce01ed68 -r 7d585352e936 devel/tet3/distinfo
--- a/devel/tet3/distinfo Mon Jan 09 15:54:33 2006 +0000
+++ b/devel/tet3/distinfo Mon Jan 09 15:55:02 2006 +0000
@@ -1,12 +1,14 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 22:24:34 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/01/09 15:55:02 joerg Exp $
SHA1 (tet3.3h-unsup.src.tgz) = bfd582f272735a7da53c32e0e2289f8b4993bf9f
RMD160 (tet3.3h-unsup.src.tgz) = 041b1e65a8f18775171944a7d245290af97d9437
Size (tet3.3h-unsup.src.tgz) = 779995 bytes
SHA1 (patch-aa) = 68cc1beed72dade766b73d69a971ad60e445d840
-SHA1 (patch-ab) = fd0086d4b3138f5a6c157feacdafce1ffbb8a998
+SHA1 (patch-ab) = 8d51e5fdcbe761ecf33563217dc85188b1c4c418
SHA1 (patch-ac) = 6eac08e21997c6b57345aa68490924ae45d664b9
SHA1 (patch-ad) = 019b5ac7eb403598678b2bf92c7769a24582780d
SHA1 (patch-ae) = b300578d5437f9dd199fe3e2331bf00f56bd923e
SHA1 (patch-ag) = 7780c4531e573653928c67c126a11d4d28b91291
SHA1 (patch-ah) = 604d223c6ed9c3826ea659befa47b3b544f1679e
+SHA1 (patch-ai) = 04e9f3413178060d1c2778249cef49677f3a44f0
+SHA1 (patch-aj) = f32eb2bbf66e033ca46570082b1c85c6fd0c1295
diff -r ba3bce01ed68 -r 7d585352e936 devel/tet3/patches/patch-ab
--- a/devel/tet3/patches/patch-ab Mon Jan 09 15:54:33 2006 +0000
+++ b/devel/tet3/patches/patch-ab Mon Jan 09 15:55:02 2006 +0000
@@ -1,9 +1,13 @@
-$NetBSD: patch-ab,v 1.1.1.1 2003/06/17 17:39:03 agc Exp $
+$NetBSD: patch-ab,v 1.2 2006/01/09 15:55:02 joerg Exp $
---- ../configure 2003/06/16 14:59:00 1.1
-+++ ../configure 2003/06/16 14:59:20
-@@ -230,6 +230,9 @@
- *-freebsd)
+--- ../configure.orig 2000-03-07 02:12:40.000000000 +0000
++++ ../configure
+@@ -227,9 +227,12 @@ CRAY*)
+ *-sgi-irix*)
+ fname=irix.mk
+ ;;
+-*-freebsd)
++*-freebsd | *-dragonfly*)
fname=freebsd.mk
;;
+*-netbsd)
diff -r ba3bce01ed68 -r 7d585352e936 devel/tet3/patches/patch-ai
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tet3/patches/patch-ai Mon Jan 09 15:55:02 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ai,v 1.1 2006/01/09 15:55:02 joerg Exp $
+
+--- helpers/GuessOS.orig 2006-01-09 15:31:00.000000000 +0000
++++ helpers/GuessOS
+@@ -182,6 +182,10 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${
+ echo "${MACHINE}-whatever-freebsd"; exit 0
+ ;;
+
++ DragonFly:*)
++ echo "${MACHINE}-whatever-dragonfly"; exit 0
++ ;;
++
+ NetBSD:*:*:*486*)
+ echo "i486-whatever-netbsd"; exit 0
+ ;;
diff -r ba3bce01ed68 -r 7d585352e936 devel/tet3/patches/patch-aj
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tet3/patches/patch-aj Mon Jan 09 15:55:02 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.1 2006/01/09 15:55:02 joerg Exp $
+
+--- tet3/apilib/remtime.c.orig 2006-01-09 15:47:17.000000000 +0000
++++ tet3/apilib/remtime.c
+@@ -53,6 +53,7 @@ MODIFICATIONS:
+
+ #ifndef TET_LITE /* -START-LITE-CUT- */
+
++#include <sys/types.h>
+ #include <time.h>
+ #include "dtmac.h"
+ #include "dtthr.h"
Home |
Main Index |
Thread Index |
Old Index