Index: head/devel/emscripten/Makefile =================================================================== --- head/devel/emscripten/Makefile (revision 528930) +++ head/devel/emscripten/Makefile (revision 528931) @@ -1,56 +1,56 @@ # $FreeBSD$ PORTNAME= emscripten -DISTVERSION= 1.39.9 +DISTVERSION= 1.39.11 CATEGORIES= devel www MAINTAINER= yuri@FreeBSD.org COMMENT= LLVM-to-Web Compiler LICENSE= MIT NCSA LICENSE_COMB= dual RUN_DEPENDS= llvm-devel>0:devel/llvm-devel \ node:www/node \ bash:shells/bash \ binaryen>0:devel/binaryen # the upstream requires to use either the latest llvm version, or their own llvm fork called emscripten-fastcomp USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= emscripten-core GH_PROJECT= emscripten SHEBANG_FILES= ${PYSCRIPTS} emcmake tools/emdump system/bin/sdl-config system/bin/sdl2-config third_party/websockify/run SHEBANG_GLOB= *.py *.sh PYSCRIPTS= em++ emar emcc em-config emconfigure emmake emranlib emrun emscons NO_BUILD= yes NO_ARCH= yes PORTSCOUT= limit:^[0-9\.]*$$ post-patch: @${REINPLACE_CMD} -i '' -E " \ s|BINARYEN_ROOT = None|BINARYEN_ROOT = '${LOCALBASE}'| ; \ s|LLVM_ROOT = None|LLVM_ROOT = '${LOCALBASE}'| ; \ s|LLVM_ADD_VERSION = None|LLVM_ADD_VERSION = 'devel'| ; \ s|CLANG_ADD_VERSION = None|CLANG_ADD_VERSION = 'devel'| ; \ s|^__rootpath__ = .*|__rootpath__ = '${PREFIX}/lib/${PORTNAME}'| ; \ s|find_executable\('llvm-dis'\) or '/usr/bin/llvm-dis'|'${LOCALBASE}/bin/llvm-dis'|" \ ${WRKSRC}/tools/shared.py @${REINPLACE_CMD} -i '' -E " \ s|os.getenv\('BINARYEN', ''\)|os.getenv('BINARYEN', '${LOCALBASE}')|" \ ${WRKSRC}/tools/settings_template.py do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} cd ${WRKSRC} && ${CP} -r em* cmake site src system third_party tools ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/ ${FIND} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} \( -name "*.bat" -o -name "*.orig" \) -delete .for s in ${PYSCRIPTS} ${RLN} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${s} ${STAGEDIR}${PREFIX}/bin/${s} .endfor ${RM} -rf ${STAGEDIR}${PREFIX}/lib/emscripten/system/lib/pkgconfig ${RM} -rf ${STAGEDIR}${PREFIX}/lib/emscripten/tools/websocket_to_posix_proxy .include Index: head/devel/emscripten/distinfo =================================================================== --- head/devel/emscripten/distinfo (revision 528930) +++ head/devel/emscripten/distinfo (revision 528931) @@ -1,3 +1,3 @@ -TIMESTAMP = 1583597858 -SHA256 (emscripten-core-emscripten-1.39.9_GH0.tar.gz) = 35549060dbbacb73f307e1e6ac016afc0f14e1ff4e936a426701fa0e836a83dc -SIZE (emscripten-core-emscripten-1.39.9_GH0.tar.gz) = 33414820 +TIMESTAMP = 1584900294 +SHA256 (emscripten-core-emscripten-1.39.11_GH0.tar.gz) = 4da8d99cbc73d71a69020888933245b2ff01b009909230290f7248de76e3881a +SIZE (emscripten-core-emscripten-1.39.11_GH0.tar.gz) = 33452535