diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-31 11:40:48 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-31 11:40:48 +0800 |
commit | f8937d364aabcf375d098b0ed76674bf0f7ac75e (patch) | |
tree | 43c9f4faadc2a07696a148279a2db2f48fa0c30d /lang | |
parent | 819dd0357a16549f3bbc8ccd320032db98a6febd (diff) | |
download | freebsd-ports-gnome-f8937d364aabcf375d098b0ed76674bf0f7ac75e.tar.gz freebsd-ports-gnome-f8937d364aabcf375d098b0ed76674bf0f7ac75e.tar.zst freebsd-ports-gnome-f8937d364aabcf375d098b0ed76674bf0f7ac75e.zip |
Author-supplied patchfile changed, so update md5 and patch-aa
so this port works again.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/yorick/distinfo | 2 | ||||
-rw-r--r-- | lang/yorick/files/patch-aa | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/lang/yorick/distinfo b/lang/yorick/distinfo index 655cab749e40..69bd99027683 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) = 90b23c2cf20d5c48b0beeff2f1f6d576 +MD5 (yorick-1.4.diff.gz) = b6e5a17f33d4122980fc752a4a644901 diff --git a/lang/yorick/files/patch-aa b/lang/yorick/files/patch-aa index f0442c07d900..75862b0ba6a5 100644 --- a/lang/yorick/files/patch-aa +++ b/lang/yorick/files/patch-aa @@ -1,11 +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); +--- Yorick/sysdep.c.orig Mon Aug 30 20:26:38 1999 ++++ Yorick/sysdep.c Mon Aug 30 20:27:02 1999 +@@ -95,7 +95,7 @@ + set_fpc_csr(csr | 0x0103c000); /* core dumps */ + # endif #endif -#ifndef linux +#if !defined(linux) && !defined(__FreeBSD__) - #ifdef __alpha - /* References: exception_intro, ieee man pages */ - #include <machine/fpu.h> + # ifdef sgi + /* See man page on handle_sigfpes -- must link with -lfpe */ + #include <sigfpe.h> |