diff options
author | steve <steve@FreeBSD.org> | 1999-05-03 10:36:25 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-03 10:36:25 +0800 |
commit | 4de3305a72c3d39f71581fa1172bc689b4d1c2ef (patch) | |
tree | 2d1dea58c0fd47c7d214f3b3bf454a5553ad21c1 /lang/yorick | |
parent | 4199dcce1d797767ecc69692508ccdfa33cbcec5 (diff) | |
download | freebsd-ports-gnome-4de3305a72c3d39f71581fa1172bc689b4d1c2ef.tar.gz freebsd-ports-gnome-4de3305a72c3d39f71581fa1172bc689b4d1c2ef.tar.zst freebsd-ports-gnome-4de3305a72c3d39f71581fa1172bc689b4d1c2ef.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>
Diffstat (limited to 'lang/yorick')
-rw-r--r-- | lang/yorick/Makefile | 4 | ||||
-rw-r--r-- | lang/yorick/distinfo | 2 | ||||
-rw-r--r-- | lang/yorick/files/patch-aa | 11 |
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> |