mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
BROKEN on 5.x: does not compile
This commit is contained in:
parent
0e22bbfb42
commit
37b36b9f67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100307
6 changed files with 39 additions and 5 deletions
|
@ -62,6 +62,12 @@ ADDITIONAL_DOCS= ClassGraph.class \
|
||||||
supportedTeXmacros.html \
|
supportedTeXmacros.html \
|
||||||
toc.html
|
toc.html
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 502000
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${DOCSDIR}
|
${MKDIR} ${DOCSDIR}
|
||||||
|
@ -70,4 +76,4 @@ post-install:
|
||||||
done
|
done
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -27,9 +27,15 @@ PLIST_SUB+= PORTVER=${PORTVERSION} ARCH=${ARCH}
|
||||||
|
|
||||||
MAN1= kaffe.1
|
MAN1= kaffe.1
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 502000
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${DATADIR}
|
@${MKDIR} ${DATADIR}
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/BUILD_ENVIRONMENT ${DATADIR}
|
${INSTALL_SCRIPT} ${WRKSRC}/BUILD_ENVIRONMENT ${DATADIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/license.terms ${DATADIR}
|
${INSTALL_DATA} ${WRKSRC}/license.terms ${DATADIR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -34,6 +34,12 @@ LIB_DATA= alpi bfct bgk const cyclic defs.h dfff dmul fctrdata fctrtest \
|
||||||
fff gr ifplot katsura launch mat nf num primdec \
|
fff gr ifplot katsura launch mat nf num primdec \
|
||||||
ratint robot solve sp sturm xm
|
ratint robot solve sp sturm xm
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 502000
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-install:
|
pre-install:
|
||||||
@${MKDIR} ${DATADIR}
|
@${MKDIR} ${DATADIR}
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
|
@ -52,4 +58,4 @@ post-install:
|
||||||
@${TAR} xfz ${DISTDIR}/${ASIR_DOC} -C ${DOCSDIR}
|
@${TAR} xfz ${DISTDIR}/${ASIR_DOC} -C ${DOCSDIR}
|
||||||
@${INSTALL_MAN} ${DOCSDIR}/${MAN1} ${PREFIX}/man/man1
|
@${INSTALL_MAN} ${DOCSDIR}/${MAN1} ${PREFIX}/man/man1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -37,6 +37,10 @@ CONFIGURE_ARGS+= --without-motif
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 502000
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-everything::
|
pre-everything::
|
||||||
.if !defined(WITH_MOTIF)
|
.if !defined(WITH_MOTIF)
|
||||||
@${ECHO_MSG}
|
@${ECHO_MSG}
|
||||||
|
|
|
@ -29,7 +29,13 @@ ONLY_FOR_ARCHS= i386
|
||||||
# Glide DOES NOT work with CFLAGS greater than -O2
|
# Glide DOES NOT work with CFLAGS greater than -O2
|
||||||
CFLAGS+= -O
|
CFLAGS+= -O
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 502000
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
cd $(WRKSRC) && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
|
cd $(WRKSRC) && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -25,6 +25,12 @@ USE_X_PREFIX= yes
|
||||||
USE_XPM= yes
|
USE_XPM= yes
|
||||||
WRKSRC= ${WRKDIR}/xclasses
|
WRKSRC= ${WRKDIR}/xclasses
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 502000
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
.for file in build System/ARules.FreeBSD
|
.for file in build System/ARules.FreeBSD
|
||||||
@${PERL} -pi \
|
@${PERL} -pi \
|
||||||
|
@ -63,4 +69,4 @@ do-install:
|
||||||
@cd ${WRKSRC} && ${SH} build install
|
@cd ${WRKSRC} && ${SH} build install
|
||||||
@${INSTALL_SCRIPT} ${WRKSRC}/setenvxc ${PREFIX}/bin
|
@${INSTALL_SCRIPT} ${WRKSRC}/setenvxc ${PREFIX}/bin
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue