svn commit: r497673 - branches/2019Q2/net-p2p/eiskaltdcpp-lib

Antoine Brodin antoine at FreeBSD.org
Wed Apr 3 08:23:03 UTC 2019


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


More information about the svn-ports-branches mailing list