svn commit: r497808 - branches/2019Q2/net-p2p/linuxdcpp

Antoine Brodin antoine at FreeBSD.org
Thu Apr 4 08:14:17 UTC 2019


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>


More information about the svn-ports-all mailing list