From b4bc71121fd1ea9f136794acb1371e9545866140 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 9 Jan 2006 15:55:02 +0000 Subject: Add DragonFly support. The sys/types.h works around a header bug in time.h, size_t doesn't get defined correctly. --- 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(-) create mode 100644 devel/tet3/patches/patch-ai create mode 100644 devel/tet3/patches/patch-aj (limited to 'devel') diff --git a/devel/tet3/distinfo b/devel/tet3/distinfo index 14af58280de..aa43f0be482 100644 --- a/devel/tet3/distinfo +++ b/devel/tet3/distinfo @@ -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 --git a/devel/tet3/patches/patch-ab b/devel/tet3/patches/patch-ab index b94001b03a1..4e6d45528c1 100644 --- a/devel/tet3/patches/patch-ab +++ b/devel/tet3/patches/patch-ab @@ -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 --git a/devel/tet3/patches/patch-ai b/devel/tet3/patches/patch-ai new file mode 100644 index 00000000000..4ad5cce09e1 --- /dev/null +++ b/devel/tet3/patches/patch-ai @@ -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 --git a/devel/tet3/patches/patch-aj b/devel/tet3/patches/patch-aj new file mode 100644 index 00000000000..f14bd8bfe41 --- /dev/null +++ b/devel/tet3/patches/patch-aj @@ -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 + #include + #include "dtmac.h" + #include "dtthr.h" -- cgit v1.2.3