| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=450323
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=439999
|
|
|
|
|
|
|
| |
investigating...
Notes:
svn path=/head/; revision=438576
|
|
graphics/freeimage.
Obtained from: Debian, sort of
Sponsored by: Unemployment Insurance
Notes:
svn path=/head/; revision=438575
|