Received: by mail.netbsd.org (Postfix, from userid 605) id E482F84F0A; Thu, 2 Mar 2023 15:14:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1D52784CF7 for ; Thu, 2 Mar 2023 15:14:28 +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 vMyx_iCNwdXl for ; Thu, 2 Mar 2023 15:14:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 821B384F09 for ; Thu, 2 Mar 2023 15:14:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7B9AFFA90; Thu, 2 Mar 2023 15:14:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1677770067198750" MIME-Version: 1.0 Date: Thu, 2 Mar 2023 15:14:27 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/gnustep-gui To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230302151427.7B9AFFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1677770067198750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Mar 2 15:14:27 UTC 2023 Modified Files: pkgsrc/x11/gnustep-gui: Makefile distinfo Added Files: pkgsrc/x11/gnustep-gui/patches: patch-Headers_AppKit_NSSound.h Log Message: gnustep-gui: add missing header From https://github.com/gnustep/libs-gui/pull/175 Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 pkgsrc/x11/gnustep-gui/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/gnustep-gui/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/x11/gnustep-gui/patches/patch-Headers_AppKit_NSSound.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1677770067198750 Content-Disposition: inline Content-Length: 2187 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/gnustep-gui/Makefile diff -u pkgsrc/x11/gnustep-gui/Makefile:1.87 pkgsrc/x11/gnustep-gui/Makefile:1.88 --- pkgsrc/x11/gnustep-gui/Makefile:1.87 Sat Jan 21 12:16:00 2023 +++ pkgsrc/x11/gnustep-gui/Makefile Thu Mar 2 15:14:27 2023 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.87 2023/01/21 12:16:00 wiz Exp $ +# $NetBSD: Makefile,v 1.88 2023/03/02 15:14:27 wiz Exp $ DISTNAME= gnustep-gui-0.30.0 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=gnustep/} GITHUB_PROJECT= libs-gui Index: pkgsrc/x11/gnustep-gui/distinfo diff -u pkgsrc/x11/gnustep-gui/distinfo:1.33 pkgsrc/x11/gnustep-gui/distinfo:1.34 --- pkgsrc/x11/gnustep-gui/distinfo:1.33 Sat Jan 21 12:16:00 2023 +++ pkgsrc/x11/gnustep-gui/distinfo Thu Mar 2 15:14:27 2023 @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.33 2023/01/21 12:16:00 wiz Exp $ +$NetBSD: distinfo,v 1.34 2023/03/02 15:14:27 wiz Exp $ BLAKE2s (gnustep-gui/gnustep-gui-0.30.0.tar.gz) = 1b61ff12930d76e35c24af77e4b678984b1f92164437c398556b76ffbb5c5a40 SHA512 (gnustep-gui/gnustep-gui-0.30.0.tar.gz) = 42baca326db3ef4ffbee9d8f83c0156cbe256d345bd9b4307443c1bbadf628fa252d543feb0a958ee20d7c7f1190c4d459ee194f700fad11deb304193df8e0b3 Size (gnustep-gui/gnustep-gui-0.30.0.tar.gz) = 3045228 bytes +SHA1 (patch-Headers_AppKit_NSSound.h) = 89240b7be9e704cf89a7f37f242e8fe96e64117e SHA1 (patch-Source_GSCharacterPanel.m) = 05a2d7e252f5134e37f71dd0f27c8e15b6f38a5e Added files: Index: pkgsrc/x11/gnustep-gui/patches/patch-Headers_AppKit_NSSound.h diff -u /dev/null pkgsrc/x11/gnustep-gui/patches/patch-Headers_AppKit_NSSound.h:1.1 --- /dev/null Thu Mar 2 15:14:27 2023 +++ pkgsrc/x11/gnustep-gui/patches/patch-Headers_AppKit_NSSound.h Thu Mar 2 15:14:27 2023 @@ -0,0 +1,15 @@ +$NetBSD: patch-Headers_AppKit_NSSound.h,v 1.1 2023/03/02 15:14:27 wiz Exp $ + +Add missing include +https://github.com/gnustep/libs-gui/pull/175 + +--- Headers/AppKit/NSSound.h.orig 2022-12-29 09:05:31.000000000 +0000 ++++ Headers/AppKit/NSSound.h +@@ -30,6 +30,7 @@ + + #ifndef _GNUstep_H_NSSound + #define _GNUstep_H_NSSound ++#import + + #import + #import --_----------=_1677770067198750--