Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2001 10:54:42 +0200 (EET)
From:      Maxim Sobolev <sobomax@FreeBSD.ORG>
To:        brian@freebsd-services.com (Brian Somers)
Cc:        sobomax@FreeBSD.ORG (Maxim Sobolev), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, brian@freebsd-services.com (Brian Somers)
Subject:   Re: cvs commit: ports/www/mozilla Makefile distinfo pkg-plist ports/www/mozilla/files patch-aq patch-directory::c-sdk::ldap::lib
Message-ID:  <200111220854.fAM8sgO71406@vega.vega.com>
In-Reply-To: <no.id> from "Brian Somers" at Nov 21, 2001 05:14:46 PM

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 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 <brian@freebsd-services.com>                <brian@Awfulhak.org>
>       http://www.freebsd-services.com/        <brian@[uk.]FreeBSD.org>
> Don't _EVER_ lose your sense of humour !      <brian@[uk.]OpenBSD.org>
> 
> 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/<malloc.h>/<stdlib.h>/' ${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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111220854.fAM8sgO71406>