With LICENSE=${PORTNAME} and LICENSE_TEXT set the framework creates
${WRKDIR}/${PORTNAME} however WRKSRC=${WRKDIR}/${PORTNAME} too.
Rename the licenses to fix this.
May 13, 2021. 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.
Changelogs:
https://kde.org/announcements/changelogs/releases/21.04.1/
The call to XtVaGetValues returns a value that overwrites the `bc` variable and
smashes the stack. Use a long instead.
PR: 255765
Reported by: grahamperrin@gmail.com
Tested by: rhurling@
MFH: 2021Q2
It's been years since @dirrm and @dirrmtry support has been removed
from the tree, pkg 1.17 just drop entirely the support for those
keywords making this port fail to build.
This is a bug fix release. Changes:
- Graphics have been updated for 21 activities.
- The GCompris executable has been relicenced to AGPLv3 due to
a dependency of analog electricity.
This reverts commit 5ec940f106.
It tries to fetch things during the build.
===> Configuring for ja2-0.18.0
Updating git repository `https://github.com/selaux/android-ndk-rs`
warning: spurious network error (2 tries remaining): failed to connect to github.com: Can't assign requested address; class=Os (2)
warning: spurious network error (1 tries remaining): failed to connect to github.com: Can't assign requested address; class=Os (2)
error: failed to get `ndk` as a dependency of package `stracciatella v0.1.0 (/wrkdirs/usr/ports/games/jaggedalliance2/work/ja2-stracciatella-0.18.0/rust/stracciatella)`
Caused by:
failed to load source for dependency `ndk`
Caused by:
Unable to update https://github.com/selaux/android-ndk-rs
Caused by:
failed to clone into: /wrkdirs/usr/ports/games/jaggedalliance2/work/cargo-home/git/db/android-ndk-rs-8a286ebb858b1942
Caused by:
failed to connect to github.com: Can't assign requested address; class=Os (2)
*** Error code 101
If we fix that error it still tries to fetch things later:
-- Using src='634cdb028f.zip'
-- Retrying...
-- Using src='634cdb028f.zip'
-- Retry after 5 seconds (attempt #2) ...
-- Using src='634cdb028f.zip'
-- Retry after 5 seconds (attempt #3) ...
-- Using src='634cdb028f.zip'
-- Retry after 15 seconds (attempt #4) ...
-- Using src='634cdb028f.zip'
-- Retry after 60 seconds (attempt #5) ...
-- Using src='634cdb028f.zip'
CMake Error at /wrkdirs/usr/ports/games/jaggedalliance2/work/.build/dependencies/lib-miniaudio/getter/get-miniaudio-prefix/src/get-miniaudio-stamp/download-get-miniaudio.
cmake:170 (message):
Each download failed!
error: downloading '634cdb028f.zip' failed
status_code: 6
status_string: "Couldn't resolve host name"
log:
--- LOG BEGIN ---
Could not resolve host: github.com
PR: 255399
For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.
Approved by: rene
Differential Revision: https://reviews.freebsd.org/D30010
- Eliminate use-once variables
- Do not abuse ALL_TARGET for MAKE_ARGS
- Override PREFIX and CXX via MAKE_ARGS
- Do not expose options that are amd64 only on other archs
- Add missing MYARCH definitions and reattempt build on other archs