head	1.3;
access;
symbols
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2001.09.22.06.12.03;	author sf;	state dead;
branches;
next	1.2;

1.2
date	99.08.31.03.40.48;	author cpiazza;	state Exp;
branches;
next	1.1;

1.1
date	99.05.03.02.36.25;	author steve;	state Exp;
branches;
next	;


desc
@@


1.3
log
@o update to 1.5.02.
o support NOPORTDOCS in pkg-plist.

PR:		30721
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
text
@--- 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 sgi
   /* See man page on handle_sigfpes -- must link with -lfpe */
 #include <sigfpe.h>
@


1.2
log
@Author-supplied patchfile changed, so update md5 and patch-aa
so this port works again.
@
text
@@


1.1
log
@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>
@
text
@d1 5
a5 5
--- 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);
d9 3
a11 3
 #ifdef __alpha
   /* References:   exception_intro, ieee man pages */
 #include <machine/fpu.h>
@

