diff --git a/devel/merve/Makefile b/devel/merve/Makefile index 69a5034e541f..7f4f0ac87ace 100644 --- a/devel/merve/Makefile +++ b/devel/merve/Makefile @@ -1,35 +1,35 @@ PORTNAME= merve PORTVERSION= 1.2.2 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast C++ lexer for extracting named exports from CommonJS modules WWW= https://github.com/nodejs/merve LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT LIB_DEPENDS= libsimdutf.so:converters/simdutf USES= cmake compiler:c++20-lang localbase:ldflags CMAKE_OFF= MERVE_BENCHMARKS \ MERVE_LOGGING \ MERVE_SANITIZE \ MERVE_SANITIZE_BOUNDS_STRICT \ MERVE_SANITIZE_UNDEFINED \ MERVE_TESTING CMAKE_ON= BUILD_SHARED_LIBS \ MERVE_USE_SIMDUTF PLIST_SUB= PORTVERSION=${PORTVERSION} USE_GITHUB= yes GH_ACCOUNT= nodejs .include diff --git a/devel/opendht/Makefile b/devel/opendht/Makefile index 39530c12f02b..5c126fc164ec 100644 --- a/devel/opendht/Makefile +++ b/devel/opendht/Makefile @@ -1,63 +1,64 @@ PORTNAME= opendht DISTVERSIONPREFIX= v DISTVERSION= 4.4.0 +PORTREVISION= 1 CATEGORIES= devel net MAINTAINER= yuri@FreeBSD.org COMMENT= Lightweight Distributed Hash Table implementation WWW= https://github.com/savoirfairelinux/opendht/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/asio.hpp:net/asio \ boost-libs>0:devel/boost-libs \ msgpack-cxx>0:devel/msgpack-cxx \ restinio>0:www/restinio LIB_DEPENDS= libargon2.so:security/libargon2 \ libfmt.so:devel/libfmt \ libgnutls.so:security/gnutls \ libjsoncpp.so:devel/jsoncpp \ libllhttp.so:www/llhttp \ libnettle.so:security/nettle \ libsimdutf.so:converters/simdutf RUN_DEPENDS= msgpack-cxx>0:devel/msgpack-cxx TEST_DEPENDS= cppunit>0:devel/cppunit USES= cmake:testing compiler:c++17-lang localbase ncurses pathfix pkgconfig readline ssl USE_GITHUB= yes GH_ACCOUNT= savoirfairelinux USE_LDCONFIG= yes LDFLAGS+= -lcrypto CMAKE_OFF= OPENDHT_STATIC BUILD_TESTING OPENDHT_TESTS_NETWORK CMAKE_TESTING_ON= BUILD_TESTING OPENDHT_TESTS_NETWORK # tests Tests assert and crash, see https://github.com/savoirfairelinux/opendht/issues/696 OPTIONS_DEFINE= INDEX PROXY_CLIENT PROXY_SERVER PUSH_NOTIFICATIONS DOCS OPTIONS_DEFAULT= INDEX PROXY_CLIENT PROXY_SERVER PUSH_NOTIFICATIONS DOCS INDEX_DESC= Build DHT indexation feature INDEX_CMAKE_BOOL= OPENDHT_INDEX PROXY_CLIENT_DESC= Enable DHT proxy client PROXY_CLIENT_CMAKE_BOOL= OPENDHT_PROXY_CLIENT PROXY_SERVER_DESC= Enable DHT proxy server PROXY_SERVER_CMAKE_BOOL= OPENDHT_PROXY_SERVER PROXY_SERVER_LIB_DEPENDS= libjsoncpp.so:devel/jsoncpp PUSH_NOTIFICATIONS_DESC= Enable push notifications support PUSH_NOTIFICATIONS_CMAKE_BOOL= OPENDHT_PUSH_NOTIFICATIONS DOCS_DESC= Build Doxygen API documentation DOCS_BUILD_DEPENDS= doxygen:devel/doxygen DOCS_CMAKE_BOOL= OPENDHT_DOCUMENTATION PORTDOCS= * # tests as of 4.4.0: 100% tests passed out of 12 (test_http and test_dhtproxy disabled, # see files/patch-CMakeLists.txt) .include diff --git a/x11/ghostty/Makefile b/x11/ghostty/Makefile index 392701ecb654..cf5802758e20 100644 --- a/x11/ghostty/Makefile +++ b/x11/ghostty/Makefile @@ -1,43 +1,43 @@ PORTNAME= ghostty DISTVERSIONPREFIX= v DISTVERSION= 1.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 wayland DIST_SUBDIR= ${PORTNAME} MAINTAINER= slowdive@me.com COMMENT= Fast, native and feature-rich terminal emulator with GPU acceleration WWW= https://github.com/ghostty-org/ghostty LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= blueprint-compiler>0:devel/blueprint-compiler LIB_DEPENDS= libfreetype.so:print/freetype2 \ libgtk4-layer-shell.so:x11-toolkits/gtk4-layer-shell \ libonig.so:devel/oniguruma \ libsimdutf.so:converters/simdutf \ libspirv-cross-c-shared.so:graphics/spirv-cross USES= gettext-runtime gettext-tools gnome pkgconfig zig:015 USE_GITHUB= yes GH_ACCOUNT= ghostty-org USE_GNOME= glib20 gtk40 libadwaita libxml2 ZIG_ARGS= -Dapp-runtime=gtk -Dgtk-wayland=true -Dgtk-x11=true \ -fsys=simdutf -fsys=spirv-cross -fsys=freetype LDFLAGS+= -lbz2 OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes DOCS_BUILD_DEPENDS= pandoc:textproc/hs-pandoc DOCS_ZIG_BOOL= emit-docs post-patch-DOCS-on: @${REINPLACE_CMD} 's|share/ghostty/doc|${DOCSDIR:S,^${PREFIX}/,,}|' \ ${WRKSRC}/src/build/GhosttyDocs.zig .include