pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/mozilla-stable catch up to current statvfs support
details: https://anonhg.NetBSD.org/pkgsrc/rev/0be34f834b58
branches: trunk
changeset: 473750:0be34f834b58
user: taya <taya%pkgsrc.org@localhost>
date: Sat Apr 24 02:57:07 2004 +0000
description:
catch up to current statvfs support
diffstat:
www/mozilla-stable/Makefile | 4 ++--
www/mozilla-stable/distinfo | 4 ++--
www/mozilla-stable/patches/patch-bq | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (49 lines):
diff -r d5c72f54ce7c -r 0be34f834b58 www/mozilla-stable/Makefile
--- a/www/mozilla-stable/Makefile Sat Apr 24 02:05:31 2004 +0000
+++ b/www/mozilla-stable/Makefile Sat Apr 24 02:57:07 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2004/03/10 12:51:45 taya Exp $
+# $NetBSD: Makefile,v 1.16 2004/04/24 02:57:07 taya Exp $
-PKGREVISION= 3
+PKGREVISION= 4
MOZILLA= mozilla-stable
MOZILLA_BIN= mozilla-bin
DISTNAME= mozilla-${MOZ_DIST_VER}
diff -r d5c72f54ce7c -r 0be34f834b58 www/mozilla-stable/distinfo
--- a/www/mozilla-stable/distinfo Sat Apr 24 02:05:31 2004 +0000
+++ b/www/mozilla-stable/distinfo Sat Apr 24 02:57:07 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2004/03/10 12:51:45 taya Exp $
+$NetBSD: distinfo,v 1.9 2004/04/24 02:57:07 taya Exp $
SHA1 (mozilla-1.4.1.tar.bz2) = e44aee7c8b3e3d13bdd2d654662694d14a0e40c3
Size (mozilla-1.4.1.tar.bz2) = 32132892 bytes
@@ -19,5 +19,5 @@
SHA1 (patch-bn) = 475190596a9d143b659ff95d23c8b024acf41d88
SHA1 (patch-bo) = 6763f73c5736e9414e05495a9f92d7c7c8110d91
SHA1 (patch-bp) = 470f8f2b359b5ee84eb050a4a55fb35ce696b3b1
-SHA1 (patch-bq) = f81601c6bf7aa3a47d93bd9a24b5d22fd7133e1c
+SHA1 (patch-bq) = 0c520287d97027da06a5aa65cbd038bf19a49dde
SHA1 (patch-bugzilla220122) = ef65ed3f1da6452884d71aaf33b83c510dc3f0d2
diff -r d5c72f54ce7c -r 0be34f834b58 www/mozilla-stable/patches/patch-bq
--- a/www/mozilla-stable/patches/patch-bq Sat Apr 24 02:05:31 2004 +0000
+++ b/www/mozilla-stable/patches/patch-bq Sat Apr 24 02:57:07 2004 +0000
@@ -1,14 +1,14 @@
-$NetBSD: patch-bq,v 1.1 2003/11/27 23:36:42 taya Exp $
+$NetBSD: patch-bq,v 1.2 2004/04/24 02:57:07 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-16 15:37:51.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