aboutsummaryrefslogtreecommitdiff
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* Mk: unregister removed GhostScript 8 portsRene Ladan2023-06-302-11/+7
|
* Mk: unregister removed GhostScript 7Rene Ladan2023-06-302-9/+5
|
* KDE: Update KDE Gear to 23.04.2Tobias C. Berner2023-06-301-3/+3
| | | | | | | | | | | | | | | | | | KDE Gear 23.04.2 Thursday, 8 June 2023 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * konsole: Adjust selection point coords when scrollback shrinks * neochat: Focus message search window's search field by default * yakuake: Prevent unnecessary tab switching when closing a tab Changelog: https://kde.org/announcements/changelogs/gear/23.04.2/
* Mk/Uses/pathfix.mk: Add CMAKE_INSTALL_FULL_LIBDIR/pkgconfig patternPo-Chuan Hsieh2023-06-301-1/+2
| | | | It is used by devel/level-zero.
* Mk/bsd.default-versions.mk: Cosmetic changePo-Chuan Hsieh2023-06-301-1/+1
|
* Mk/Uses/python.mk: Clean up after lang/python37 removalPo-Chuan Hsieh2023-06-301-5/+0
|
* databases/mariadb104-*: SunsetMuhammad Moinur Rahman2023-06-302-3/+3
| | | | | | | | 2023-06-30 databases/mariadb104-*: Use databases/mariadb106-* - Sync mariadb versions in Mk/bsd.default-versions.mk Approved by: portmgr (blanket)
* */*: Cleanup pointers to EOL mariadb103Muhammad Moinur Rahman2023-06-302-3/+3
| | | | | | | Although mariadb103 is EOL there were some pointers to this version, so cleanup the necessaries. Approved by: portmgr (blanket)
* */*: Cleanup pointers to EOL mariadb102Muhammad Moinur Rahman2023-06-301-1/+1
| | | | | | | Although mariadb102 is EOL there were some pointers to this version, so cleanup the necessaries. Approved by: portmgr (blanket)
* www/node19: SunsetMuhammad Moinur Rahman2023-06-302-4/+4
| | | | | | 2023-06-30 www/node19: Nodejs 19.* will reach its EoL on 2023-06-01. Use Node.js 18.* (www/node18) or 20.* (www/node20) instead Approved by: portmgr (blanket)
* databases/mysql56-*: SunsetMuhammad Moinur Rahman2023-06-302-2/+1
| | | | | | 2023-06-30 databases/mysql56-*: Upstream support ended in February 2021 Approved by: portmgr (blanket)
* KDE: Update KDE Frameworks to 5.107Tobias C. Berner2023-06-291-1/+1
| | | | | | | | | | | | | | | | | Saturday, 10 June 2023 KDE today announces the release of KDE Frameworks 5.107.0. KDE Frameworks are 83 addon libraries to Qt which provide a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. For an introduction see the KDE Frameworks release announcement. This release is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner. PR: 272099 Exp-run by: antoine
* KDE: Update KDE Plasma Desktop to 5.27.6Tobias C. Berner2023-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | KDE Plasma 5.27.6, Bugfix Release for June Tuesday, 20 June 2023. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.27.6. Plasma 5.27 was released in February 2023 with many feature refinements and new modules to complete the desktop experience. This release adds two months' worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * Dpms: Don't crash if trying to interact with the fake screen. * Panel: mitigate plasmashell high CPU usage when moving windows. * Runners/calculator: implement thread-safety in QalculateEngine::evaluate. * Fix ddcutil for laptop user. * Fix showing error messages. * Fix UI with huge window sizes. Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.5-5.27.6
* Mk/bsd.gecko.mk: fix merge typoChristoph Moench-Tegeder2023-06-271-1/+1
| | | | Reported by: rene@
* www/firefox: update to 115.0 (rc1)Christoph Moench-Tegeder2023-06-271-3/+10
| | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/115.0/releasenotes/
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | The logic in USES=python will automatically convert this to 3.8+ by itself. Adjust two ports that only had Python 3.7 mentioned but build fine on Python 3.8 too. finance/quickfix: mark BROKEN with PYTHON libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found ^~~~~~~~~~ 1 warning and 1 error generated. Reviewed by: portmgr, vishwin, yuri Differential Revision: <https://reviews.freebsd.org/D40568>
* Mk/Uses: bit more cleanup in USES=python now that 3.7 is sunsetRene Ladan2023-06-271-4/+1
|
* Mk: unregister expired lang/python3.7Rene Ladan2023-06-272-18/+15
|
* bsd.sites.mk: Fix URL in MASTER_SITE_FREEBSD_ORGLi-Wen Hsu2023-06-271-1/+1
| | | | Sponsored by: The FreeBSD Foundation
* bsd.sites.mk: Remove stale linkLi-Wen Hsu2023-06-271-2/+0
| | | | Sponsored by: The FreeBSD Foundation
* lang/perl5.38: add latest Perl version (in RC2)Mathieu Arnold2023-06-242-2/+6
| | | | (cherry picked from commit b5cbd10fb4052bfe3f61536eabcdcf02a4fd606a)
* Update gstreamer1 to upstream release 1.22.4Thomas Zander2023-06-241-1/+1
| | | | PR: 272141, 272100
* lang/vala: disable incompatible function pointer type errorCharlie Li2023-06-241-0/+3
| | | | | | | | Generated code that is then passed to clang 16 errors with this. Fixes to the code generator are substantial and may not be backported to this release cycle, so work around as upstream suggests. Context: https://gitlab.gnome.org/GNOME/vala/-/issues/1408
* lang/vala: update to 0.56.8Charlie Li2023-06-241-1/+1
|
* Mk/bsd.sites.mk: Remove non resolving MASTER_SITESMuhammad Moinur Rahman2023-06-201-1/+0
| | | | Approved by: portmgr (blanket)
* bsd.sites.mk/CRAN: Remove cran.gis-lab.infoDanilo G. Baio2023-06-181-1/+0
| | | | | | Name does not resolve. Reported by: portscout logs
* bsd.sites.mk: Remove download.xs4all.nlDanilo G. Baio2023-06-181-2/+0
| | | | | | Name does not resolve. Reported by: portscout logs
* bsd.sites.mk: Update OPENBSD entriesDanilo G. Baio2023-06-181-2/+2
| | | | | | | | | - openbsd.hk is not responding - ftp3.usa is an alias to ftp.usa https://www.openbsd.org/ftp.html Reported by: portscout logs
* Mk/Scripts: Fix ports depends-list.shAndrew "RhodiumToad" Gierth2023-06-131-3/+3
| | | | | | | | | | | | | | | | depends-list.sh fails in two ways: one is a simple quoting bug which causes empty FLAVOR variables to be propagated; the other is that de-duplication is being done without regard for flavors. The upshot of these is that where a port depends on a specific flavor (first bug) or on multiple flavors (second bug, usually caused by build dependencies) of another port, the constructed dependency list is incomplete, and so -recursive targets do not do all the required work. (This is especially annoying for fetch-recursive.) Reviewed by: portmgr@FreeBSD.org PR: 269982 Differential Revision: https://reviews.freebsd.org/D40491
* */*php83*: SunriseMuhammad Moinur Rahman2023-06-102-3/+7
| | | | | | | | | | | Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.3.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS Sponsored by: Bounce Experts
* lang/rust: Update to 1.70.0Mikael Urankar2023-06-092-2/+2
| | | | | | | | Announce: https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.70.0 PR: 271797 Tested by: mikael,pkubaj
* Mk/Uses/ssl.mk: Update list of ssl variants in commentSergei Vyshenski2023-06-081-1/+1
| | | | PR: 271896
* Mk/bsd.options.desc.mk: Improve TCMALLOC_DESC wordingYuri Victorovich2023-06-071-1/+1
|
* Mk/bsd.options.desc.mk: Add TCMALLOC_DESCYuri Victorovich2023-06-061-0/+1
| | | | ... because it is quite common.
* Mk/Scripts: Add quotes to $0 in the stripped() function in qa.shYuri Victorovich2023-06-051-1/+1
| | | | | | | | This is a followup to the previous patch that fixed the bug with missing unstripped file suggestions. PR: 270398 Suggested by: mat@
* Mk/Scripts: Fix the 'stripped' check from 'make check-plist' to report all ↵Yuri Victorovich2023-06-021-1/+1
| | | | | | | | | | | | | | | | | | | unstripped files Prior to this patch, the 'stripped' check always skipped the first unstripped file. It uses the "find [...] -exec sh -c 'readelf -S -- /dev/null $0 "$@" || :' -- {} +" command. When arguments are passed to shell like this: "sh -c 'script' arg1 arg2 arg3" - $@ within the script is assigned to 'arg2 arg3', and $0 is assigned to arg1. This is a quirk in how shells handle arguments in case when the script is passed using -c. This patch adds $0 to account for the first passed file. PR: 270398 Approved by: portmgr-lurkers (garga)
* multimedia/mlt7*: Update to 7.16.0Jason E. Hale2023-06-021-1/+1
| | | | | | - Flavorize multimedia/mlt7-glaxnimate for Qt5 and Qt6 https://github.com/mltframework/mlt/releases/tag/v7.16.0
* Mk: unregister expired nodejs 14Rene Ladan2023-05-282-4/+4
|
* Mk/Uses/ruby.mk: Fix typoPo-Chuan Hsieh2023-05-271-1/+1
|
* Mk/Uses/python.mk: update version numbers in some examplesRene Ladan2023-05-201-3/+3
|
* qt.mk: add components for sqldrivers (sqldriver-${foo})Tobias C. Berner2023-05-191-1/+7
|
* KDE: Update KDE Frameworks to 5.106Tobias C. Berner2023-05-171-1/+1
| | | | | | | | | | | | | | | | | | | Saturday, 13 May 2023 KDE today announces the release of KDE Frameworks 5.106.0. KDE Frameworks are 83 addon libraries to Qt which provide a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. For an introduction see the KDE Frameworks release announcement. This release is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner. Announcement: https://kde.org/announcements/frameworks/5/5.106.0/ Exp-run by: antoine PR: 271426
* KDE: KDE Plasma 5.27.5, Bugfix Release for MayTobias C. Berner2023-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | Tuesday, 9 May 2023. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.27.5. Plasma 5.27 was released in February 2023 with many feature refinements and new modules to complete the desktop experience. This release adds a month's worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * Bluedevil Applet: introduce a brief animation for section height estimates. * Discover Flatpak: Do not crash if for any reason we lack a ref's source. * Info Centre About-distro: add a dump mode to print to cli. Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.4-5.27.5
* lang/ruby33: Add new portYasuhiro Kimura2023-05-152-2/+10
| | | | | | | | Add preview1 of Ruby 3.3 series. ReleaseNotes: https://www.ruby-lang.org/en/news/2023/05/12/ruby-3-3-0-preview1-released/ PR: 271387 Approved by: meta (ruby@)
* KDE: Update KDE Gear to 23.04.1Tobias C. Berner2023-05-141-3/+3
| | | | | | | | | | | | | | | | | | | KDE Gear 23.04.1 Thursday, 11 May 2023 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneogqusly as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * kdenlive: Fix corrupted project files on opening * skanpage: Scan Export window's OCR language list is now scrollable * spectacle: Quitting Spectacle with Escape no longer affects windows below it Announcement: https://kde.org/announcements/gear/23.04.1/ Changelog: https://kde.org/announcements/changelogs/gear/23.04.1/
* Mk/Uses/magick.mk: Improve readabilityFelix Palmen2023-05-091-3/+12
| | | | | | | | | Improve readability by replacing the AT&T-style expansions with some explicit logic. This also avoids incompatibility with very old make versions where % in these expansions also matches empty strings. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D39986
* Mk/Uses/python.mk: Fix a typoWen Heping2023-05-081-1/+1
| | | | | PR: 271265 Reported by: grahamperrin@freebsd.org
* Mk/Uses/python.mk: Fix 34852a28b2b09ceb1b52db7ac15a192089c5e60cPo-Chuan Hsieh2023-05-071-3/+7
| | | | PYTHON3_DEFAULT removal is planned for a PR.
* Mk/Uses/python.mk: Fix PLIST issue for USE_PYTHON=pep517Po-Chuan Hsieh2023-05-071-9/+7
| | | | | | | | | | | | | Currently "USE_PYTHON=autoplist pep517" generates the PLIST as follows: - Extract the list of installed files from the RECORD file to the intermediate PLIST (_PYTHONPKGLIST) - Manipulate the intermediate PLIST - Add list of pycache files to the intermediate PLIST When the RECORD file contains foo.pyc entry, that file will be counted twice in the PLIST at the end. It will cause check-plist error. This fix removes *.pyc entries while manipulating the intermediate PLIST to ensure all pycache files are only counted once.
* Mk/bsd.port.mk: Enable verbose output when pkgconfig file(s) ends up in ↵Daniel Engberg2023-05-061-0/+4
| | | | | | | | | wrong path To avoid confusion and silently fix issues that occurs Reviewed by: mat Approved by: portmgr (bofh)