From owner-freebsd-gnome@FreeBSD.ORG Wed Aug 4 23:55:30 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 467BB16A4CE for ; Wed, 4 Aug 2004 23:55:30 +0000 (GMT) Received: from cs143072.pp.htv.fi (cs143072.pp.htv.fi [213.243.143.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id D661043D60 for ; Wed, 4 Aug 2004 23:55:28 +0000 (GMT) (envelope-from ekarkkai@pp.htv.fi) Received: from thunderbolt.my.domain (thunderbolt.my.domain [192.168.1.30]) by cs143072.pp.htv.fi (8.12.10/8.12.10) with ESMTP id i74NtQnP068801 for ; Thu, 5 Aug 2004 02:55:26 +0300 (EEST) (envelope-from ekarkkai@pp.htv.fi) Received: from thunderbolt.my.domain (localhost [127.0.0.1]) i74NtR1L051445 for ; Thu, 5 Aug 2004 02:55:27 +0300 (EEST) (envelope-from ejk@thunderbolt.my.domain) Received: (from ejk@localhost) by thunderbolt.my.domain (8.12.10/8.12.10/Submit) id i74NtRmN051444 for gnome@FreeBSD.org; Thu, 5 Aug 2004 02:55:27 +0300 (EEST) (envelope-from ejk) Date: Thu, 5 Aug 2004 02:55:26 +0300 From: Esa Karkkainen To: gnome@FreeBSD.org Message-ID: <20040804235526.GA51231@pp.htv.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: Patch to upgrade www/firefox from 0.9.1_1 to 0.9.3 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 23:55:30 -0000 Hello I noticed that mozilla.org has upgraded at least www/mozilla, www/firefox browsers and mail/thunderbird client. Below is a patch that worked for me when I upgraded www/firefox from 0.9.1_1 to 0.9.3. I also tried to if www/mozilla was as easy as www/firefox was to upgrade, but unfortunately I got the following error message ---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<--- # make patch ===> Patching for mozilla-1.7.2,2 ===> mozilla-1.7.2,2 depends on file: /usr/local/bin/perl5.6.1 - found ===> Applying FreeBSD patches for mozilla-1.7.2,2 File to patch: ^C >> Patch patch-config-mkdepend-imakemdep.h failed to apply cleanly. >> Patch(es) patch-Double.cpp patch-Makefile.in patch-build_unix_run-mozilla.sh applied cleanly. ---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<--- I'm too tired to chase why www/mozilla/files/patch-config-mkdepend-imakemdep.h failed to apply cleanly. At least the www/firefox upgrade was fairly straight forward %-). ---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<--- diff -ruN /usr/ports/www/firefox/Makefile firefox/Makefile --- /usr/ports/www/firefox/Makefile Wed Jul 28 12:54:59 2004 +++ firefox/Makefile Thu Aug 5 01:42:50 2004 @@ -6,8 +6,7 @@ # PORTNAME= firefox -PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTVERSION= 0.9.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION} diff -ruN /usr/ports/www/firefox/distinfo firefox/distinfo --- /usr/ports/www/firefox/distinfo Wed Jun 30 20:06:55 2004 +++ firefox/distinfo Thu Aug 5 01:49:19 2004 @@ -1,2 +1,2 @@ -MD5 (firefox-0.9.1-source.tar.bz2) = 3df6fe17a5d400c1fc154df3c7a8dbb4 -SIZE (firefox-0.9.1-source.tar.bz2) = 33960883 +MD5 (firefox-0.9.3-source.tar.bz2) = 641ebf96d2211b3c5527e88389b9687e +SIZE (firefox-0.9.3-source.tar.bz2) = 33945173 ---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<--- -- "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." -- Douglas Adams 1952 - 2001