mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Mark BROKEN on respective platforms
Reported by: pointyhat
This commit is contained in:
parent
7a90a036a7
commit
ef3dec7c1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209146
1 changed files with 6 additions and 2 deletions
|
@ -29,8 +29,12 @@ USE_PERL5_BUILD= yes
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if defined(PACKAGE_BUILDING)
|
.if ${OSVERSION} < 600000
|
||||||
#IGNORE= requires fully qualified hostname
|
BROKEN= Does not compile
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000
|
||||||
|
BROKEN= Does not compile
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITHOUT_SUBMIT_NODE)
|
.if defined(WITHOUT_SUBMIT_NODE)
|
||||||
|
|
Loading…
Add table
Reference in a new issue