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:
parent
fcaadfd032
commit
403f7f03be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173382
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user