From owner-cvs-all Thu Nov 22 0:56:40 2001 Delivered-To: cvs-all@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 1629837B405; Thu, 22 Nov 2001 00:55:38 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id KAA39506; Thu, 22 Nov 2001 10:55:17 +0200 (EET) (envelope-from max@vega.com) Received: from vega.vega.com (h70.229.dialup.iptcom.net [212.9.229.70]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id KAA74359; Thu, 22 Nov 2001 10:55:13 +0200 (EET) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.6/8.11.3) id fAM8sgO71406; Thu, 22 Nov 2001 10:54:42 +0200 (EET) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200111220854.fAM8sgO71406@vega.vega.com> Subject: Re: cvs commit: ports/www/mozilla Makefile distinfo pkg-plist ports/www/mozilla/files patch-aq patch-directory::c-sdk::ldap::lib To: brian@freebsd-services.com (Brian Somers) Date: Thu, 22 Nov 2001 10:54:42 +0200 (EET) Cc: sobomax@FreeBSD.ORG (Maxim Sobolev), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, brian@freebsd-services.com (Brian Somers) In-Reply-To: from "Brian Somers" at Nov 21, 2001 05:14:46 PM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Does this upgrade fix the malloc.h/stdlib.h problems that are > happening in -current ? Yes, it does. -Maxim > If not, the attached patch works for the mozilla+ipv6 version. > > Cheers. > > > sobomax 2001/11/21 08:27:43 PST > > > > Modified files: > > www/mozilla Makefile distinfo pkg-plist > > www/mozilla/files patch-aq patch-qt > > www/mozilla-embedded pkg-plist > > www/mozilla-headers pkg-plist > > Added files: > > www/mozilla/files > > patch-directory::c-sdk::ldap::libraries::liblber::lber-int.h > > patch-xpcom::ds::plvector.c > > Removed files: > > www/mozilla/files > > patch-directory::xpcom::base::src::Makefile.in > > Log: > > Update to 0.9.6. Surprisingly, this update doesn't break Galeon/Nautilus. > > > > Revision Changes Path > > 1.18 +6 -3 ports/www/mozilla-embedded/pkg-plist > > 1.14 +118 -19 ports/www/mozilla-headers/pkg-plist > > 1.74 +1 -1 ports/www/mozilla/Makefile > > 1.43 +1 -1 ports/www/mozilla/distinfo > > 1.3 +8 -5 ports/www/mozilla/files/patch-aq > > 1.1 +14 -0 ports/www/mozilla/files/patch-directory::c-sdk::ldap::libraries::liblber::lber-int.h (new) > > 1.2 +0 -13 ports/www/mozilla/files/patch-directory::xpcom::base::src::Makefile.in (dead) > > 1.12 +23 -15 ports/www/mozilla/files/patch-qt > > 1.1 +19 -0 ports/www/mozilla/files/patch-xpcom::ds::plvector.c (new) > > 1.44 +6 -9 ports/www/mozilla/pkg-plist > > -- > Brian > http://www.freebsd-services.com/ > Don't _EVER_ lose your sense of humour ! > > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/www/mozilla+ipv6/Makefile,v > retrieving revision 1.68 > diff -u -r1.68 Makefile > --- Makefile 22 Oct 2001 14:12:04 -0000 1.68 > +++ Makefile 19 Nov 2001 14:43:05 -0000 > @@ -62,6 +62,9 @@ > CFLAGS="" CXXFLAGS="" \ > MALLOC_OPTIONS=j > > +post-patch: > + perl -pir -e 's///' ${WRKSRC} > + > post-build: > @${SED} -e "s;@PREFIX@;${PREFIX};g" \ > ${FILESDIR}/mozilla.sh >${WRKSRC}/mozilla > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message