pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/brandybasic Add DragonFly support.
details: https://anonhg.NetBSD.org/pkgsrc/rev/119cd0482f5e
branches: trunk
changeset: 530450:119cd0482f5e
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Jun 30 18:31:52 2007 +0000
description:
Add DragonFly support.
diffstat:
lang/brandybasic/distinfo | 3 ++-
lang/brandybasic/patches/patch-aa | 16 ++++++++++++++++
2 files changed, 18 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r a5f74c7a3325 -r 119cd0482f5e lang/brandybasic/distinfo
--- a/lang/brandybasic/distinfo Sat Jun 30 18:24:51 2007 +0000
+++ b/lang/brandybasic/distinfo Sat Jun 30 18:31:52 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 09:03:05 agc Exp $
+$NetBSD: distinfo,v 1.6 2007/06/30 18:31:52 joerg Exp $
SHA1 (b116.tgz) = 5c149c54f2d55bc16e1ccf84c811234c5b1d7285
RMD160 (b116.tgz) = 7cec7b35e2b5ce89b81e8e3f10d0db9838a8cbf5
Size (b116.tgz) = 381894 bytes
+SHA1 (patch-aa) = a5b12fb2a0b7483bd0591d004c87642a394d4253
diff -r a5f74c7a3325 -r 119cd0482f5e lang/brandybasic/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/brandybasic/patches/patch-aa Sat Jun 30 18:31:52 2007 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.3 2007/06/30 18:31:52 joerg Exp $
+
+--- src/target.h.orig 2004-01-25 19:01:20.000000000 +0000
++++ src/target.h
+@@ -66,6 +66,11 @@ typedef double float64; /* Type for 64
+ #define IDSTRING "Brandy Basic V Interpreter Version 1.0.16 (FreeBSD) 25/01/2004"
+ #endif
+
++#ifdef __DragonFly__
++#define TARGET_FREEBSD
++#define IDSTRING "Brandy Basic V Interpreter Version 1.0.16 (DragonFly) 25/01/2004"
++#endif
++
+ #ifdef __OpenBSD__
+ #define TARGET_OPENBSD
+ #define TARGET_UNIX
Home |
Main Index |
Thread Index |
Old Index