1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

BROKEN on 5.x: Does not install

This commit is contained in:
Kris Kennaway 2004-06-19 09:35:25 +00:00
parent 5482972741
commit c41a6d5120
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111807

View File

@ -42,6 +42,12 @@ PIXIE_SHLIBS= file framebuffer rgbe
PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502112
BROKEN= "Does not install on FreeBSD >= 5.x"
.endif
post-patch:
@${REINPLACE_CMD} -i "" -e 's|malloc\.h|stdlib\.h|g' \
`${FIND} -E ${WRKSRC} -iregex '.*\.(cpp|h)'`
@ -101,4 +107,4 @@ post-install:
@(${SED} -e 's|%%PREFIX%%|${PREFIX}|; s|%%PORTNAME%%|${PORTNAME}|' \
<pkg-message >${PKGMESSAGE} && ${CAT} ${PKGMESSAGE})
.include <bsd.port.mk>
.include <bsd.port.post.mk>