1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Mark as BROKEN on 4.x: Requires more recent libc.

This commit is contained in:
Volker Stolz 2006-02-14 15:07:45 +00:00
parent 10041af751
commit 275e90b721
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156022

View File

@ -22,7 +22,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rc:${PORTSDIR}/shells/rc \
USE_XLIB= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_REINPLACE= YES
MAN1= wgoto.1 win.1 wreplace.1 Tag.1 mktags.1 Man.1
PORTDOCS= index.html intro.html download.html credits.html FAQ.html \
@ -35,6 +34,12 @@ PORTDOCS= index.html intro.html download.html credits.html FAQ.html \
TUTEDOCS= hello.c start typescript
TUTESHS= findword script send_to_gary
.include <bsd.port.pre.mk>
.if (${OSVERSION} < 500000)
BROKEN= Requires more recent libc
.endif
post-patch:
cd ${WRKSRC}/tools/win; ${REINPLACE_CMD} -e 's," in " __FUNCTION__ "()",,' \
win.c wgoto.c wreplace.c
@ -61,4 +66,4 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>