Received: by mail.netbsd.org (Postfix, from userid 605) id EA1CE84D89; Sat, 7 Apr 2018 00:39:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F40A884D7A for ; Sat, 7 Apr 2018 00:39:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id honY49-jzbSu for ; Sat, 7 Apr 2018 00:39:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2A39184D68 for ; Sat, 7 Apr 2018 00:39:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 18E76FBEC; Sat, 7 Apr 2018 00:39:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1523061570267810" MIME-Version: 1.0 Date: Sat, 7 Apr 2018 00:39:30 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/kf5 To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20180407003930.18E76FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1523061570267810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1523061570267810 Content-Disposition: inline Content-Length: 1174 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 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 --_----------=_1523061570267810--