aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2012-06-28 18:59:40 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2012-06-28 18:59:40 +0000
commitb00ecc310e1778d775dec7dd7235edf462e3d332 (patch)
tree9eeddf1ef62101c468ddd6d40637164e052544c6
parent1161a6536a154c75497eb6c865841b3f97351ca9 (diff)
downloadports-b00ecc310e1778d775dec7dd7235edf462e3d332.tar.gz
ports-b00ecc310e1778d775dec7dd7235edf462e3d332.zip
Notes
-rw-r--r--graphics/evas-core/files/patch-src_lib_canvas_evas_main.c48
-rw-r--r--multimedia/emotion/files/patch-src-modules-xine-emotion_xine_vo_out.c16
-rw-r--r--x11-wm/e17-module-everything-websearch/files/patch-src-e_mod_main.c11
-rw-r--r--x11-wm/e17-module-itask/files/patch-src-itask_border_menu.c11
-rw-r--r--x11-wm/e17-module-itask/files/patch-src-itask_items.c11
5 files changed, 0 insertions, 97 deletions
diff --git a/graphics/evas-core/files/patch-src_lib_canvas_evas_main.c b/graphics/evas-core/files/patch-src_lib_canvas_evas_main.c
deleted file mode 100644
index c2a27438204f..000000000000
--- a/graphics/evas-core/files/patch-src_lib_canvas_evas_main.c
+++ /dev/null
@@ -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;
- }
diff --git a/multimedia/emotion/files/patch-src-modules-xine-emotion_xine_vo_out.c b/multimedia/emotion/files/patch-src-modules-xine-emotion_xine_vo_out.c
deleted file mode 100644
index b8a238bde9b5..000000000000
--- a/multimedia/emotion/files/patch-src-modules-xine-emotion_xine_vo_out.c
+++ /dev/null
@@ -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;
diff --git a/x11-wm/e17-module-everything-websearch/files/patch-src-e_mod_main.c b/x11-wm/e17-module-everything-websearch/files/patch-src-e_mod_main.c
deleted file mode 100644
index b6802a7bdbbf..000000000000
--- a/x11-wm/e17-module-everything-websearch/files/patch-src-e_mod_main.c
+++ /dev/null
@@ -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
diff --git a/x11-wm/e17-module-itask/files/patch-src-itask_border_menu.c b/x11-wm/e17-module-itask/files/patch-src-itask_border_menu.c
deleted file mode 100644
index 893c22c07555..000000000000
--- a/x11-wm/e17-module-itask/files/patch-src-itask_border_menu.c
+++ /dev/null
@@ -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) &&
diff --git a/x11-wm/e17-module-itask/files/patch-src-itask_items.c b/x11-wm/e17-module-itask/files/patch-src-itask_items.c
deleted file mode 100644
index a567bd2a1caa..000000000000
--- a/x11-wm/e17-module-itask/files/patch-src-itask_items.c
+++ /dev/null
@@ -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); \ No newline at end of file