Received: by mail.netbsd.org (Postfix, from userid 605) id CD12884D4E; Mon, 7 Aug 2017 11:05:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5F20884CE4 for ; Mon, 7 Aug 2017 11:05:03 +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 HekHgjP5hUOW for ; Mon, 7 Aug 2017 11:05:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E5B0C84CDE for ; Mon, 7 Aug 2017 11:05:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E09D8FACE; Mon, 7 Aug 2017 11:05:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1502103902143020" MIME-Version: 1.0 Date: Mon, 7 Aug 2017 11:05:02 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/misc/kdepim-runtime4 To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20170807110502.E09D8FACE@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. --_----------=_1502103902143020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Mon Aug 7 11:05:02 UTC 2017 Modified Files: pkgsrc/misc/kdepim-runtime4: distinfo Added Files: pkgsrc/misc/kdepim-runtime4/patches: patch-plugins_CMakeLists.txt Log Message: Don't try to build tests. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/misc/kdepim-runtime4/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/misc/kdepim-runtime4/patches/patch-plugins_CMakeLists.txt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1502103902143020 Content-Disposition: inline Content-Length: 1751 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/kdepim-runtime4/distinfo diff -u pkgsrc/misc/kdepim-runtime4/distinfo:1.17 pkgsrc/misc/kdepim-runtime4/distinfo:1.18 --- pkgsrc/misc/kdepim-runtime4/distinfo:1.17 Sat Jul 16 04:05:53 2016 +++ pkgsrc/misc/kdepim-runtime4/distinfo Mon Aug 7 11:05:02 2017 @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.17 2016/07/16 04:05:53 markd Exp $ +$NetBSD: distinfo,v 1.18 2017/08/07 11:05:02 markd Exp $ SHA1 (kdepim-runtime-4.14.10.tar.xz) = f5b1e44f1d10d29bad308b3fd90a48b34da7493c RMD160 (kdepim-runtime-4.14.10.tar.xz) = a03ab7a8bdb65741d35fde271e7634bc8570beea SHA512 (kdepim-runtime-4.14.10.tar.xz) = 599cf08ee7c4bfcc2dcde7d146c5c889663a463e59e4e4773e6b1cee909d02914fce414afe473a127d484b5daa2fa9332dcef8092c3b953cdbebc87663e70577 Size (kdepim-runtime-4.14.10.tar.xz) = 1175432 bytes +SHA1 (patch-plugins_CMakeLists.txt) = 36893bb898b986e42a903dc8a6d895b643b30337 SHA1 (patch-plugins_tests_CMakeLists.txt) = 8e32ae46a539b79fddd40f9c02ab242fef9a66b0 Added files: Index: pkgsrc/misc/kdepim-runtime4/patches/patch-plugins_CMakeLists.txt diff -u /dev/null pkgsrc/misc/kdepim-runtime4/patches/patch-plugins_CMakeLists.txt:1.1 --- /dev/null Mon Aug 7 11:05:02 2017 +++ pkgsrc/misc/kdepim-runtime4/patches/patch-plugins_CMakeLists.txt Mon Aug 7 11:05:02 2017 @@ -0,0 +1,15 @@ +$NetBSD: patch-plugins_CMakeLists.txt,v 1.1 2017/08/07 11:05:02 markd Exp $ + +disable tests - getting problematic to build. + +--- plugins/CMakeLists.txt.orig 2017-08-06 03:40:13.000000000 +0000 ++++ plugins/CMakeLists.txt +@@ -1,7 +1,7 @@ + add_definitions( -DQT_NO_CAST_FROM_ASCII ) + add_definitions( -DQT_NO_CAST_TO_ASCII ) + +-add_subdirectory( tests ) ++#add_subdirectory( tests ) + + include_directories( + ${Boost_INCLUDE_DIR} --_----------=_1502103902143020--