Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2022 16:48:47 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dfd63e9ee7b0 - main - graphics/libjxl: don't disable -Werror
Message-ID:  <202210051648.295GmlGr066039@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dfd63e9ee7b001e53fadc5477b2119a203dde2a4

commit dfd63e9ee7b001e53fadc5477b2119a203dde2a4
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-10-05 15:41:16 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-10-05 16:48:01 +0000

    graphics/libjxl: don't disable -Werror
    
    FreeBSD is supported upstream, and upstream regularly tests with Clang.
    I'd like to be notified of new warnings. Let's see how long it lasts.
    
    Tested by:      Clang 11/13/14/15, GCC 11, -DNDEBUG
---
 graphics/libjxl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/libjxl/Makefile b/graphics/libjxl/Makefile
index ffe222a76fa1..cac19b6f5760 100644
--- a/graphics/libjxl/Makefile
+++ b/graphics/libjxl/Makefile
@@ -23,7 +23,7 @@ GH_TUPLE=	jbeich:skcms:6437475:skcms/third_party/skcms \
 		webmproject:sjpeg:868ab55:sjpeg/third_party/sjpeg \
 		${NULL}
 CMAKE_ON=	JPEGXL_ENABLE_PLUGINS
-CMAKE_OFF=	JPEGXL_WARNINGS_AS_ERRORS ${BENCHMARK FUZZERS TCMALLOC:L:S/^/JPEGXL_ENABLE_/}
+CMAKE_OFF=	${BENCHMARK FUZZERS TCMALLOC:L:S/^/JPEGXL_ENABLE_/}
 CMAKE_OFF+=	${OpenGL GLUT:L:S/^/CMAKE_DISABLE_FIND_PACKAGE_/} # sjpeg
 CMAKE_OFF+=	${CMAKE_TESTING_ON}
 LDFLAGS+=	-Wl,--as-needed # brotlicommon, OPENEXR/PNG deps



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210051648.295GmlGr066039>