1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 0.0.19.

This commit is contained in:
Joe Marcus Clarke 2010-05-22 07:11:39 +00:00
parent 22c24216c5
commit 42e35abf87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254806
4 changed files with 24 additions and 22 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= farsight2
PORTVERSION= 0.0.17
PORTREVISION= 2
PORTVERSION= 0.0.19
CATEGORIES= net-im devel
MASTER_SITES= http://farsight.freedesktop.org/releases/farsight2/

View File

@ -1,3 +1,3 @@
MD5 (farsight2-0.0.17.tar.gz) = b109d133d39dd682a224a47e31c5eac7
SHA256 (farsight2-0.0.17.tar.gz) = 11e5ccaa3e9b4612bb14c0e451e36d20a7db3aac551959924bd034acb62fc06b
SIZE (farsight2-0.0.17.tar.gz) = 1025565
MD5 (farsight2-0.0.19.tar.gz) = 0ce00833b1baaab2b9d8b6dbba56fbfd
SHA256 (farsight2-0.0.19.tar.gz) = 71e6f487bf7434c424234c136c2a8233ddecf3178acbe4fd9295b742b59ea04c
SIZE (farsight2-0.0.19.tar.gz) = 1067517

View File

@ -1,10 +1,24 @@
--- gst-libs/gst/farsight/fs-interfaces.c.orig 2009-02-27 23:28:15.000000000 -0500
+++ gst-libs/gst/farsight/fs-interfaces.c 2009-02-27 23:28:33.000000000 -0500
@@ -46,6 +46,7 @@ GST_DEBUG_CATEGORY_EXTERN (fs_base_confe
--- gst-libs/gst/farsight/fs-interfaces.c.orig 2010-05-22 03:04:56.000000000 -0400
+++ gst-libs/gst/farsight/fs-interfaces.c 2010-05-22 03:08:16.000000000 -0400
@@ -30,10 +30,7 @@
#ifdef G_OS_UNIX
-#include <arpa/inet.h>
#include <errno.h>
-#include <net/if.h>
-#include <net/if_arp.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -44,6 +41,10 @@
#include <sys/socket.h>
#include <ifaddrs.h>
#endif
+#include <netinet/in.h>
#include <net/if.h>
#include <net/if_arp.h>
#include <arpa/inet.h>
+#include <arpa/inet.h>
+#include <net/if.h>
+#include <net/if_arp.h>
#include <gst/gst.h>

View File

@ -1,11 +0,0 @@
--- transmitters/nice/fs-nice-stream-transmitter.c.orig 2010-03-20 18:53:45.000000000 -0400
+++ transmitters/nice/fs-nice-stream-transmitter.c 2010-03-20 18:55:10.000000000 -0400
@@ -46,8 +46,6 @@
#include <string.h>
#include <sys/types.h>
-#include <udp-bsd.h>
-
#define GST_CAT_DEFAULT fs_nice_transmitter_debug
/* Signals */