Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2001 13:03:04 -0800
From:      relyea@netscape.com (Bob Relyea)
To:        Javier Delgadillo <javi@netscape.com>
Cc:        Markus Holmberg <markush@acc.umu.se>, Dawn Endico <endico@mozilla.org>, Chris Seawood <cls@seawood.org>, bryner@uiuc.edu, freebsd-mozilla@freebsd.org
Subject:   Re: FreeBSD PSM part 2 [patch]
Message-ID:  <3AAE8B08.7040205@netscape.com>
References:  <3AA98215.20501@mozilla.org> <3AA984A1.658E0143@netscape.com> <20010311222934.A27106@acc.umu.se> <3AAD21AE.7303ED9F@netscape.com>

index | next in thread | previous in thread | raw e-mail

Javier Delgadillo wrote:

> Adding relyea to cc list.  This is a patch to NSS and must approved by the
> NSS team.

These look fine, but the probably need to be hand merged with the patch 
for bsdi (bug 70992).

bob

> 
> 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 <markush@acc.umu.se>
>>>> 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



help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AAE8B08.7040205>