- Mark BROKEN on 4.x
Reported by: kris via pointyhat
This commit is contained in:
parent
3c26949bb3
commit
7fdf93063b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158473
3 changed files with 6 additions and 6 deletions
|
@ -51,8 +51,8 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
|
||||
IGNORE= core dumps on alpha during post-build
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 600000
|
||||
|
|
|
@ -51,8 +51,8 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
|
||||
IGNORE= core dumps on alpha during post-build
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 600000
|
||||
|
|
|
@ -51,8 +51,8 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
|
||||
IGNORE= core dumps on alpha during post-build
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 600000
|
||||
|
|
Loading…
Reference in a new issue