From owner-freebsd-mozilla Sun Mar 11 13:29:50 2001 Delivered-To: freebsd-mozilla@freebsd.org Received: from khan.acc.umu.se (khan.acc.umu.se [130.239.18.139]) by hub.freebsd.org (Postfix) with ESMTP id 19B1C37B718 for ; Sun, 11 Mar 2001 13:29:45 -0800 (PST) (envelope-from markush@acc.umu.se) Received: from mao.acc.umu.se (root@mao.acc.umu.se [130.239.18.154]) by khan.acc.umu.se (8.11.2/8.11.2) with ESMTP id f2BLTaS27713; Sun, 11 Mar 2001 22:29:36 +0100 (MET) Received: (from markush@localhost) by mao.acc.umu.se (8.9.3/8.9.3/Debian 8.9.3-21) id WAA28611; Sun, 11 Mar 2001 22:29:34 +0100 Date: Sun, 11 Mar 2001 22:29:34 +0100 From: Markus Holmberg To: Javier Delgadillo Cc: Dawn Endico , Chris Seawood , bryner@uiuc.edu, freebsd-mozilla@freebsd.org Subject: FreeBSD PSM part 2 [patch] Message-ID: <20010311222934.A27106@acc.umu.se> References: <3AA98215.20501@mozilla.org> <3AA984A1.658E0143@netscape.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3-current-20000511i In-Reply-To: <3AA984A1.658E0143@netscape.com>; from javi@netscape.com on Fri, Mar 09, 2001 at 05:34:26PM -0800 Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message