* Add --enable-jasper option to enable JPEG2000 support
* Remove old/deprecate elements such as PC_FALSE not used anymore
* Fix some optional configuration parameters
* Add post-patch actions to modify configure.ac if some options
are disabled. For some reasons, even if the option is 'disabled'
the configure auto activates the the option if the required lib is installed.
* Add missing dependencies for GIMP option
* lint with portfmt and portclippy
PR: 255400
Reported by: rhurlin
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
With LICENSE=f-prot and LICENSE_TEXT set the framework creates
${WRKDIR}/f-prot however WRKSRC=${WRKDIR}/f-prot too. Rename the
license to fix this.
/bin/sh: cannot create /wrkdirs/usr/ports/security/f-prot/work/f-prot: Is a directory
With LICENSE=edith and LICENSE_TEXT set the framework creates
${WRKDIR}/edith however WRKSRC=${WRKDIR}/edith too. Rename the
license to fix this.
/bin/sh: cannot create /wrkdirs/usr/ports/editors/edith/work/edith: Is a directory
Cherry-pick an upstream fix to relax users to C++11, only the
OpenEXR code itself requires C++14.
Cherry-pick an upstream fix to prevent overflow in
getScanlineChunkOffsetTableSize.
While here, rename MAJORVER to _MAJORVER as portclippy cleanup.
Cherry-pick an upstream fix to relax users to C++11, only the
Imath code itself requires C++14.
Cherry-pick an upstream fix for a regression in succf()/predf().
While here, run tests in parallel and clean up for portclippy.