Index: head/devel/opendht/Makefile =================================================================== --- head/devel/opendht/Makefile (revision 464968) +++ head/devel/opendht/Makefile (revision 464969) @@ -1,47 +1,43 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= opendht DISTVERSION= 1.6.1 CATEGORIES= devel net MAINTAINER= yuri@FreeBSD.org COMMENT= Lightweight Distributed Hash Table implementation 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 \ libgnutls.so:security/gnutls USES= cmake:outsource compiler:c++11-lib pathfix pkgconfig readline:port USE_GITHUB= yes GH_ACCOUNT= savoirfairelinux USE_LDCONFIG= yes CMAKE_OFF= OPENDHT_STATIC OPTIONS_DEFINE= PROXY_SERVER PROXY_CLIENT PUSH_NOTIFICATIONS DOCS PROXY_SERVER_DESC= Enable DHT proxy server PROXY_CLIENT_DESC= Enable DHT proxy client PUSH_NOTIFICATIONS_DESC= Enable push notifications support PROXY_SERVER_CMAKE_BOOL= OPENDHT_PROXY_SERVER PROXY_CLIENT_CMAKE_BOOL= OPENDHT_PROXY_CLIENT PUSH_NOTIFICATIONS_CMAKE_BOOL= OPENDHT_PUSH_NOTIFICATIONS PROXY_SERVER_LIB_DEPENDS= libjsoncpp.so:devel/jsoncpp \ librestbed.so:www/restbed PORTDOCS= * -.include - -.if ${OPSYS} == FreeBSD && ${OSREL} == 10.3 -BROKEN= Missing __cxa_thread_atexit -.endif - -.include +.include Index: head/devel/py-opendht/Makefile =================================================================== --- head/devel/py-opendht/Makefile (revision 464968) +++ head/devel/py-opendht/Makefile (revision 464969) @@ -1,29 +1,27 @@ # $FreeBSD$ PORTNAME= opendht DISTVERSION= 1.6.1 CATEGORIES= devel net PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Lightweight Distributed Hash Table implementation 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 USES= cmake:outsource compiler:c++11-lib localbase python:3.4+ USE_GITHUB= yes GH_ACCOUNT= savoirfairelinux USE_PYTHON= distutils cython autoplist WRKSRC_SUBDIR= python post-stage: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/opendht.so .include