aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2012-12-23 11:35:11 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2012-12-23 11:35:11 +0000
commitc9078cdad02092f2132391fa471a700a23caa7a0 (patch)
treede6d4923d1ea61e92d3ba773f7c327beb4fc45a9
parentcba5f2ea11044e40cbd09c974277e48a18c13a51 (diff)
downloadports-c9078cdad02092f2132391fa471a700a23caa7a0.tar.gz
ports-c9078cdad02092f2132391fa471a700a23caa7a0.zip
Notes
-rw-r--r--devel/eio/files/patch-configure11
-rw-r--r--graphics/ethumb/files/patch-configure11
-rw-r--r--graphics/evas-core/files/patch-src_lib_include_evas_common.h11
-rw-r--r--lang/embryo/files/patch-src_lib_embryo_str.c11
-rw-r--r--multimedia/emotion/files/patch-src-modules-xine-emotion_xine_vo_out.c16
-rw-r--r--x11-toolkits/elementary/files/patch-configure11
-rw-r--r--x11-wm/enlightenment/files/patch-configure11
-rw-r--r--x11-wm/enlightenment/files/patch-src-modules-mixer-pa.c10
8 files changed, 0 insertions, 92 deletions
diff --git a/devel/eio/files/patch-configure b/devel/eio/files/patch-configure
deleted file mode 100644
index a5d1bfd89a71..000000000000
--- a/devel/eio/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2012-04-02 17:30:16.831741118 +0200
-+++ configure 2012-04-02 17:30:36.938737358 +0200
-@@ -11132,7 +11132,7 @@
- _ACEOF
-
- version_info="1:0:1"
--release_info="-release ver-pre-svn-09"
-+release_info=""
-
-
- ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
diff --git a/graphics/ethumb/files/patch-configure b/graphics/ethumb/files/patch-configure
deleted file mode 100644
index 24712b49b763..000000000000
--- a/graphics/ethumb/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2011-01-29 17:09:23.359100066 +0100
-+++ configure 2011-01-29 17:16:54.001616145 +0100
-@@ -3922,7 +3922,7 @@
- _ACEOF
-
- version_info="1:1:1"
--release_info="-release ver-pre-svn-09"
-+release_info=""
-
-
- ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
diff --git a/graphics/evas-core/files/patch-src_lib_include_evas_common.h b/graphics/evas-core/files/patch-src_lib_include_evas_common.h
deleted file mode 100644
index f62aa7d4bf36..000000000000
--- a/graphics/evas-core/files/patch-src_lib_include_evas_common.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lib/include/evas_common.h.orig 2010-12-06 01:26:44.000000000 -0800
-+++ src/lib/include/evas_common.h 2010-12-06 01:27:46.000000000 -0800
-@@ -192,7 +192,7 @@
-
- #ifdef HAVE_ALLOCA_H
- # include <alloca.h>
--#elif defined __GNUC__
-+#elif defined __GNUC__ && !defined __FreeBSD__
- # define alloca __builtin_alloca
- #elif defined _AIX
- # define alloca __alloca
diff --git a/lang/embryo/files/patch-src_lib_embryo_str.c b/lang/embryo/files/patch-src_lib_embryo_str.c
deleted file mode 100644
index 8749635f9534..000000000000
--- a/lang/embryo/files/patch-src_lib_embryo_str.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lib/embryo_str.c.orig 2010-12-11 21:54:43.000000000 -0800
-+++ src/lib/embryo_str.c 2010-12-11 21:55:03.000000000 -0800
-@@ -9,7 +9,7 @@
-
- #ifdef HAVE_ALLOCA_H
- # include <alloca.h>
--#elif defined __GNUC__
-+#elif defined __GNUC__ && !defined __FreeBSD__
- # define alloca __builtin_alloca
- #elif defined _AIX
- # define alloca __alloca
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-toolkits/elementary/files/patch-configure b/x11-toolkits/elementary/files/patch-configure
deleted file mode 100644
index 9c9887a4ac48..000000000000
--- a/x11-toolkits/elementary/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2010-12-06 00:17:02.000000000 -0800
-+++ configure 2010-12-06 00:17:45.000000000 -0800
-@@ -13066,7 +13066,7 @@
- _ACEOF
-
- version_info="8:0:8"
--release_info="-release ver-pre-svn-09"
-+release_info=""
-
-
- ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
diff --git a/x11-wm/enlightenment/files/patch-configure b/x11-wm/enlightenment/files/patch-configure
deleted file mode 100644
index 365bf3fc3ad4..000000000000
--- a/x11-wm/enlightenment/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2010-12-05 21:26:21.000000000 -0800
-+++ configure 2010-12-05 21:26:28.000000000 -0800
-@@ -12501,7 +12501,7 @@
-
-
-
--MODULE_ARCH="$host_os-$host_cpu-ver-pre-svn-08"
-+MODULE_ARCH="$host_os-$host_cpu"
-
-
- cat >>confdefs.h <<_ACEOF
diff --git a/x11-wm/enlightenment/files/patch-src-modules-mixer-pa.c b/x11-wm/enlightenment/files/patch-src-modules-mixer-pa.c
deleted file mode 100644
index ba10da646339..000000000000
--- a/x11-wm/enlightenment/files/patch-src-modules-mixer-pa.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/modules/mixer/pa.c.orig 2012-04-01 23:52:05.418578586 +0200
-+++ src/modules/mixer/pa.c 2012-04-01 23:52:28.819577346 +0200
-@@ -350,7 +350,6 @@
- INF("connected to %s", ecore_con_server_name_get(ev->server));
-
- conn->fd = dup(ecore_con_server_fd_get(ev->server));
-- setsockopt(conn->fd, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on));
- setsockopt(conn->fd, SOL_SOCKET, SO_REUSEADDR, &on, sizeof(on));
- fcntl(conn->fd, F_SETFL, O_NONBLOCK | FD_CLOEXEC);
- conn->fdh = ecore_main_fd_handler_add(conn->fd, ECORE_FD_WRITE, (Ecore_Fd_Cb)fdh_func, conn, NULL, NULL);