pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/wxGTK Apply patch provided by Joachim Koenig-Balte...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc702fba4528
branches:  trunk
changeset: 461002:bc702fba4528
user:      recht <recht%pkgsrc.org@localhost>
date:      Tue Sep 09 11:54:55 2003 +0000

description:
Apply patch provided by Joachim Koenig-Baltes in PR 22700 to make wxPython
2.4.1.2 compile. (Adds a missing definition in include/wx/menuitem.h.)
Bump PKGREVISION to 1.

diffstat:

 x11/wxGTK/Makefile         |   5 +++--
 x11/wxGTK/distinfo         |   3 ++-
 x11/wxGTK/patches/patch-af |  12 ++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (50 lines):

diff -r 01071e54e6ed -r bc702fba4528 x11/wxGTK/Makefile
--- a/x11/wxGTK/Makefile        Tue Sep 09 11:50:12 2003 +0000
+++ b/x11/wxGTK/Makefile        Tue Sep 09 11:54:55 2003 +0000
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.24 2003/09/03 18:22:51 xtraeme Exp $
+# $NetBSD: Makefile,v 1.25 2003/09/09 11:54:55 recht Exp $
 #
 
 DISTNAME=              wxGTK-2.4.1
+PKGREVISION=           1
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=wxwindows/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            tsarna%NetBSD.org@localhost
-HOMEPAGE=              http://www.wxwindows.org
+HOMEPAGE=              http://www.wxwindows.org/
 COMMENT=               GTK-based implementation of the wxWindows GUI library
 
 USE_BUILDLINK2=                YES
diff -r 01071e54e6ed -r bc702fba4528 x11/wxGTK/distinfo
--- a/x11/wxGTK/distinfo        Tue Sep 09 11:50:12 2003 +0000
+++ b/x11/wxGTK/distinfo        Tue Sep 09 11:54:55 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2003/09/04 13:07:00 adam Exp $
+$NetBSD: distinfo,v 1.11 2003/09/09 11:54:55 recht Exp $
 
 SHA1 (wxGTK-2.4.1.tar.bz2) = 4aea0d24d755e7f1fa89d8198014790670a79437
 Size (wxGTK-2.4.1.tar.bz2) = 5348194 bytes
@@ -6,3 +6,4 @@
 SHA1 (patch-ab) = f0799ad63b9bd39cf58295b6d93ce7b697190d8c
 SHA1 (patch-ac) = 793ba08af48412fea905fc203b0c7322e4bafe9c
 SHA1 (patch-ad) = 1ee314f895451dfab8bf56952ad2822b8530590f
+SHA1 (patch-af) = 8d6572d26108d6aa914c4f12b67db646e936b464
diff -r 01071e54e6ed -r bc702fba4528 x11/wxGTK/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/wxGTK/patches/patch-af        Tue Sep 09 11:54:55 2003 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.1 2003/09/09 11:54:56 recht Exp $
+
+--- include/wx/menuitem.h.orig 2003-09-09 12:37:07.000000000 +0200
++++ include/wx/menuitem.h      2003-09-09 12:37:31.000000000 +0200
+@@ -49,6 +49,7 @@
+ 
+     // the menu we're in
+     wxMenu *GetMenu() const { return m_parentMenu; }
++    void SetMenu(wxMenu* menu) { m_parentMenu = menu; }
+ 
+     // get/set id
+     void SetId(int id) { m_id = id; }



Home | Main Index | Thread Index | Old Index