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:
parent
40e159bd90
commit
5c6f51f8b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118278
@ -34,6 +34,12 @@ LIBRARIES= cifparse.a libnab.a libsym.a
|
||||
|
||||
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:
|
||||
@${CP} ${FILESDIR}/config.h ${WRKSRC}
|
||||
|
||||
@ -96,4 +102,4 @@ do-install:
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -22,6 +22,12 @@ GNU_CONFIGURE= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_SDL= mixer sdl
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
pre-patch:
|
||||
@${FIND} ${WRKSRC} \( -name "*.[ch]" -or -name "*.cpp" \) | \
|
||||
${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} ""
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -25,6 +25,12 @@ PLIST_FILES+= share/doc/nserver/README
|
||||
PLIST_DIRS= share/doc/nserver
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
do-patch:
|
||||
@${REINPLACE_CMD} -e "s|-O2|${CFLAGS}|g; \
|
||||
s|ttyS3|cuaa0|g; \
|
||||
@ -39,4 +45,4 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -20,8 +20,14 @@ RUN_DEPENDS= dotty:${PORTSDIR}/graphics/graphviz
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/makelist/makelist ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/netmap/netmap ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user