aboutsummaryrefslogtreecommitdiff
path: root/graphics/libjxr
Commit message (Collapse)AuthorAgeFilesLines
* graphics/libjxr: lift BROKEN_aarch64 per FreeBSD 11.0 EOLJan Beich2018-01-051-1/+0
| | | | | | | | | | | | | | | | | | | Here's how the error message actually looked like: cc -fstack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-shared-textrel -o libjpegxr.so.1 -Wl,-soname,libjpegxr.so.1 `NM='nm' NMFLAGS='' lorder encode.So segenc.So strenc.So strFwdTransform.So strPredQuantEnc.So decode.So postprocess.So segdec.So strdec.So strInvTransform.So strPredQuantDec.So JXRTranscode.So adapthuff.So image.So strcodec.So strPredQuant.So strTransform.So perfTimerANSI.So | tsort -q` strenc.So: In function `StrIOEncInit': /wrkdirs/usr/ports/graphics/libjxr/work/jxrlib-1.1/image/encode/strenc.c:(.text+0xf18): warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() cc: error: linker command failed with exit code 1 (use -v to see invocation) Noticed -Wl,--fatal-warnings? After tmpnam() warning dissapeared, so did the error. Reported by: http://thunderx1.nyi.freebsd.org/data/110arm64-default/438755/logs/errors/jxrlib-1.1.log Pointy hat to: linimon (generic excerpt) Tested on: 11.1 (clang 4.0) and 12.0 (clang 6.0) Notes: svn path=/head/; revision=458110
* graphics/libjxr: Update license information [1]Steve Wills2017-10-204-15/+20
| | | | | | | | | | | While here, fix portlint warning PR: 222459 [1] Submitted by: Yasuhiro KIMURA <yasu@utahime.org> [1] Approved by: Mikhail T. <mi@ALDAN.algebra.com> (maintainer) [1] Notes: svn path=/head/; revision=452534
* Use the MASTER_SITES macros correctly.Mathieu Arnold2017-09-221-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=450323
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-221-2/+4
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441468
* Mark some ports failing on aarch64, and, in a few cases, other tier-2Mark Linimon2017-05-031-0/+3
| | | | | | | | | | | archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439999
* Disable failure exit in the test as it MAY not be a problem --Mikhail Teterin2017-04-151-3/+2
| | | | | | | investigating... Notes: svn path=/head/; revision=438576
* Add port of JPEG XR -- to be used by the upcoming update ofMikhail Teterin2017-04-1511-0/+221
graphics/freeimage. Obtained from: Debian, sort of Sponsored by: Unemployment Insurance Notes: svn path=/head/; revision=438575