Received: by mail.netbsd.org (Postfix, from userid 605) id 8C4FD84DD4; Sun, 3 Nov 2019 06:33:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 149D484DCA for ; Sun, 3 Nov 2019 06:33:57 +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 8hdkCBuEdBo9 for ; Sun, 3 Nov 2019 06:33:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7380484CD8 for ; Sun, 3 Nov 2019 06:33:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6710CFA92; Sun, 3 Nov 2019 06:33:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572762836206970" MIME-Version: 1.0 Date: Sun, 3 Nov 2019 06:33:56 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/x11/kde-workspace4 To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20191103063356.6710CFA92@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. --_----------=_1572762836206970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Nov 3 06:33:56 UTC 2019 Modified Files: pkgsrc/x11/kde-workspace4: Makefile Log Message: kde-workspace4: explicitly disable Wayland To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 pkgsrc/x11/kde-workspace4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572762836206970 Content-Disposition: inline Content-Length: 774 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/kde-workspace4/Makefile diff -u pkgsrc/x11/kde-workspace4/Makefile:1.76 pkgsrc/x11/kde-workspace4/Makefile:1.77 --- pkgsrc/x11/kde-workspace4/Makefile:1.76 Thu Aug 22 12:23:56 2019 +++ pkgsrc/x11/kde-workspace4/Makefile Sun Nov 3 06:33:56 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2019/08/22 12:23:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.77 2019/11/03 06:33:56 markd Exp $ DISTNAME= kde-workspace-4.11.22 PKGNAME= ${DISTNAME:S/-4/4-4/} @@ -20,6 +20,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} CMAKE_ARGS+= -DKDE4_BUILD_TESTS:BOOL=OFF CMAKE_ARGS+= -DWITH_NepomukCore:BOOL=OFF CMAKE_ARGS+= -DWITH_Soprano:BOOL=OFF +CMAKE_ARGS+= -DWITH_Wayland:BOOL=OFF CMAKE_ARGS+= -DWITH_libgps:BOOL=OFF # BUILD_MAKE_FLAGS+= VERBOSE=1 --_----------=_1572762836206970--