Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 08:23:02 +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: r497673 - branches/2019Q2/net-p2p/eiskaltdcpp-lib
Message-ID:  <201904030823.x338N2lJ081538@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Apr  3 08:23:01 2019
New Revision: 497673
URL: https://svnweb.freebsd.org/changeset/ports/497673

Log:
  MFH: r497672
  
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/net-p2p/eiskaltdcpp-lib/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/net-p2p/eiskaltdcpp-lib/Makefile
==============================================================================
--- branches/2019Q2/net-p2p/eiskaltdcpp-lib/Makefile	Wed Apr  3 08:22:39 2019	(r497672)
+++ branches/2019Q2/net-p2p/eiskaltdcpp-lib/Makefile	Wed Apr  3 08:23:01 2019	(r497673)
@@ -17,6 +17,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USE_GITHUB=	yes
 
 .if !defined (MASTERDIR)
+BROKEN_FreeBSD_12=	error: member access into incomplete type 'dh_st'
+BROKEN_FreeBSD_13=	error: member access into incomplete type 'dh_st'
+
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs
 
 USES=		cmake gettext compiler:c++11-lib ssl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904030823.x338N2lJ081538>