summaryrefslogtreecommitdiff
path: root/www/seamonkey2
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-09-19 10:40:19 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-09-19 10:40:19 +0000
commit403f7f03bec17b108a480abb8d2d86335bdf89a6 (patch)
tree11618047c45f39407fd784142b9a2cc99edcd093 /www/seamonkey2
parent- Update to 1.1.1 (diff)
- 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
Notes
Notes: svn path=/head/; revision=173382
Diffstat (limited to 'www/seamonkey2')
-rw-r--r--www/seamonkey2/Makefile5
1 files changed, 3 insertions, 2 deletions
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