summaryrefslogtreecommitdiffstats
path: root/multimedia/totem/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-12 01:51:34 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-12 01:51:34 +0800
commit2f836c64a2940e1460834c4085ba6d418001bf17 (patch)
tree81909a3bce2caf57600151b32c8dcb1e7735c28c /multimedia/totem/files
parent262752d178a4a70c9cd941f23ee5052d0e8968d9 (diff)
downloadmarcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.gz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.bz2
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.lz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.xz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.zst
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.zip
Remove these ports now that they have been merged into the FreeBSD ports
tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11869 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/totem/files')
-rw-r--r--multimedia/totem/files/patch-browser-plugin_totemPluginGlue.cpp20
-rw-r--r--multimedia/totem/files/patch-configure12
-rw-r--r--multimedia/totem/files/pkg-message.in6
3 files changed, 0 insertions, 38 deletions
diff --git a/multimedia/totem/files/patch-browser-plugin_totemPluginGlue.cpp b/multimedia/totem/files/patch-browser-plugin_totemPluginGlue.cpp
deleted file mode 100644
index 6e697364d..000000000
--- a/multimedia/totem/files/patch-browser-plugin_totemPluginGlue.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- browser-plugin/totemPluginGlue.cpp.orig 2008-03-15 18:00:23.000000000 -0500
-+++ browser-plugin/totemPluginGlue.cpp 2008-03-15 18:01:54.000000000 -0500
-@@ -356,7 +356,7 @@
- user_ini_file = g_build_filename (g_get_user_config_dir (),
- "totem",
- "browser-plugins.ini",
-- NULL);
-+ (char *)NULL);
- if (g_key_file_load_from_file (user,
- user_ini_file,
- G_KEY_FILE_NONE,
-@@ -439,7 +439,7 @@
- /* we want to open libdbus-glib-1.so.2 in such a way
- * in such a way that it becomes permanentely resident */
- void *handle;
-- handle = dlopen ("libdbus-glib-1.so.2", RTLD_NOW | RTLD_NODELETE);
-+ handle = dlopen ("libdbus-glib-1.so.2", RTLD_NOW);
- if (!handle) {
- fprintf (stderr, "%s\n", dlerror());
- return NPERR_MODULE_LOAD_FAILED_ERROR;
diff --git a/multimedia/totem/files/patch-configure b/multimedia/totem/files/patch-configure
deleted file mode 100644
index 4c6c7b340..000000000
--- a/multimedia/totem/files/patch-configure
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.orig 2008-08-30 08:23:22.000000000 +0200
-+++ configure 2008-08-30 08:24:20.000000000 +0200
-@@ -25171,7 +25171,9 @@
- _ACEOF
-
-
-+if [ -z "${BROWSER_PLUGIN_DIR}" ]; then
- BROWSER_PLUGIN_DIR="${BROWSER_PLUGIN_DIR:-"\${libdir}/mozilla/plugins"}"
-+fi
-
-
-
diff --git a/multimedia/totem/files/pkg-message.in b/multimedia/totem/files/pkg-message.in
deleted file mode 100644
index 5c4332981..000000000
--- a/multimedia/totem/files/pkg-message.in
+++ /dev/null
@@ -1,6 +0,0 @@
-********************************************************
-* Make sure you've enough shared memory, the xine FAQ *
-* advises to have the following sysctl settings: *
-* kern.ipc.shmmax=67108864 *
-* kern.ipc.shmall=32768 *
-********************************************************