aboutsummaryrefslogtreecommitdiff
path: root/graphics/libjxr
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-01-05 03:41:39 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-01-05 03:41:39 +0000
commit205ba2f80ac6403da0ed755d1fdf6f376d0c3234 (patch)
treee5d68fee6b6345cd2e75693d948b31f4c8411281 /graphics/libjxr
parent3d4f3f9b8fa5b243b34b2bf773d7014c88dd281c (diff)
downloadports-205ba2f80ac6403da0ed755d1fdf6f376d0c3234.tar.gz
ports-205ba2f80ac6403da0ed755d1fdf6f376d0c3234.zip
graphics/libjxr: lift BROKEN_aarch64 per FreeBSD 11.0 EOL
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
Notes: svn path=/head/; revision=458110
Diffstat (limited to 'graphics/libjxr')
-rw-r--r--graphics/libjxr/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/libjxr/Makefile b/graphics/libjxr/Makefile
index ccddae10a32e..28f57ae4f759 100644
--- a/graphics/libjxr/Makefile
+++ b/graphics/libjxr/Makefile
@@ -12,7 +12,6 @@ COMMENT= Library for JPEG XR, a.k.a. Windows MediaTM Photo
LICENSE= BSD2CLAUSE
-BROKEN_aarch64= fails to link: cc: linker command failed with exit code 1 (use -v to see invocation)
BROKEN_mips= fails to compile: cc1: unrecognized command line option "-Wno-extra-tokens"
BROKEN_mips64= fails to compile: cc1: unrecognized command line option "-Wno-extra-tokens"
BROKEN_powerpc64= fails to compile: cc1: unrecognized command line option "-Wno-extra-tokens"