| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
net/traefik2 was tracking the 2.x branch as long as net/traefik was on
the 1.7.x branch. It has been superseded by the update of net/traefik to
the 2.x branch in late 2020.
PR: 255044
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
JAVA option did not work because the actual build knob was wrong.
Especially, on a system where devel/apache-ant was installed, ant and
java binaries were automatically detected and enabled even if the JAVA
option was disabled. While I am here, fix Apache Ant usage by setteing
JAVACMD variable. Without it, it may pick up java binary from JRE via
javavm(1) from java/javavmwrapper. If ant script is used with java from
JRE, build fails because it cannot find jar.
Approved by: tcberner (maintainer)
|
|
|
|
| |
PR: 253774
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This allows SUB_FILES generated files to be available earlier than
staging, and use them during the build.
|
|
|
|
| |
I didn't notice that some binaries failed to build and they didn't cause poudriere to exit either.
|
|
|
|
|
|
|
| |
Add upstream patch to fix build with the newly released poppler 21.04
PR: 254808
Obtained from: Arch Linux
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- use DISTVERSION instead of PORTVERSION
- set minimal python version required to 3.6+ (while technically it
works with anything from 2.6+)
|
| |
|
| |
|
|
|
|
|
|
| |
- https://github.com/gridscale/gscloud/releases/tag/v0.10.0
Sponsored by: gridscale GmbH
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
MASTER_SITES aliases processing in the framework is very inefficient
and the CRATESIO indirection is not worth it. Normally ports only
have a handful of sites at most, but USES=cargo currently adds one
site for each crate by necessity. The inefficiency suddenly matters
a lot.
By consuming MASTER_SITE_CRATESIO directly we can sidestep this
issue without losing anything.
Before:
$ time make -C www/zola -V MASTER_SITES >/dev/null
4.21 real 4.14 user 0.03 sys
After:
$ time make -C www/zola -V MASTER_SITES >/dev/null
0.60 real 0.58 user 0.02 sys
|
|
|
|
|
|
|
| |
6d447e3feb6d47f958c786eb8ab40b0a7a535818.patch has changed slightly:
-index 3356507f..261b9a92 100644
+index 3356507..261b9a9 100644
|
|
|
|
|
|
|
| |
$ 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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This update require adding the missing sgmllib for python3 versions and
makes the license dual contributed by James French. Also update the test
target and switch to github.
PR: 250380
Submitted by: jbeich
MFH: 2021Q2
|
| |
|
| |
|
| |
|
|
|
|
| |
powerpc64le is little endian.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- https://github.com/ipxe/ipxe/commit/79c0173
Create util/genfsimg for building filesystem-based images
Generalise util/geniso, util/gensdsk, and util/genefidsk to
create a single script util/genfsimg that can be used to build
either FAT filesystem images or ISO images.
- https://github.com/ipxe/ipxe/commit/f034ae5
Allow elf2efi.c to build on FreeBSD
PR: 254600
Reported by: dch@
|
|
|
|
| |
Changelog: https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
|
| |
|
| |
|
|
|
|
| |
PR: 246077
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
| |
`devel/abseil' by using the same treatment as in `math/or-tools'.
Reported by: yuri
Pointy hat to: danfe
|
| |
|
|
|
|
|
| |
This brings one back port for the tree optimizers and one for inter-
procedural analysis (IPA).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a patch from upstream to fix building on armv7 (used by pfsense):
https://github.com/zeek/zeek/issues/1496
Thanks to @garga for the pointer.
Fix a testport "left over" file @adridg reported. When zeek is run
as part of package installation, it copies some config files to
spool/installed-scripts-do-not-touch/site and local.zeek.sample
hitches a ride and needs to be removed on uninstall. But it is not
really a @sample candidate.
While we're here fix some minor portlint (env -> ${SETENV}) and
clean up some commented out directives.
Reported by: garga adridg
|
|
|
|
|
| |
PR: 255042
Approved by: Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
|
|
|
|
| |
Reported by: portscout
|