Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2015 03:56:38 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r399887 - branches/2015Q4/graphics/zathura-pdf-mupdf
Message-ID:  <201510210356.t9L3ucXR008051@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Wed Oct 21 03:56:38 2015
New Revision: 399887
URL: https://svnweb.freebsd.org/changeset/ports/399887

Log:
  MFH: r399805
  
  graphics/zathura-pdf-mupdf: Add missing LIB_DEPENDS
  
  Add missing jbig2dec and openjpeg to LIB_DEPENDS, registering them
  as run-time dependencies.
  
  Without this change, both packages are removed during pkg autoremove,
  resulting in the inability to open PDF files.
  
  PR:		203850
  Submitted by:	Zsolt Udvari <udvzsolt gmail com> (maintainer)
  
  Approved by:	portmgr (bdrewery)

Modified:
  branches/2015Q4/graphics/zathura-pdf-mupdf/Makefile
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/graphics/zathura-pdf-mupdf/Makefile
==============================================================================
--- branches/2015Q4/graphics/zathura-pdf-mupdf/Makefile	Wed Oct 21 03:54:33 2015	(r399886)
+++ branches/2015Q4/graphics/zathura-pdf-mupdf/Makefile	Wed Oct 21 03:56:38 2015	(r399887)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zathura-pdf-mupdf
 PORTVERSION=	0.2.7
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	http://pwmt.org/projects/zathura-pdf-mupdf/download/
 
@@ -18,6 +18,8 @@ LICENSE_PERMS=	dist-mirror pkg-mirror au
 BUILD_DEPENDS=	zathura:${PORTSDIR}/graphics/zathura \
 		mupdf>=1.7,1:${PORTSDIR}/graphics/mupdf
 RUN_DEPENDS=	zathura:${PORTSDIR}/graphics/zathura
+LIB_DEPENDS=	libjbig2dec.so:${PORTSDIR}/graphics/jbig2dec \
+		libopenjp2.so:${PORTSDIR}/graphics/openjpeg
 
 PLIST_FILES=	lib/zathura/pdf.so share/applications/zathura-pdf-mupdf.desktop
 



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