Date: Thu, 4 Apr 2019 08:14:16 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r497808 - branches/2019Q2/net-p2p/linuxdcpp Message-ID: <201904040814.x348EGE1043021@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Apr 4 08:14:16 2019 New Revision: 497808 URL: https://svnweb.freebsd.org/changeset/ports/497808 Log: MFH: r497807 Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Modified: branches/2019Q2/net-p2p/linuxdcpp/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/net-p2p/linuxdcpp/Makefile ============================================================================== --- branches/2019Q2/net-p2p/linuxdcpp/Makefile Thu Apr 4 08:13:48 2019 (r497807) +++ branches/2019Q2/net-p2p/linuxdcpp/Makefile Thu Apr 4 08:14:16 2019 (r497808) @@ -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?201904040814.x348EGE1043021>