diff --git a/devel/asfml/Makefile b/devel/asfml/Makefile index fbaf574a8818..fecbb29619fe 100644 --- a/devel/asfml/Makefile +++ b/devel/asfml/Makefile @@ -1,119 +1,119 @@ PORTNAME= asfml DISTVERSIONPREFIX= v DISTVERSION= 2.5.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel games graphics multimedia MAINTAINER= agh@riseup.net COMMENT= Ada bindings to the Simple and Fast Multimedia Library (SFML) WWW= https://mgrojo.github.io/ASFML/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE.md BROKEN_i386= segfault: raised STORAGE_ERROR : s-intman.adb:136 explicit raise BUILD_DEPENDS= gprbuild>0:devel/gprbuild LIB_DEPENDS= libcsfml-system.so:devel/csfml USES= ada:12,run USE_GCC= yes:build USE_GITHUB= yes GH_ACCOUNT= mgrojo GH_PROJECT= ${PORTNAME:tu} EXTRACT_AFTER_ARGS= --exclude include/generated SUB_FILES= ${PORTNAME}.gpr OPTIONS_DEFINE= DEBUG DOCS EXAMPLES OPTIONS_SUB= yes DOCS_DESC= Install API reference documentation EXAMPLES_DESC= Build and install Ada SFML examples EXAMPLES_RUN_DEPENDS+= dejavu>0:x11-fonts/dejavu \ webfonts>0:x11-fonts/webfonts EXAMPLES_USES= fonts:fc gl gmake EXAMPLES_USE= GL=glu,opengl _GPR_ARGS= -j${MAKE_JOBS_NUMBER} -p .include .if ${PORT_OPTIONS:MDEBUG} _GPR_ARGS+= -XASFML_BUILD_MODE=debug .endif post-extract: ${MV} ${WRKSRC}/tests \ ${WRKSRC}/examples post-patch: ${REINPLACE_CMD} -e 's|%%DATA_AUDIO%%|${DATADIR}/audio/|' \ -e 's|%%DATA_FONTS%%|${DATADIR}/fonts/|' \ -e 's|%%DATA_GRAPHICS%%|${DATADIR}/graphics/|' \ -e 's|%%PREFIX_FONTDIR%%|${FONTSDIR:C/${PORTNAME}//g}|' \ ${WRKSRC}/examples/example/main.adb \ ${WRKSRC}/examples/pong/pong.adb \ ${WRKSRC}/examples/renderwindow/main.adb \ ${WRKSRC}/examples/renderwindow/unicode.adb do-build: (cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} gprbuild ${_GPR_ARGS} -P asfml) do-build-EXAMPLES-on: (cd ${WRKSRC}/examples && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD}) do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/gpr ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.gpr \ ${STAGEDIR}${PREFIX}/share/gpr/ ${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/include/*.ad[bs] \ ${STAGEDIR}${PREFIX}/include/${PORTNAME} ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/lib/*.ali \ ${STAGEDIR}${PREFIX}/lib/${PORTNAME} - ${INSTALL_LIB} ${WRKSRC}/lib/*.a \ + ${INSTALL_DATA} ${WRKSRC}/lib/*.a \ ${STAGEDIR}${PREFIX}/lib/ do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for DEMO in clock example graphics music opengl renderwindow thread window ${INSTALL_DATA} ${WRKSRC}/examples/${DEMO}/main.adb \ ${STAGEDIR}${EXAMPLESDIR}/${DEMO}.adb ${INSTALL_PROGRAM} ${WRKSRC}/examples/${DEMO}/main \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-example-${DEMO} .if ${DEMO} == renderwindow || ${DEMO} == window ${INSTALL_DATA} ${WRKSRC}/examples/${DEMO}/unicode.adb \ ${STAGEDIR}${EXAMPLESDIR}/${DEMO}-unicode.adb ${INSTALL_PROGRAM} ${WRKSRC}/examples/${DEMO}/unicode \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-example-${DEMO}-unicode .endif .endfor ${INSTALL_DATA} ${WRKSRC}/examples/pong/pong.adb \ ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/thread/thread_func.* \ ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_PROGRAM} ${WRKSRC}/examples/pong/pong \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-example-pong ${MKDIR} ${STAGEDIR}${DATADIR}/audio ${INSTALL_DATA} ${WRKSRC}/examples/pong/*.ogg \ ${STAGEDIR}${DATADIR}/audio ${MKDIR} ${STAGEDIR}${DATADIR}/graphics ${INSTALL_DATA} ${WRKSRC}/examples/renderwindow/*.png \ ${STAGEDIR}${DATADIR}/graphics ${MKDIR} ${STAGEDIR}${DATADIR}/fonts ${INSTALL_DATA} ${WRKSRC}/examples/renderwindow/aerial.ttf \ ${STAGEDIR}${DATADIR}/fonts .include diff --git a/devel/libwasmtime/Makefile b/devel/libwasmtime/Makefile index 109b6e93ce80..a81caa8013aa 100644 --- a/devel/libwasmtime/Makefile +++ b/devel/libwasmtime/Makefile @@ -1,441 +1,442 @@ PORTNAME= lib${GH_PROJECT} PORTVERSION= 25.0.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= osa@FreeBSD.org COMMENT= Library for fast and secure runtime for WebAssembly WWW= https://wasmtime.dev/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= build currently failing LIB_DEPENDS= libzstd.so:archivers/zstd USES= cargo cmake:indirect cpe CPE_VENDOR= bytecodealliance USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= bytecodealliance GH_PROJECT= wasmtime CARGO_BUILD_ARGS= -p wasmtime-c-api CMAKE_SOURCE_PATH= ${WRKSRC}/crates/c-api CARGO_CRATES= addr2line-0.22.0 \ adler-1.0.2 \ ahash-0.8.11 \ aho-corasick-1.0.2 \ ambient-authority-0.0.2 \ android_system_properties-0.1.5 \ anes-0.1.6 \ anstream-0.3.2 \ anstyle-1.0.1 \ anstyle-parse-0.2.1 \ anstyle-query-1.0.0 \ anstyle-wincon-1.0.1 \ anyhow-1.0.75 \ arbitrary-1.3.1 \ async-trait-0.1.71 \ autocfg-1.1.0 \ backtrace-0.3.73 \ base64-0.21.0 \ base64-0.22.1 \ bit-set-0.5.2 \ bit-vec-0.6.3 \ bitflags-1.3.2 \ bitflags-2.4.1 \ block-buffer-0.10.2 \ bstr-1.6.0 \ bumpalo-3.14.0 \ byteorder-1.4.3 \ bytes-1.5.0 \ bytesize-1.3.0 \ camino-1.1.4 \ cap-fs-ext-3.0.0 \ cap-net-ext-3.0.0 \ cap-primitives-3.0.0 \ cap-rand-3.0.0 \ cap-std-3.0.0 \ cap-time-ext-3.0.0 \ capstone-0.12.0 \ capstone-sys-0.16.0 \ cargo-platform-0.1.2 \ cargo_metadata-0.18.1 \ cast-0.3.0 \ cc-1.1.6 \ cfg-if-1.0.0 \ ciborium-0.2.0 \ ciborium-io-0.2.0 \ ciborium-ll-0.2.0 \ clap-4.3.12 \ clap_builder-4.3.12 \ clap_derive-4.3.12 \ clap_lex-0.5.0 \ cobs-0.2.3 \ codespan-reporting-0.11.1 \ colorchoice-1.0.0 \ console-0.15.0 \ core-foundation-sys-0.8.6 \ cpp_demangle-0.4.3 \ cpufeatures-0.2.7 \ crc32fast-1.3.2 \ criterion-0.5.1 \ criterion-plot-0.5.0 \ crossbeam-deque-0.8.1 \ crossbeam-epoch-0.9.15 \ crossbeam-utils-0.8.10 \ crypto-common-0.1.6 \ cty-0.2.2 \ debugid-0.8.0 \ derive_arbitrary-1.3.1 \ digest-0.10.3 \ directories-next-2.0.0 \ dirs-next-2.0.0 \ dirs-sys-next-0.1.2 \ dlmalloc-0.2.4 \ downcast-rs-1.2.0 \ egg-0.6.0 \ either-1.6.1 \ embedded-io-0.4.0 \ encode_unicode-0.3.6 \ encoding_rs-0.8.31 \ env_logger-0.10.0 \ equivalent-1.0.1 \ errno-0.3.8 \ escape8259-0.5.2 \ fallible-iterator-0.3.0 \ fastrand-2.0.1 \ fd-lock-4.0.2 \ file-per-thread-logger-0.2.0 \ filecheck-0.5.0 \ filetime-0.2.16 \ flagset-0.4.3 \ flate2-1.0.30 \ fnv-1.0.7 \ form_urlencoded-1.1.0 \ fs-set-times-0.20.1 \ fslock-0.2.1 \ futures-0.3.27 \ futures-channel-0.3.27 \ futures-core-0.3.27 \ futures-io-0.3.28 \ futures-sink-0.3.27 \ futures-task-0.3.27 \ futures-util-0.3.27 \ fxhash-0.2.1 \ fxprof-processed-profile-0.6.0 \ generic-array-0.14.5 \ getrandom-0.2.9 \ gimli-0.29.0 \ h2-0.4.4 \ half-1.8.2 \ hashbrown-0.12.3 \ hashbrown-0.14.3 \ heck-0.4.0 \ heck-0.5.0 \ hermit-abi-0.3.0 \ home-0.5.9 \ http-1.0.0 \ http-body-1.0.0 \ http-body-util-0.1.0 \ httparse-1.8.0 \ httpdate-1.0.2 \ humantime-2.1.0 \ hyper-1.0.1 \ iana-time-zone-0.1.59 \ iana-time-zone-haiku-0.1.2 \ id-arena-2.2.1 \ idna-0.3.0 \ indexmap-1.9.1 \ indexmap-2.2.6 \ indexmap-nostd-0.4.0 \ indicatif-0.13.0 \ instant-0.1.12 \ io-extras-0.18.1 \ io-lifetimes-1.0.11 \ io-lifetimes-2.0.3 \ ipnet-2.5.0 \ is-terminal-0.4.10 \ itertools-0.10.5 \ itertools-0.12.1 \ itoa-1.0.1 \ ittapi-0.4.0 \ ittapi-sys-0.4.0 \ jobserver-0.1.32 \ js-sys-0.3.57 \ lazy_static-1.4.0 \ leb128-0.2.5 \ libc-0.2.153 \ libfuzzer-sys-0.4.5 \ libloading-0.8.1 \ libm-0.2.7 \ libtest-mimic-0.7.0 \ linux-raw-sys-0.3.8 \ linux-raw-sys-0.4.12 \ listenfd-1.0.0 \ log-0.4.17 \ mach-0.3.2 \ mach2-0.4.2 \ matchers-0.1.0 \ maybe-owned-0.3.4 \ memchr-2.5.0 \ memfd-0.6.4 \ memmap2-0.2.3 \ memoffset-0.9.0 \ miniz_oxide-0.7.1 \ mio-0.8.11 \ nu-ansi-term-0.46.0 \ num-traits-0.2.19 \ num_cpus-1.16.0 \ number_prefix-0.3.0 \ object-0.36.0 \ ocaml-boxroot-sys-0.2.0 \ ocaml-interop-0.8.8 \ ocaml-sys-0.22.3 \ once_cell-1.19.0 \ oorandom-11.1.3 \ openvino-0.7.2 \ openvino-finder-0.7.2 \ openvino-sys-0.7.2 \ ort-2.0.0-rc.2 \ ort-sys-2.0.0-rc.2 \ overload-0.1.1 \ paste-1.0.7 \ percent-encoding-2.2.0 \ pin-project-lite-0.2.14 \ pin-utils-0.1.0 \ pkg-config-0.3.29 \ postcard-1.0.8 \ ppv-lite86-0.2.16 \ pretty_env_logger-0.5.0 \ prettyplease-0.2.20 \ proc-macro2-1.0.81 \ proptest-1.0.0 \ psm-0.1.18 \ quick-error-1.2.3 \ quick-error-2.0.1 \ quote-1.0.36 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.3 \ rand_xorshift-0.3.0 \ rayon-1.5.3 \ rayon-core-1.12.0 \ redox_syscall-0.2.13 \ redox_syscall-0.3.5 \ redox_users-0.4.3 \ regalloc2-0.10.2 \ regex-1.9.1 \ regex-automata-0.1.10 \ regex-automata-0.3.3 \ regex-syntax-0.6.25 \ regex-syntax-0.7.4 \ region-2.2.0 \ ring-0.17.3 \ rustc-demangle-0.1.24 \ rustc-hash-2.0.0 \ rustix-0.37.27 \ rustix-0.38.31 \ rustls-0.22.4 \ rustls-0.23.7 \ rustls-pki-types-1.3.1 \ rustls-webpki-0.102.2 \ rustversion-1.0.14 \ rusty-fork-0.3.0 \ ryu-1.0.9 \ same-file-1.0.6 \ scopeguard-1.1.0 \ semver-1.0.17 \ serde-1.0.188 \ serde_derive-1.0.188 \ serde_json-1.0.107 \ serde_spanned-0.6.5 \ sha2-0.10.2 \ sharded-slab-0.1.4 \ shellexpand-2.1.0 \ shuffling-allocator-1.1.2 \ signal-hook-registry-1.4.1 \ similar-2.2.0 \ slab-0.4.7 \ slice-group-by-0.3.1 \ smallvec-1.11.0 \ socket2-0.5.7 \ souper-ir-2.1.0 \ spdx-0.10.1 \ spin-0.9.4 \ sptr-0.3.2 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ strsim-0.10.0 \ subtle-2.5.0 \ symbolic_expressions-5.0.3 \ syn-1.0.92 \ syn-2.0.60 \ system-interface-0.27.1 \ tar-0.4.41 \ target-lexicon-0.12.16 \ tempfile-3.8.0 \ termcolor-1.4.1 \ terminal_size-0.1.17 \ terminal_size-0.2.6 \ test-log-0.2.11 \ thiserror-1.0.43 \ thiserror-impl-1.0.43 \ thread_local-1.1.4 \ threadpool-1.8.1 \ tinytemplate-1.2.1 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.0 \ tokio-1.30.0 \ tokio-macros-2.1.0 \ tokio-rustls-0.25.0 \ tokio-util-0.7.4 \ toml-0.8.10 \ toml_datetime-0.6.5 \ toml_edit-0.22.4 \ tracing-0.1.37 \ tracing-attributes-0.1.26 \ tracing-core-0.1.31 \ tracing-log-0.1.3 \ tracing-subscriber-0.3.17 \ try-lock-0.2.4 \ typenum-1.15.0 \ unicode-bidi-0.3.8 \ unicode-ident-1.0.8 \ unicode-normalization-0.1.21 \ unicode-width-0.1.9 \ unicode-xid-0.2.3 \ untrusted-0.9.0 \ ureq-2.10.0 \ url-2.3.1 \ utf8parse-0.2.1 \ uuid-1.0.0 \ v8-0.86.0 \ valuable-0.1.0 \ version_check-0.9.4 \ wait-timeout-0.2.0 \ walkdir-2.3.3 \ want-0.3.0 \ wasi-0.11.0+wasi-snapshot-preview1 \ wasi-nn-0.6.0 \ wasm-bindgen-0.2.87 \ wasm-bindgen-backend-0.2.87 \ wasm-bindgen-macro-0.2.87 \ wasm-bindgen-macro-support-0.2.87 \ wasm-bindgen-shared-0.2.87 \ wasm-encoder-0.215.0 \ wasm-encoder-0.217.0 \ wasm-metadata-0.215.0 \ wasm-metadata-0.217.0 \ wasm-mutate-0.217.0 \ wasm-smith-0.217.0 \ wasmi-0.31.1 \ wasmi_arena-0.4.1 \ wasmi_core-0.13.0 \ wasmparser-0.215.0 \ wasmparser-0.217.0 \ wasmparser-nostd-0.100.1 \ wasmprinter-0.217.0 \ wast-35.0.2 \ wast-217.0.0 \ wat-1.217.0 \ web-sys-0.3.57 \ webpki-roots-0.26.1 \ which-5.0.0 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-0.52.0 \ windows-core-0.52.0 \ windows-implement-0.52.0 \ windows-interface-0.52.0 \ windows-sys-0.48.0 \ windows-sys-0.52.0 \ windows-targets-0.48.5 \ windows-targets-0.52.0 \ windows_aarch64_gnullvm-0.48.5 \ windows_aarch64_gnullvm-0.52.0 \ windows_aarch64_msvc-0.48.5 \ windows_aarch64_msvc-0.52.0 \ windows_i686_gnu-0.48.5 \ windows_i686_gnu-0.52.0 \ windows_i686_msvc-0.48.5 \ windows_i686_msvc-0.52.0 \ windows_x86_64_gnu-0.48.5 \ windows_x86_64_gnu-0.52.0 \ windows_x86_64_gnullvm-0.48.5 \ windows_x86_64_gnullvm-0.52.0 \ windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.0 \ winnow-0.5.39 \ winx-0.36.3 \ wit-bindgen-0.30.0 \ wit-bindgen-core-0.30.0 \ wit-bindgen-rt-0.30.0 \ wit-bindgen-rust-0.30.0 \ wit-bindgen-rust-macro-0.30.0 \ wit-component-0.215.0 \ wit-component-0.217.0 \ wit-parser-0.215.0 \ wit-parser-0.217.0 \ witx-0.9.1 \ xattr-1.3.1 \ zerocopy-0.7.32 \ zerocopy-derive-0.7.32 \ zeroize-1.7.0 \ zstd-0.13.0 \ zstd-safe-7.0.0 \ zstd-sys-2.0.9+zstd.1.5.5 GH_TUPLE= WebAssembly:testsuite:ae5a669:testsuite/tests/spec_testsuite \ WebAssembly:wasi-testsuite:2fec29e:wasi_testsuite/tests/wasi_testsuite/wasi-common \ WebAssembly:wasi-threads:e1893c0:wasi_threads/tests/wasi_testsuite/wasi-threads PLIST_FILES= include/doc-wasm.h \ include/wasi.h \ include/wasm.h \ include/wasm.hh \ include/wasmtime.h \ include/wasmtime/async.h \ include/wasmtime/conf.h \ include/wasmtime/config.h \ include/wasmtime/engine.h \ include/wasmtime/error.h \ include/wasmtime/extern.h \ include/wasmtime/func.h \ include/wasmtime/global.h \ include/wasmtime/instance.h \ include/wasmtime/linker.h \ include/wasmtime/memory.h \ include/wasmtime/module.h \ include/wasmtime/profiling.h \ include/wasmtime/sharedmemory.h \ include/wasmtime/store.h \ include/wasmtime/table.h \ include/wasmtime/trap.h \ include/wasmtime/val.h \ lib/libwasmtime.a \ lib/libwasmtime.so post-configure: @cd ${CMAKE_SOURCE_PATH} && ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} post-build: @cd ${CMAKE_SOURCE_PATH} && ${SETENV} ${MAKE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} ${CMAKE_SOURCE_PATH} do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/wasmtime ${INSTALL_DATA} ${WRKSRC}/crates/c-api/include/wasm.h ${STAGEDIR}${PREFIX}/include (cd ${WRKSRC}/crates/c-api/include && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include) ${RM} ${STAGEDIR}${PREFIX}/include/wasmtime/conf.h.in - ${INSTALL_LIB} ${WRKDIR}/target/release/libwasmtime.a ${STAGEDIR}${PREFIX}/lib + ${INSTALL_DATA} ${WRKDIR}/target/release/libwasmtime.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_LIB} ${WRKDIR}/target/release/libwasmtime.so ${STAGEDIR}${PREFIX}/lib .include diff --git a/graphics/tachyon/Makefile b/graphics/tachyon/Makefile index a011a732c14c..d02ef36eaf2f 100644 --- a/graphics/tachyon/Makefile +++ b/graphics/tachyon/Makefile @@ -1,27 +1,27 @@ PORTNAME= tachyon DISTVERSION= 0.98.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics science MASTER_SITES= http://jedi.ks.uiuc.edu/~johns/raytracer/files/${DISTVERSION}/ MAINTAINER= arrowd@FreeBSD.org COMMENT= Multiproccess ray tracing system WWW= http://jedi.ks.uiuc.edu/~johns/raytracer/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/Copyright ALL_TARGET= bsd BUILD_WRKSRC= ${WRKSRC}/unix WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/tachyon \ lib/libtachyon.a .include do-install: ${INSTALL_PROGRAM} ${WRKSRC}/compile/bsd/tachyon ${STAGEDIR}${PREFIX}/bin - ${INSTALL_LIB} ${WRKSRC}/compile/bsd/libtachyon.a ${STAGEDIR}${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/compile/bsd/libtachyon.a ${STAGEDIR}${PREFIX}/lib .include diff --git a/net/quiche/Makefile b/net/quiche/Makefile index ef33f44bc87d..425e36201c97 100644 --- a/net/quiche/Makefile +++ b/net/quiche/Makefile @@ -1,64 +1,64 @@ PORTNAME= quiche DISTVERSION= 0.22.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= junho.choi@gmail.com COMMENT= Savoury implementation of the QUIC transport protocol and HTTP/3 WWW= https://crates.io/crates/quiche LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= cargo USE_GITHUB= yes GH_ACCOUNT= cloudflare GH_TUPLE= google:boringssl:f1c75347d:boringssl/quiche/deps/boringssl USE_LDCONFIG= yes RUSTFLAGS= ${ARCH:S/i386/YES/:C/^[a-z].*//:S/YES/-C target-feature=+sse,+sse2/} # add sse sse2 target-features only on i386 CARGO_FEATURES= ffi pkg-config-meta CARGO_BUILD= yes CARGO_BUILD_ARGS+= --workspace CARGO_TEST= yes CARGO_TEST_ARGS+= --all-targets PLIST_FILES= bin/quiche-client \ bin/quiche-server \ include/quiche.h \ lib/libquiche.a \ lib/libquiche.so \ lib/libquiche.so.${DISTVERSION} \ lib/libquiche.so.${MAJOR_VER} \ libdata/pkgconfig/quiche.pc PORTDOCS= README.md OPTIONS_DEFINE= DOCS QLOG OPTIONS_DEFAULT= DOCS QLOG QLOG_DESC= Enable qlog support QLOG_VARS= CARGO_FEATURES+=qlog MAJOR_VER= ${DISTVERSION:C/\..*//} post-patch: @${GREP} -FRl -- '-D_XOPEN_SOURCE=700' ${WRKSRC}/quiche/deps/boringssl | \ ${XARGS} ${REINPLACE_CMD} -e 's,-D_XOPEN_SOURCE=700,,' # install quiche apps and libquiche do-install: ${INSTALL_DATA} ${WRKSRC}/quiche/include/quiche.h ${STAGEDIR}${PREFIX}/include ${INSTALL_DATA} ${CARGO_TARGET_DIR}/*/quiche.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig ${INSTALL_LIB} ${CARGO_TARGET_DIR}/*/libquiche.so ${STAGEDIR}${PREFIX}/lib/libquiche.so.${DISTVERSION} ${RLN} ${STAGEDIR}${PREFIX}/lib/libquiche.so.${DISTVERSION} ${STAGEDIR}${PREFIX}/lib/libquiche.so.${MAJOR_VER} ${RLN} ${STAGEDIR}${PREFIX}/lib/libquiche.so.${DISTVERSION} ${STAGEDIR}${PREFIX}/lib/libquiche.so - ${INSTALL_LIB} ${CARGO_TARGET_DIR}/*/libquiche.a ${STAGEDIR}${PREFIX}/lib + ${INSTALL_DATA} ${CARGO_TARGET_DIR}/*/libquiche.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_PROGRAM} ${CARGO_TARGET_DIR}/*/quiche-server ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${CARGO_TARGET_DIR}/*/quiche-client ${STAGEDIR}${PREFIX}/bin do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include