aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-03 20:21:43 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-03 20:21:43 +0000
commit36011a03b721df2ed32b1c949ca10858eb05e4c9 (patch)
tree635d5f0498e9ab88d758d4da2b9ce59aec020d61 /net-p2p
parentc83237a2d90ac7e11ce8574cf29fce7a15425f9a (diff)
downloadports-36011a03b721df2ed32b1c949ca10858eb05e4c9.tar.gz
ports-36011a03b721df2ed32b1c949ca10858eb05e4c9.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=497763
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/uhub/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/net-p2p/uhub/Makefile b/net-p2p/uhub/Makefile
index e189ba74c504..c6b47691ec53 100644
--- a/net-p2p/uhub/Makefile
+++ b/net-p2p/uhub/Makefile
@@ -33,6 +33,13 @@ OPTIONS_SUB= yes
OPENSSL_USES= ssl
OPENSSL_CMAKE_BOOL= SSL_SUPPORT
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= incomplete definition of type 'struct bio_st'
+BROKEN_FreeBSD_13= incomplete definition of type 'struct bio_st'
+.endif
+
post-patch:
@${REINPLACE_CMD} -e \
'/DESTINATION/s|^|#|' ${WRKSRC}/CMakeLists.txt
@@ -55,4 +62,4 @@ do-install:
@${ECHO_CMD} -n > ${STAGEDIR}${ETCDIR}/${i}.sample
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>