diff options
author | ahze <ahze@FreeBSD.org> | 2006-09-19 18:40:19 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-09-19 18:40:19 +0800 |
commit | d43137e06cfddab156efbac896b6146f5341c9fb (patch) | |
tree | 4f0fe52dfd2303c41b5032513a784d7ab6f38caa /www/seamonkey2 | |
parent | 4e49da66a0d35236f2d1349c3d385f5e4ab4ac5d (diff) | |
download | freebsd-ports-graphics-d43137e06cfddab156efbac896b6146f5341c9fb.tar.gz freebsd-ports-graphics-d43137e06cfddab156efbac896b6146f5341c9fb.tar.zst freebsd-ports-graphics-d43137e06cfddab156efbac896b6146f5341c9fb.zip |
- 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
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 3e9dcee2054..160536861e4 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 |