Date: Sun, 11 Mar 2001 22:29:34 +0100 From: Markus Holmberg <markush@acc.umu.se> To: Javier Delgadillo <javi@netscape.com> Cc: Dawn Endico <endico@mozilla.org>, Chris Seawood <cls@seawood.org>, bryner@uiuc.edu, freebsd-mozilla@freebsd.org Subject: FreeBSD PSM part 2 [patch] Message-ID: <20010311222934.A27106@acc.umu.se> In-Reply-To: <3AA984A1.658E0143@netscape.com>; from javi@netscape.com on Fri, Mar 09, 2001 at 05:34:26PM -0800 References: <3AA98215.20501@mozilla.org> <3AA984A1.658E0143@netscape.com>
index | next in thread | previous in thread | raw e-mail
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/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the messagehelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010311222934.A27106>
