mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
BROKEN on 5.0: does not compile
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue