head	1.4;
access;
symbols
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2002.02.05.17.24.00;	author sobomax;	state dead;
branches;
next	1.3;

1.3
date	2001.11.21.16.27.43;	author sobomax;	state Exp;
branches;
next	1.2;

1.2
date	2001.02.16.17.29.24;	author reg;	state Exp;
branches;
next	1.1;

1.1
date	2001.01.22.01.23.18;	author reg;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Update to 0.9.8.
@
text
@
$FreeBSD: ports/www/mozilla/files/patch-aq,v 1.3 2001/11/21 16:27:43 sobomax Exp $

--- nsprpub/pr/include/md/_pth.h.orig	Fri Oct 26 07:54:00 2001
+++ nsprpub/pr/include/md/_pth.h	Wed Nov 21 14:16:07 2001
@@@@ -224,7 +224,7 @@@@
 #define PT_PRIO_MAX            sched_get_priority_max(SCHED_OTHER)
 #endif /* defined(_PR_DCETHREADS) */
 
-#elif defined(LINUX)
+#elif defined(LINUX) || defined(FREEBSD)
 #define PT_PRIO_MIN            sched_get_priority_min(SCHED_OTHER)
 #define PT_PRIO_MAX            sched_get_priority_max(SCHED_OTHER)
 #elif defined(NTO)
@@@@ -244,7 +244,7 @@@@
  */
 #define PT_PRIO_MIN            1
 #define PT_PRIO_MAX            127
-#elif defined(FREEBSD) || defined(NETBSD) || defined(OPENBSD) \
+#elif defined(NETBSD) || defined(OPENBSD) \
 	|| defined(BSDI) || defined(DARWIN) /* XXX */
 #define PT_PRIO_MIN            0
 #define PT_PRIO_MAX            126
@


1.3
log
@Update to 0.9.6. Surprisingly, this update doesn't break Galeon/Nautilus.
@
text
@d2 1
a2 1
$FreeBSD$
@


1.2
log
@Update to 0.8.  No major changes in the port, only regenerated patches.

patch-ao was merged in a slightly different form.
@
text
@d1 6
a6 3
--- nsprpub/pr/include/md/_pth.h.orig	Mon Apr  3 17:25:43 2000
+++ nsprpub/pr/include/md/_pth.h	Fri Feb 16 00:30:46 2001
@@@@ -183,7 +183,7 @@@@
d15 1
a15 1
@@@@ -203,7 +203,7 @@@@
d21 1
a21 1
 	|| defined(BSDI) || defined(RHAPSODY) /* XXX */
@


1.1
log
@Add PSM support.

Submitted by:	nsayer

Remove use of libgcc_r, since it was so uncerimoniously removed.  If this
doesn't work on -stable, then -stable is broken, and someone needs to fix
it...

Submitted by:	Roman Shterenzon <roman@@xpert.com>

Use sched_getpriority_max(), instead of hard coded value.

Submitted by:	Peter Haight <peterh@@sapros.com>, dufault

Revise pkg-comment and pkg-descr.

PR:		24296
Submitted by:	roam

Enable SVG support, and disable C++ exceptions (since they will only slow
things down).
@
text
@d1 2
a2 2
--- nsprpub/pr/include/md/_pth.h.orig	Sat Jan 20 17:28:34 2001
+++ nsprpub/pr/include/md/_pth.h	Sat Jan 20 17:29:04 2001
@

