aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Update KDE Frameworks to 5.81.0Tobias C. Berner2021-04-1433-86/+94
| | | | | | | | | | | | | | | | | | | | Saturday, 10 April 2021 KDE today announces the release of KDE Frameworks 5.81.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. Full Announcement: https://kde.org/announcements/frameworks/5/5.81.0/ PR: 254978 Exp-run by: antoine
* devel/pijul: BROKEN=unfetchableTobias Kortkamp2021-04-141-0/+2
| | | | | | | $ make MASTER_SITE_BACKUP= checksum => pijul-0.12.0.tar.gz doesn't seem to exist in /home/tobias/distfiles/. => Attempting to fetch https://pijul.org/releases/pijul-0.12.0.tar.gz fetch: https://pijul.org/releases/pijul-0.12.0.tar.gz: Not Found
* devel/R-cran-pillar: Update to 1.6.0TAKATSU Tomonari2021-04-142-5/+5
|
* devel/R-cran-sfsmisc: Update to 1.1-11TAKATSU Tomonari2021-04-142-4/+4
|
* devel/onetbb: Update to 2021.2.0 and bump dependenciesGanael LAPLANCHE2021-04-144-22/+18
| | | | Changelog: https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
* devel/py-plac: Update 1.3.2 -> 1.3.3Yuri Victorovich2021-04-142-4/+4
| | | | Reported by: portscout
* devel/py-oci: update to 2.36.0Kevin Bowling2021-04-142-4/+4
| | | | | PR: 255042 Approved by: Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
* devel/gitleaks: Update 7.3.0 -> 7.4.0Yuri Victorovich2021-04-142-4/+4
| | | | Reported by: portscout
* devel/jenkins: Update to 2.288Li-Wen Hsu2021-04-142-4/+4
| | | | Sponsored by: The FreeBSD Foundation
* devel/sd-mux-ctrl: Rename to match upstreamSofian Brabez2021-04-138-29/+39
| | | | | | | | | | Rename devel/sd-mux to devel/sd-mux-ctrl and remove dupplicate port sysutils/sd-mux-ctrl added recently. As the port names were different `addport -y` didn't catch the duplicate when looking at the catalog tree INDEX. Also add entries into MOVED. Approved by: swills Differential Revision: https://reviews.freebsd.org/D29732
* devel/libvirt: add missing textproc/gnugrep dependencyRoman Bogorodskiy2021-04-131-0/+1
| | | | | | | GNU grep is required for build. PR: 255022 [1] Reported by: Jack <xxjack12xx@gmail.com> [1], pkg-fallout
* devel/colorgcc: update to 1.4.5Sofian Brabez2021-04-134-16/+15
| | | | Update, fix pkg-message and reset maintainer
* devel/ncurses: update to 20210403 snapshotSteve Wills2021-04-132-5/+4
|
* devel/boost-libs: backport upstream commit to add support to c++20 conceptsDima Panov2021-04-132-1/+70
| | | | | | | | | | | Until newer boost is ported, this fixes compilation of client code with errors like async_result.hpp: error: concept cannot have associated constraints See https://github.com/boostorg/asio/issues/312 for details. PR: 255016 Submitted by: amdmi3 MFH: 2021Q2
* devel/py-cerberus -- update to 1.3.3Matthew Seaman2021-04-132-4/+4
| | | | ChangeLog: https://github.com/pyeve/cerberus/blob/1.3.3/CHANGES.rst
* devel/catch: update to 2.15.5Pietro Cerutti2021-04-132-4/+4
| | | | | | Release notes: https://github.com/catchorg/Catch2/releases/tag/v2.13.4 https://github.com/catchorg/Catch2/releases/tag/v2.13.5
* devel/fossil: fetch from httpsPietro Cerutti2021-04-131-1/+1
| | | | | PR: 255006 Submitted by: Christian Ullrich <chris@chrullrich.net>
* devel/magit-devel: Update to the latest snapshot g4f41ba49Koichiro Iwao2021-04-132-6/+5
| | | | | PR: 253752 Reported by: Yasuhiro Kimura <yasu@utahime.org> (maintainer)
* devel/py-python-gist: Update 0.10.1 -> 0.10.3Yuri Victorovich2021-04-132-4/+4
| | | | Reported by: portscout
* devel/fatal: Update 2021.04.05.00 -> 2021.04.12.00Yuri Victorovich2021-04-122-4/+4
|
* devel/fbthrift: Update 2021.04.05.00 -> 2021.04.12.00Yuri Victorovich2021-04-122-4/+4
|
* devel/folly: Update 2021.04.05.00 -> 2021.04.12.00Yuri Victorovich2021-04-123-4/+5
|
* devel/gitui: Update 0.13.0 -> 0.14.0Yuri Victorovich2021-04-122-5/+4
| | | | Reported by: portscout
* devel/llvm-devel: Disable FLANG on i386Brooks Davis2021-04-121-0/+1
| | | | | It doesn't compile (may also be broken on other 32-bit platforms, but I don't have reports one way or the other).
* devel/llvm-devel: add a lite flavorBrooks Davis2021-04-122-409/+425
| | | | | | | This flavor includes clang and lld and has no runtime dependencies. Add a new STATIC_LIBS option to toggle instalation of non-sanitizer static libraries. This saves a substantial amount of space.
* devel/godot2: bump PORTREVISIONPiotr Kubaj2021-04-121-0/+1
|
* devel/godot2: stop using builtin libpngPiotr Kubaj2021-04-121-1/+1
| | | | | | | | | | | | platform/x11/detect.py actually forces builtin libpng if builtin freetype or zlib is used. Use the system ones. This also fixes build on powerpc64le, since builtin libpng is not built with VSX. PR: 254703 Approved by: FreeBSD@ShaneWare.Biz (maintainer)
* devel/rust-analyzer: Update to 2021-04-12Tobias Kortkamp2021-04-122-28/+28
| | | | Changes: https://rust-analyzer.github.io/thisweek/2021/04/12/changelog-72.html
* devel/R-cran-git2r: add portsDmitry Marakasov2021-04-124-0/+24
| | | | | | | | | | | Interface to the 'libgit2' library, which is a pure C implementation of the 'Git' core methods. Provides access to 'Git' repositories to extract data and running some basic 'Git' commands. WWW: https://CRAN.R-project.org/package=git2r PR: 243627 Submitted by: jpbeconne@free.fr
* devel/intel-graphics-compiler: update to 1.0.6909Jan Beich2021-04-124-40/+40
| | | | | Changes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.6909 Reported by: GitHub (watch releases)
* devel/py-python-dbusmock: update to 0.23.0Hiroki Tagato2021-04-122-5/+5
| | | | | | | While here: - remove 3.6+ from USES=python since it is now the default Reported by: portscout
* devel/godot2: remove dependency on python2, undeprecate consumer portsDmitry Marakasov2021-04-121-1/+1
|
* devel/p5-DateTime-Format-Pg: Update to 0.16014Wen Heping2021-04-122-4/+4
|
* devel/p5-DateTime-Calendar-Julian: Update to 0.104Wen Heping2021-04-122-4/+4
|
* devel/p5-DateTime-Calendar-FrenchRevolutionary: Update to 0.17Wen Heping2021-04-123-4/+8
|
* devel/p5-DateTime-Calendar-Christian: Update to 0.10Wen Heping2021-04-122-4/+4
|
* devel/fossil: update to 2.15.1Pietro Cerutti2021-04-122-5/+5
| | | | Changes: https://fossil-scm.org/home/doc/041c3d1fa7e08434/www/changes.wiki
* devel/libzrtpcpp: mark BROKENAdriaan de Groot2021-04-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Does not compile on the cluster or 13- locally, because base SSL: hmac384.cpp:56:14: error: variable has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st') HMAC_CTX ctx; /usr/include/openssl/ossl_typ.h:102:16: note: forward declaration of 'hmac_ctx_st' typedef struct hmac_ctx_st HMAC_CTX; There is no definition of that type anywhere in /usr/include. The only consumer of this library is -- or was -- net/opal, and the use of this library was .if 0'ed out. Remove that non-use of the library as well. The library should also be marked BROKEN because the code is, well, broken. Clang rightfully complains: ZrtpPacketCommit.h:124:42: warning: 'memcpy' will always overflow; destination buffer has size 0, but size argument is 8 [-Wfortify-source] void setHMACMulti(uint8_t* hash) { memcpy(commitHeader->hmac-4*ZRTP_WORD_SIZE, hash, sizeof(commitHeader->hmac)); }; ZrtpQueue.cpp:147:9: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] delete buffer; ZrtpQueue.cpp:144:29: note: allocated with 'new[]' here unsigned char* buffer = new unsigned char[nextSize]; The first warning is *possibly* spurious: it's doing memcpy() into a struct intended for bit-banging, and is overwriting part of a previous field. Since there's no member there, there's no size information for fortify-source to use. The other two warnings are plain old UB, they were UB when this library was last released / updated in 2013, they're still UB, now. There **are** newer releases of this project, but not entirely under the GNU banner; https://github.com/wernerd/ZRTPCPP seems to be the right source for that, but I'm not going to chase updating this.
* devel/universal-ctags: Update to p5.9.20210411.0Koichiro Iwao2021-04-122-4/+4
| | | | | | | PR: 254985 Reported by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer) Relnotes: https://github.com/universal-ctags/ctags/compare/p5.9.20210404.0...p5.9.20210411.0 Sponsored by: HAW International
* devel/lazygit: Update to 0.27.4Koichiro Iwao2021-04-122-16/+28
| | | | | | | | | Relnotes: https://github.com/jesseduffield/lazygit/releases/tag/v0.27 Relnotes: https://github.com/jesseduffield/lazygit/releases/tag/v0.27.1 Relnotes: https://github.com/jesseduffield/lazygit/releases/tag/v0.27.2 Relnotes: https://github.com/jesseduffield/lazygit/releases/tag/v0.27.3 Relnotes: https://github.com/jesseduffield/lazygit/releases/tag/v0.27.4 Sponsored by: HAW International
* devel/py-pygit2: update to 1.5.0.Matthias Fechner2021-04-122-5/+4
| | | | | Changelog: https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst
* devel/liblouis: Update to 3.17.0Wen Heping2021-04-123-5/+7
|
* chase library renames for OpenEXR/Imath 3.0Matthias Andree2021-04-121-3/+3
|
* devel/kio-extras: make compatible with OpenEXR/Imath 3.0Matthias Andree2021-04-122-2/+13
|
* devel/kf5-extra-cmake-modules: make compatible with OpenEXR/Imath 3.0Matthias Andree2021-04-122-0/+47
|
* devel/jetbrains-webstorm: Update to 2021.1Kevin Bowling2021-04-113-232/+138
| | | | | | | Changes https://confluence.jetbrains.com/display/WI/WebStorm+2021.1+Release+Notes PR: 254960 Approved by: Dmitry Wagin <dmitry.wagin@ya.ru> (maintainer)
* devel/jetbrains-phpstorm: Update to 2021.1Kevin Bowling2021-04-113-254/+142
| | | | | | | Changes https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+2021.1+Release+Notes PR: 254959 Approved by: Dmitry Wagin <dmitry.wagin@ya.ru> (maintainer)
* devel/jetbrains-goland: Update to 2021.1Kevin Bowling2021-04-113-232/+145
| | | | | | | Changes https://confluence.jetbrains.com/display/GOLAND/GoLand%2B2021.1%2BRelease%2BNotes PR: 254960 Approved by: Dmitry Wagin <dmitry.wagin@ya.ru> (maintainer)
* devel/jetbrains-clion: Update to 2021.1Kevin Bowling2021-04-113-1002/+1068
| | | | | | Changes https://confluence.jetbrains.com/pages/viewpage.action?pageId=211354095 PR: 254957 Approved by: Dmitry Wagin <dmitry.wagin@ya.ru> (maintainer)
* devel/bmake: update to 20210314Mikolaj Golub2021-04-112-4/+4
|