Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 2020 18:18:35 +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: r556007 - in head: comms/qt5-connectivity comms/qt5-sensors comms/qt5-serialbus comms/qt5-serialport databases/qt5-sql devel/qt5-buildtools devel/qt5-concurrent devel/qt5-dbus devel/qt5...
Message-ID:  <202011211818.0ALIIZGK050220@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Nov 21 18:18:34 2020
New Revision: 556007
URL: https://svnweb.freebsd.org/changeset/ports/556007

Log:
  Only define USE_LDCONFIG in devel/qt5-core
  
  All the qt5-ports share the same library directory. devel/qt5-core is dependet on
  by all others.
  So there is no need to add identical entries to libdata/ldconfig, and restart the
  ldconfig service on every pkg change of those ports.
  
  Reported by:	bapt
  Reviewed by:	bapt
  Differential Revision:	https://reviews.freebsd.org/D27224

Modified:
  head/comms/qt5-connectivity/Makefile
  head/comms/qt5-sensors/Makefile
  head/comms/qt5-serialbus/Makefile
  head/comms/qt5-serialport/Makefile
  head/databases/qt5-sql/Makefile
  head/devel/qt5-buildtools/Makefile
  head/devel/qt5-concurrent/Makefile
  head/devel/qt5-dbus/Makefile
  head/devel/qt5-designer/Makefile
  head/devel/qt5-help/Makefile
  head/devel/qt5-location/Makefile
  head/devel/qt5-remoteobjects/Makefile
  head/devel/qt5-script/Makefile
  head/devel/qt5-scripttools/Makefile
  head/devel/qt5-scxml/Makefile
  head/devel/qt5-testlib/Makefile
  head/devel/qt5-uitools/Makefile
  head/graphics/qt5-3d/Makefile
  head/graphics/qt5-opengl/Makefile
  head/graphics/qt5-svg/Makefile
  head/graphics/qt5-wayland/Makefile
  head/multimedia/qt5-multimedia/Makefile
  head/net/qt5-network/Makefile
  head/net/qt5-networkauth/Makefile
  head/print/qt5-printsupport/Makefile
  head/textproc/qt5-xml/Makefile
  head/textproc/qt5-xmlpatterns/Makefile
  head/www/qt5-webchannel/Makefile
  head/www/qt5-webengine/Makefile
  head/www/qt5-webglplugin/Makefile
  head/www/qt5-websockets-qml/Makefile
  head/www/qt5-websockets/Makefile
  head/www/qt5-webview/Makefile
  head/x11-toolkits/qt5-datavis3d/Makefile
  head/x11-toolkits/qt5-declarative/Makefile
  head/x11-toolkits/qt5-gamepad/Makefile
  head/x11-toolkits/qt5-gui/Makefile
  head/x11-toolkits/qt5-quick3d/Makefile
  head/x11-toolkits/qt5-quickcontrols/Makefile
  head/x11-toolkits/qt5-quickcontrols2/Makefile
  head/x11-toolkits/qt5-quicktimeline/Makefile
  head/x11-toolkits/qt5-virtualkeyboard/Makefile
  head/x11-toolkits/qt5-widgets/Makefile
  head/x11/qt5-x11extras/Makefile

Modified: head/comms/qt5-connectivity/Makefile
==============================================================================
--- head/comms/qt5-connectivity/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/comms/qt5-connectivity/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	connectivity
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	comms
 PKGNAMEPREFIX=	qt5-
 
@@ -11,6 +12,5 @@ COMMENT=	Qt connectivity (Bluetooth/NFC) module
 USES=		compiler:c++11-lang qmake qt-dist:5,connectivity
 USE_QT=		concurrent core declarative buildtools_build
 
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.mk>

Modified: head/comms/qt5-sensors/Makefile
==============================================================================
--- head/comms/qt5-sensors/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/comms/qt5-sensors/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	sensors
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	comms
 PKGNAMEPREFIX=	qt5-
 
@@ -11,6 +12,5 @@ COMMENT=	Qt sensors module
 USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,sensors
 USE_QT=		core declarative buildtools_build
 
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.mk>

Modified: head/comms/qt5-serialbus/Makefile
==============================================================================
--- head/comms/qt5-serialbus/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/comms/qt5-serialbus/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	serialbus
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	comms
 PKGNAMEPREFIX=	qt5-
 
@@ -10,7 +11,6 @@ COMMENT=	Qt functions to access industrial bus systems
 
 USES=		compiler:c++11-lib qmake qt-dist:5,serialbus
 USE_QT=		core network serialport buildtools_build
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 QT_BINARIES=	yes
 
 .include <bsd.port.mk>

Modified: head/comms/qt5-serialport/Makefile
==============================================================================
--- head/comms/qt5-serialport/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/comms/qt5-serialport/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	serialport
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	comms
 PKGNAMEPREFIX=	qt5-
 
@@ -10,6 +11,5 @@ COMMENT=	Qt functions to access serial ports
 
 USES=		compiler:c++11-lang libtool qmake qt-dist:5,serialport
 USE_QT=		core buildtools_build
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.mk>

Modified: head/databases/qt5-sql/Makefile
==============================================================================
--- head/databases/qt5-sql/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/databases/qt5-sql/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	sql
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	databases
 PKGNAMEPREFIX=	qt5-
 
@@ -12,7 +13,6 @@ USES=		compiler:c++11-lang qmake:no_env qt-dist:5,base
 USE_QT=		core qmake_build buildtools_build
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	-no-gui -no-xcb
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
 INSTALL_WRKSRC=	${BUILD_WRKSRC}

Modified: head/devel/qt5-buildtools/Makefile
==============================================================================
--- head/devel/qt5-buildtools/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/devel/qt5-buildtools/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	buildtools
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	qt5-
 
@@ -11,7 +12,6 @@ COMMENT=	Qt build tools
 USES=		compiler:c++11-lang libtool perl5 qmake:no_env qt-dist:5,base
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	-no-gui -no-xcb
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 QT_BINARIES=	yes
 
 BUILD_WRKSRC=	${WRKSRC}/src/tools/bootstrap

Modified: head/devel/qt5-concurrent/Makefile
==============================================================================
--- head/devel/qt5-concurrent/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/devel/qt5-concurrent/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	concurrent
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	qt5-
 
@@ -12,7 +13,6 @@ USES=		compiler:c++11-lang qmake:no_env qt-dist:5,base
 USE_QT=		core qmake_build buildtools_build
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	-no-gui -no-xcb
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
 INSTALL_WRKSRC=	${BUILD_WRKSRC}

Modified: head/devel/qt5-dbus/Makefile
==============================================================================
--- head/devel/qt5-dbus/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/devel/qt5-dbus/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	dbus
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	qt5-
 
@@ -14,7 +15,6 @@ USES=		compiler:c++11-lang qmake:no_env qt-dist:5,base
 USE_QT=		core qmake_build buildtools_build
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	-no-gui -no-xcb
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
 INSTALL_WRKSRC=	${BUILD_WRKSRC}

Modified: head/devel/qt5-designer/Makefile
==============================================================================
--- head/devel/qt5-designer/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/devel/qt5-designer/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	designer
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	qt5-
 
@@ -11,7 +12,6 @@ COMMENT=	Qt 5 graphical user interface designer
 USES=		compiler:c++11-lang qmake qt-dist:5,tools
 USE_QT=		assistant_run core declarative gui network printsupport uiplugin \
 		widgets xml buildtools_build
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 DESKTOP_ENTRIES="Qt 5 Designer" "" \
 		"${PREFIX}/share/pixmaps/designer-qt5.png" \

Modified: head/devel/qt5-help/Makefile
==============================================================================
--- head/devel/qt5-help/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/devel/qt5-help/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	help
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	qt5-
 
@@ -11,7 +12,6 @@ COMMENT=	Qt online help integration module
 USES=		compiler:c++11-lang qmake qt-dist:5,tools
 USE_QT=		core gui network sql widgets \
 		buildtools_build sql-sqlite3_run
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 QT_BINARIES=	yes
 

Modified: head/devel/qt5-location/Makefile
==============================================================================
--- head/devel/qt5-location/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/devel/qt5-location/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	location
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	qt5-
 
@@ -12,6 +13,5 @@ USES=		compiler:c++11-lang qmake:norecursive qt-dist:5
 USE_QT=		concurrent core dbus declarative gui network serialport \
 		buildtools_build
 
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.mk>

Modified: head/devel/qt5-remoteobjects/Makefile
==============================================================================
--- head/devel/qt5-remoteobjects/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/devel/qt5-remoteobjects/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	remoteobjects
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	qt5-
 
@@ -12,7 +13,6 @@ USES=		compiler:c++11-lang gl qmake qt-dist:5
 USE_GL=		gl
 USE_QT=		core declarative network \
 		buildtools_build
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 QT_BINARIES=	yes
 

Modified: head/devel/qt5-script/Makefile
==============================================================================
--- head/devel/qt5-script/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/devel/qt5-script/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	script
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	qt5-
 
@@ -13,7 +14,6 @@ USE_QT=		core buildtools_build
 # Keep make(1) from descending into src/script/obj/ (qmake:outsource
 # doesn't work).
 MAKE_ENV=	MAKEOBJDIR=.
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 post-patch:
 	@${REINPLACE_CMD} -e '/scripttools/ d' \

Modified: head/devel/qt5-scripttools/Makefile
==============================================================================
--- head/devel/qt5-scripttools/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/devel/qt5-scripttools/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	scripttools
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	qt5-
 
@@ -10,7 +11,6 @@ COMMENT=	Qt Script additional components
 
 USES=		compiler:c++11-lang qmake qt-dist:5,script
 USE_QT=		core gui script widgets buildtools_build
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
 INSTALL_WRKSRC=	${WRKSRC}/src/${PORTNAME}

Modified: head/devel/qt5-scxml/Makefile
==============================================================================
--- head/devel/qt5-scxml/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/devel/qt5-scxml/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	scxml
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	qt5-
 
@@ -10,7 +11,6 @@ COMMENT=	Qt5 SXCML module
 
 USES=		compiler:c++11-lang qmake qt-dist:5,scxml
 USE_QT=		core declarative network buildtools_build
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 QT_BINARIES=	yes
 

Modified: head/devel/qt5-testlib/Makefile
==============================================================================
--- head/devel/qt5-testlib/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/devel/qt5-testlib/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	testlib
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	qt5-
 
@@ -12,7 +13,6 @@ USES=		compiler:c++11-lang qmake:no_env qt-dist:5,base
 USE_QT=		core qmake_build buildtools_build
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	-no-gui -no-xcb
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
 INSTALL_WRKSRC=	${BUILD_WRKSRC}

Modified: head/devel/qt5-uitools/Makefile
==============================================================================
--- head/devel/qt5-uitools/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/devel/qt5-uitools/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	uitools
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	qt5-
 
@@ -10,7 +11,6 @@ COMMENT=	Qt Designer UI forms support module
 
 USES=		compiler:c++11-lang qmake qt-dist:5,tools
 USE_QT=		core gui uiplugin widgets buildtools_build
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 BUILD_WRKSRC=	${WRKSRC}/src/designer/src/${PORTNAME}
 INSTALL_WRKSRC=	${WRKSRC}/src/designer/src/${PORTNAME}

Modified: head/graphics/qt5-3d/Makefile
==============================================================================
--- head/graphics/qt5-3d/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/graphics/qt5-3d/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	3d
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics
 PKGNAMEPREFIX=	qt5-
 
@@ -13,7 +14,6 @@ LIB_DEPENDS=	libassimp.so:multimedia/assimp
 USES=		compiler:c++11-lang pkgconfig qmake:norecursive qt-dist:5,3d
 USE_QT=		concurrent core declarative gui network buildtools_build
 
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 QT_BINARIES=	yes
 

Modified: head/graphics/qt5-opengl/Makefile
==============================================================================
--- head/graphics/qt5-opengl/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/graphics/qt5-opengl/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	opengl
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics
 PKGNAMEPREFIX=	qt5-
 
@@ -12,7 +13,6 @@ USES=		compiler:c++11-lang gl qmake:no_env qt-dist:5,b
 USE_GL=		gl
 USE_QT=		core gui widgets qmake_build buildtools_build
 HAS_CONFIGURE=	yes
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
 INSTALL_WRKSRC=	${BUILD_WRKSRC}

Modified: head/graphics/qt5-svg/Makefile
==============================================================================
--- head/graphics/qt5-svg/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/graphics/qt5-svg/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	svg
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics
 PKGNAMEPREFIX=	qt5-
 
@@ -10,6 +11,5 @@ COMMENT=	Qt SVG support module
 
 USES=		compiler:c++11-lang qmake qt-dist:5,svg
 USE_QT=		core gui widgets buildtools_build
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.mk>

Modified: head/graphics/qt5-wayland/Makefile
==============================================================================
--- head/graphics/qt5-wayland/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/graphics/qt5-wayland/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	wayland
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics
 PKGNAMEPREFIX=	qt5-
 
@@ -22,7 +23,6 @@ USE_QT=		core dbus gui declarative \
 		buildtools_build qmake_build
 USE_XORG=       x11 xcomposite
 
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 QT_BINARIES=	yes
 

Modified: head/multimedia/qt5-multimedia/Makefile
==============================================================================
--- head/multimedia/qt5-multimedia/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/multimedia/qt5-multimedia/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	multimedia
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	multimedia
 PKGNAMEPREFIX=	qt5-
 
@@ -17,7 +18,6 @@ USE_GNOME=	glib20
 USE_QT=		core declarative gui network opengl widgets \
 		buildtools_build
 USE_XORG=	x11 xext xv
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 QT_CONFIG=	xlib
 

Modified: head/net/qt5-network/Makefile
==============================================================================
--- head/net/qt5-network/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/net/qt5-network/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	network
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	net
 PKGNAMEPREFIX=	qt5-
 
@@ -14,7 +15,6 @@ USES=		compiler:c++11-lang qmake:no_env qt-dist:5,base
 USE_QT=		core buildtools_build
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	-no-gui -no-xcb
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
 INSTALL_WRKSRC=	${BUILD_WRKSRC}

Modified: head/net/qt5-networkauth/Makefile
==============================================================================
--- head/net/qt5-networkauth/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/net/qt5-networkauth/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	networkauth
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	net
 PKGNAMEPREFIX=	qt5-
 
@@ -11,6 +12,5 @@ COMMENT=	Qt network auth module
 USES=		compiler:c++11-lang qmake:no_env qt-dist:5
 USE_QT=		core network \
 		buildtools_build
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.mk>

Modified: head/print/qt5-printsupport/Makefile
==============================================================================
--- head/print/qt5-printsupport/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/print/qt5-printsupport/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	printsupport
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	print
 PKGNAMEPREFIX=	qt5-
 
@@ -11,7 +12,6 @@ COMMENT=	Qt print support module
 USES=		compiler:c++11-lang qmake:no_env qt-dist:5,base
 USE_QT=		core gui widgets qmake_build buildtools_build
 HAS_CONFIGURE=	yes
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
 INSTALL_WRKSRC=	${BUILD_WRKSRC}

Modified: head/textproc/qt5-xml/Makefile
==============================================================================
--- head/textproc/qt5-xml/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/textproc/qt5-xml/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xml
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	textproc
 PKGNAMEPREFIX=	qt5-
 
@@ -12,7 +13,6 @@ USES=		compiler:c++11-lang qmake:no_env qt-dist:5,base
 USE_QT=		core qmake_build buildtools_build
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	-no-gui -no-xcb
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
 INSTALL_WRKSRC=	${BUILD_WRKSRC}

Modified: head/textproc/qt5-xmlpatterns/Makefile
==============================================================================
--- head/textproc/qt5-xmlpatterns/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/textproc/qt5-xmlpatterns/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xmlpatterns
 DISTVERSION=	${QT5_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 PKGNAMEPREFIX=	qt5-
 
@@ -11,7 +11,6 @@ COMMENT=	Qt support for XPath, XQuery, XSLT and XML Sc
 
 USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,xmlpatterns
 USE_QT=		core declarative network buildtools_build
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 QT_BINARIES=	yes
 

Modified: head/www/qt5-webchannel/Makefile
==============================================================================
--- head/www/qt5-webchannel/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/www/qt5-webchannel/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	webchannel
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	qt5-
 
@@ -10,7 +11,6 @@ COMMENT=	Qt 5 library for integration of C++/QML with 
 
 USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,webchannel
 USE_QT=		buildtools_build core declarative
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 # The default EXTRACT_AFTER_ARGS value excludes examples/ from the extracted
 # tarball, which we need during the build.

Modified: head/www/qt5-webengine/Makefile
==============================================================================
--- head/www/qt5-webengine/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/www/qt5-webengine/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -18,7 +18,7 @@
 
 PORTNAME=	webengine
 DISTVERSION=	${QT5_VERSION}
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www
 PKGNAMEPREFIX=	qt5-
 
@@ -84,7 +84,6 @@ USE_QT=		core declarative gui location network printsu
 USE_XORG=	x11 xcb xcomposite xcursor xdamage xext xfixes xi xorgproto \
 		xrandr xrender xscrnsaver xtst
 
-USE_LDCONFIG=	${QT_LIBDIR}
 
 QMAKE_CONFIGURE_ARGS=	-proprietary-codecs -system-ffmpeg
 

Modified: head/www/qt5-webglplugin/Makefile
==============================================================================
--- head/www/qt5-webglplugin/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/www/qt5-webglplugin/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	webglplugin
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	qt5-
 
@@ -16,6 +17,5 @@ USE_GL=		gl
 USE_GNOME=	glib20
 USE_QT=		core dbus declarative gui network webchannel websockets \
 		buildtools_build
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.mk>

Modified: head/www/qt5-websockets-qml/Makefile
==============================================================================
--- head/www/qt5-websockets-qml/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/www/qt5-websockets-qml/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	websockets-qml
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	qt5-
 
@@ -10,6 +11,5 @@ COMMENT=	Qt implementation of WebSocket protocol (QML 
 
 USES=		compiler:c++11-lang qmake qt-dist:5,websockets
 USE_QT=		buildtools_build core declarative network websockets
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.mk>

Modified: head/www/qt5-websockets/Makefile
==============================================================================
--- head/www/qt5-websockets/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/www/qt5-websockets/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	websockets
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	qt5-
 
@@ -10,6 +11,5 @@ COMMENT=	Qt implementation of WebSocket protocol
 
 USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,websockets
 USE_QT=		buildtools_build core network
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.mk>

Modified: head/www/qt5-webview/Makefile
==============================================================================
--- head/www/qt5-webview/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/www/qt5-webview/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	webview
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	qt5-
 
@@ -12,7 +13,6 @@ USES=		compiler:c++11-lang gl qmake:norecursive qt-dis
 USE_GL=		gl
 USE_QT=		core declarative gui location network webchannel \
 		buildtools_build
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.pre.mk>
 

Modified: head/x11-toolkits/qt5-datavis3d/Makefile
==============================================================================
--- head/x11-toolkits/qt5-datavis3d/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/x11-toolkits/qt5-datavis3d/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	datavis3d
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 PKGNAMEPREFIX=	qt5-
 
@@ -11,6 +12,5 @@ COMMENT=	Qt 5 3D data visualization module
 USE_QT=		core declarative network gui widgets designer buildtools_build
 
 USES=		compiler:c++11-lang qmake qt-dist:5,datavis3d
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.mk>

Modified: head/x11-toolkits/qt5-declarative/Makefile
==============================================================================
--- head/x11-toolkits/qt5-declarative/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/x11-toolkits/qt5-declarative/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,7 +2,7 @@
 
 PORTNAME=	declarative
 DISTVERSION=	${QT5_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits
 PKGNAMEPREFIX=	qt5-
 
@@ -14,7 +14,6 @@ USES=		compiler:c++11-lang gl python:build qmake:norec
 USE_GL=		gl
 USE_QT=		core gui network sql testlib \
 		widgets buildtools_build
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 CONFLICTS=	qt5-declarative-render2d-* qt5-qml qt5-quick
 

Modified: head/x11-toolkits/qt5-gamepad/Makefile
==============================================================================
--- head/x11-toolkits/qt5-gamepad/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/x11-toolkits/qt5-gamepad/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gamepad
 DISTVERSION=	${QT5_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits
 PKGNAMEPREFIX=	qt5-
 
@@ -13,6 +13,5 @@ BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:deve
 
 USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,gamepad
 USE_QT=		core declarative gui buildtools_build
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.mk>

Modified: head/x11-toolkits/qt5-gui/Makefile
==============================================================================
--- head/x11-toolkits/qt5-gui/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/x11-toolkits/qt5-gui/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gui
 DISTVERSION=	${QT5_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits graphics
 PKGNAMEPREFIX=	qt5-
 
@@ -33,7 +33,6 @@ USES=			compiler:c++11-lang gl gnome jpeg localbase \
 			qmake:no_env qt-dist:5,base
 USE_GL=			egl gl
 USE_GNOME=		glib20
-USE_LDCONFIG=		${PREFIX}/${QT_LIBDIR_REL}
 USE_QT=			core dbus network buildtools_build qmake_build
 QT_BINARIES=		yes
 QT_CONFIG=		accessibility accessibility-atspi-bridge dbus \

Modified: head/x11-toolkits/qt5-quick3d/Makefile
==============================================================================
--- head/x11-toolkits/qt5-quick3d/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/x11-toolkits/qt5-quick3d/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	quick3d
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 PKGNAMEPREFIX=	qt5-
 
@@ -11,6 +12,5 @@ COMMENT=	Set of controls for building complete interfa
 USES=		compiler:c++11-lang qmake qt-dist:5
 USE_QT=		core declarative gui network opengl \
 		buildtools_build
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.mk>

Modified: head/x11-toolkits/qt5-quickcontrols/Makefile
==============================================================================
--- head/x11-toolkits/qt5-quickcontrols/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/x11-toolkits/qt5-quickcontrols/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	quickcontrols
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 PKGNAMEPREFIX=	qt5-
 
@@ -13,6 +14,5 @@ BROKEN_armv6=		fails to install: pkg-static: Unable to
 USES=		compiler:c++11-lang qmake qt-dist:5,quickcontrols
 USE_QT=		core declarative gui widgets \
 		buildtools_build
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.mk>

Modified: head/x11-toolkits/qt5-quickcontrols2/Makefile
==============================================================================
--- head/x11-toolkits/qt5-quickcontrols2/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/x11-toolkits/qt5-quickcontrols2/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	quickcontrols2
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 PKGNAMEPREFIX=	qt5-
 
@@ -14,6 +15,5 @@ USES=		compiler:c++11-lang qmake:norecursive qt-dist:5
 USE_QT=		core declarative gui widgets \
 		buildtools_build
 QT_DIST=	${PORTNAME}
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.mk>

Modified: head/x11-toolkits/qt5-quicktimeline/Makefile
==============================================================================
--- head/x11-toolkits/qt5-quicktimeline/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/x11-toolkits/qt5-quicktimeline/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	quicktimeline
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 PKGNAMEPREFIX=	qt5-
 
@@ -11,6 +12,5 @@ COMMENT=	Set of controls for building complete interfa
 USES=		compiler:c++11-lang qmake qt-dist:5
 USE_QT=		core declarative quickcontrols \
 		buildtools_build
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.mk>

Modified: head/x11-toolkits/qt5-virtualkeyboard/Makefile
==============================================================================
--- head/x11-toolkits/qt5-virtualkeyboard/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/x11-toolkits/qt5-virtualkeyboard/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	virtualkeyboard
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 PKGNAMEPREFIX=	qt5-
 
@@ -13,7 +14,6 @@ LIB_DEPENDS=	libhunspell-1.7.so:textproc/hunspell
 USES=		compiler:c++11-lang pkgconfig qmake qt-dist:5,virtualkeyboard
 USE_QT=		core declarative network gui widgets svg buildtools_build
 
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 # Disable the builtin layouts -- otherwise we need to pull in a lot of other
 # stuff.

Modified: head/x11-toolkits/qt5-widgets/Makefile
==============================================================================
--- head/x11-toolkits/qt5-widgets/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/x11-toolkits/qt5-widgets/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	widgets
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 PKGNAMEPREFIX=	qt5-
 
@@ -12,7 +13,6 @@ USES=		compiler:c++11-lang qmake:no_env qt-dist:5,base
 USE_QT=		core gui qmake_build buildtools_build
 USE_XORG=	x11
 HAS_CONFIGURE=	yes
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
 INSTALL_WRKSRC=	${BUILD_WRKSRC}

Modified: head/x11/qt5-x11extras/Makefile
==============================================================================
--- head/x11/qt5-x11extras/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
+++ head/x11/qt5-x11extras/Makefile	Sat Nov 21 18:18:34 2020	(r556007)
@@ -2,6 +2,7 @@
 
 PORTNAME=	x11extras
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11
 PKGNAMEPREFIX=	qt5-
 
@@ -10,6 +11,5 @@ COMMENT=	Qt platform-specific features for X11-based s
 
 USES=		compiler:c++11-lang qmake qt-dist:5,x11extras perl5
 USE_QT=		core gui
-USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.mk>



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