Received: by mail.netbsd.org (Postfix, from userid 605) id 5BEFA84D45; Thu, 8 Feb 2018 10:50:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DA42084D3B for ; Thu, 8 Feb 2018 10:50:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fk4Vax-l2jUu for ; Thu, 8 Feb 2018 10:50:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 64FD684D31 for ; Thu, 8 Feb 2018 10:50:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5F233FB40; Thu, 8 Feb 2018 10:50:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151808704470580" MIME-Version: 1.0 Date: Thu, 8 Feb 2018 10:50:44 +0000 From: "matthew green" Subject: CVS commit: pkgsrc/x11/kdelibs4 To: pkgsrc-changes@NetBSD.org Reply-To: mrg@netbsd.org X-Mailer: log_accum Message-Id: <20180208105044.5F233FB40@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. --_----------=_151808704470580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mrg Date: Thu Feb 8 10:50:44 UTC 2018 Modified Files: pkgsrc/x11/kdelibs4: distinfo Added Files: pkgsrc/x11/kdelibs4/patches: patch-kjs_date_object.h Removed Files: pkgsrc/x11/kdelibs4/patches: patch-kjs_date__object.h Log Message: instead of removing "struct tm;", include . also, the file is called date_object.h. fixes GCC 6 build. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 pkgsrc/x11/kdelibs4/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/x11/kdelibs4/patches/patch-kjs_date__object.h cvs rdiff -u -r0 -r1.1 pkgsrc/x11/kdelibs4/patches/patch-kjs_date_object.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151808704470580 Content-Disposition: inline Content-Length: 1882 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/kdelibs4/distinfo diff -u pkgsrc/x11/kdelibs4/distinfo:1.52 pkgsrc/x11/kdelibs4/distinfo:1.53 --- pkgsrc/x11/kdelibs4/distinfo:1.52 Wed Jan 31 11:33:22 2018 +++ pkgsrc/x11/kdelibs4/distinfo Thu Feb 8 10:50:44 2018 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.52 2018/01/31 11:33:22 jperkin Exp $ +$NetBSD: distinfo,v 1.53 2018/02/08 10:50:44 mrg Exp $ SHA1 (kdelibs-4.14.38.tar.xz) = 2271f8b38cd5b6b55fa31c567271e3ca37ef641a RMD160 (kdelibs-4.14.38.tar.xz) = edf16e14842237950655bf44c073070c5bb7d74b @@ -31,7 +31,7 @@ SHA1 (patch-kio_kssl_ksslcertchain.cpp) SHA1 (patch-kio_kssl_ksslcertificate.cpp) = 177546af1bf2a770d7bb6650f7a4a1dca6f8f716 SHA1 (patch-kio_kssl_ksslutils.cpp) = 359075855a8582693e5e4fab9aa5ad5afbe7b4a1 SHA1 (patch-kjs_JSImmediate.h) = ecc761c7c82f711f41cf47d706c1c22d22c2980a -SHA1 (patch-kjs_date__object.h) = adc33e9cb8317cb07929bec4d153fc58efa550ea +SHA1 (patch-kjs_date_object.h) = 25b636930f9d5055a9ce3e760e179e0816abea6a SHA1 (patch-kjs_interpreter.cpp) = 9d400daf7d96674b8d66e1cde46dcb3615635241 SHA1 (patch-kjs_wtf_DisallowCType.h) = 6305dd274f1478ba0fe0a6f1717451ab8e3e50d2 SHA1 (patch-kpty_kpty.cpp) = e8fd2e7c88b8926cf5bf12deea9e6af08e0739d8 Added files: Index: pkgsrc/x11/kdelibs4/patches/patch-kjs_date_object.h diff -u /dev/null pkgsrc/x11/kdelibs4/patches/patch-kjs_date_object.h:1.1 --- /dev/null Thu Feb 8 10:50:44 2018 +++ pkgsrc/x11/kdelibs4/patches/patch-kjs_date_object.h Thu Feb 8 10:50:44 2018 @@ -0,0 +1,16 @@ +$NetBSD: patch-kjs_date_object.h,v 1.1 2018/02/08 10:50:44 mrg Exp $ + +Replace bogus forward declaration with include. + +--- kjs/date_object.h.orig 2017-11-05 01:51:22.000000000 +0000 ++++ kjs/date_object.h +@@ -24,8 +24,8 @@ + #include "function.h" + #include "JSWrapperObject.h" + +-struct tm; ++#include + + namespace KJS { + + class FunctionPrototype; --_----------=_151808704470580--