and unbreak multimedia/obs-studio. This works by using standalone asio's namespace instead of boost::asio's everywhere. (Boost includes asio, and websocketpp can work with Boost and the standalone Asio, pulling it into its own namespace wrapper.) Tested by: tagattie@, mandree@ PR: 287916
29 lines
629 B
Makefile
29 lines
629 B
Makefile
PORTNAME= websocketpp
|
|
PORTVERSION= 0.8.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= sigsegv@radiotube.org
|
|
COMMENT= Header-only implementation of the WebSocket protocol
|
|
WWW= https://www.zaphoyd.com/websocketpp/
|
|
|
|
LICENSE= MIT BSD3CLAUSE ZLIB
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= boost-libs>0:devel/boost-libs
|
|
|
|
USES= cmake:insource,testing cpe
|
|
CPE_VENDOR= zaphoyd
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= zaphoyd
|
|
|
|
CMAKE_TESTING_ON= BUILD_TESTS
|
|
|
|
NO_ARCH= yes
|
|
|
|
post-stage: # https://github.com/zaphoyd/websocketpp/issues/781
|
|
@${RMDIR} ${STAGEDIR}${PREFIX}/include/websocketpp/CMakeFiles
|
|
|
|
.include <bsd.port.mk>
|