Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2001 17:14:46 +0000
From:      Brian Somers <brian@freebsd-services.com>
To:        Maxim Sobolev <sobomax@freebsd.org>
Cc:        cvs-committers@freebsd.org, cvs-all@freebsd.org, Brian Somers <brian@freebsd-services.com>
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 ... 
Message-ID:  <200111211714.fALHEkx01442@hak.lan.Awfulhak.org>
In-Reply-To: Message from Maxim Sobolev <sobomax@freebsd.org>  of "Wed, 21 Nov 2001 08:27:43 PST." <200111211627.fALGRhv12218@freefall.freebsd.org> 

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 ?

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?200111211714.fALHEkx01442>