aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-im/telegram-desktop: remove broken for openssl3Dirk Meyer2024-03-231-2/+2
| | | | PR: 276589
* x11/guake: Update to 3.7.0Daniel Shafer2024-03-235-168/+152
| | | | PR: 255721
* cad/opencascade: remove redundant distfileThierry Thomas2024-03-232-3/+0
| | | | | | As mat noticed, the two tarballs now contain the same bits. Reported by: mat
* science/paraview: mark BROKEN on i386 untill a fix has been found.Thierry Thomas2024-03-231-0/+2
| | | | | | /wrkdirs/usr/ports/science/paraview/work/ParaView-v5.12.0/VTK/ThirdParty/xdmf3/vtkxdmf3/core/XdmfArray.cpp:216:18: error: no matching member function for call to 'getArrayType' return this->getArrayType(&(array.get()->operator[](0))); ~~~~~~^~~~~~~~~~~~
* Revert "x11-fonts/noto*: Restructure and update"Po-Chuan Hsieh2024-03-2342-504/+309
| | | | This reverts commit 3b128ff9f74b28ada2f475f0b816480b1550e5b8.
* devel/pydbus-common: Fix build with HTMLDOCS=yesalt2600@icloud.com2024-03-231-1/+1
| | | | PR: 266285
* x11-fonts/noto*: Restructure and updateTijl Coosemans2024-03-2342-309/+504
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split x11-fonts/noto-basic into separate ports so they can be updated separately. Keep noto-basic as a metaport but replace dependencies on it with dependencies on individual fonts as needed. Adjust x11-fonts/noto-extra to resolve conflicts for now. Individual fonts can be split from this port later. Let x11-fonts/noto-emoji install the monochrome Noto Emoji font and create a new port x11-fonts/noto-color-emoji for Noto Color Emoji. Add the new ports to x11-fonts/noto metaport and make Noto Sans and Noto Serif non-optional because script-specific fonts depend on them. Upstream does not provide useful tarballs so we create our own and host them on LOCAL. The new ports have a "make noto-fetch" target that creates a tarball in DISTDIR. List of updates: Noto Color Emoji 2.042 Noto Emoji 2.001 Noto Sans 2.013 Noto Sans Mono 2.014 Noto Sans Symbols 2.003 Noto Sans Symbols 2 2.008 Noto Serif 2.013 PR: 275758 Differential Revision: https://reviews.freebsd.org/D43509
* devel/dbus: Teach D-Bus to obtain credentials using getsockopt(LOCAL_PEERCRED)Gleb Popov2024-03-232-6/+39
| | | | Obtained from: Alex S <iwtcex@gmail.com>
* devel/hs-haskell-language-server: Update to 2.7.0.0Gleb Popov2024-03-234-198/+194
|
* devel/boost-all: Use clang from base for OSVERSION >= 1500017Dimitry Andric2024-03-231-2/+4
| | | | | | | | | | | | | | | | | In https://cgit.freebsd.org/src/commit/?id=bcd401b5a39c I committed a fix for clang's assertion failures when building recent boost libraries. I also bumped __FreeBSD_version to 1500017 so this can be detected from devel/boost-all/compiled.mk. The fix was also merged to stable/14, with __FreeBSD_version 1400509, and stable/13, with __FreeBSD_version 1303502. Adjust the ranges to use the default llvm port to [1500000..1500017>, [1400000..1400509>, and [1300000..1303502>. PR: 277850 Approved by: fluffy (maintainer) MFH: 2024Q1
* www/miniserve: mark as broken on i386Mikael Urankar2024-03-231-0/+3
| | | | The ring crate requires SSE2 instruction on intel cpu
* security/beidconnect: New port, version 2.10Tijl Coosemans2024-03-236-0/+73
| | | | | BeIDConnect is a browser extension to sign documents with a Belgian eID card.
* devel/gettext: Update to 0.22.5Tijl Coosemans2024-03-2310-79/+48
| | | | | PR: 277725 Exp-run by: antoine
* Templates/config.site: gl_cv_func_fnmatch_posix=noTijl Coosemans2024-03-231-1/+1
| | | | | | | | | | | FreeBSD fnmatch(3) does not conform to POSIX. Collating symbol expressions, equivalence class expressions and character class expressions are not supported. This fixes make test in devel/gettext-tools. PR: 277725 Exp-run by: antoine
* Mk/bsd.port.mk: Add __MAKE_CONF=${NONEXISTENT} to WRK_ENVTijl Coosemans2024-03-2330-80/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | And remove it from individual ports. Use WRK_ENV in custom build commands where necessary. FreeBSD make(1) includes /usr/share/mk/sys.mk and that includes /etc/make.conf if it exists. This happens when you run make in a port directory but it also happens when the upstream build system uses make. This commit disables make.conf inclusion in the latter case because users can define variables like CFLAGS in make.conf that override ports framework variables and this can cause problems that are difficult to diagnose. If there are any build customisations made through make.conf that stop working because of this commit then they should be made available by the ports tree through some mechanism, e.g. an option in a port. Some ports were picking up variables from Poudriere make.conf and required fixes: - astro/wmspaceweather x11-clocks/wmcalclock: Add OPSYS to MAKE_ENV. - games/zhlt: Add ARCH to MAKE_ENV. - graphics/tachyon: Upstream ARCH is not ports tree ARCH. Set ALL_TARGET=bsd so upstream ARCH is defined correctly. Enable multi-threading support while here. PR: 277455 Exp-run by: antoine
* textproc/expat2: Update to 2.6.2Daniel Engberg2024-03-233-5/+5
| | | | | | | | | | | | Fixes CVE-2024-28757 Changelog https://github.com/libexpat/libexpat/blob/R_2_6_2/expat/Changes PR: 277772 Approved by: desktop (tcberner) Sponsored by: Blinkinblox Exp-run by: antoine
* textproc/libunibreak: Update to 6.1Daniel Engberg2024-03-233-8/+13
| | | | | | | | | | * Add "make test" * Adjust Makefile to more closely follow Porters Handbook Changelog: https://github.com/adah1972/libunibreak/releases/tag/libunibreak_6_1 PR: 277438 Approved by: desktop (tcberner)
* irc/miau: Deprecate and set expiration date to 2024-04-30Daniel Engberg2024-03-231-0/+3
| | | | | | | | Abandoned upstream, last release in 2010 and no activity since 2014. Redirect users to irc/soju or irc/znc PR: 277298 Approved by: portmgr (maintainer timeout, 3+ weeks)
* sysutils/vector: Deprecate and set expiration date to 2024-04-30Daniel Engberg2024-03-231-0/+2
| | | | | Broken for months and no maintainer, sunset port Upstream is still active if someone wants to adopt
* sysutils/no-login: Deprecate and set expiration date to 2024-04-30Daniel Engberg2024-03-231-0/+3
| | | | nologin is included in base rendering this port unnecessary
* sysutils/libretto-config: Mark BROKEN, deprecate and set expiration date to ↵Daniel Engberg2024-03-231-0/+4
| | | | | | 2024-04-30 Unfetchabled and utility for obsolete hardware released 20 years ago
* sysutils/dolly: Mark BROKEN, deprecate and set expiration date to 2024-04-30Daniel Engberg2024-03-231-0/+4
| | | | | Upstream is gone, there's a fork by OpenSUSE if someone is interested in picking it up. https://github.com/openSUSE/dolly
* sysutils/dim: Deprecate and set expiration date to 2024-04-30Daniel Engberg2024-03-231-0/+3
| | | | Deprecated upstream in 2005
* sysutils/atitvout: Deprecate and set expiration date to 2024-04-30Daniel Engberg2024-03-231-0/+3
| | | | Utility for obsolete hardware released in 1999, AGP 2X-based
* */*: Move WWW entries for fraubsd.org to GitHubDaniel Engberg2024-03-235-5/+5
| | | | | | fraubsd.org isn't responding so move all WWW entries to GitHub Approved by: portmgr (blanket)
* misc/py-litellm: update to 1.33.7Hiroki Tagato2024-03-232-4/+4
| | | | | | | | | | | | | | | | Changelog: - https://github.com/BerriAI/litellm/releases/tag/v1.32.3 - https://github.com/BerriAI/litellm/releases/tag/v1.32.4 - https://github.com/BerriAI/litellm/releases/tag/v1.32.7 - https://github.com/BerriAI/litellm/releases/tag/v1.32.9 - https://github.com/BerriAI/litellm/releases/tag/v1.33.0 - https://github.com/BerriAI/litellm/releases/tag/v1.33.1 - https://github.com/BerriAI/litellm/releases/tag/v1.33.2 - https://github.com/BerriAI/litellm/releases/tag/v1.33.3 - https://github.com/BerriAI/litellm/releases/tag/v1.33.4 - https://github.com/BerriAI/litellm/releases/tag/v1.33.7 Reported by: Repology
* lang/ghc: Mark BROKEN on FreeBSD 14 aarch64Gleb Popov2024-03-231-0/+2
| | | | Reported by: pkg-fallout
* www/py-google-api-python-client: Update to 1.123.0Nicola Vitale2024-03-232-4/+4
| | | | | Release changes: https://github.com/googleapis/google-api-python-client/releases/tag/v2.123.0 Reported by: portscout
* net-p2p/xmrig: Update to 6.21.2Emanuel Haupt2024-03-232-5/+5
|
* devel/hs-profiteur: Unbreak the buildGleb Popov2024-03-232-14/+24
| | | | Reported by: pkg-fallout
* lang/rust: Bump revisions after 1.77.0Mikael Urankar2024-03-23476-372/+476
| | | | PR: 277786
* finance/hyperswitch: Fix build with rust 1.77.0Mikael Urankar2024-03-233-1/+114
| | | | | | | | | Import upstream commit [1] to fix the recent change in cargo metadata [1] https://github.com/juspay/hyperswitch/commit/8f7d9fbc3a002127e220d8a968a6a4e15796e2fd PR: 277811 277786 Approved by: portmgr (build fix blanket)
* devel/interactive_rebase_tool: Fix build with rust 1.77.0Mikael Urankar2024-03-231-0/+110
| | | | | | | | | | | error: lint `unused_tuple_struct_fields` has been renamed to `dead_code` --> src/runtime/src/lib.rs:51:2 | 51 | unused_tuple_struct_fields, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `dead_code` PR: 277786 Approved by: portmgr (build fix blanket)
* x11/clipcat: Fix build with rust 1.77.0Mikael Urankar2024-03-231-0/+10
| | | | | | | | | error: lint `coinductive_overlap_in_coherence` has been removed: converted into hard error, see PR #118649 <https://github.com/rust-lang/rust/pull/118649> for more information PR: 277786 Approved by: portmgr (build fix blanket)
* lang/rust: Update to 1.77.0Mikael Urankar2024-03-236-60/+60
| | | | | | | | Announce: https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.77.0 PR: 277786 Tested by: mikael
* mail/dcc-dccd: update to 2.3.169Piotr Kubaj2024-03-233-6/+4
|
* www/varnish7: Move man pages to share/manNuno Teixeira2024-03-232-27/+29
| | | | Approved by: portmgr (blanket)
* www/slowhttptest: Move man pages to share/manNuno Teixeira2024-03-231-1/+3
| | | | Approved by: portmgr (blanket)
* www/py-ttrv: Move man pages to share/manNuno Teixeira2024-03-232-11/+1
| | | | Approved by: portmgr (blanket)
* www/netrik: Move man pages to share/manNuno Teixeira2024-03-231-2/+4
| | | | Approved by: portmgr (blanket)
* www/moinmoincli: Move man pages to share/manNuno Teixeira2024-03-232-1/+4
| | | | Approved by: portmgr (blanket)
* www/mnogosearch: Move man pages to share/manNuno Teixeira2024-03-232-3/+4
| | | | Approved by: portmgr (blanket)
* www/lynx-current: Move man pages to share/manNuno Teixeira2024-03-232-1/+3
| | | | Approved by: portmgr (blanket)
* www/links1: Move man pages to share/manNuno Teixeira2024-03-231-2/+4
| | | | Approved by: portmgr (blanket)
* www/ikiwiki: Move man pages to share/manNuno Teixeira2024-03-232-9/+9
| | | | Approved by: portmgr (blanket)
* www/htdigest: Move man pages to share/manNuno Teixeira2024-03-231-3/+3
| | | | Approved by: portmgr (blanket)
* www/davix: Move man pages to share/manNuno Teixeira2024-03-233-19/+9
| | | | Approved by: portmgr (blanket)
* www/py-drf-spectacular-sidecar: Update to 2024.3.4Kai Knoblich2024-03-232-4/+4
| | | | | | Changelog: https://github.com/tfranzel/drf-spectacular-sidecar/compare/2024.2.1...2024.3.4
* textproc/py-pyscss: Update to 1.4.0Kai Knoblich2024-03-232-7/+12
| | | | | | | | | | | | | | | | * Make port concurrent safe as some scripts are installed outside of Python's site-lib directory. * Update test suite and switch to newer devel/py-pytest. * Strip binaries and pet portclippy to level up port compliance. Changelog: https://github.com/Kronuz/pyScss/compare/1.3.7...v1.4.0 PR: 277894 Approved by: rum1cro@yandex.ru (maintainer)
* textproc/py-pymdown-extensions: Update to 10.7.1Kai Knoblich2024-03-232-5/+5
| | | | | | Changelog since 10.4: https://github.com/facelessuser/pymdown-extensions/compare/10.4...10.7.1