Date: Thu, 4 Apr 2019 14:28:20 +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: r497841 - head/net/radsecproxy Message-ID: <201904041428.x34ESKSB038341@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Apr 4 14:28:20 2019 New Revision: 497841 URL: https://svnweb.freebsd.org/changeset/ports/497841 Log: Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout MFH: 2019Q2 Modified: head/net/radsecproxy/Makefile Modified: head/net/radsecproxy/Makefile ============================================================================== --- head/net/radsecproxy/Makefile Thu Apr 4 14:26:39 2019 (r497840) +++ head/net/radsecproxy/Makefile Thu Apr 4 14:28:20 2019 (r497841) @@ -19,9 +19,16 @@ GNU_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= incomplete definition of type 'struct ssl_st' +BROKEN_FreeBSD_13= incomplete definition of type 'struct ssl_st' +.endif + post-install: ${MAKE} install-man -C ${WRKSRC} ${MAKE_ARGS} ${INSTALL_DATA} ${WRKSRC}/radsecproxy.conf-example \ ${STAGEDIR}${PREFIX}/etc -.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?201904041428.x34ESKSB038341>