1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

BROKEN on 5.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-02-07 05:05:44 +00:00
parent d336d4435c
commit b74b9e3087
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100217
2 changed files with 14 additions and 2 deletions

View File

@ -28,6 +28,12 @@ MAN1= meerkat-app-list.1 xml-rpc-api2cpp.1 xmlrpc-c-config.1 \
query-meerkat.1 xml-rpc-api2txt.1
MAN7= xmlrpc-c.7
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Does not compile"
.endif
pre-patch:
@${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \
${WRKSRC}/lib/abyss/src/data.c \
@ -36,4 +42,4 @@ pre-patch:
post-install:
@${RM} -f ${PREFIX}/lib/*.la
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -28,6 +28,12 @@ MAN1= meerkat-app-list.1 xml-rpc-api2cpp.1 xmlrpc-c-config.1 \
query-meerkat.1 xml-rpc-api2txt.1
MAN7= xmlrpc-c.7
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Does not compile"
.endif
pre-patch:
@${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \
${WRKSRC}/lib/abyss/src/data.c \
@ -36,4 +42,4 @@ pre-patch:
post-install:
@${RM} -f ${PREFIX}/lib/*.la
.include <bsd.port.mk>
.include <bsd.port.post.mk>