BROKEN on 5.x: does not compile

This commit is contained in:
Kris Kennaway
2003-10-15 04:59:50 +00:00
parent 7f91b56b5b
commit 7e7c05a5c3
8 changed files with 55 additions and 8 deletions

View File

@@ -16,4 +16,10 @@ COMMENT= Program for statistical analysis of sampled data
GNU_CONFIGURE= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>

View File

@@ -19,4 +19,10 @@ HAS_CONFIGURE= yes
post-install:
${STRIP_CMD} ${PREFIX}/bin/bgpq
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>

View File

@@ -19,4 +19,10 @@ HAS_CONFIGURE= yes
post-install:
${STRIP_CMD} ${PREFIX}/bin/bgpq
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>

View File

@@ -20,5 +20,10 @@ SCRIPTS_ENV= CFLAGS="${CFLAGS}"
MAN1= dviselect.1
.include <bsd.port.pre.mk>
.include <bsd.port.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>

View File

@@ -26,6 +26,12 @@ MLINKS= ccrypt.1 ccencrypt.1 \
ccrypt.1 ccdecrypt.1 \
ccrypt.1 ccat.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
post-patch:
@${REINPLACE_CMD} -e 's|gtar|tar|g' ${WRKSRC}/configure
@@ -37,4 +43,4 @@ post-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@@ -48,6 +48,12 @@ CONF_FILE= op.access
SAMP_SUFX= .sample
DOC_FILES= README op.paper
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
# Post-extract
#
@@ -92,4 +98,4 @@ install-doc-files:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@@ -22,6 +22,12 @@ MAN1= pad.1
PLIST= ${WRKDIR}/pkg-plist
USE_OPENSSL= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
pre-install:
${ECHO_CMD} bin/pad > ${PLIST}
.if !defined(NOPORTDOCS)
@@ -41,4 +47,4 @@ do-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@@ -22,6 +22,12 @@ DOCDIR= ${PREFIX}/share/doc/${PORTNAME}
MAN8= ${PORTNAME}.8
MANLANG= . ja
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
post-install:
# install japanese manpage also :-)
@${INSTALL_MAN} ${WRKSRC}/libapm-j.man ${PREFIX}/man/ja/man8/${PORTNAME}.8
@@ -34,4 +40,4 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/APM-EXBIOS-j.txt ${DOCDIR}/ja/APM-EXBIOS.txt
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>