From f08a0b8f42745a31715384e3d0b14db927fe9796 Mon Sep 17 00:00:00 2001 From: taya Date: Sat, 24 Apr 2004 01:21:17 +0000 Subject: catch up to current statvfs support --- www/firefox/Makefile | 4 ++-- www/firefox/distinfo | 4 ++-- www/firefox/patches/patch-bq | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'www/firefox') diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 30b4fdf1d44..6b9480f27b2 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2004/03/10 12:57:01 taya Exp $ +# $NetBSD: Makefile,v 1.3 2004/04/24 01:21:17 taya Exp $ MOZILLA= firefox MOZILLA_BIN= firefox-bin MOZ_VER= 0.8 -PKGREVISION= 1 +PKGREVISION= 2 EXTRACT_SUFX= .tar.bz2 DISTNAME= ${MOZILLA}-source-${MOZ_VER} MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/ \ diff --git a/www/firefox/distinfo b/www/firefox/distinfo index d656076b367..7e81f9afd53 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/02/29 17:44:58 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2004/04/24 01:21:17 taya Exp $ SHA1 (firefox-source-0.8.tar.bz2) = 8282f17a8f51265a86923c03362bba629162bf05 Size (firefox-source-0.8.tar.bz2) = 31102943 bytes @@ -19,5 +19,5 @@ SHA1 (patch-bm) = 17cf1207bd3f3fffa355a81c8f803704068438a3 SHA1 (patch-bn) = 78e6b99604049e6033985c230155dfd437c97660 SHA1 (patch-bo) = a4fd1fc935e671aa12f30ccb24fa83787cc8f14f SHA1 (patch-bp) = b542833425591539a6b859be4eea55c88b7d69e8 -SHA1 (patch-bq) = 9965b2fab4cea6432e5fa6e9d05179bd98cb0719 +SHA1 (patch-bq) = 0c520287d97027da06a5aa65cbd038bf19a49dde SHA1 (patch-br) = 4fd94d2748a39a21791aaef27c9c8a8d2a1eadd8 diff --git a/www/firefox/patches/patch-bq b/www/firefox/patches/patch-bq index 3f0d19bdc8f..8a751845a3b 100644 --- a/www/firefox/patches/patch-bq +++ b/www/firefox/patches/patch-bq @@ -1,14 +1,14 @@ -$NetBSD: patch-bq,v 1.1.1.1 2004/02/29 17:45:02 xtraeme Exp $ +$NetBSD: patch-bq,v 1.2 2004/04/24 01:21:17 taya Exp $ diff -ru ../Orig/mozilla/xpcom/io/nsLocalFileUnix.h ./xpcom/io/nsLocalFileUnix.h --- ../Orig/mozilla/xpcom/io/nsLocalFileUnix.h 2003-07-19 07:14:16.000000000 +0900 -+++ ./xpcom/io/nsLocalFileUnix.h 2003-10-20 10:19:57.000000000 +0900 ++++ ./xpcom/io/nsLocalFileUnix.h 2004-04-23 15:01:23.000000000 +0900 @@ -57,7 +57,7 @@ #endif // so we can statfs on freebsd -#if defined(__FreeBSD__) -+#if defined(__FreeBSD__) || defined(__NetBSD__) ++#if defined(__FreeBSD__) || (defined(__NetBSD__) && !defined(HAVE_STATVFS)) #define HAVE_SYS_STATFS_H #define STATFS statfs #include -- cgit v1.2.3