pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/637688ced6f4
branches:  trunk
changeset: 473698:637688ced6f4
user:      taya <taya%pkgsrc.org@localhost>
date:      Fri Apr 23 15:32:04 2004 +0000

description:
catch up to current statvfs support

diffstat:

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

diffs (52 lines):

diff -r 7d5944df29e0 -r 637688ced6f4 www/mozilla/Makefile
--- a/www/mozilla/Makefile      Fri Apr 23 15:28:13 2004 +0000
+++ b/www/mozilla/Makefile      Fri Apr 23 15:32:04 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.126 2004/02/23 01:11:50 wiz Exp $
+# $NetBSD: Makefile,v 1.127 2004/04/23 15:32:04 taya Exp $
 
 MOZILLA=       mozilla
 MOZILLA_BIN=   mozilla-bin
 MOZ_VER=       1.6
-PKGREVISION=   1
+PKGREVISION=   2
 EXTRACT_SUFX=  .tar.bz2
 
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX}
diff -r 7d5944df29e0 -r 637688ced6f4 www/mozilla/distinfo
--- a/www/mozilla/distinfo      Fri Apr 23 15:28:13 2004 +0000
+++ b/www/mozilla/distinfo      Fri Apr 23 15:32:04 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.50 2004/02/22 12:02:55 taya Exp $
+$NetBSD: distinfo,v 1.51 2004/04/23 15:32:04 taya Exp $
 
 SHA1 (mozilla-source-1.6.tar.bz2) = baecca0ecec35704049ab6debaec6c96adbade35
 Size (mozilla-source-1.6.tar.bz2) = 31037452 bytes
@@ -17,5 +17,5 @@
 SHA1 (patch-bn) = 07573c79b22821873954d7c70821a382ea42fe4e
 SHA1 (patch-bo) = a6bba31568b60818455911279e7db01c49c94498
 SHA1 (patch-bp) = 5f5eed098d2763ca6a4987d012c9377b81300aa3
-SHA1 (patch-bq) = 50965a09de76d1bba3e202746cbb5b197b036cdc
+SHA1 (patch-bq) = 0c520287d97027da06a5aa65cbd038bf19a49dde
 SHA1 (patch-br) = 560d738c648b864711d663323bdd1478b7d28103
diff -r 7d5944df29e0 -r 637688ced6f4 www/mozilla/patches/patch-bq
--- a/www/mozilla/patches/patch-bq      Fri Apr 23 15:28:13 2004 +0000
+++ b/www/mozilla/patches/patch-bq      Fri Apr 23 15:32:04 2004 +0000
@@ -1,14 +1,14 @@
-$NetBSD: patch-bq,v 1.4 2004/01/17 00:04:49 taya Exp $
+$NetBSD: patch-bq,v 1.5 2004/04/23 15:32:04 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       2004-01-16 23:18:06.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