diff options
author | ahze <ahze@FreeBSD.org> | 2006-03-31 20:28:45 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-03-31 20:28:45 +0800 |
commit | 98bde01886642cf4ae4c0e9ccc1d4d246a65946a (patch) | |
tree | a66e5c8267a8e77558c566382d2c4555c7c09d44 /www | |
parent | d42036d54318dbc5a570778396ff2ffa5cbbd448 (diff) | |
download | freebsd-ports-gnome-98bde01886642cf4ae4c0e9ccc1d4d246a65946a.tar.gz freebsd-ports-gnome-98bde01886642cf4ae4c0e9ccc1d4d246a65946a.tar.zst freebsd-ports-gnome-98bde01886642cf4ae4c0e9ccc1d4d246a65946a.zip |
- Mark BROKEN on 4.x
Reported by: kris via pointyhat
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-devel/Makefile | 4 | ||||
-rw-r--r-- | www/firefox3-devel/Makefile | 4 | ||||
-rw-r--r-- | www/firefox35/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile index 628440839185..6334a0487da9 100644 --- a/www/firefox-devel/Makefile +++ b/www/firefox-devel/Makefile @@ -51,8 +51,8 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 -IGNORE= core dumps on alpha during post-build +.if ${OSVERSION} < 500000 +BROKEN= does not build .endif .if ${OSVERSION} >= 600000 diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index 628440839185..6334a0487da9 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/Makefile @@ -51,8 +51,8 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 -IGNORE= core dumps on alpha during post-build +.if ${OSVERSION} < 500000 +BROKEN= does not build .endif .if ${OSVERSION} >= 600000 diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index 628440839185..6334a0487da9 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -51,8 +51,8 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 -IGNORE= core dumps on alpha during post-build +.if ${OSVERSION} < 500000 +BROKEN= does not build .endif .if ${OSVERSION} >= 600000 |