From owner-freebsd-mozilla Mon Mar 12 11:21:28 2001 Delivered-To: freebsd-mozilla@freebsd.org Received: from netscape.com (r2d2.netscape.com [205.217.237.47]) by hub.freebsd.org (Postfix) with ESMTP id 524B237B71A for ; Mon, 12 Mar 2001 11:21:23 -0800 (PST) (envelope-from javi@netscape.com) Received: from dredd.mcom.com (dredd.mcom.com [205.217.237.54]) by netscape.com (8.10.0/8.10.0) with ESMTP id f2CJLK921099 for ; Mon, 12 Mar 2001 11:21:21 -0800 (PST) Received: from netscape.com ([192.18.121.55]) by dredd.mcom.com (Netscape Messaging Server 4.15) with ESMTP id GA3N3K00.FRL; Mon, 12 Mar 2001 11:21:20 -0800 Message-ID: <3AAD21AE.7303ED9F@netscape.com> Date: Mon, 12 Mar 2001 11:21:18 -0800 From: Javier Delgadillo Organization: Netscape Communications Corporation X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12-20 i686) X-Accept-Language: en MIME-Version: 1.0 To: Markus Holmberg Cc: Dawn Endico , Chris Seawood , bryner@uiuc.edu, freebsd-mozilla@freebsd.org, Bob Relyea Subject: Re: FreeBSD PSM part 2 [patch] References: <3AA98215.20501@mozilla.org> <3AA984A1.658E0143@netscape.com> <20010311222934.A27106@acc.umu.se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Adding relyea to cc list. This is a patch to NSS and must approved by the NSS team. Markus Holmberg wrote: > Hello.. > > Here's the next patch for enabling PSM to build on (all versions of) > FreeBSD out of the box. Wouldn't call this rocket science :). > > (With this patch the file security/coreconf/FreeBSD2.mk becomes obsolete > and can be removed) > > --- coreconf/config.mk.orig Sun Mar 11 19:13:42 2001 > +++ coreconf/config.mk Sun Mar 11 19:09:27 2001 > @@ -56,7 +56,7 @@ > # each OS release. # > ####################################################################### > > -ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET))) > +ifeq (,$(filter-out FreeBSD NetBSD OS2,$(OS_TARGET))) > include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk > else > include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk > --- manager/Makefile.in.orig Sun Mar 11 19:13:43 2001 > +++ manager/Makefile.in Sun Mar 11 19:13:05 2001 > @@ -28,7 +28,7 @@ > CORE_DEPTH=$(topsrcdir)/security > > include $(CORE_DEPTH)/coreconf/arch.mk > -ifeq (,$(filter-out NetBSD,$(OS_TARGET))) > +ifeq (,$(filter-out FreeBSD NetBSD,$(OS_TARGET))) > include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk > else > include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk > --- psm/Makefile.in.orig Sun Mar 11 19:18:35 2001 > +++ psm/Makefile.in Sun Mar 11 19:18:42 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 FreeBSD NetBSD OS2,$(OS_TARGET))) > include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk > else > include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk > > (Note: Looks like OS2 should probably also be added to the changed line > in manager/Makefile.in, since it's there on the other places) > > Best Regards, Markus. > > On Fri, Mar 09, 2001 at 05:34:26PM -0800, Javier Delgadillo wrote: > > This patch has been checked in. > > > > Dawn Endico wrote: > > > > > Subject: mozilla/security/psm/server/Makefile patch > > > Date: Sat, 10 Mar 2001 00:00:45 +0100 > > > From: Markus Holmberg > > > To: freebsd-mozilla@FreeBSD.ORG > > > > > > Hi.. > > > > [cut] > > -- > > Markus Holmberg | Give me Unix or give me a typewriter. > markush@acc.umu.se | http://www.freebsd.org/ -- Javier Delgadillo Sun / Netscape Alliance (408) 276-3977 Software Engineer mailto:javi@netscape.com http://people.netscape.com/javi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message