BROKEN on 5.0: does not compile

This commit is contained in:
Kris Kennaway 2002-12-02 00:28:19 +00:00
parent ec0b607b27
commit 88e23a5185
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71290
4 changed files with 28 additions and 4 deletions

View file

@ -19,6 +19,12 @@ LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib
MAN1= dvi2ps.1
MANLANG= "" ja
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500000
BROKEN= "Does not compile"
.endif
post-patch:
@(cd ${WRKSRC}; make newlib)
@ -43,4 +49,4 @@ post-install:
)
@${SH} ${PKGREQ} ${PKGNAME} INSTALL
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View file

@ -21,6 +21,12 @@ DOCFILES= CoreArchitecture.html DefaultProtos Linker.html \
Logs.html ProtoLanguage.html README SimpleDataFormat.html \
Threads activation.html stackframe structure.html todo.html
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500000
BROKEN= "Does not compile"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vm/cel ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@ -30,4 +36,4 @@ do-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View file

@ -21,8 +21,14 @@ MAN1= gopher.1 gophfilt.1
MAN5= gopherd.conf.5 gopherrc.5
MAN8= gopherd.8 gopherindex.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500000
BROKEN= "Does not compile"
.endif
pre-patch:
@${FIND} ${WRKSRC} -name '*.[ch]' | xargs ${REINPLACE_CMD} -e \
's,<malloc.h>,<stdlib.h>,'
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View file

@ -22,4 +22,10 @@ USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500000
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>