mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Only mark BROKEN when PACKAGE_BUILDING, since the failure seems related to
pointyhat (a user reported success). - Change BROKEN message accordingly.
This commit is contained in:
parent
289500c0f7
commit
508af99589
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201867
@ -52,8 +52,8 @@ MAN1= clisp.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700000
|
||||
BROKEN= coredumps when building on FreeBSD 7.x
|
||||
.if ${OSVERSION} >= 700000 && defined(PACKAGE_BUILDING)
|
||||
BROKEN= coredumps when building on pointyhat with FreeBSD 7.x
|
||||
.endif
|
||||
|
||||
MODULES= BDB CLX_MIT CLX_NEW FASTCGI ORACLE PARI PCRE PGSQL RAWSOCK \
|
||||
|
Loading…
Reference in New Issue
Block a user