1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

- 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
This commit is contained in:
Michael Johnson 2006-09-19 10:40:19 +00:00
parent fcaadfd032
commit 403f7f03be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173382
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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