git: ce5876680bbb - main - graphics/GraphicsMagick: mark JXL option explicitly BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Apr 2022 17:49:20 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce5876680bbbf05c957385e577c924a4d5117cfe commit ce5876680bbbf05c957385e577c924a4d5117cfe Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-04-25 16:19:46 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-04-25 17:47:17 +0000 graphics/GraphicsMagick: mark JXL option explicitly BROKEN PR: 263448, 263352 Approved by: portmgr blanket --- graphics/GraphicsMagick/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index 9405fb6219d5..4d897932ba02 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -49,6 +49,7 @@ JPEG_CONFIGURE_WITH= jpeg JPEG_USES= jpeg JXL_CONFIGURE_WITH= jxl JXL_LIB_DEPENDS= libjxl.so:graphics/libjxl +JXL_BROKEN= does not build: use of undeclared identifier 'JxlEncoderFrameSettings' LCMS2_CONFIGURE_WITH= lcms2 LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2 LZMA_CONFIGURE_WITH= lzma