mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Remove stale patches, forgotten in previous commit.
Reported by: Andrzej Tobola via mail
This commit is contained in:
parent
1161a6536a
commit
b00ecc310e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300178
@ -1,48 +0,0 @@
|
||||
--- src/lib/canvas/evas_main.c.orig 2010-12-11 14:16:03.000000000 -0800
|
||||
+++ src/lib/canvas/evas_main.c 2010-12-11 14:17:30.000000000 -0800
|
||||
@@ -808,45 +808,29 @@
|
||||
#ifdef BUILD_ENGINE_SOFTWARE_16_WINCE
|
||||
methods = eina_list_append(methods, "software_16_wince");
|
||||
#endif
|
||||
-#ifdef BUILD_ENGINE_SOFTWARE_X11
|
||||
methods = eina_list_append(methods, "software_x11");
|
||||
-#endif
|
||||
-#ifdef BUILD_ENGINE_XRENDER_X11
|
||||
methods = eina_list_append(methods, "xrender_x11");
|
||||
-#endif
|
||||
-#ifdef BUILD_ENGINE_XRENDER_XCB
|
||||
methods = eina_list_append(methods, "xrender_xcb");
|
||||
-#endif
|
||||
-#ifdef BUILD_ENGINE_SOFTWARE_16_X11
|
||||
methods = eina_list_append(methods, "software_16_x11");
|
||||
-#endif
|
||||
-#ifdef BUILD_ENGINE_GL_X11
|
||||
methods = eina_list_append(methods, "gl_x11");
|
||||
-#endif
|
||||
#ifdef BUILD_ENGINE_GL_GLEW
|
||||
methods = eina_list_append(methods, "gl_glew");
|
||||
#endif
|
||||
-#ifdef BUILD_ENGINE_CAIRO_X11
|
||||
methods = eina_list_append(methods, "cairo_x11");
|
||||
-#endif
|
||||
#ifdef BUILD_ENGINE_DIRECTFB
|
||||
methods = eina_list_append(methods, "directfb");
|
||||
#endif
|
||||
#ifdef BUILD_ENGINE_FB
|
||||
methods = eina_list_append(methods, "fb");
|
||||
#endif
|
||||
-#ifdef BUILD_ENGINE_BUFFER
|
||||
methods = eina_list_append(methods, "buffer");
|
||||
-#endif
|
||||
#ifdef BUILD_ENGINE_SOFTWARE_WIN32_GDI
|
||||
methods = eina_list_append(methods, "software_win32_gdi");
|
||||
#endif
|
||||
#ifdef BUILD_ENGINE_SOFTWARE_QTOPIA
|
||||
methods = eina_list_append(methods, "software_qtopia");
|
||||
#endif
|
||||
-#ifdef BUILD_ENGINE_SOFTWARE_SDL
|
||||
methods = eina_list_append(methods, "software_sdl");
|
||||
-#endif
|
||||
|
||||
return methods;
|
||||
}
|
@ -1,16 +0,0 @@
|
||||
--- src/modules/xine/emotion_xine_vo_out.c.orig
|
||||
+++ src/modules/xine/emotion_xine_vo_out.c
|
||||
@@ -119,8 +119,13 @@ _emotion_class_init(xine_t *xine, void *
|
||||
cl = (Emotion_Class *) malloc(sizeof(Emotion_Class));
|
||||
if (!cl) return NULL;
|
||||
cl->driver_class.open_plugin = _emotion_open;
|
||||
+#if XINE_MAJOR_VERSION < 1 || (XINE_MAJOR_VERSION == 1 && XINE_MINOR_VERSION < 2)
|
||||
cl->driver_class.get_identifier = _emotion_class_identifier_get;
|
||||
cl->driver_class.get_description = _emotion_class_description_get;
|
||||
+#else
|
||||
+ cl->driver_class.identifier = _emotion_class_identifier_get(NULL);
|
||||
+ cl->driver_class.description = _emotion_class_description_get(NULL);
|
||||
+#endif
|
||||
cl->driver_class.dispose = _emotion_class_dispose;
|
||||
cl->config = xine->config;
|
||||
cl->xine = xine;
|
@ -1,11 +0,0 @@
|
||||
--- src/e_mod_main.c.orig 2011-01-29 15:40:21.202964309 +0100
|
||||
+++ src/e_mod_main.c 2011-01-29 15:40:36.482221909 +0100
|
||||
@@ -216,7 +216,7 @@
|
||||
|
||||
ecore_con_url_url_set(dd->con_url, url);
|
||||
|
||||
- return ecore_con_url_get(dd->con_url, NULL, 0, NULL);
|
||||
+ return ecore_con_url_get(dd->con_url);
|
||||
}
|
||||
|
||||
static Eina_Bool
|
@ -1,11 +0,0 @@
|
||||
--- src/itask_border_menu.c.orig 2011-09-16 17:25:26.367307838 +0200
|
||||
+++ src/itask_border_menu.c 2011-09-16 17:25:59.976867758 +0200
|
||||
@@ -25,7 +25,7 @@
|
||||
E_Menu_Item *mi;
|
||||
E_Menu *m, *m_maximize, *m_stacking;
|
||||
if (bd->border_menu)
|
||||
- return;
|
||||
+ return NULL;
|
||||
|
||||
/* Only allow to change layer for windows in "normal" layers */
|
||||
if ((!bd->lock_user_stacking) &&
|
@ -1,11 +0,0 @@
|
||||
--- src/itask_items.c.orig 2011-09-16 17:25:41.087552558 +0200
|
||||
+++ src/itask_items.c 2011-09-16 17:26:24.411276478 +0200
|
||||
@@ -114,7 +114,7 @@
|
||||
{
|
||||
ic = _itask_items_find_item(it, ev->border);
|
||||
if (!ic)
|
||||
- return;
|
||||
+ return NULL;
|
||||
|
||||
itask_item_remove(ic);
|
||||
itask_item_swap_youngest_from_menu(it);
|
Loading…
Reference in New Issue
Block a user