summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/firefox-devel/Makefile4
-rw-r--r--www/firefox-esr/Makefile4
-rw-r--r--www/firefox/Makefile4
-rw-r--r--www/firefox10/Makefile4
-rw-r--r--www/firefox15/Makefile4
-rw-r--r--www/firefox3-devel/Makefile4
-rw-r--r--www/firefox35/Makefile4
-rw-r--r--www/firefox36/Makefile4
-rw-r--r--www/flock/Makefile4
-rw-r--r--www/mozilla-devel/Makefile2
-rw-r--r--www/mozilla-firebird/Makefile4
-rw-r--r--www/seamonkey/Makefile2
-rw-r--r--www/seamonkey2/Makefile2
13 files changed, 43 insertions, 3 deletions
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile
index 0eea15c6840b..b32d165df13f 100644
--- a/www/firefox-devel/Makefile
+++ b/www/firefox-devel/Makefile
@@ -92,6 +92,10 @@ LIBS+= ${PTHREAD_LIBS}
EXTRA_SCRIPTS= firebird.rb
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
+IGNORE= "core dumps on alpha during post-build"
+.endif
+
pre-extract::
@${ECHO_MSG}
@${ECHO_MSG} "Extracting source (this takes a while) ..."
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index 0eea15c6840b..b32d165df13f 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -92,6 +92,10 @@ LIBS+= ${PTHREAD_LIBS}
EXTRA_SCRIPTS= firebird.rb
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
+IGNORE= "core dumps on alpha during post-build"
+.endif
+
pre-extract::
@${ECHO_MSG}
@${ECHO_MSG} "Extracting source (this takes a while) ..."
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 0eea15c6840b..b32d165df13f 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -92,6 +92,10 @@ LIBS+= ${PTHREAD_LIBS}
EXTRA_SCRIPTS= firebird.rb
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
+IGNORE= "core dumps on alpha during post-build"
+.endif
+
pre-extract::
@${ECHO_MSG}
@${ECHO_MSG} "Extracting source (this takes a while) ..."
diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile
index 0eea15c6840b..b32d165df13f 100644
--- a/www/firefox10/Makefile
+++ b/www/firefox10/Makefile
@@ -92,6 +92,10 @@ LIBS+= ${PTHREAD_LIBS}
EXTRA_SCRIPTS= firebird.rb
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
+IGNORE= "core dumps on alpha during post-build"
+.endif
+
pre-extract::
@${ECHO_MSG}
@${ECHO_MSG} "Extracting source (this takes a while) ..."
diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile
index 0eea15c6840b..b32d165df13f 100644
--- a/www/firefox15/Makefile
+++ b/www/firefox15/Makefile
@@ -92,6 +92,10 @@ LIBS+= ${PTHREAD_LIBS}
EXTRA_SCRIPTS= firebird.rb
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
+IGNORE= "core dumps on alpha during post-build"
+.endif
+
pre-extract::
@${ECHO_MSG}
@${ECHO_MSG} "Extracting source (this takes a while) ..."
diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile
index 0eea15c6840b..b32d165df13f 100644
--- a/www/firefox3-devel/Makefile
+++ b/www/firefox3-devel/Makefile
@@ -92,6 +92,10 @@ LIBS+= ${PTHREAD_LIBS}
EXTRA_SCRIPTS= firebird.rb
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
+IGNORE= "core dumps on alpha during post-build"
+.endif
+
pre-extract::
@${ECHO_MSG}
@${ECHO_MSG} "Extracting source (this takes a while) ..."
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile
index 0eea15c6840b..b32d165df13f 100644
--- a/www/firefox35/Makefile
+++ b/www/firefox35/Makefile
@@ -92,6 +92,10 @@ LIBS+= ${PTHREAD_LIBS}
EXTRA_SCRIPTS= firebird.rb
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
+IGNORE= "core dumps on alpha during post-build"
+.endif
+
pre-extract::
@${ECHO_MSG}
@${ECHO_MSG} "Extracting source (this takes a while) ..."
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile
index 0eea15c6840b..b32d165df13f 100644
--- a/www/firefox36/Makefile
+++ b/www/firefox36/Makefile
@@ -92,6 +92,10 @@ LIBS+= ${PTHREAD_LIBS}
EXTRA_SCRIPTS= firebird.rb
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
+IGNORE= "core dumps on alpha during post-build"
+.endif
+
pre-extract::
@${ECHO_MSG}
@${ECHO_MSG} "Extracting source (this takes a while) ..."
diff --git a/www/flock/Makefile b/www/flock/Makefile
index 0eea15c6840b..b32d165df13f 100644
--- a/www/flock/Makefile
+++ b/www/flock/Makefile
@@ -92,6 +92,10 @@ LIBS+= ${PTHREAD_LIBS}
EXTRA_SCRIPTS= firebird.rb
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
+IGNORE= "core dumps on alpha during post-build"
+.endif
+
pre-extract::
@${ECHO_MSG}
@${ECHO_MSG} "Extracting source (this takes a while) ..."
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile
index 379ce2130ce1..88f715d3ed00 100644
--- a/www/mozilla-devel/Makefile
+++ b/www/mozilla-devel/Makefile
@@ -168,7 +168,7 @@ CONFIGURE_ARGS+= --enable-optimize=-O2
.endif
.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
-BROKEN= "core dumps on alpha during post-build"
+IGNORE= "core dumps on alpha during post-build"
.endif
.if exists(${LOCALBASE}/include/freetype/freetype.h)
diff --git a/www/mozilla-firebird/Makefile b/www/mozilla-firebird/Makefile
index 0eea15c6840b..b32d165df13f 100644
--- a/www/mozilla-firebird/Makefile
+++ b/www/mozilla-firebird/Makefile
@@ -92,6 +92,10 @@ LIBS+= ${PTHREAD_LIBS}
EXTRA_SCRIPTS= firebird.rb
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
+IGNORE= "core dumps on alpha during post-build"
+.endif
+
pre-extract::
@${ECHO_MSG}
@${ECHO_MSG} "Extracting source (this takes a while) ..."
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index 379ce2130ce1..88f715d3ed00 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -168,7 +168,7 @@ CONFIGURE_ARGS+= --enable-optimize=-O2
.endif
.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
-BROKEN= "core dumps on alpha during post-build"
+IGNORE= "core dumps on alpha during post-build"
.endif
.if exists(${LOCALBASE}/include/freetype/freetype.h)
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index 379ce2130ce1..88f715d3ed00 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -168,7 +168,7 @@ CONFIGURE_ARGS+= --enable-optimize=-O2
.endif
.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
-BROKEN= "core dumps on alpha during post-build"
+IGNORE= "core dumps on alpha during post-build"
.endif
.if exists(${LOCALBASE}/include/freetype/freetype.h)