Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2020 20:27:10 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524130 - head/graphics/poppler
Message-ID:  <202001252027.00PKRAV3049174@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@utanet.at>, O. Hartmann <ohartmann@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



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