aboutsummaryrefslogtreecommitdiff
path: root/lang/yorick
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-03 02:36:25 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-03 02:36:25 +0000
commitf3bdae86c837c3c14ffe1d7b1149e0972a9904b6 (patch)
treee790c248b86feebdff6b9129847f47e496052f4e /lang/yorick
parent1cc3eff1a788469d5b3bc16b7fb6bc2de2353646 (diff)
downloadports-f3bdae86c837c3c14ffe1d7b1149e0972a9904b6.tar.gz
ports-f3bdae86c837c3c14ffe1d7b1149e0972a9904b6.zip
Use new set of diffs from author and make this compile on the Alpha.
PR: 11417 Inspired by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
Notes
Notes: svn path=/head/; revision=18370
Diffstat (limited to 'lang/yorick')
-rw-r--r--lang/yorick/Makefile4
-rw-r--r--lang/yorick/distinfo2
-rw-r--r--lang/yorick/files/patch-aa11
3 files changed, 14 insertions, 3 deletions
diff --git a/lang/yorick/Makefile b/lang/yorick/Makefile
index b828fa6d4128..1133f06a5f4b 100644
--- a/lang/yorick/Makefile
+++ b/lang/yorick/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 Oct 97
# Whom: Pedro Giffuni <giffunip@asme.org>
#
-# $Id: Makefile,v 1.1.1.1 1997/11/24 09:23:00 tg Exp $
+# $Id: Makefile,v 1.2 1998/01/27 01:26:13 fenner Exp $
#
DISTNAME= yorick-1.4
@@ -14,10 +14,10 @@ MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/Yorick/ \
PATCH_SITES= ftp://ftp-icf.llnl.gov/pub/Yorick/
PATCHFILES= yorick-1.4.diff.gz
+PATCH_DIST_STRIP=-p1
MAINTAINER= giffunip@asme.org
-PATCH_DIST_STRIP=-p1
HAS_CONFIGURE= yes
ALL_TARGET=
MAN1= yorick.1 gist.1
diff --git a/lang/yorick/distinfo b/lang/yorick/distinfo
index 8c146f5481b6..655cab749e40 100644
--- a/lang/yorick/distinfo
+++ b/lang/yorick/distinfo
@@ -1,2 +1,2 @@
MD5 (yorick-1.4.tar.gz) = 7cf50b3dee2e1fd54e832d52abd2b88c
-MD5 (yorick-1.4.diff.gz) = f68587e511c8f933ef3f00dcd9495a76
+MD5 (yorick-1.4.diff.gz) = 90b23c2cf20d5c48b0beeff2f1f6d576
diff --git a/lang/yorick/files/patch-aa b/lang/yorick/files/patch-aa
new file mode 100644
index 000000000000..f0442c07d900
--- /dev/null
+++ b/lang/yorick/files/patch-aa
@@ -0,0 +1,11 @@
+--- Yorick/sysdep.c.orig Sat May 1 17:43:53 1999
++++ Yorick/sysdep.c Sat May 1 17:41:47 1999
+@@ -135,7 +135,7 @@
+ fp_trap(FP_TRAP_FASTMODE);
+ fp_enable(TRP_INVALID | TRP_DIV_BY_ZERO | TRP_OVERFLOW);
+ #endif
+-#ifndef linux
++#if !defined(linux) && !defined(__FreeBSD__)
+ #ifdef __alpha
+ /* References: exception_intro, ieee man pages */
+ #include <machine/fpu.h>