From owner-cvs-all Wed Nov 21 9:15: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 60DD637B417; Wed, 21 Nov 2001 09:14:48 -0800 (PST) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id fALHEkP08359; Wed, 21 Nov 2001 17:14:46 GMT (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id fALHEkx01442; Wed, 21 Nov 2001 17:14:46 GMT (envelope-from brian@freebsd-services.com) Message-Id: <200111211714.fALHEkx01442@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Maxim Sobolev Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, Brian Somers Subject: Re: cvs commit: ports/www/mozilla Makefile distinfo pkg-plist ports/www/mozilla/files patch-aq patch-directory::c-sdk::ldap::libraries::liblber::lber-int.h patch-directory::xpcom::base::src::Makefile.in patch-qt patch-xpcom::ds::plvector.c ports/www/mozilla-embedded pkg-plist ports/www/mozilla-headers ... In-Reply-To: Message from Maxim Sobolev of "Wed, 21 Nov 2001 08:27:43 PST." <200111211627.fALGRhv12218@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 21 Nov 2001 17:14:46 +0000 From: Brian Somers 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 ? 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