summaryrefslogtreecommitdiff
path: root/misc/astrolog
diff options
context:
space:
mode:
authordanw <danw>2004-05-23 23:28:29 +0000
committerdanw <danw>2004-05-23 23:28:29 +0000
commit74fb83c806b0c83263095a58620a9ae721852525 (patch)
tree0a42eca1c1ab7788ea2342975f551b1a6729f673 /misc/astrolog
parent455cca40b855dd9893f029b3e9a563f675f02810 (diff)
downloadpkgsrc-74fb83c806b0c83263095a58620a9ae721852525.tar.gz
malloc.h fixes for darwin, plus a handful of other small fixes for
problems found after fixing malloc problems
Diffstat (limited to 'misc/astrolog')
-rw-r--r--misc/astrolog/Makefile3
-rw-r--r--misc/astrolog/distinfo3
-rw-r--r--misc/astrolog/patches/patch-ac16
3 files changed, 20 insertions, 2 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile
index af899e47427..51d4ce2caa0 100644
--- a/misc/astrolog/Makefile
+++ b/misc/astrolog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/01/20 12:21:01 agc Exp $
+# $NetBSD: Makefile,v 1.22 2004/05/23 23:28:29 danw Exp $
# FreeBSD Id: Makefile,v 1.12 1997/08/10 22:31:15 fenner Exp
#
@@ -25,6 +25,7 @@ EXTRACT_ONLY= ${DISTNAME}.shr
EXTRACT_CMD= ${EXTRACT_CMD.shar}
USE_X11BASE= yes
+USE_BUILDLINK3= yes
DIST_SUBDIR= astrolog
ALL_TARGET= astrolog
diff --git a/misc/astrolog/distinfo b/misc/astrolog/distinfo
index daf5de8111c..4062649864c 100644
--- a/misc/astrolog/distinfo
+++ b/misc/astrolog/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2001/04/20 23:27:38 jtb Exp $
+$NetBSD: distinfo,v 1.4 2004/05/23 23:28:29 danw Exp $
SHA1 (astrolog/ast54unx.shr) = 8511f7cdee0a559779f30d838e55e44585775840
Size (astrolog/ast54unx.shr) = 1465432 bytes
@@ -10,3 +10,4 @@ SHA1 (astrolog/CPJV_24) = e9ecc057a1aa7a8423fad31b9e6c9cfdf4316b63
Size (astrolog/CPJV_24) = 60000 bytes
SHA1 (patch-aa) = aa3c6f09b6ba7d1c74465762567cac9c9d7240ce
SHA1 (patch-ab) = 05cdba66d45c28407e7b2b4a634943218db9ca7c
+SHA1 (patch-ac) = 54020e3223c23a40bf8a4cb2fad0d018448683bd
diff --git a/misc/astrolog/patches/patch-ac b/misc/astrolog/patches/patch-ac
new file mode 100644
index 00000000000..aabe01eb704
--- /dev/null
+++ b/misc/astrolog/patches/patch-ac
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.1 2004/05/23 23:28:29 danw Exp $
+
+--- placalc.h.orig Wed Dec 23 23:29:09 1998
++++ placalc.h
+@@ -121,11 +121,6 @@ auto-dectection of MSDOS (TURBO_C or MS_
+ #define UCHAR unsigned char
+
+ #if HPUNIX
+-#ifndef MAC
+-#ifndef NeXT
+-#include <malloc.h>
+-#endif
+-#endif /* MAC */
+ typedef double REAL8; /* real with at least 64 bit precision */
+ typedef float REAL4; /* real with at least 32 bit precision */
+ typedef long INT4; /* signed integer with at least 32 bit precision */