head 1.9; access; symbols pkgsrc-2018Q1:1.7.0.2 pkgsrc-2018Q1-base:1.7 pkgsrc-2017Q4:1.3.0.14 pkgsrc-2017Q4-base:1.3 pkgsrc-2017Q3:1.3.0.12 pkgsrc-2017Q3-base:1.3 pkgsrc-2017Q2:1.3.0.8 pkgsrc-2017Q2-base:1.3 pkgsrc-2017Q1:1.3.0.6 pkgsrc-2017Q1-base:1.3 pkgsrc-2016Q4:1.3.0.4 pkgsrc-2016Q4-base:1.3 pkgsrc-2016Q3:1.3.0.2 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.2.0.2 pkgsrc-2016Q2-base:1.2; locks; strict; comment @# @; 1.9 date 2018.04.11.11.53.52; author markd; state dead; branches; next 1.8; commitid CtuiTUBjGuELb1yA; 1.8 date 2018.04.07.00.39.29; author markd; state Exp; branches; next 1.7; commitid VfmmELjN09YAzrxA; 1.7 date 2018.02.01.19.01.59; author markd; state Exp; branches; next 1.6; commitid F77wNFyx9BhoMbpA; 1.6 date 2018.01.24.19.06.06; author markd; state Exp; branches; next 1.5; commitid p9yj4nyAAFrK2aoA; 1.5 date 2018.01.22.01.08.15; author markd; state Exp; branches; next 1.4; commitid 424fnmOhcVeZ9OnA; 1.4 date 2018.01.17.19.53.45; author markd; state Exp; branches; next 1.3; commitid vLWAvqidJDrwxgnA; 1.3 date 2016.08.21.21.11.57; author markd; state Exp; branches; next 1.2; commitid B6w9Sghqykpdvdjz; 1.2 date 2016.06.21.17.59.07; author joerg; state Exp; branches; next 1.1; commitid b4IBEeKzXn4Aombz; 1.1 date 2016.05.25.23.13.12; author markd; state Exp; branches; next ; commitid KazUHBk8UahZZU7z; desc @@ 1.9 log @kf5: remove Makefile.common, replaced by meta-pkgs/kde/kf5.mk @ text @# $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 # used by x11/kactivities-stats/Makefile # used by x11/kactivities5/Makefile # used by textproc/kapidox/Makefile # used by archivers/karchive/Makefile # used by security/kauth/Makefile # used by devel/kbookmarks/Makefile # used by devel/kcmutils/Makefile # used by textproc/kcodecs/Makefile # used by textproc/kcompletion/Makefile # used by devel/kconfig/Makefile # used by x11/kconfigwidgets/Makefile # used by devel/kcoreaddons/Makefile # used by devel/kcrash/Makefile # used by sysutils/kdbusaddons/Makefile # used by devel/kdeclarative/Makefile # used by x11/kded/Makefile # used by x11/kdelibs4support/Makefile # used by x11/kdesignerplugin/Makefile # used by security/kdesu/Makefile # used by www/kdewebkit/Makefile # used by net/kdnssd/Makefile # used by devel/kdoctools/Makefile # used by misc/kemoticons/Makefile # used by sysutils/kfilemetadata5/Makefile # used by x11/kglobalaccel/Makefile # used by x11/kguiaddons/Makefile # used by devel/ki18n/Makefile # used by graphics/kiconthemes/Makefile # used by devel/kidletime/Makefile # used by graphics/kimageformats/Makefile # used by x11/kinit/Makefile # used by devel/kitemmodels/Makefile # used by x11/kitemviews/Makefile # used by x11/kjobwidgets/Makefile # used by net/knewstuff/Makefile # used by devel/knotifications/Makefile # used by devel/kpackage/Makefile # used by devel/kparts/Makefile # used by devel/kpeople/Makefile # used by graphics/kplotting/Makefile # used by devel/kpty/Makefile # used by devel/kservice/Makefile # used by devel/ktexteditor/Makefile # used by x11/ktextwidgets/Makefile # used by misc/kunitconversion/Makefile # used by security/kwallet/Makefile # used by x11/kwidgetaddons/Makefile # used by x11/kwindowsystem/Makefile # used by x11/kxmlgui/Makefile # used by net/kxmlrpcclient/Makefile # used by x11/plasma-framework/Makefile # used by sysutils/solid/Makefile # used by textproc/sonnet/Makefile # used by devel/threadweaver/Makefile # used by x11/kirigami2/Makefile # used by x11/qqc2-desktop-style/Makefile # used by graphics/prison/Makefile KF5VER= 5.41.0 CATEGORIES+= kde MASTER_SITES= ${MASTER_SITE_KDE:=frameworks/5.41/} EXTRACT_SUFX= .tar.xz 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++ CMAKE_ARG_PATH= .. CONFIGURE_DIRS= _KDE_build CMAKE_ARGS+= -DKDE_INSTALL_USE_QT_SYS_PATHS=ON CMAKE_ARGS+= -DKDE_INSTALL_LIBEXECDIR=libexec CMAKE_ARGS+= -DKDE_INSTALL_SYSCONFDIR=${PKG_SYSCONFDIR:Q} pre-configure: ${MKDIR} ${WRKSRC}/_KDE_build .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" # Work-around bad use-warning check in GNU ld 2.26 # /usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_peername(), which is deprecated and buggy. # is triggered, even though the current linker output contains # no references to it. BUILDLINK_TRANSFORM+= rm:-Wl,--fatal-warnings .endif @ 1.8 log @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. @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.7 2018/02/01 19:01:59 markd Exp $ @ 1.7 log @kf5: add prison @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.6 2018/01/24 19:06:06 markd Exp $ d72 1 a82 3 # various issues with symbols such at qt_plugin_instance not being visible. BUILDLINK_TRANSFORM+= rm:-fvisibility=hidden @ 1.6 log @kf5: strip -fvisibility=hidden in all kf5 packages as it breaks the plugin mechanism due to not being able to resolve various symbols @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.4 2018/01/17 19:53:45 markd Exp $ d60 2 @ 1.5 log @kf5: add kirigami2 @ text @d80 3 @ 1.4 log @kf5: update to 5.41.0 16 months worth of updates. requires qt5>=5.7 @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.3 2016/08/21 21:11:57 markd Exp $ d59 1 @ 1.3 log @Update KDE Frameworks to 5.25.0 @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.2 2016/06/21 17:59:07 joerg Exp $ d60 1 a60 1 KF5VER= 5.25.0 d62 1 a62 1 MASTER_SITES= ${MASTER_SITE_KDE:=frameworks/5.25/} d68 1 a68 1 TOOLS_DEPENDS.cmake= cmake>=2.6.3:../../devel/cmake @ 1.2 log @Move --fatal-warnings hack to the common logic, it applies to practically all KDE5 packages. @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.1 2016/05/25 23:13:12 markd Exp $ d60 1 a60 1 KF5VER= 5.21.0 d62 1 a62 1 MASTER_SITES= ${MASTER_SITE_KDE:=frameworks/5.21/} @ 1.1 log @Add support file for KDE Frameworks 5 packages @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $ d81 9 @