aboutsummaryrefslogtreecommitdiff
path: root/security/stud
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-05 05:36:54 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-05 05:36:54 +0000
commit3255582dfa855eda9f8cf18c0bea9e62b6db94c7 (patch)
treefa5eac1a80d4f944d5039dd446b59cda6232bfe8 /security/stud
parentabda61b148f804cbc1f255d8bd43cd3e9a370bd4 (diff)
downloadports-3255582dfa855eda9f8cf18c0bea9e62b6db94c7.tar.gz
ports-3255582dfa855eda9f8cf18c0bea9e62b6db94c7.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=497919
Diffstat (limited to 'security/stud')
-rw-r--r--security/stud/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/security/stud/Makefile b/security/stud/Makefile
index 5bb165e27b5d..70ca9a2ef5e3 100644
--- a/security/stud/Makefile
+++ b/security/stud/Makefile
@@ -24,7 +24,14 @@ MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/stud \
man/man8/stud.8.gz
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= incomplete definition of type 'struct ssl_ctx_st'
+BROKEN_FreeBSD_13= incomplete definition of type 'struct ssl_ctx_st'
+.endif
+
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>