Allow to mark a port as broken on some given arches without having to add pre/post dancing
This commit is contained in:
parent
f80c6995a1
commit
a938bac9ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329214
@ -166,9 +166,12 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
|
||||
# because it cannot be manually fetched, etc). Error
|
||||
# logs will not appear on pointyhat, so this should be
|
||||
# used sparingly.
|
||||
# BROKEN - Port is believed to be broken. Package builds will
|
||||
# still be attempted on the pointyhat package cluster to
|
||||
# test this assumption.
|
||||
# BROKEN - Port is believed to be broken. Package builds can
|
||||
# still be attempted using TRYBROKEN to test this
|
||||
# assumption.
|
||||
# BROKEN_${ARCH} Port is believed to be broken on ${ARCH}. Package builds
|
||||
# can still be attempted using TRYBROKEN to test this
|
||||
# assumption.
|
||||
# DEPRECATED - Port is deprecated to install. Advisory only.
|
||||
# EXPIRATION_DATE
|
||||
# - If DEPRECATED is set, determines a date when
|
||||
@ -3126,6 +3129,10 @@ IGNORE= is restricted: ${RESTRICTED}
|
||||
.if !defined(TRYBROKEN)
|
||||
IGNORE= is marked as broken: ${BROKEN}
|
||||
.endif
|
||||
.elif defined(BROKEN_${ARCH})
|
||||
.if !defined(TRYBROKEN)
|
||||
IGNORE= is marked as broken on ${ARCH}: ${BROKEN_${ARCH}}
|
||||
.endif
|
||||
.elif defined(FORBIDDEN)
|
||||
IGNORE= is forbidden: ${FORBIDDEN}
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user