svn commit: r423627 - branches/2016Q4/graphics/poppler

Jan Beich jbeich at FreeBSD.org
Sun Oct 9 22:45:24 UTC 2016


Author: jbeich
Date: Sun Oct  9 22:45:23 2016
New Revision: 423627
URL: https://svnweb.freebsd.org/changeset/ports/423627

Log:
  MFH: r423626
  
  graphics/poppler: ignore installed NSS for now
  
  $ make install -C security/nss
  $ DEVELOPER=1 make -C graphics/poppler
  [...]
  ====> Running Q/A tests (stage-qa)
  Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/nss/libnss3.so from security/nss but it is not declared as a dependency
  Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/nss/libsmime3.so from security/nss but it is not declared as a dependency
  Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/nss/libssl3.so from security/nss but it is not declared as a dependency
  Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/nss/libnssutil3.so from security/nss but it is not declared as a dependency
  Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/libplds4.so from devel/nspr but it is not declared as a dependency
  Warning: you need LIB_DEPENDS+=libplds4.so:devel/nspr
  Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/libplc4.so from devel/nspr but it is not declared as a dependency
  Warning: you need LIB_DEPENDS+=libplc4.so:devel/nspr
  Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/libnspr4.so from devel/nspr but it is not declared as a dependency
  Warning: you need LIB_DEPENDS+=libnspr4.so:devel/nspr
  
  Reported by:	Walter Schwarzenfeld (via r423591 regression)
  Approved by:	portmgr blanket
  Approved by:	ports-secteam blanket

Modified:
  branches/2016Q4/graphics/poppler/Makefile
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/graphics/poppler/Makefile
==============================================================================
--- branches/2016Q4/graphics/poppler/Makefile	Sun Oct  9 22:42:55 2016	(r423626)
+++ branches/2016Q4/graphics/poppler/Makefile	Sun Oct  9 22:45:23 2016	(r423627)
@@ -3,7 +3,7 @@
 
 PORTNAME=	poppler
 PORTVERSION=	0.46.0
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	graphics print
 MASTER_SITES=	http://poppler.freedesktop.org/
 
@@ -27,6 +27,7 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--enable-zlib \
 		--enable-xpdf-headers \
+		--disable-libnss \
 		--disable-gtk-test \
 		--without-html-dir \
 		--disable-static


More information about the svn-ports-all mailing list