pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/GUIlib/patches Remove patches removed from di...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d8cf6a4f6be
branches:  trunk
changeset: 639603:7d8cf6a4f6be
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 19 06:03:21 2014 +0000

description:
Remove patches removed from distinfo during 1.2.1 update.

diffstat:

 graphics/GUIlib/patches/patch-aa           |  17 -----------------
 graphics/GUIlib/patches/patch-hello.cpp    |  13 -------------
 graphics/GUIlib/patches/patch-keyboard.cpp |  13 -------------
 3 files changed, 0 insertions(+), 43 deletions(-)

diffs (55 lines):

diff -r c9edb3ead472 -r 7d8cf6a4f6be graphics/GUIlib/patches/patch-aa
--- a/graphics/GUIlib/patches/patch-aa  Fri Sep 19 05:45:51 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2007/10/10 22:02:20 rillig Exp $
-
---- GUI_menu.h.orig    2001-11-20 20:57:12.000000000 +0100
-+++ GUI_menu.h 2007-10-11 00:00:53.000000000 +0200
-@@ -39,9 +39,9 @@ class GUI_Submenu : public GUI_Button
-   virtual void AddSubitem(GUI_Menuitem *newitem);
-   virtual GUI_Menuitem* GetSubItem(int Aid);
- 
--  GUI_status GUI_Submenu:: MouseDown(int x, int y, int button);
--  GUI_status GUI_Submenu::MouseUp(int x,int y,int button);
--  GUI_status GUI_Submenu::MouseMotion(int x,int y,Uint8 state);
-+  GUI_status MouseDown(int x, int y, int button);
-+  GUI_status MouseUp(int x,int y,int button);
-+  GUI_status MouseMotion(int x,int y,Uint8 state);
- 
-   inline virtual int GetSubmenuId()
-     {return submenuid;}
diff -r c9edb3ead472 -r 7d8cf6a4f6be graphics/GUIlib/patches/patch-hello.cpp
--- a/graphics/GUIlib/patches/patch-hello.cpp   Fri Sep 19 05:45:51 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-hello.cpp,v 1.1 2011/08/20 15:33:37 joerg Exp $
-
---- hello.cpp.orig     2000-04-06 04:48:53.000000000 +0000
-+++ hello.cpp
-@@ -78,7 +78,7 @@ void Output(SDL_Surface *screen, const c
-       }
- }
- 
--main(int argc, char *argv[])
-+int main(int argc, char *argv[])
- {
-       SDL_Surface *screen;
-       int x, y, i;
diff -r c9edb3ead472 -r 7d8cf6a4f6be graphics/GUIlib/patches/patch-keyboard.cpp
--- a/graphics/GUIlib/patches/patch-keyboard.cpp        Fri Sep 19 05:45:51 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-keyboard.cpp,v 1.1 2011/08/20 15:33:37 joerg Exp $
-
---- keyboard.cpp.orig  2011-08-20 13:29:08.000000000 +0000
-+++ keyboard.cpp
-@@ -72,7 +72,7 @@ protected:
-       }
- };
- 
--main(int argc, char *argv[])
-+int main(int argc, char *argv[])
- {
-       SDL_Surface *screen;
-       GUI_TermWin *output;



Home | Main Index | Thread Index | Old Index