Date: Tue, 15 May 2001 20:40:16 +0400 From: "Sergey A. Osokin" <osa@freebsd.org.ru> To: freebsd-ports@freebsd.org Subject: Re: Mozilla update [patch]] Message-ID: <20010515204016.B15607@freebsd.org.ru>
next in thread | raw e-mail | index | archive | help
On Tue, May 15, 2001 at 12:31:40PM +0300, Maxim Sobolev wrote: > Hi folks (or should I call you gnomes?), > > As I promised earlier, with this message I'm attaching patch to update > mozilla port to the latest version 0.9. I've only tested it with > 5-CURRENT, so it would be nice if somebody will give it a try on > 4-STABLE as well before it is committed. > > -Maxim > Index: files/patch-security::manager::Makefile > =================================================================== > RCS file: patch-security::manager::Makefile > diff -N patch-security::manager::Makefile > --- /dev/null Tue May 15 00:59:01 2001 > +++ patch-security::manager::Makefile Tue May 15 01:27:07 2001 > @@ -0,0 +1,14 @@ > + > +$FreeBSD$ > + > +--- security/manager/Makefile 2001/05/15 08:03:09 1.1 > ++++ security/manager/Makefile 2001/05/15 08:03:22 > +@@ -84,7 +84,7 @@ > + cd $(MOZ_BUILD_ROOT)/security/nss; $(MAKE) $(DEFAULT_GMAKE_FLAGS) moz_import > + cd $(MOZ_BUILD_ROOT)/security/nss; $(INSTALL) $(DIST)/include $(DIST)/public/dbm > + cd $(MOZ_BUILD_ROOT)/security/nss/lib; $(MAKE) $(DEFAULT_GMAKE_FLAGS) > +- $(INSTALL) -m 755 $(CORECONF_INSTALL)/lib/$(LOADABLE_ROOT_MODULE) $(DIST)/bin > ++# $(INSTALL) -m 755 $(CORECONF_INSTALL)/lib/$(LOADABLE_ROOT_MODULE) $(DIST)/bin > + $(MAKE) -C ssl $@ > + $(MAKE) -C pki $@ > + $ ls -la work/mozilla/security/manager/Makefile ls: work/mozilla/security/manager/Makefile: No such file or directory $ ls work/mozilla/security/manager/Makefile* work/mozilla/security/manager/Makefile.in work/mozilla/security/manager/Makefile.rej Right way is Makefile.in ? -- Rgdz, /"\ Sergey Osokin aka oZZ, \ / ASCII RIBBON CAMPAIGN osa@freebsd.org.ru X AGAINST HTML MAIL http://freebsd.org.ru/~osa/ / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010515204016.B15607>