Index: head/security/stud/Makefile =================================================================== --- head/security/stud/Makefile (revision 497918) +++ head/security/stud/Makefile (revision 497919) @@ -1,30 +1,37 @@ # Created by: Franz Bettag # $FreeBSD$ PORTNAME= stud PORTVERSION= 0.4 PORTREVISION= 1 CATEGORIES= security MAINTAINER= franz@bett.ag COMMENT= Scalable TLS Unwrapping Daemon LICENSE= BSD2CLAUSE LIB_DEPENDS= libev.so:devel/libev USES= gmake ssl USE_GITHUB= yes GH_ACCOUNT= wasted MAKE_ARGS= MANDIR="${MANDIRS}" 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