pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/meta-pkgs/kf5
Module Name: pkgsrc
Committed By: markd
Date: Sat Apr 7 00:39:30 UTC 2018
Modified Files:
pkgsrc/meta-pkgs/kf5: Makefile.common
Log Message:
kf5: Make sure any qt5-qtbase dependency is at least 5.10.1nb2
as that fixes the symbol visibility issues with qt5 packages so we
can remove the BUILDLINK_TRANSFORM hack for it.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/meta-pkgs/kf5/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/meta-pkgs/kf5/Makefile.common
diff -u pkgsrc/meta-pkgs/kf5/Makefile.common:1.7 pkgsrc/meta-pkgs/kf5/Makefile.common:1.8
--- pkgsrc/meta-pkgs/kf5/Makefile.common:1.7 Thu Feb 1 19:01:59 2018
+++ pkgsrc/meta-pkgs/kf5/Makefile.common Sat Apr 7 00:39:29 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2018/02/01 19:01:59 markd Exp $
+# $NetBSD: Makefile.common,v 1.8 2018/04/07 00:39:29 markd Exp $
# used by misc/attica-qt5/Makefile
# used by sysutils/baloo5/Makefile
# used by x11/frameworkintegration/Makefile
@@ -69,6 +69,7 @@ MAINTAINER?= markd%NetBSD.org@localhost
BUILD_DEPENDS+= extra-cmake-modules>=${KF5VER}:../../devel/extra-cmake-modules
TOOLS_DEPENDS.cmake= cmake>=3.0:../../devel/cmake
+BUILDLINK_ABI_DEPENDS.qt5-qtbase+= qt5-qtbase>=5.10.1nb2
USE_CMAKE= yes
USE_LANGUAGES= c c++
@@ -79,9 +80,6 @@ CMAKE_ARGS+= -DKDE_INSTALL_USE_QT_SYS_PA
CMAKE_ARGS+= -DKDE_INSTALL_LIBEXECDIR=libexec
CMAKE_ARGS+= -DKDE_INSTALL_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
-# various issues with symbols such at qt_plugin_instance not being visible.
-BUILDLINK_TRANSFORM+= rm:-fvisibility=hidden
-
pre-configure:
${MKDIR} ${WRKSRC}/_KDE_build
Home |
Main Index |
Thread Index |
Old Index