1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Mark as BROKEN on OSVERSION >= 700000 for now: does not work with databases

bigger than ~200 MB.

PR:		130236
Submitted by:	Kenji Rikitake <kenji.rikitake@acm.org>
Approved by:	maintainer
This commit is contained in:
Stefan Walter 2009-02-02 14:23:18 +00:00
parent 9ee9a9867c
commit 77b44bad4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227452

View File

@ -40,4 +40,10 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000
BROKEN= does not work with databases > ~200 MB (see ports/130236)
.endif
.include <bsd.port.post.mk>