- Mark BROKEN on 10.x: tons of missing includes

This commit is contained in:
Dmitry Marakasov 2015-04-18 02:43:10 +00:00
parent 1de816e0f8
commit eda8943758
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384202

View file

@ -34,6 +34,12 @@ DPKGDIR?= /var/db/dpkg
APTDIR?= /var/db/apt
PLIST_SUB+= APTDIR=${APTDIR:C,^/,,}
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
BROKEN= does not build
.endif
post-patch:
${CP} ${FILESDIR}/https.cc ${FILESDIR}/https.h ${WRKSRC}/methods/
${REINPLACE_CMD} -e 's|@PREFIX@|${PREFIX}|g' -e \
@ -118,4 +124,4 @@ do-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_MAN} ${WRKSRC}/docs/examples/* ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>
.include <bsd.port.post.mk>