mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
BROKEN on 5.x: does not compile
This commit is contained in:
parent
7f91b56b5b
commit
7e7c05a5c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91281
8 changed files with 55 additions and 8 deletions
|
@ -16,4 +16,10 @@ COMMENT= Program for statistical analysis of sampled data
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
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>
|
||||||
|
|
|
@ -19,4 +19,10 @@ HAS_CONFIGURE= yes
|
||||||
post-install:
|
post-install:
|
||||||
${STRIP_CMD} ${PREFIX}/bin/bgpq
|
${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>
|
||||||
|
|
|
@ -19,4 +19,10 @@ HAS_CONFIGURE= yes
|
||||||
post-install:
|
post-install:
|
||||||
${STRIP_CMD} ${PREFIX}/bin/bgpq
|
${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>
|
||||||
|
|
|
@ -20,5 +20,10 @@ SCRIPTS_ENV= CFLAGS="${CFLAGS}"
|
||||||
|
|
||||||
MAN1= dviselect.1
|
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>
|
||||||
|
|
|
@ -26,6 +26,12 @@ MLINKS= ccrypt.1 ccencrypt.1 \
|
||||||
ccrypt.1 ccdecrypt.1 \
|
ccrypt.1 ccdecrypt.1 \
|
||||||
ccrypt.1 ccat.1
|
ccrypt.1 ccat.1
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 501000
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|gtar|tar|g' ${WRKSRC}/configure
|
@${REINPLACE_CMD} -e 's|gtar|tar|g' ${WRKSRC}/configure
|
||||||
|
|
||||||
|
@ -37,4 +43,4 @@ post-install:
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -48,6 +48,12 @@ CONF_FILE= op.access
|
||||||
SAMP_SUFX= .sample
|
SAMP_SUFX= .sample
|
||||||
DOC_FILES= README op.paper
|
DOC_FILES= README op.paper
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 501000
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
# Post-extract
|
# Post-extract
|
||||||
#
|
#
|
||||||
|
|
||||||
|
@ -92,4 +98,4 @@ install-doc-files:
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -22,6 +22,12 @@ MAN1= pad.1
|
||||||
PLIST= ${WRKDIR}/pkg-plist
|
PLIST= ${WRKDIR}/pkg-plist
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 501000
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-install:
|
pre-install:
|
||||||
${ECHO_CMD} bin/pad > ${PLIST}
|
${ECHO_CMD} bin/pad > ${PLIST}
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
|
@ -41,4 +47,4 @@ do-install:
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -22,6 +22,12 @@ DOCDIR= ${PREFIX}/share/doc/${PORTNAME}
|
||||||
MAN8= ${PORTNAME}.8
|
MAN8= ${PORTNAME}.8
|
||||||
MANLANG= . ja
|
MANLANG= . ja
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 501000
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
# install japanese manpage also :-)
|
# install japanese manpage also :-)
|
||||||
@${INSTALL_MAN} ${WRKSRC}/libapm-j.man ${PREFIX}/man/ja/man8/${PORTNAME}.8
|
@${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
|
@${INSTALL_DATA} ${WRKSRC}/APM-EXBIOS-j.txt ${DOCDIR}/ja/APM-EXBIOS.txt
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue