summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* devel/nextest: update 0.9.70 → 0.9.72Yuri Victorovich5 hours2-74/+73
| | | | Reported by: portscout
* devel/glaze: update 2.6.4 → 2.6.7Yuri Victorovich5 hours3-5/+9
|
* devel/ocaml-sexplib: Bump PORTEPOCHBenjamin Jacobs18 hours1-0/+1
| | | | | | | | This new incarnation of this port has a new version numbering and requires a PORTEPOCH bump PR: 279258 Fixes: bb2bea65dbac365184f0efd68e9b79201fe5c533
* devel/aws-crt-cpp: Update to 0.26.9Nuno Teixeira19 hours2-4/+4
| | | | ChangeLog: https://github.com/awslabs/aws-crt-cpp/releases/tag/v0.26.9
* devel/gocritic: update to 0.11.4Robert Clausecker23 hours2-7/+6
| | | | Changelog: https://github.com/go-critic/go-critic/releases/tag/v0.11.4
* devel/goreleaser: update to 1.26.1Robert Clausecker23 hours2-6/+6
| | | | | | | | - a security update, fixing an information disclosure through log files introduced with 1.26.0. Changelog: https://github.com/goreleaser/goreleaser/releases/tag/v1.26.1 Advisory: https://github.com/advisories/GHSA-f6mm-5fc7-3g3c
* devel/hyprlang: update to 0.5.2Jan Beich24 hours3-4/+17
| | | | | Changes: https://github.com/hyprwm/hyprlang/releases/tag/v0.5.2 Reported by: GitHub (watch releases)
* devel/peg.el: Add new portYasuhiro Kimura31 hours4-0/+41
| | | | Add devel/peg.el, parsing expression grammars in Emacs lisp.
* www/gitlab: security and patch update to 17.0.1Matthias Fechner33 hours2-6/+6
| | | | | | Changes: https://about.gitlab.com/releases/2024/05/22/patch-release-gitlab-17-0-1-released/ Security: f848ef90-1848-11ef-9850-001b217b3468
* ocaml: Updates to ocaml compiler and several ocaml portsBenjamin Jacobs45 hours101-230/+1986
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update devel/ocaml to 4.14.2 [1] - Specify runtime dependency on GNU AS as full path, this fixes build on armv6 - armv7 [1] [2] - converters/ocaml-base64: Update to 3.5.1, add LICENSE, other improvements - converters/ocaml-jsonm: Strip shared objects [3] - databases/ocaml-dbm: Update to 1.3, move to gitlub, other improvements - devel/menhir: Update to 20231231 - devel/ocaml-base: Unbreak non-x86 [2] - devel/ocaml-camlp-streams: Silence patch and strip commands - devel/ocaml-ipaddr: Update to 5.5.0 - devel/ocaml-lwt: Update to 5.7.0 [4] - devel/ocaml-result: Set package version, strip shared objects [5] - devel/ocaml-sexplib: Resurrect and update to 0.16.0. - devel/ocaml-stdio: Update to 0.17.0 - security/ocaml-cryptokit: Update to 1.19, add LICENSE, other improvements - security/ocaml-ssl: Update to 0.7.0, install stublibs in package directory [6] - x11-toolkits/ocaml-graphics: Reorder Makefile, silence patch command - Bump PORTREVISION on ports requiring it after update. Adding ports: - devel/ocaml-cstruct - devel/ocaml-compiler-libs [7] - devel/ocaml-ppx_derivers [7] - devel/ocaml-ppxlib [7] - devel/ocaml-domain-name - devel/ocaml-ocplib-endian [8] - devel/ocaml-parsexp - devel/ocaml-ppx_sexp_conv - security/ocaml-lwt_ssl [9] Resetting maintainership from michipili@gmail.com due to multiple timeouts and long term unresponsiveness. Assigning maintainership of lang/ocaml to author of this patch. Many thanks to him for his work! PR: 278300 [1], 278791 [2], 277818 [3], 277781 [4], 277775 [6], 277779 [7], 277780 [8], 277782 [9] Approved by: michipili@gmail.com (maintainer timeout) [1], danfe@FreeBSD.org (maintainer timeout) [3] [4] [6], fixit, avoid breakage [5] Differential Revision: https://reviews.freebsd.org/D45254
* devel/ninja: Roll back to 1.11.1Jason E. Hale45 hours2-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Despite passing an exp-run and successful local builds, there still exists a race condition in www/qt[56]-webengine when building with ninja 1.12.x that is proving difficult to solve. After a successful build, it seems subsequent builds fail when using ccache with a generated header missing before it is needed at compile time. Even after adding //chrome/app:generated_resources_grit as a dep in src/3rdparty/chromium/chrome/browser/devtools/BUILD.gn, the build is still failing with: ../../../../../qtwebengine-everywhere-src-6.7.0/src/3rdparty/chromium/chrome/browser/devtools/devtools_file_helper.cc:31:10: fatal error: 'chrome/grit/generated_resources.h' file not found This comes very late in the build, so trial and error attempts to fix this are tedious, costing an hour+ of build time with each attempt. Reverting to ninja 1.11.1 gets things building again while this can sorted out in the background under less stressful conditions. This partially reverts bb0835fd3aa268260cc9eae4ba0cad55814d6265. PR: 279162, 279164 Reported by: Robert Cina <transitive@gmail.com>
* devel/py-diskcache: avoid reliance on DQS extensionDave Cottlehuber48 hours2-1/+7
| | | | | | | | | - https://github.com/grantjenks/python-diskcache/pull/311 Differential Revision: https://reviews.freebsd.org/D45295 Approved by: yuri Sponsored by: SkunkWerks, GmbH
* devel/bacon: update 2.17.0 → 2.18.1Yuri Victorovich2 days2-344/+358
| | | | Reported by: portscout
* devel/buf: update 1.32.0 → 1.32.1Yuri Victorovich2 days2-6/+6
| | | | Reported by: portscout
* devel/uv: update 0.1.39 → 0.1.45Yuri Victorovich2 days2-260/+271
| | | | Reported by: portscout
* devel/rubygem-oci: Update to 2.21.1Alessandro Sagratini3 days2-5/+6
| | | | | | | | | Changelog: v2.21.1: https://github.com/oracle/oci-ruby-sdk/releases/tag/v2.21.1 v2.21.0: https://github.com/oracle/oci-ruby-sdk/releases/tag/v2.21.0 PR: 278850 Approved by: tcberner (mentor, implicit)
* devel/libedit: Update to 3.1-20240517Daniel Engberg3 days3-14/+11
| | | | | | | | | | * Remove EDITVERSION and EDITDATE, just set DISTVERSION * Add LICENSE_FILE * Remove GNU_CONFIGURE_MANPREFIX * Rearrange for better readability PR: 279176 Reviewed by: bapt (maintainer)
* devel/pcsc-lite: Remove libtool and pathfix from USESDaniel Engberg3 days1-1/+1
| | | | | | These dependencies were only utilized when port used GNU Autotools Approved by: portmgr (blanket, build fix)
* devel/jenkins: Update to 2.459Li-Wen Hsu3 days2-4/+4
| | | | Sponsored by: The FreeBSD Foundation
* devel/fatal: update 2024.05.06.00 → 2024.05.20.00Yuri Victorovich3 days2-4/+4
|
* devel/fbthrift: update 2024.05.06.00 → 2024.05.20.00Yuri Victorovich3 days4-23/+7
|
* devel/folly: update 2024.05.06.00 → 2024.05.20.00Yuri Victorovich3 days3-9/+34
|
* devel/libkiwix: Update 12.1.0 → 13.1.0Olivier Certner3 days3-8/+5
| | | | | | | | | | | | | | | | | | | | | | | Selected list of improvements: - C++17 compatible code - Improved look & feel of kiwix-serve UI - Increase tolerance to malformed (control characters) ZIM entry titles - API allowing to filter many categories at once - Cookie-less user language control - Properly translated error pages - Properly translated search result page - Default UI language is resolved in frontend - Better support of older Web browsers by polyfilling replaceAll() - New API to migrate bookmarks between books See also: https://github.com/kiwix/libkiwix/releases/tag/13.0.0 https://github.com/kiwix/libkiwix/releases/tag/13.1.0 This is a maintainer update (olce.freebsd.ports@certner.fr). Approved by: jrm (ports) Approved by: emaste (mentor)
* devel/libzim: Update 8.2.1 → 9.2.1Olivier Certner3 days2-8/+5
| | | | | | | | | | | | | | | | | | | | | Selected list of improvements: - getMediaCount() does not fail anymore if M/Counter is missing - Reintroduce optimization of Entry::getItem() - C++17 compatible code - Bump-up ZIM format minor version to 6.1.2 - Optimize checksum calculation - Better handling of split ZIM files See also: https://github.com/openzim/libzim/releases/tag/9.0.0 https://github.com/openzim/libzim/releases/tag/9.1.0 https://github.com/openzim/libzim/releases/tag/9.2.0 https://github.com/openzim/libzim/releases/tag/9.2.1 This is a maintainer update (olce.freebsd.ports@certner.fr). Approved by: jrm (ports) Approved by: emaste (mentor)
* devel/lazygit: Update to 0.42.0Koichiro Iwao3 days2-8/+7
| | | | | | Now it depends on go 1.22. Changes: https://github.com/jesseduffield/lazygit/releases
* devel/py-grpcio-tools: update to 1.64.0.Vanilla I. Shu3 days2-4/+4
|
* devel/py-grpcio: update to 1.64.0.Vanilla I. Shu3 days2-4/+4
|
* devel/rubygem-validate_email: use rails 7.0Matthias Fechner3 days1-2/+2
|
* devel/rubygem-opentelemetry-instrumentation-sidekiq: update to 0.25.4Matthias Fechner3 days2-5/+5
| | | | Changes: https://rubydoc.info/gems/opentelemetry-instrumentation-sidekiq/0.25.4/file/CHANGELOG.md
* devel/rubygem-sidekiq71: limit portscout to versio 7.1 and made portclippy happyMatthias Fechner3 days1-1/+2
|
* www/gitlab: major update to 17.0.0Matthias Fechner3 days2-8/+7
| | | | | | Make sure you update to 16.11.x before! Changes: https://about.gitlab.com/releases/2024/05/16/gitlab-17-0-released/
* devel/gitlab-runner: update to 17.0.0Matthias Fechner3 days2-12/+11
| | | | Changes: https://gitlab.com/gitlab-org/gitlab-runner/-/blob/main/CHANGELOG.md
* devel/rubygem-sentry-sidekiq: update to 5.17.3Matthias Fechner3 days2-6/+5
| | | | | | Required for gitlab 17.0.0 Changes: https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md
* devel/rubygem-sentry-ruby-core: update to 5.17.3Matthias Fechner3 days2-5/+5
| | | | | | Required for gitlab 17.0.0 Changes: https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md
* devel/rubygem-sentry-rails: update to 5.17.3Matthias Fechner3 days2-5/+5
| | | | | | Required for gitlab 17.0.0 Changes: https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md
* devel/rubygem-sentry-ruby: update to 5.17.3Matthias Fechner3 days2-5/+6
| | | | | | Required for gitlab 17.0.0 Changes: https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md
* devel/rubygem-view_component-rails70: update to 3.12.1Matthias Fechner3 days2-4/+4
| | | | | | Required for gitlab 17.0.0 Changes: https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md
* devel/rubygem-graphql: update to 2.3.2Matthias Fechner3 days2-4/+4
| | | | | | Required for gitlab 17.0.0 Changes: https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md
* devel/rubygem-grape-entity: update to 1.0.1Matthias Fechner3 days2-5/+5
| | | | | | Required for gitlab 17.0.0 Changes: https://github.com/ruby-grape/grape-entity/blob/master/CHANGELOG.md
* devel/rubygem-gitlab-labkit: update to 0.36.0Matthias Fechner3 days2-5/+5
| | | | | | Required for gitlab 17.0.0 Changes: https://gitlab.com/gitlab-org/ruby/gems/labkit-ruby/-/releases
* devel/wasi-{compiler-rt,libcxx}18: sync to 18.1.6Charlie Li4 days2-2/+2
|
* devel/atlantis: Update to 0.27.3Gabriel M. Dutra4 days2-7/+6
| | | | | changeLog: https://github.com/runatlantis/atlantis/releases/tag/v0.27.3
* devel/rust-analyzer: Update to 2024-05-13Gabriel M. Dutra4 days2-5/+4
| | | | | | | changeLog: https://github.com/rust-lang/rust-analyzer/releases/tag/2024-05-13 Approved by: rust (Mikael, implicit)
* devel/py-gevent: Convert post-patch to EXTRACT_AFTER_ARGSDaniel Engberg4 days1-5/+3
| | | | | | | | Reduces I/O by not extracting files at all Remove reference to src/gevent/_util_py2.py as it's no longer distributed PR: 278737 Approved by: portmgr (maintainer timeout, 2+ weeks)
* devel/llvm18: 18.1.6 releaseBrooks Davis4 days2-4/+4
| | | | | | | | | | Included changes are in the release annoucment: https://discourse.llvm.org/t/18-1-6-released/79068 This includes a fix for -march=native which was broken in 18.1.5. Also includs a fix for OpenMP child processes. PR: 278843, 279131
* devel/hyperscan: update to 5.4.2Vsevolod Stakhov4 days2-4/+4
|
* Revert "devel/ninja: Update to 1.12.1"Jason E. Hale4 days2-5/+5
| | | | | | | | | | Ninja 1.12.1 is causing more dependency problems at least in www/qt6-webengine that will require some non-trivial amount of time to investigate. This reverts commit f1cd45a6680d7274e0e5b985393dab116a853ca8. PR: 279164 Reported by: Robert Cina <transitive@gmail.com>
* devel/zls: update to 0.12.0Jan Beich4 days2-18/+21
| | | | | Changes: https://github.com/zigtools/zls/releases/tag/0.12.0 Reported by: GitHub (watch releases)
* lang/zig: update to 0.12.0Pero Oršolić4 days1-2/+2
| | | | | | Changes: https://ziglang.org/download/0.12.0/release-notes.html PR: 278570 Differential Revision: https://reviews.freebsd.org/D45024
* devel/rubygem-opentelemetry-instrumentation-redis: update to 0.25.5Matthias Fechner4 days2-5/+5
| | | | Changes: https://rubydoc.info/gems/opentelemetry-instrumentation-redis/0.25.5/file/CHANGELOG.md