svn commit: r524130 - head/graphics/poppler

Tobias C. Berner tcberner at FreeBSD.org
Sat Jan 25 20:27:10 UTC 2020


Author: tcberner
Date: Sat Jan 25 20:27:09 2020
New Revision: 524130
URL: https://svnweb.freebsd.org/changeset/ports/524130

Log:
  graphics/poppler-glib: disable gkt-test/demo builds
  
  In unclean build environments GTK could get picked up and lead to linker errrors
  in demo applications which are not installed, but still manage to make the build
  fail.
  
  Remove the temporary work around added in r523840  which passed -L${LOCALBASE}/lib
  to the linker.
  
  PR:		243525
  Reported by:	Walter Schwarzenfeld <w.schwarzenfeld at utanet.at>, O. Hartmann <ohartmann at walstatt.org>

Modified:
  head/graphics/poppler/Makefile

Modified: head/graphics/poppler/Makefile
==============================================================================
--- head/graphics/poppler/Makefile	Sat Jan 25 20:19:38 2020	(r524129)
+++ head/graphics/poppler/Makefile	Sat Jan 25 20:27:09 2020	(r524130)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libnspr4.so:devel/nspr \
 RUN_DEPENDS=	poppler-data>0:graphics/poppler-data
 
 USES=		compiler:c++11-lang cpe cmake:insource gnome jpeg libtool \
-		localbase:ldflags pathfix pkgconfig tar:xz
+		localbase pathfix pkgconfig tar:xz
 CPE_VENDOR=	freedesktop
 USE_GNOME=	cairo libxml2
 USE_LDCONFIG=	yes
@@ -33,7 +33,7 @@ CMAKE_ON=	ENABLE_LIBJPEG  \
 		ENABLE_ZLIB \
 		ENABLE_NSS \
 		ENABLE_SPLASH
-
+CMAKE_OFF=	BUILD_GTK_TESTS
 
 # Slave ports.
 _POPPLER_SLAVES=	library glib qt5 utils


More information about the svn-ports-all mailing list