head	1.7;
access;
symbols
	RELEASE_4_3_0:1.3;
locks; strict;
comment	@# @;


1.7
date	2001.06.11.20.34.57;	author sobomax;	state dead;
branches;
next	1.6;

1.6
date	2001.05.22.08.11.38;	author sobomax;	state Exp;
branches;
next	1.5;

1.5
date	2001.05.18.05.43.16;	author sobomax;	state Exp;
branches;
next	1.4;

1.4
date	2001.05.17.08.15.36;	author sobomax;	state Exp;
branches;
next	1.3;

1.3
date	2001.04.10.09.05.48;	author reg;	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.7
log
@Upgrade to 0.9.1.
@
text
@--- security/coreconf/config.mk.orig	Tue Mar 13 21:00:48 2001
+++ security/coreconf/config.mk	Mon May 14 18:13:01 2001
@@@@ -56,7 +56,7 @@@@
 #       each OS release.                                              #
 #######################################################################
 
-ifeq (,$(filter-out BSD_OS NetBSD OS2,$(OS_TARGET)))
+ifeq (,$(filter-out BSD_OS NetBSD OS2 FreeBSD,$(OS_TARGET)))
 include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk
 else
 include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk
--- security/psm/server/Makefile.orig	Fri Mar 30 21:46:06 2001
+++ security/psm/server/Makefile	Mon May 14 18:03:23 2001
@@@@ -67,11 +67,11 @@@@
 endif
 endif
 
-ifeq ($(OS_ARCH), Linux)
+ifeq ($(OS_ARCH), FreeBSD)
 ifdef USE_PTHREADS
 # Replace OS_LIBS, because the order of libpthread, libdl, and libc are
 # very important. Otherwise you get horrible crashes.
-OS_LIBS = -lpthread -ldl -lc
+OS_LIBS = -pthread
 endif
 endif
 
@@@@ -165,8 +165,8 @@@@
 XPCOM_LINK_LIBS = -lxpcom
 XPCOM_LIBS += $(DIST)/lib/libz.$(DLL_SUFFIX)
 else
-NSPR_LINK_LIBS = $(NSPR_LIBS)
-XPCOM_LINK_LIBS	= $(XPCOM_LIBS)
+NSPR_LINK_LIBS = -L$(DIST)/lib -lnspr4 -lplc4 -lplds4
+XPCOM_LINK_LIBS = -lxpcom
 endif
 
 ifndef MOZ_DIST
@


1.6
log
@Update to 0.9.
@
text
@@


1.5
log
@Downgrade to 0.8.1 until numerous reported problems are fixed.
@
text
@d1 2
a2 2
--- security/coreconf/config.mk.orig	Thu Jan 18 21:58:30 2001
+++ security/coreconf/config.mk	Thu Jan 18 21:58:41 2001
d7 2
a8 2
-ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET)))
+ifeq (,$(filter-out NetBSD OS2 FreeBSD,$(OS_TARGET)))
d12 3
a14 14
--- security/psm/Makefile.in.orig	Thu Jan 18 22:00:05 2001
+++ security/psm/Makefile.in	Thu Jan 18 22:00:19 2001
@@@@ -28,7 +28,7 @@@@
 CORE_DEPTH=$(topsrcdir)/security
 
 include $(CORE_DEPTH)/coreconf/arch.mk
-ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET)))
+ifeq (,$(filter-out NetBSD OS2 FreeBSD,$(OS_TARGET)))
 include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk
 else
 include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk
--- security/psm/server/Makefile.orig	Tue Dec 19 17:24:58 2000
+++ security/psm/server/Makefile	Fri Jan 19 03:49:36 2001
@@@@ -59,11 +59,11 @@@@
d28 1
a28 1
@@@@ -153,8 +153,8 @@@@
@


1.4
log
@Update to 0.9.

Not objected to by:	gnome@@FreeBSD.org
@
text
@d1 2
a2 2
--- security/coreconf/config.mk.orig	Tue Mar 13 21:00:48 2001
+++ security/coreconf/config.mk	Mon May 14 18:13:01 2001
d7 2
a8 2
-ifeq (,$(filter-out BSD_OS NetBSD OS2,$(OS_TARGET)))
+ifeq (,$(filter-out BSD_OS NetBSD OS2 FreeBSD,$(OS_TARGET)))
d12 14
a25 3
--- security/psm/server/Makefile.orig	Fri Mar 30 21:46:06 2001
+++ security/psm/server/Makefile	Mon May 14 18:03:23 2001
@@@@ -67,11 +67,11 @@@@
d39 1
a39 1
@@@@ -165,8 +165,8 @@@@
@


1.3
log
@Update to 0.8.1.  This builds on 4.3-RC, but not on -CURRENT (well not for
me...).
@
text
@d1 2
a2 2
--- security/coreconf/config.mk.orig	Thu Jan 18 21:58:30 2001
+++ security/coreconf/config.mk	Thu Jan 18 21:58:41 2001
d7 2
a8 2
-ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET)))
+ifeq (,$(filter-out NetBSD OS2 FreeBSD,$(OS_TARGET)))
d12 3
a14 14
--- security/psm/Makefile.in.orig	Thu Jan 18 22:00:05 2001
+++ security/psm/Makefile.in	Thu Jan 18 22:00:19 2001
@@@@ -28,7 +28,7 @@@@
 CORE_DEPTH=$(topsrcdir)/security
 
 include $(CORE_DEPTH)/coreconf/arch.mk
-ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET)))
+ifeq (,$(filter-out NetBSD OS2 FreeBSD,$(OS_TARGET)))
 include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk
 else
 include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk
--- security/psm/server/Makefile.orig	Tue Dec 19 17:24:58 2000
+++ security/psm/server/Makefile	Fri Jan 19 03:49:36 2001
@@@@ -59,11 +59,11 @@@@
d28 1
a28 1
@@@@ -153,8 +153,8 @@@@
@


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
@a24 9
@@@@ -39,7 +39,7 @@@@
 # The following don't need a CPLUSPLUSRUNTIME defined:  WINNT, HP-UX
 # so filter them out.
 ifeq (,$(filter WINNT HP-UX,$(OS_ARCH)))
-ifeq ($(OS_ARCH), Linux)
+ifeq ($(OS_ARCH), FreeBSD)
 # On linux, we link with libstdc++ (we're always using egcs on linux, right?)
 CPLUSPLUSRUNTIME = -L /usr/lib -lstdc++ -lm
 else
@


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
@d7 2
a8 2
-ifeq (,$(filter-out NetBSD,$(OS_TARGET)))
+ifeq (,$(filter-out FreeBSD,$(OS_TARGET)))
d18 2
a19 2
-ifeq (,$(filter-out NetBSD,$(OS_TARGET)))
+ifeq (,$(filter-out FreeBSD,$(OS_TARGET)))
d25 4
a28 4
@@@@ -37,7 +37,7 @@@@
 endif
 
 ifneq ($(OS_ARCH), WINNT)
d34 1
a34 1
@@@@ -57,11 +57,11 @@@@
d48 1
a48 1
@@@@ -158,8 +158,8 @@@@
@

