aboutsummaryrefslogtreecommitdiff
path: root/net/freenet6
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-04 14:14:21 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-04 14:14:21 +0000
commitc3b33202a4cdf5678cc01a1451ecf02f072daf8d (patch)
treeeb31b1cdac1a828a057e3aa3ed8995f5920b2902 /net/freenet6
parenteeaefd26de620e91db25f3e5d5814d446b1116ea (diff)
downloadports-c3b33202a4cdf5678cc01a1451ecf02f072daf8d.tar.gz
ports-c3b33202a4cdf5678cc01a1451ecf02f072daf8d.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=497836
Diffstat (limited to 'net/freenet6')
-rw-r--r--net/freenet6/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/net/freenet6/Makefile b/net/freenet6/Makefile
index 9a9ce3edb6c1..ce68b3a6bb5e 100644
--- a/net/freenet6/Makefile
+++ b/net/freenet6/Makefile
@@ -25,10 +25,17 @@ SUB_FILES= pkg-message
MAKE_JOBS_UNSAFE=yes
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= incomplete definition of type 'struct dsa_st'
+BROKEN_FreeBSD_13= incomplete definition of type 'struct dsa_st'
+.endif
+
post-fetch:
@if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
${MV} ${DISTDIR}/file.asp*file_id*166* \
${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}; \
fi
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>