You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.
Maintainer: k...@freebsd.org
Log URL:
http://beefy17.nyi.freebsd.org/data/main-i386-default/p46e2a7268509_sf2660
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.
Maintainer: k...@freebsd.org
Log URL:
http://beefy18.nyi.freebsd.org/data/main-amd64-default/p46e2a7268509_sf266
Dear port maintainer,
The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262039
--- Comment #17 from Po-Chuan Hsieh ---
This is what I'm using for jasper 3.0.2 update [1].
I got the same 3 failed ports, netpbm, qt5-imageformats and xv.
And I can confirm that qt5-imageformats and xv are fixed now.
A dirty hack for netp
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262039
--- Comment #18 from Tatsuki Makino ---
(In reply to Po-Chuan Hsieh from comment #17)
I am not sure what is causing this :)
converter/other/jpeg2000/jpeg2ktopam.c has #define _XOPEN_SOURCE 500.
This is downgrading _POSIX_C_SOURCE to 19950
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262039
--- Comment #19 from Tatsuki Makino ---
(Continued from comment #18)
The following are different, so the build succeeds with my 12.3-STABLE and
fails with 12.3-RELEASE.
https://cgit.freebsd.org/src/tree/sys/sys/cdefs.h?h=releng/12.3#n722