From cda8487ba9674452918087f64eb33cea9225daf6 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Fri, 5 Apr 2019 05:37:17 +0000 Subject: [PATCH] MFH: r497919 Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout --- security/stud/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 + +.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 +.include