diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-12 22:01:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-12 22:01:55 +0000 |
commit | 7dddab53c342fd00b7207c9dc05548b91c0103a6 (patch) | |
tree | f1a9eabd5384e8d1ef9a6a25ef461761ae9977a8 /www | |
parent | c92980c3284052b5cafc4e412de353ed616c3abb (diff) | |
download | ports-7dddab53c342fd00b7207c9dc05548b91c0103a6.tar.gz ports-7dddab53c342fd00b7207c9dc05548b91c0103a6.zip |
Notes
Diffstat (limited to 'www')
-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-devel/Makefile | 2 | ||||
-rw-r--r-- | www/mozilla-firebird/Makefile | 4 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey2/Makefile | 2 |
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) |