diff options
author | marcus <marcus@FreeBSD.org> | 2009-08-09 02:53:12 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-08-09 02:53:12 +0800 |
commit | 4f2336ba07d22e327f691336f6fc0c6cf7fd7f07 (patch) | |
tree | 9403d5bfebfe448a4c26c09fa65658a760d0e678 /net-im/farsight2 | |
parent | d34aaf9603664ad8165f4a5658f69821dc7458df (diff) | |
download | freebsd-ports-gnome-4f2336ba07d22e327f691336f6fc0c6cf7fd7f07.tar.gz freebsd-ports-gnome-4f2336ba07d22e327f691336f6fc0c6cf7fd7f07.tar.zst freebsd-ports-gnome-4f2336ba07d22e327f691336f6fc0c6cf7fd7f07.zip |
Update to 0.0.18.
Diffstat (limited to 'net-im/farsight2')
6 files changed, 14 insertions, 54 deletions
diff --git a/net-im/farsight2/Makefile b/net-im/farsight2/Makefile index 62a6860f0590..37531723520b 100644 --- a/net-im/farsight2/Makefile +++ b/net-im/farsight2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= farsight2 -PORTVERSION= 0.0.13 +PORTVERSION= 0.0.14 CATEGORIES= net-im devel MASTER_SITES= http://farsight.freedesktop.org/releases/farsight2/ diff --git a/net-im/farsight2/distinfo b/net-im/farsight2/distinfo index 5d1cc9280868..93d4256d1922 100644 --- a/net-im/farsight2/distinfo +++ b/net-im/farsight2/distinfo @@ -1,3 +1,3 @@ -MD5 (farsight2-0.0.13.tar.gz) = a5263020a6d3ffcc50bc8e591b0d5665 -SHA256 (farsight2-0.0.13.tar.gz) = b214bf84fd1af7083e8721cfd137288b75adc23aeebeeee2d37d981b2471be31 -SIZE (farsight2-0.0.13.tar.gz) = 1051654 +MD5 (farsight2-0.0.14.tar.gz) = fbfa45661b7949abf9bf92c2531ac392 +SHA256 (farsight2-0.0.14.tar.gz) = 88337ceb368ffb2afa46bd8166352ee594573d7580a936010a01be542d8d4a84 +SIZE (farsight2-0.0.14.tar.gz) = 1054752 diff --git a/net-im/farsight2/files/patch-gst-libs_gst_farsight_fs-plugin.c b/net-im/farsight2/files/patch-gst-libs_gst_farsight_fs-plugin.c deleted file mode 100644 index d9552c836708..000000000000 --- a/net-im/farsight2/files/patch-gst-libs_gst_farsight_fs-plugin.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gst-libs/gst/farsight/fs-plugin.c.orig 2009-02-27 23:42:55.000000000 -0500 -+++ gst-libs/gst/farsight/fs-plugin.c 2009-02-27 23:43:19.000000000 -0500 -@@ -363,7 +363,7 @@ fs_plugin_list_available (const gchar *t - if (!dir) - { - GST_WARNING ("Could not open path %s to look for plugins: %s", -- search_path, error ? error->message : "Unknown error"); -+ *search_path, error ? error->message : "Unknown error"); - g_clear_error (&error); - continue; - } diff --git a/net-im/farsight2/files/patch-gst_fsrtpconference_fs-rtp-session.c b/net-im/farsight2/files/patch-gst_fsrtpconference_fs-rtp-session.c deleted file mode 100644 index 8d988a59f157..000000000000 --- a/net-im/farsight2/files/patch-gst_fsrtpconference_fs-rtp-session.c +++ /dev/null @@ -1,15 +0,0 @@ ---- gst/fsrtpconference/fs-rtp-session.c.orig 2009-02-27 23:45:45.000000000 -0500 -+++ gst/fsrtpconference/fs-rtp-session.c 2009-02-27 23:46:16.000000000 -0500 -@@ -3613,10 +3613,10 @@ fs_rtp_session_associate_free_substreams - } - else - { -- GST_ERROR ("Could not associate a substream with its stream", -+ GST_ERROR ("Could not associate a substream with its stream (%s)", - error->message); - fs_session_emit_error (FS_SESSION (session), error->code, -- "Could not associate a substream with its stream", -+ "Could not associate a substream with its stream (%s)", - error->message); - } - g_clear_error (&error); diff --git a/net-im/farsight2/files/patch-transmitters_multicast_fs-multicast-transmitter.c b/net-im/farsight2/files/patch-transmitters_multicast_fs-multicast-transmitter.c index f76ea6a0e7f7..d97e59981159 100644 --- a/net-im/farsight2/files/patch-transmitters_multicast_fs-multicast-transmitter.c +++ b/net-im/farsight2/files/patch-transmitters_multicast_fs-multicast-transmitter.c @@ -8,14 +8,3 @@ # include <netinet/ip.h> # include <arpa/inet.h> #endif /*G_OS_WIN32*/ -@@ -644,8 +645,10 @@ _bind_port ( - GST_WARNING ("could not set TOS: %s", g_strerror (errno)); - - prio = 6; -+#ifdef SO_PRIORITY - if (setsockopt (sock, SOL_SOCKET, SO_PRIORITY, &prio, sizeof (tos)) < 0) - GST_WARNING ( "could not set socket priority: %s", g_strerror (errno)); -+#endif - - address.sin_port = htons (port); - retval = bind (sock, (struct sockaddr *) &address, sizeof (address)); diff --git a/net-im/farsight2/files/patch-transmitters_rawudp_fs-rawudp-transmitter.c b/net-im/farsight2/files/patch-transmitters_rawudp_fs-rawudp-transmitter.c index 55ec9e744750..9a31cf49dd2c 100644 --- a/net-im/farsight2/files/patch-transmitters_rawudp_fs-rawudp-transmitter.c +++ b/net-im/farsight2/files/patch-transmitters_rawudp_fs-rawudp-transmitter.c @@ -1,13 +1,10 @@ ---- transmitters/rawudp/fs-rawudp-transmitter.c.orig 2009-08-01 16:45:45.000000000 -0400 -+++ transmitters/rawudp/fs-rawudp-transmitter.c 2009-08-01 16:46:50.000000000 -0400 -@@ -603,8 +603,10 @@ _bind_port ( - GST_WARNING ( "could not set TOS: %s", g_strerror (errno)); - - prio = 6; -+#ifdef SO_PRIORITY - if (setsockopt (sock, SOL_SOCKET, SO_PRIORITY, &prio, sizeof (tos)) < 0) - GST_WARNING ( "could not set socket priority: %s", g_strerror (errno)); -+#endif - - return sock; - } +--- transmitters/rawudp/fs-rawudp-transmitter.c.orig 2009-08-03 16:20:07.000000000 -0400 ++++ transmitters/rawudp/fs-rawudp-transmitter.c 2009-08-08 14:47:44.000000000 -0400 +@@ -53,6 +53,7 @@ + #else /*G_OS_WIN32*/ + # include <netdb.h> + # include <sys/socket.h> ++# include <netinet/in.h> + # include <netinet/ip.h> + # include <arpa/inet.h> + #endif /*G_OS_WIN32*/ |