diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-10-31 18:09:11 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-10-31 18:09:11 +0000 |
commit | 9270597f148f4006e733e9c9c1dad97d458d468d (patch) | |
tree | bb446e426cea6a014b1cf5cb64ee4880578617b3 /www | |
parent | Update to 0.4. (diff) |
This is broken when OSVERSION = 500039, but works on 4.7-PRERELEASE/i386.
Notes
Notes:
svn path=/head/; revision=69204
Diffstat (limited to '')
-rw-r--r-- | www/firefox-devel/Makefile | 4 | ||||
-rw-r--r-- | www/firefox-esr/Makefile | 4 | ||||
-rw-r--r-- | www/firefox/Makefile | 4 | ||||
-rw-r--r-- | www/firefox10/Makefile | 4 | ||||
-rw-r--r-- | www/firefox15/Makefile | 4 | ||||
-rw-r--r-- | www/firefox3-devel/Makefile | 4 | ||||
-rw-r--r-- | www/firefox35/Makefile | 4 | ||||
-rw-r--r-- | www/firefox36/Makefile | 4 | ||||
-rw-r--r-- | www/flock/Makefile | 4 | ||||
-rw-r--r-- | www/mozilla-firebird/Makefile | 4 | ||||
-rw-r--r-- | www/phoenix-devel/Makefile | 4 | ||||
-rw-r--r-- | www/phoenix/Makefile | 4 |
12 files changed, 48 insertions, 0 deletions
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile index ba182d1561af..2e63f03e2ed3 100644 --- a/www/firefox-devel/Makefile +++ b/www/firefox-devel/Makefile @@ -37,6 +37,10 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> +.if ${OSVERSION} > 500038 +BROKEN= "on -CURRENT, can only be used with local files" +.endif + .if !defined(PERL_VER) || ${PERL_VER} != "5.8.0" .undef NO_IGNORE BROKEN= This port requires Perl 5.8.0 because of File::Spec issues. \ diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index ba182d1561af..2e63f03e2ed3 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -37,6 +37,10 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> +.if ${OSVERSION} > 500038 +BROKEN= "on -CURRENT, can only be used with local files" +.endif + .if !defined(PERL_VER) || ${PERL_VER} != "5.8.0" .undef NO_IGNORE BROKEN= This port requires Perl 5.8.0 because of File::Spec issues. \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index ba182d1561af..2e63f03e2ed3 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -37,6 +37,10 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> +.if ${OSVERSION} > 500038 +BROKEN= "on -CURRENT, can only be used with local files" +.endif + .if !defined(PERL_VER) || ${PERL_VER} != "5.8.0" .undef NO_IGNORE BROKEN= This port requires Perl 5.8.0 because of File::Spec issues. \ diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index ba182d1561af..2e63f03e2ed3 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -37,6 +37,10 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> +.if ${OSVERSION} > 500038 +BROKEN= "on -CURRENT, can only be used with local files" +.endif + .if !defined(PERL_VER) || ${PERL_VER} != "5.8.0" .undef NO_IGNORE BROKEN= This port requires Perl 5.8.0 because of File::Spec issues. \ diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile index ba182d1561af..2e63f03e2ed3 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/Makefile @@ -37,6 +37,10 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> +.if ${OSVERSION} > 500038 +BROKEN= "on -CURRENT, can only be used with local files" +.endif + .if !defined(PERL_VER) || ${PERL_VER} != "5.8.0" .undef NO_IGNORE BROKEN= This port requires Perl 5.8.0 because of File::Spec issues. \ diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index ba182d1561af..2e63f03e2ed3 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/Makefile @@ -37,6 +37,10 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> +.if ${OSVERSION} > 500038 +BROKEN= "on -CURRENT, can only be used with local files" +.endif + .if !defined(PERL_VER) || ${PERL_VER} != "5.8.0" .undef NO_IGNORE BROKEN= This port requires Perl 5.8.0 because of File::Spec issues. \ diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index ba182d1561af..2e63f03e2ed3 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -37,6 +37,10 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> +.if ${OSVERSION} > 500038 +BROKEN= "on -CURRENT, can only be used with local files" +.endif + .if !defined(PERL_VER) || ${PERL_VER} != "5.8.0" .undef NO_IGNORE BROKEN= This port requires Perl 5.8.0 because of File::Spec issues. \ diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index ba182d1561af..2e63f03e2ed3 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -37,6 +37,10 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> +.if ${OSVERSION} > 500038 +BROKEN= "on -CURRENT, can only be used with local files" +.endif + .if !defined(PERL_VER) || ${PERL_VER} != "5.8.0" .undef NO_IGNORE BROKEN= This port requires Perl 5.8.0 because of File::Spec issues. \ diff --git a/www/flock/Makefile b/www/flock/Makefile index ba182d1561af..2e63f03e2ed3 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -37,6 +37,10 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> +.if ${OSVERSION} > 500038 +BROKEN= "on -CURRENT, can only be used with local files" +.endif + .if !defined(PERL_VER) || ${PERL_VER} != "5.8.0" .undef NO_IGNORE BROKEN= This port requires Perl 5.8.0 because of File::Spec issues. \ diff --git a/www/mozilla-firebird/Makefile b/www/mozilla-firebird/Makefile index ba182d1561af..2e63f03e2ed3 100644 --- a/www/mozilla-firebird/Makefile +++ b/www/mozilla-firebird/Makefile @@ -37,6 +37,10 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> +.if ${OSVERSION} > 500038 +BROKEN= "on -CURRENT, can only be used with local files" +.endif + .if !defined(PERL_VER) || ${PERL_VER} != "5.8.0" .undef NO_IGNORE BROKEN= This port requires Perl 5.8.0 because of File::Spec issues. \ diff --git a/www/phoenix-devel/Makefile b/www/phoenix-devel/Makefile index ba182d1561af..2e63f03e2ed3 100644 --- a/www/phoenix-devel/Makefile +++ b/www/phoenix-devel/Makefile @@ -37,6 +37,10 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> +.if ${OSVERSION} > 500038 +BROKEN= "on -CURRENT, can only be used with local files" +.endif + .if !defined(PERL_VER) || ${PERL_VER} != "5.8.0" .undef NO_IGNORE BROKEN= This port requires Perl 5.8.0 because of File::Spec issues. \ diff --git a/www/phoenix/Makefile b/www/phoenix/Makefile index ba182d1561af..2e63f03e2ed3 100644 --- a/www/phoenix/Makefile +++ b/www/phoenix/Makefile @@ -37,6 +37,10 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> +.if ${OSVERSION} > 500038 +BROKEN= "on -CURRENT, can only be used with local files" +.endif + .if !defined(PERL_VER) || ${PERL_VER} != "5.8.0" .undef NO_IGNORE BROKEN= This port requires Perl 5.8.0 because of File::Spec issues. \ |