1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2004-09-19 01:33:42 +00:00
parent 40e159bd90
commit 5c6f51f8b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118278
4 changed files with 28 additions and 4 deletions

View File

@ -34,6 +34,12 @@ LIBRARIES= cifparse.a libnab.a libsym.a
INCS= defreal.h nab.h nabcode.h nabtypes.h INCS= defreal.h nab.h nabcode.h nabtypes.h
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not install on FreeBSD >= 5.x"
.endif
post-extract: post-extract:
@${CP} ${FILESDIR}/config.h ${WRKSRC} @${CP} ${FILESDIR}/config.h ${WRKSRC}
@ -96,4 +102,4 @@ do-install:
post-install: post-install:
@${CAT} ${PKGMESSAGE} @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk> .include <bsd.port.post.mk>

View File

@ -22,6 +22,12 @@ GNU_CONFIGURE= yes
USE_REINPLACE= yes USE_REINPLACE= yes
USE_SDL= mixer sdl USE_SDL= mixer sdl
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
pre-patch: pre-patch:
@${FIND} ${WRKSRC} \( -name "*.[ch]" -or -name "*.cpp" \) | \ @${FIND} ${WRKSRC} \( -name "*.[ch]" -or -name "*.cpp" \) | \
${XARGS} ${REINPLACE_CMD} -e 's|"SDL/|"|g ; s|<SDL/|<|g' ${XARGS} ${REINPLACE_CMD} -e 's|"SDL/|"|g ; s|<SDL/|<|g'
@ -40,4 +46,4 @@ post-install:
@${ECHO_MSG} "See ${PREFIX}/share/nil/README for usage instructions." @${ECHO_MSG} "See ${PREFIX}/share/nil/README for usage instructions."
@${ECHO_MSG} "" @${ECHO_MSG} ""
.include <bsd.port.mk> .include <bsd.port.post.mk>

View File

@ -25,6 +25,12 @@ PLIST_FILES+= share/doc/nserver/README
PLIST_DIRS= share/doc/nserver PLIST_DIRS= share/doc/nserver
.endif .endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
do-patch: do-patch:
@${REINPLACE_CMD} -e "s|-O2|${CFLAGS}|g; \ @${REINPLACE_CMD} -e "s|-O2|${CFLAGS}|g; \
s|ttyS3|cuaa0|g; \ s|ttyS3|cuaa0|g; \
@ -39,4 +45,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif .endif
.include <bsd.port.mk> .include <bsd.port.post.mk>

View File

@ -20,8 +20,14 @@ RUN_DEPENDS= dotty:${PORTSDIR}/graphics/graphviz
USE_GMAKE= yes USE_GMAKE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/makelist/makelist ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/makelist/makelist ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/netmap/netmap ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/netmap/netmap ${PREFIX}/bin
.include <bsd.port.mk> .include <bsd.port.post.mk>