diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-13 06:03:10 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-13 06:03:10 +0800 |
commit | ac23b2f245fd35abd0ee2e80537339d38f53a7b9 (patch) | |
tree | 9b6a7fce41026b4b6eb2cb65698909620eb7f572 | |
parent | ea330360d6587c3f534f9d6ba87ef3484c42470f (diff) | |
download | freebsd-ports-gnome-ac23b2f245fd35abd0ee2e80537339d38f53a7b9.tar.gz freebsd-ports-gnome-ac23b2f245fd35abd0ee2e80537339d38f53a7b9.tar.zst freebsd-ports-gnome-ac23b2f245fd35abd0ee2e80537339d38f53a7b9.zip |
Mark IGNORE on -STABLE Alpha.
-rw-r--r-- | mail/mozilla-thunderbird/Makefile | 4 | ||||
-rw-r--r-- | mail/thunderbird-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/thunderbird-esr/Makefile | 4 | ||||
-rw-r--r-- | mail/thunderbird/Makefile | 4 | ||||
-rw-r--r-- | mail/thunderbird3/Makefile | 4 |
5 files changed, 20 insertions, 0 deletions
diff --git a/mail/mozilla-thunderbird/Makefile b/mail/mozilla-thunderbird/Makefile index ea21d8b77ad0..606125ffbb4e 100644 --- a/mail/mozilla-thunderbird/Makefile +++ b/mail/mozilla-thunderbird/Makefile @@ -56,6 +56,10 @@ SORT?=/usr/bin/sort CONFIGURE_ENV+= WITH_REORDER=yes .endif # ${ARCH} == "i386" +.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 +IGNORE= "core dumps at runtime" +.endif # ${ARCH} == "alpha" && ${OSVERSION} < 500035 + .if defined(WITH_DEBUG) WITH_LOGGING= yes CONFIGURE_ENV+= WITH_DEBUG=yes diff --git a/mail/thunderbird-devel/Makefile b/mail/thunderbird-devel/Makefile index ea21d8b77ad0..606125ffbb4e 100644 --- a/mail/thunderbird-devel/Makefile +++ b/mail/thunderbird-devel/Makefile @@ -56,6 +56,10 @@ SORT?=/usr/bin/sort CONFIGURE_ENV+= WITH_REORDER=yes .endif # ${ARCH} == "i386" +.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 +IGNORE= "core dumps at runtime" +.endif # ${ARCH} == "alpha" && ${OSVERSION} < 500035 + .if defined(WITH_DEBUG) WITH_LOGGING= yes CONFIGURE_ENV+= WITH_DEBUG=yes diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index ea21d8b77ad0..606125ffbb4e 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/Makefile @@ -56,6 +56,10 @@ SORT?=/usr/bin/sort CONFIGURE_ENV+= WITH_REORDER=yes .endif # ${ARCH} == "i386" +.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 +IGNORE= "core dumps at runtime" +.endif # ${ARCH} == "alpha" && ${OSVERSION} < 500035 + .if defined(WITH_DEBUG) WITH_LOGGING= yes CONFIGURE_ENV+= WITH_DEBUG=yes diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index ea21d8b77ad0..606125ffbb4e 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -56,6 +56,10 @@ SORT?=/usr/bin/sort CONFIGURE_ENV+= WITH_REORDER=yes .endif # ${ARCH} == "i386" +.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 +IGNORE= "core dumps at runtime" +.endif # ${ARCH} == "alpha" && ${OSVERSION} < 500035 + .if defined(WITH_DEBUG) WITH_LOGGING= yes CONFIGURE_ENV+= WITH_DEBUG=yes diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile index ea21d8b77ad0..606125ffbb4e 100644 --- a/mail/thunderbird3/Makefile +++ b/mail/thunderbird3/Makefile @@ -56,6 +56,10 @@ SORT?=/usr/bin/sort CONFIGURE_ENV+= WITH_REORDER=yes .endif # ${ARCH} == "i386" +.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 +IGNORE= "core dumps at runtime" +.endif # ${ARCH} == "alpha" && ${OSVERSION} < 500035 + .if defined(WITH_DEBUG) WITH_LOGGING= yes CONFIGURE_ENV+= WITH_DEBUG=yes |