From 403f7f03bec17b108a480abb8d2d86335bdf89a6 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Tue, 19 Sep 2006 10:40:19 +0000 Subject: [PATCH] - Mark BROKEN on sparc64 regchrome core dumps on install and leaves .core files behind. However seamonkey itself runs fine on sparc64. Reported by: kris mail --- www/seamonkey/Makefile | 5 +++-- www/seamonkey2/Makefile | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 3e9dcee20546..160536861e4b 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -57,8 +57,9 @@ LIB_DEPENDS+= glitz.1:${PORTSDIR}/graphics/glitz IGNORE= core dumps on ${ARCH} during post-build .endif -.if ${ARCH}=="sparc64" && ${OSVERSION} < 601101 -IGNORE= core dumps on ${ARCH}, need kern.osreldate>=601101 +.if ${ARCH}=="sparc64" # && ${OSVERSION} < 601101 +#IGNORE= core dumps on ${ARCH}, need kern.osreldate>=601101 +BROKEN= regchrome core dumps in sparc64 .endif .if ${OSVERSION} < 500000 diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 3e9dcee20546..160536861e4b 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -57,8 +57,9 @@ LIB_DEPENDS+= glitz.1:${PORTSDIR}/graphics/glitz IGNORE= core dumps on ${ARCH} during post-build .endif -.if ${ARCH}=="sparc64" && ${OSVERSION} < 601101 -IGNORE= core dumps on ${ARCH}, need kern.osreldate>=601101 +.if ${ARCH}=="sparc64" # && ${OSVERSION} < 601101 +#IGNORE= core dumps on ${ARCH}, need kern.osreldate>=601101 +BROKEN= regchrome core dumps in sparc64 .endif .if ${OSVERSION} < 500000