svn commit: r464969 - in head/devel: opendht py-opendht

Yuri Victorovich yuri at FreeBSD.org
Sun Mar 18 23:25:25 UTC 2018


Author: yuri
Date: Sun Mar 18 23:25:24 2018
New Revision: 464969
URL: https://svnweb.freebsd.org/changeset/ports/464969

Log:
  devel/opendht, devel/py-opendht: Improve BROKEN_xx statements
  
  devel/opendht: Change to BROKEN_FreeBSD_10
  devel/py-opendht: Remove BROKEN_xx (it isn't broken)

Modified:
  head/devel/opendht/Makefile
  head/devel/py-opendht/Makefile

Modified: head/devel/opendht/Makefile
==============================================================================
--- head/devel/opendht/Makefile	Sun Mar 18 23:08:08 2018	(r464968)
+++ head/devel/opendht/Makefile	Sun Mar 18 23:25:24 2018	(r464969)
@@ -11,6 +11,8 @@ COMMENT=	Lightweight Distributed Hash Table implementa
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_FreeBSD_10=	Missing __cxa_thread_atexit
+
 LIB_DEPENDS=	libargon2.so:security/libargon2 \
 		libmsgpackc.so:devel/msgpack \
 		libnettle.so:security/nettle \
@@ -38,10 +40,4 @@ PROXY_SERVER_LIB_DEPENDS=	libjsoncpp.so:devel/jsoncpp 
 
 PORTDOCS=	*
 
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSREL} == 10.3
-BROKEN=	Missing __cxa_thread_atexit
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/py-opendht/Makefile
==============================================================================
--- head/devel/py-opendht/Makefile	Sun Mar 18 23:08:08 2018	(r464968)
+++ head/devel/py-opendht/Makefile	Sun Mar 18 23:25:24 2018	(r464969)
@@ -11,8 +11,6 @@ COMMENT=	Lightweight Distributed Hash Table implementa
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/../COPYING
 
-BROKEN_FreeBSD_10=	devel/opendht dependency doesn't build on 10
-
 LIB_DEPENDS=	libopendht.so:devel/opendht \
 		libgnutls.so:security/gnutls
 


More information about the svn-ports-all mailing list