Date: Fri, 5 Apr 2019 05:36:54 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497919 - head/security/stud Message-ID: <201904050536.x355asG6022251@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Apr 5 05:36:54 2019 New Revision: 497919 URL: https://svnweb.freebsd.org/changeset/ports/497919 Log: Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout MFH: 2019Q2 Modified: head/security/stud/Makefile Modified: head/security/stud/Makefile ============================================================================== --- head/security/stud/Makefile Fri Apr 5 05:35:14 2019 (r497918) +++ head/security/stud/Makefile Fri Apr 5 05:36:54 2019 (r497919) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904050536.x355asG6022251>