svn commit: r497672 - head/net-p2p/eiskaltdcpp-lib

Antoine Brodin antoine at FreeBSD.org
Wed Apr 3 08:22:41 UTC 2019


Author: antoine
Date: Wed Apr  3 08:22:39 2019
New Revision: 497672
URL: https://svnweb.freebsd.org/changeset/ports/497672

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

Modified:
  head/net-p2p/eiskaltdcpp-lib/Makefile

Modified: head/net-p2p/eiskaltdcpp-lib/Makefile
==============================================================================
--- head/net-p2p/eiskaltdcpp-lib/Makefile	Wed Apr  3 08:14:02 2019	(r497671)
+++ head/net-p2p/eiskaltdcpp-lib/Makefile	Wed Apr  3 08:22:39 2019	(r497672)
@@ -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-all mailing list