Date: Thu, 4 Apr 2019 08:13:48 +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: r497807 - head/net-p2p/linuxdcpp Message-ID: <201904040813.x348DmSO042869@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Apr 4 08:13:48 2019 New Revision: 497807 URL: https://svnweb.freebsd.org/changeset/ports/497807 Log: Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout MFH: 2019Q2 Modified: head/net-p2p/linuxdcpp/Makefile Modified: head/net-p2p/linuxdcpp/Makefile ============================================================================== --- head/net-p2p/linuxdcpp/Makefile Thu Apr 4 08:09:58 2019 (r497806) +++ head/net-p2p/linuxdcpp/Makefile Thu Apr 4 08:13:48 2019 (r497807) @@ -32,6 +32,13 @@ LDFLAGS+= -L${LOCALBASE}/lib NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify NOTIFY_MAKE_ARGS_OFF= libnotify=0 +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= member access into incomplete type 'dh_st' +BROKEN_FreeBSD_13= member access into incomplete type 'dh_st' +.endif + post-patch: @${REINPLACE_CMD} -e "s/'iconv'/'${ICONV_LIB:S/-l//}'/" \ ${WRKSRC}/SConstruct @@ -40,4 +47,4 @@ post-patch: 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?201904040813.x348DmSO042869>