Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2015 06:19:05 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398023 - head/graphics/mupdf
Message-ID:  <201509270619.t8R6J5N4015985@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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