svn commit: r398023 - head/graphics/mupdf

Antoine Brodin antoine at FreeBSD.org
Sun Sep 27 06:19:06 UTC 2015


Author: antoine
Date: Sun Sep 27 06:19:05 2015
New Revision: 398023
URL: https://svnweb.freebsd.org/changeset/ports/398023

Log:
  Mark BROKEN: fails to link with openjpeg 2.1.1
  
  cc  -fstack-protector -o build/release/mudraw build/release/tools/mudraw.o build/release/libmupdf.a -L/usr/local/lib  -lm -L/usr/local/lib -lfreetype   -ljbig2dec -ljpeg -L/usr/local/lib -lopenjp2    -lz
  build/release/libmupdf.a(load-jpx.o): In function `fz_load_jpx':
  source/fitz/load-jpx.c:(.text+0x56): undefined reference to `opj_set_default_decoder_parameters'
  source/fitz/load-jpx.c:(.text+0x69): undefined reference to `opj_create_decompress'
  source/fitz/load-jpx.c:(.text+0x84): undefined reference to `opj_set_info_handler'
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/mupdf/Makefile

Modified: head/graphics/mupdf/Makefile
==============================================================================
--- head/graphics/mupdf/Makefile	Sun Sep 27 04:28:19 2015	(r398022)
+++ head/graphics/mupdf/Makefile	Sun Sep 27 06:19:05 2015	(r398023)
@@ -13,6 +13,8 @@ COMMENT=	Lightweight PDF viewer and tool
 
 LICENSE=	AGPLv3
 
+BROKEN=		fails to link with openjpeg 2.1.1
+
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
 		libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libjbig2dec.so:${PORTSDIR}/graphics/jbig2dec \


More information about the svn-ports-all mailing list