summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-05-26net/yaydl: update to 0.10.0pin2-7/+7
-New feature: Playlist support for handlers! Might fix issues like #1. -New site: xHamster. (Uses the new playlist support. Yay!) -The WebDriver port can be set as an environment variable now to save some typing. -The progress bar is now cleared after a download is finished. -cargo will now strip the resulting binary when compiling in release mode.
2022-05-26doc: Updated www/php-dotclear to 2.22triaxx1-1/+2
2022-05-26dotclear: Update to 2.22triaxx9-179/+136
upstream changes: ----------------- * PHP 7.4+ is required, PHP 8.0/8.1 compliance * Bug fixes
2022-05-26java-vm.mk: bump PKG_JVM_DEFAULT to openjdk17 where it prior was openjdk11tnn1-26/+26
Except for NetBSD 8 which is too old for openjdk17 due to the base GCC, so keep that at openjdk11. Also update platform support matrix.
2022-05-26(ham/gnuradio-digital) remove duplicating entrymef1-6/+1
2022-05-26doc: Updated ham/gnuradio-core to 3.10.2.0mef1-1/+2
2022-05-26(ham/gnuradio-core) Updated 3.10.1.1 to 3.10.2.0mef41-97/+383
## [3.10.2.0] - 2022-04-09 ### Changed #### Project Scope - Clayton Smith continues the effort to replace Boost usage with modern C++ equivalents. In a related effort, he has continued the logging modernization started by Marcus M端ller. In his spare time, he has tackled some tricky, intermittent CI failures, some of which turned out to be real bugs. Much of this work is invisible to end users, but is extremely useful in making GNU Radio more reliable and maintainable. Special thanks are due to Clayton for a lot of hard work this cycle. - Use exceptions instead of `exit()` in several places. - Fixed a variety of Python deprecation warnings. - Packager note: `jsonschema` is required for the JSON Config and YAML Config blocks. Those blocks will be disabled if `jsonschema` is not found. #### gnuradio-runtime - Correct size/usage for single-mapped buffers (part of the new Custom Buffers feature). - Correct buffer size allocation. This was actually the single change in v3.10.1.1, which did not get its own CHANGELOG entry. #### GRC - Improve discovery of xterm and related programs. - Save generated hierarchical block code to the block library instead of the directory containing the current GRC flowgraph. - New JSON Config and YAML Config blocks that load configuration variables from files at runtime. Those variables may then be used in block parameters. - Store the GNU Radio version in flowgraph metadata when saving. - Minor change in Python evaluation code to allow `affinity`, `minoutbuf` and `maxoutbuf` to be adjusted via script parameters. #### Build system and packaging - Require C++-17 for `gnuradio-runtime` and code compiled against it (via cmake flags). - Add `pythonschema` to build- and run-time dependencies. #### gr-blocks - Add exponential distribution to Message Strobe Random block's `delay` selection. - Quiet down debug messages in File Sink. - Skip alignment check in File Source when the input file is not seekable (e.g., it is a pipe). #### gr-filter - Fix crash in Rational Resampler logging #### gr-digital - Add generic CRC blocks: CRC Append and CRC Check. #### gr-qtgui - Improve text/background color on Range widget. - Digital Number Control emits message with new, instead of previous, value. - Message Edit Box sends message only when return is pressed, rather than whenever focus is lost. - Vector Sink allows legend to be disabled. - Type error fixes (Python 3.10 is stricter about int casting). #### gr-trellis - Provide Python bindings for PCCC Encoder and Viterbi Combo. #### gr-vocoder - Add C++ generation support to gr-vocoder #### Code generation tools - Support strongly-typed enums in Python bindings
2022-05-26py-scipy: disable __builtin_prefetch with clangtnn2-1/+21
2022-05-26py-gi-docgen: Fix PKGMANDIR=share/man.jperkin1-1/+5
2022-05-26doc: Updated fonts/ttf-meera to 7.0.3.20191223nb2nikita1-1/+2
2022-05-26ttf-meera: Add fontforge build-dependency.nikita1-2/+3
2022-05-26rust: Bump SunOS bootstrap and update target.jperkin2-8/+7
2022-05-26Updated databases/repmgr, devel/cmakeadam1-1/+3
2022-05-26cmake: updated to 3.23.2adam4-12/+11
CMake 3.23.2 * CPack/NuGet: Restore component packaging on Windows * cmInstallCommand: tweak error message * cmExportBuildFileGenerator: handle genex-wrapped source paths * ci: use CMake 3.23.1 * CheckLinkerFlag: Catch linker warning when the checked flag is ignored * CheckCompilerFlags: Revert "Catch linker warning about ignored flags" * Tests: Teach RunCMake to ignore Xcode extension point warnings * gitlab-ci: update macOS jobs to use Xcode 13.3 * FindBoost: Add support for Boost 1.79 * Utilities/Sphinx: Clarify names of variables listing post-sphinx commands * Utilities/Sphinx: Add variables listing pre-sphinx commands * Tutorial: Provide a source archive when published on cmake.org * cmGeneratedFileStream: Do not remove empty path * FindPkgConfig: Fix preservation of ENV{PKG_CONFIG_ALLOW_SYSTEM_LIBS} * gitlab-ci: Update Windows builds to MSVC 19.32 toolset * VS: Fix CUDA CodeGeneration field for CMAKE_CUDA_ARCHITECTURES=OFF * FortranCInterface: Fix failure with gfortran 12 and Clang * Clang: Use -imsvc flag without space to support Clang tools * file(GET_RUNTIME_DEPENDENCIES): Support VS 2022 without VS 2019 * libarchive: Update script to get 3.5.3 * libarchive: include archive_platform.h first in blake2s sources * libarchive: Update build within CMake after changes in 3.5.3 * productbuild: Restore CPACK_PACKAGEMAKER_CHOICES variable * Help: Document when HIP_COMPILER generator expressions were added * Tests: Ignore all classes in Xcode internal objc warnings * CPackIFW: Fix regression in icon file names * FILE_SET: Make INTERFACE libraries with HEADER_SETS participate in buildsystem * Help: Remove references to MODULE in $ doc * LibArchive 2022-02-08 (673c1eae) * FindPython: Add support for pypy v7.3.9 and uppers * FindPython: fix typo error * FindJava, FindJNI: ensure correct handling of versions on Windows * Help/guide: Fix wrong header file reference * ccmake: Move Initialization of Fields Inline * ccmake: Fix crash when deleting all cache entries * ccmake: Fix infinite loop during invalid search * FindPython: add support for Python 3.12 * CMakePackageConfigHelpers: Fix note about version files supporting ranges
2022-05-26repmgr: updated to 5.3.2adam2-7/+6
repmgr 5.3.2 is a minor release Bug fixes repmgr node status: fix output with --downstream --nagios option combination. repmgr standby clone: don't treat inability to determine the cluster size as a fatal error. The cluster size is displayed for informational purposes and is not essential for execution of the clone operation. As the repmgr user may not have permissions for all databases in the cluster, ignore the cluster size query if it fails. repmgrd: ensure the witness node record on the primary is always marked as active if previously marked inactive. repmgrd: if standby_disconnect_on_failover is set, verify repmgr is a superuser before attempting to disable the WAL receiver. If the repmgr user is a non-superuser, and a replication-only user exists, ensure redundant replication slots are dropped correctly even if the -S/--superuser option is not provided.
2022-05-26Note update of lang/rust-bin to 1.60.0.he1-1/+2
2022-05-26gstreamer1: Don't hardcode LOCALBASE in PLIST, thx jklosnia1-2/+2
2022-05-26Sync to main rust version, upgrade rust-bin to 1.60.0.he2-42/+42
2022-05-26doc: Updated devel/nspr to 4.34wiz1-1/+2
2022-05-26nspr: update to 4.34.wiz2-6/+6
NSPR 4.34 contains the following changes: - add an API that returns a preferred loopback IP on hosts that have two IP stacks available. Currently used only by NSS test utilities.
2022-05-26qemu: remove patch that was removed from distinfo during last updatewiz1-24/+0
2022-05-26doc: Updated mail/fetchmailconf to 6.4.30triaxx1-1/+2
2022-05-26fetchmailconf: Update to 6.4.30triaxx1-2/+2
upstream changes: ----------------- See changes of mail/fetchmail
2022-05-26doc: Updated mail/fetchmail to 6.4.30triaxx1-1/+2
2022-05-26fetchmail: Update to 6.4.30triaxx4-13/+13
upstream changes: ----------------- fetchmail-6.4.30 (released 2022-04-26, 31666 LoC): # BREAKING CHANGES: * Bump wolfSSL minimum required version to 5.2.0 to pull in security fix. # CHANGES: * Using OpenSSL 1.* before 1.1.1n elicits a compile-time warning. * Using OpenSSL 3.* before 3.0.2 elicits a compile-time warning. * configure.ac was tweaked in order to hopefully fix cross-compilation issues report, and different patch suggested, by Fabrice Fontaine, https://gitlab.com/fetchmail/fetchmail/-/merge_requests/42 # TRANSLATIONS: language translations were updated by this fine person: * ro: Remus-Gabriel Chelu [Romanian] -------------------------------------------------------------------------------- fetchmail-6.4.29 (released 2022-03-20, 31661 LoC): # TRANSLATIONS: language translations were updated by this fine person: * vi: Trần Ngọc Quân [Vietnamese] -------------------------------------------------------------------------------- fetchmail-6.4.28 (released 2022-03-05, 31661 LoC): # DOCUMENTATION: * Fix a typo in the manual page, courtesy of Jeremy Petch. # TRANSLATIONS: language translations were updated by this fine person: * es: Cristian Othón Martínez Vera [Spanish]
2022-05-25Note update of lang/rust-src to 1.60.0.he1-1/+2
2022-05-25rust-src: update / sync to rust version 1.60.0.he3-14/+30
Checksum and PLIST adjustments.
2022-05-25{lib,}fwbuilder: removewiz27-983/+4
No upstream development since 2012, fwbuilder does not build in any recent bulk builds.
2022-05-25Note addition of lang/rust to 1.60.0.he1-1/+2
2022-05-25lang/rust: update to version 1.60.0.he27-264/+273
Pkgsrc changes: * Bump available bootstraps to 1.59.0. * Adjust line number in patches which had non-zero offsets. Upstream changes: Version 1.60.0 (2022-04-07) =========================== Language -------- - [Stabilize `#[cfg(panic = "...")]` for either `"unwind"` or `"abort"`.] [93658] - [Stabilize `#[cfg(target_has_atomic = "...")]` for each integer size and `"ptr"`.][93824] Compiler -------- - [Enable combining `+crt-static` and `relocation-model=pic` on `x86_64-unknown-linux-gnu`][86374] - [Fixes wrong `unreachable_pub` lints on nested and glob public reexport][87487] - [Stabilize `-Z instrument-coverage` as `-C instrument-coverage`][90132] - [Stabilize `-Z print-link-args` as `--print link-args`][91606] - [Add new Tier 3 target `mips64-openwrt-linux-musl`\*][92300] - [Add new Tier 3 target `armv7-unknown-linux-uclibceabi` (softfloat)\*][92383] - [Fix invalid removal of newlines from doc comments][92357] - [Add kernel target for RustyHermit][92670] - [Deny mixing bin crate type with lib crate types][92933] - [Make rustc use `RUST_BACKTRACE=full` by default][93566] - [Upgrade to LLVM 14][93577] \* Refer to Rust's [platform support page][platform-support-doc] for more information on Rust's tiered platform support. Libraries --------- - [Guarantee call order for `sort_by_cached_key`][89621] - [Improve `Duration::try_from_secs_f32`/`f64` accuracy by directly processing exponent and mantissa][90247] - [Make `Instant::{duration_since, elapsed, sub}` saturating][89926] - [Remove non-monotonic clocks workarounds in `Instant::now`][89926] - [Make `BuildHasherDefault`, `iter::Empty` and `future::Pending` covariant][92630] Stabilized APIs --------------- - [`Arc::new_cyclic`][arc_new_cyclic] - [`Rc::new_cyclic`][rc_new_cyclic] - [`slice::EscapeAscii`][slice_escape_ascii] - [`<[u8]>::escape_ascii`][slice_u8_escape_ascii] - [`u8::escape_ascii`][u8_escape_ascii] - [`Vec::spare_capacity_mut`][vec_spare_capacity_mut] - [`MaybeUninit::assume_init_drop`][assume_init_drop] - [`MaybeUninit::assume_init_read`][assume_init_read] - [`i8::abs_diff`][i8_abs_diff] - [`i16::abs_diff`][i16_abs_diff] - [`i32::abs_diff`][i32_abs_diff] - [`i64::abs_diff`][i64_abs_diff] - [`i128::abs_diff`][i128_abs_diff] - [`isize::abs_diff`][isize_abs_diff] - [`u8::abs_diff`][u8_abs_diff] - [`u16::abs_diff`][u16_abs_diff] - [`u32::abs_diff`][u32_abs_diff] - [`u64::abs_diff`][u64_abs_diff] - [`u128::abs_diff`][u128_abs_diff] - [`usize::abs_diff`][usize_abs_diff] - [`Display for io::ErrorKind`][display_error_kind] - [`From<u8> for ExitCode`][from_u8_exit_code] - [`Not for !` (the "never" type)][not_never] - [_Op_`Assign<$t> for Wrapping<$t>`][wrapping_assign_ops] - [`arch::is_aarch64_feature_detected!`][is_aarch64_feature_detected] Cargo ----- - [Port cargo from `toml-rs` to `toml_edit`][cargo/10086] - [Stabilize `-Ztimings` as `--timings`][cargo/10245] - [Stabilize namespaced and weak dependency features.][cargo/10269] - [Accept more `cargo:rustc-link-arg-*` types from build script output.][cargo/10274] - [cargo-new should not add ignore rule on Cargo.lock inside subdirs][cargo/10379] Misc ---- - [Ship docs on Tier 2 platforms by reusing the closest Tier 1 platform docs][92800] - [Drop rustc-docs from complete profile][93742] - [bootstrap: tidy up flag handling for llvm build][93918] Compatibility Notes ------------------- - [Remove compiler-rt linking hack on Android][83822] - [Mitigations for platforms with non-monotonic clocks have been removed from `Instant::now`][89926]. On platforms that don't provide monotonic clocks, an instant is not guaranteed to be greater than an earlier instant anymore. - [`Instant::{duration_since, elapsed, sub}` do not panic anymore on underflow, saturating to `0` instead][89926]. In the real world the panic happened mostly on platforms with buggy monotonic clock implementations rather than catching programming errors like reversing the start and end times. Such programming errors will now results in `0` rather than a panic. - In a future release we're planning to increase the baseline requirements for the Linux kernel to version 3.2, and for glibc to version 2.17. We'd love your feedback in [PR #95026][95026]. Internal Changes ---------------- These changes provide no direct user facing benefits, but represent significant improvements to the internals and overall performance of rustc and related tools. - [Switch all libraries to the 2021 edition][92068] [83822]: https://github.com/rust-lang/rust/pull/83822 [86374]: https://github.com/rust-lang/rust/pull/86374 [87487]: https://github.com/rust-lang/rust/pull/87487 [89621]: https://github.com/rust-lang/rust/pull/89621 [89926]: https://github.com/rust-lang/rust/pull/89926 [90132]: https://github.com/rust-lang/rust/pull/90132 [90247]: https://github.com/rust-lang/rust/pull/90247 [91606]: https://github.com/rust-lang/rust/pull/91606 [92068]: https://github.com/rust-lang/rust/pull/92068 [92300]: https://github.com/rust-lang/rust/pull/92300 [92357]: https://github.com/rust-lang/rust/pull/92357 [92383]: https://github.com/rust-lang/rust/pull/92383 [92630]: https://github.com/rust-lang/rust/pull/92630 [92670]: https://github.com/rust-lang/rust/pull/92670 [92800]: https://github.com/rust-lang/rust/pull/92800 [92933]: https://github.com/rust-lang/rust/pull/92933 [93566]: https://github.com/rust-lang/rust/pull/93566 [93577]: https://github.com/rust-lang/rust/pull/93577 [93658]: https://github.com/rust-lang/rust/pull/93658 [93742]: https://github.com/rust-lang/rust/pull/93742 [93824]: https://github.com/rust-lang/rust/pull/93824 [93918]: https://github.com/rust-lang/rust/pull/93918 [95026]: https://github.com/rust-lang/rust/pull/95026 [cargo/10086]: https://github.com/rust-lang/cargo/pull/10086 [cargo/10245]: https://github.com/rust-lang/cargo/pull/10245 [cargo/10269]: https://github.com/rust-lang/cargo/pull/10269 [cargo/10274]: https://github.com/rust-lang/cargo/pull/10274 [cargo/10379]: https://github.com/rust-lang/cargo/pull/10379 [arc_new_cyclic]: https://doc.rust-lang.org/stable/std/sync/struct.Arc.html#method.new_cyclic [rc_new_cyclic]: https://doc.rust-lang.org/stable/std/rc/struct.Rc.html#method.new_cyclic [slice_escape_ascii]: https://doc.rust-lang.org/stable/std/slice/struct.EscapeAscii.html [slice_u8_escape_ascii]: https://doc.rust-lang.org/stable/std/primitive.slice.html#method.escape_ascii [u8_escape_ascii]: https://doc.rust-lang.org/stable/std/primitive.u8.html#method.escape_ascii [vec_spare_capacity_mut]: https://doc.rust-lang.org/stable/std/vec/struct.Vec.html#method.spare_capacity_mut [assume_init_drop]: https://doc.rust-lang.org/stable/std/mem/union.MaybeUninit.html#method.assume_init_drop [assume_init_read]: https://doc.rust-lang.org/stable/std/mem/union.MaybeUninit.html#method.assume_init_read [i8_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.i8.html#method.abs_diff [i16_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.i16.html#method.abs_diff [i32_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.i32.html#method.abs_diff [i64_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.i64.html#method.abs_diff [i128_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.i128.html#method.abs_diff [isize_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.isize.html#method.abs_diff [u8_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.u8.html#method.abs_diff [u16_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.u16.html#method.abs_diff [u32_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.u32.html#method.abs_diff [u64_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.u64.html#method.abs_diff [u128_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.u128.html#method.abs_diff [usize_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.usize.html#method.abs_diff [display_error_kind]: https://doc.rust-lang.org/stable/std/io/enum.ErrorKind.html#impl-Display [from_u8_exit_code]: https://doc.rust-lang.org/stable/std/process/struct.ExitCode.html#impl-From%3Cu8%3E [not_never]: https://doc.rust-lang.org/stable/std/primitive.never.html#impl-Not [wrapping_assign_ops]: https://doc.rust-lang.org/stable/std/num/struct.Wrapping.html#trait-implementations [is_aarch64_feature_detected]: https://doc.rust-lang.org/stable/std/arch/macro.is_aarch64_feature_detected.html
2022-05-25openjdk{11,17}: match earmv[67]hftnn2-4/+4
2022-05-25openjdk11: fix distfile nametnn2-6/+6
2022-05-25openjdk{11,17}: add bootstrap for NetBSD earmv[67]hftnn4-6/+28
Caution: It takes ~2 days to build on typical 32-bit hardware. I recommend to build in a 32-bit chroot on aarch64.
2022-05-25py-numpy: just assume the __builtin_prefetch configure test workstnn3-6/+6
Also bump PKGREVISION since this is an installed header.
2022-05-25py-numpy: fix build on macOS and maybe otherstnn4-7/+39
2022-05-25mk: use lang/ocaml/native.mk instead of wip/*wiz1-2/+2
2022-05-25Added mail/srs-milter 20141121nb9manu9-2/+509
This milter implemets SRS (Sender Rewriting Scheme) that can be used to fix envelope MAIL FROM for forwarded mails protected by SPF. It can be configured in two modes for: * Incoming mail -- rewrite RCPT TO addresses in SRS format back * Outgoing mail -- rewrite MAIL FROM address to SRS format
2022-05-25doc: Added www/py-wtforms-sqlalchemy version 0.3kleink1-1/+2
2022-05-25www: Add py-wtforms-sqlalchemy.kleink1-1/+2
2022-05-25Import WTForms-SQLAlchemy-0.3 as www/py-wtforms-sqlalchemy.kleink4-0/+45
WTForms-SQLAlchemy is a fork of the wtforms.ext.sqlalchemy package from WTForms. The package has been renamed to wtforms_sqlalchemy but otherwise should function the same as wtforms.ext.sqlalchemy did.
2022-05-25doc: Added www/py-wtforms-django version 0.1kleink1-1/+2
2022-05-25www: Add py-wtforms-django.kleink1-1/+2
2022-05-25Import WTForms-Django-0.1 as www/py-wtforms-django.kleink4-0/+48
WTForms-Django is a fork of the wtforms.ext.django package from WTForms. The package has been renamed to wtforms_django but otherwise should function the same as wtforms.ext.django did.
2022-05-25doc: Added www/py-wtforms-dateutil version 0.1kleink1-1/+2
2022-05-25www: Add py-wtforms-dateutil.kleink1-1/+2
2022-05-25Import WTForms-dateutil-0.1 as www/py-wtforms-dateutil.kleink4-0/+36
WTForms integration for dateutil.
2022-05-25*: mark as not-for-python-2.7 due to py-wtformswiz2-2/+6
2022-05-25doc: Previous py-wtforms-appengine was addition, not update.kleink1-2/+2
2022-05-25doc: Updated www/py-wtforms-appengine to 0.1kleink1-1/+2
2022-05-25www: Add py-wtforms-appengine.kleink1-1/+2