svn commit: r497712 - head/www/xshttpd-devel
Antoine Brodin
antoine at FreeBSD.org
Wed Apr 3 11:14:44 UTC 2019
Author: antoine
Date: Wed Apr 3 11:14:43 2019
New Revision: 497712
URL: https://svnweb.freebsd.org/changeset/ports/497712
Log:
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Modified:
head/www/xshttpd-devel/Makefile
Modified: head/www/xshttpd-devel/Makefile
==============================================================================
--- head/www/xshttpd-devel/Makefile Wed Apr 3 11:11:50 2019 (r497711)
+++ head/www/xshttpd-devel/Makefile Wed Apr 3 11:14:43 2019 (r497712)
@@ -43,6 +43,13 @@ PERL_CONFIGURE_WITH= perl
PORTDOCS= README ChangeLog
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
+BROKEN_FreeBSD_13= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
+.endif
+
post-patch:
@${REINPLACE_CMD} \
-e 's|\(MIME_TYPES\).*|\1 "${LOCALBASE}/etc/mime.types"|' \
@@ -60,4 +67,4 @@ post-install:
${STAGEDIR}/var/db/xshttpd/sessions
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list