pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/gnustep-gui



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.

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 <AppKit/AppKitDefines.h>
+ 
+ #import <Foundation/NSObject.h>
+ #import <Foundation/NSBundle.h>



Home | Main Index | Thread Index | Old Index