pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox catch up to current statvfs support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db4739981e49
branches:  trunk
changeset: 473746:db4739981e49
user:      taya <taya%pkgsrc.org@localhost>
date:      Sat Apr 24 01:21:17 2004 +0000

description:
catch up to current statvfs support

diffstat:

 www/firefox/Makefile         |  4 ++--
 www/firefox/distinfo         |  4 ++--
 www/firefox/patches/patch-bq |  6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (52 lines):

diff -r 9e28bfaa4ea0 -r db4739981e49 www/firefox/Makefile
--- a/www/firefox/Makefile      Sat Apr 24 01:18:26 2004 +0000
+++ b/www/firefox/Makefile      Sat Apr 24 01:21:17 2004 +0000
@@ -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 -r 9e28bfaa4ea0 -r db4739981e49 www/firefox/distinfo
--- a/www/firefox/distinfo      Sat Apr 24 01:18:26 2004 +0000
+++ b/www/firefox/distinfo      Sat Apr 24 01:21:17 2004 +0000
@@ -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-bn) = 78e6b99604049e6033985c230155dfd437c97660
 SHA1 (patch-bo) = a4fd1fc935e671aa12f30ccb24fa83787cc8f14f
 SHA1 (patch-bp) = b542833425591539a6b859be4eea55c88b7d69e8
-SHA1 (patch-bq) = 9965b2fab4cea6432e5fa6e9d05179bd98cb0719
+SHA1 (patch-bq) = 0c520287d97027da06a5aa65cbd038bf19a49dde
 SHA1 (patch-br) = 4fd94d2748a39a21791aaef27c9c8a8d2a1eadd8
diff -r 9e28bfaa4ea0 -r db4739981e49 www/firefox/patches/patch-bq
--- a/www/firefox/patches/patch-bq      Sat Apr 24 01:18:26 2004 +0000
+++ b/www/firefox/patches/patch-bq      Sat Apr 24 01:21:17 2004 +0000
@@ -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 <sys/param.h>



Home | Main Index | Thread Index | Old Index