head	1.3;
access;
symbols
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2001.03.20.13.33.25;	author ijliao;	state dead;
branches;
next	1.2;

1.2
date	2001.01.06.05.39.04;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	2000.11.02.21.38.53;	author lioux;	state Exp;
branches;
next	;


desc
@@


1.3
log
@upgrade to 1.24.1

PR:		25930
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>, lioux
@
text
@--- signal.cc.orig	Fri Dec 22 05:58:17 2000
+++ signal.cc	Fri Jan  5 21:22:24 2001
@@@@ -116 +116 @@@@
-#elseif defined(__mips__)
+#else if defined(__mips__)
@@@@ -119 +119 @@@@
-	pthread_mutex_init(&lock,&ma);
+	pthread_mutex_init(lock,&ma);
@


1.2
log
@Remove maintainer -- email to him bounces with "no such user".
Update to non-prerelease version.
USE_GMAKE rather than make *huge* non-maintainable patches to the Makefiles.
@
text
@@


1.1
log
@Update port to version 1.20pre

PR:		ports/22544
Submitted by:	maintainer
@
text
@d1 3
a3 6
--- speed.cc.orig	Sun Oct 29 03:19:48 2000
+++ speed.cc	Sun Oct 29 03:20:05 2000
@@@@ -25,8 +25,12 @@@@
 	pthread_mutexattr_init(&ma);
 #if !defined (__sparc__) && !defined(__mips__)
 	pthread_mutexattr_settype(&ma,MUTEX_TYPE_FAST);
d5 4
a8 10
-	pthread_mutexattr_settype(&ma,MUTEX_TYPE_NORMAL);	
+#else
+
+#if defined(__mips__)
+	pthread_mutexattr_settype(&ma,MUTEX_TYPE_NORMAL);
+#endif
+
 #endif
 	pthread_mutex_init(&lock1,&ma);
 	pthread_mutexattr_destroy(&ma);
@

