diff options
author | xtraeme <xtraeme> | 2004-04-25 04:16:42 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-25 04:16:42 +0000 |
commit | a0d6bf7e2d5606519688f7188a122f1ae9680842 (patch) | |
tree | 55b1793e6affd5b2bf38e09da6d390a6d56373f8 /www | |
parent | 324cf1d97d1d7e90782d3108a99a7759152df1b9 (diff) | |
download | pkgsrc-a0d6bf7e2d5606519688f7188a122f1ae9680842.tar.gz |
Bump PKGREVISION due to gdk-pixbuf update.
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/Makefile.common | 3 | ||||
-rw-r--r-- | www/mozilla/patches/patch-bq | 4 | ||||
-rw-r--r-- | www/w3m/Makefile.common | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index 584d5220ece..bc72bdf4109 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -1,8 +1,9 @@ -# $NetBSD: Makefile.common,v 1.36 2004/02/26 22:16:18 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.37 2004/04/25 04:16:43 xtraeme Exp $ MOZ_DIST_VER?= ${MOZ_VER} DISTNAME?= mozilla-source-${MOZ_DIST_VER} PKGNAME= ${MOZILLA}-${MOZ_VER} +PKGREVISION= 1 MASTER_SITES?= ${MASTER_SITE_MOZILLA:=mozilla${MOZ_DIST_VER}/src/} CATEGORIES= www diff --git a/www/mozilla/patches/patch-bq b/www/mozilla/patches/patch-bq index a649880647d..c0a2c877728 100644 --- a/www/mozilla/patches/patch-bq +++ b/www/mozilla/patches/patch-bq @@ -1,4 +1,4 @@ -$NetBSD: patch-bq,v 1.5 2004/04/23 15:32:04 taya Exp $ +$NetBSD: patch-bq,v 1.6 2004/04/25 04:16:43 xtraeme 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 @@ -8,7 +8,7 @@ diff -ru ../Orig/mozilla/xpcom/io/nsLocalFileUnix.h ./xpcom/io/nsLocalFileUnix.h // so we can statfs on freebsd -#if defined(__FreeBSD__) -+#if defined(__FreeBSD__) || (defined(__NetBSD__) && !defined(HAVE_STATVFS)) ++#if defined(__FreeBSD__) || !defined(__NetBSD__) #define HAVE_SYS_STATFS_H #define STATFS statfs #include <sys/param.h> diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index 6192e14775e..459662f26c3 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.26 2004/04/20 14:24:41 uebayasi Exp $ +# $NetBSD: Makefile.common,v 1.27 2004/04/25 04:16:43 xtraeme Exp $ # DISTNAME= w3m-${W3M_VERS} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=w3m/} |