diff options
author | oliver <oliver@FreeBSD.org> | 2003-10-17 23:39:38 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-10-17 23:39:38 +0800 |
commit | 17535a9f93ca0d5a537cda52600bba8f56fa6040 (patch) | |
tree | 7e363cfdbf06f2cb434e7093b7c5a31c0b87119b /multimedia | |
parent | 3835e6465876cc5037de91a251b626ab9aecb927 (diff) | |
download | freebsd-ports-gnome-17535a9f93ca0d5a537cda52600bba8f56fa6040.tar.gz freebsd-ports-gnome-17535a9f93ca0d5a537cda52600bba8f56fa6040.tar.zst freebsd-ports-gnome-17535a9f93ca0d5a537cda52600bba8f56fa6040.zip |
Update xawtv to 3.90.
The patch got included into the source.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xawtv/Makefile | 3 | ||||
-rw-r--r-- | multimedia/xawtv/distinfo | 2 | ||||
-rw-r--r-- | multimedia/xawtv/files/patch-x11::xt.c | 12 |
3 files changed, 2 insertions, 15 deletions
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile index 26a2b1b0f404..05092327e19f 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xawtv -PORTVERSION= 3.88.1 -PORTREVISION= 1 +PORTVERSION= 3.90 CATEGORIES= multimedia MASTER_SITES= http://bytesex.org/xawtv/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/multimedia/xawtv/distinfo b/multimedia/xawtv/distinfo index cb28b233d9a5..3ea8d4ebfabd 100644 --- a/multimedia/xawtv/distinfo +++ b/multimedia/xawtv/distinfo @@ -1 +1 @@ -MD5 (xawtv_3.88.1.tar.gz) = 2908b041e6cc4947bd3650e29667f43b +MD5 (xawtv_3.90.tar.gz) = 336922af4de3d3f6506f7a5e07c05a4a diff --git a/multimedia/xawtv/files/patch-x11::xt.c b/multimedia/xawtv/files/patch-x11::xt.c deleted file mode 100644 index 86487e873333..000000000000 --- a/multimedia/xawtv/files/patch-x11::xt.c +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur xawtv-3.88.1/x11/xt.c xawtv-3.88.1-ma/x11/xt.c ---- x11/xt.c Wed Apr 16 12:23:12 2003 -+++ x11/xt.c Sat Oct 11 21:04:36 2003 -@@ -1459,7 +1459,7 @@ - fprintf(stderr,"*"); - - /* catch unix sockets on FreeBSD */ -- if (0 == length) { -+ if (0 == length || ss.ss_family == AF_UNIX) { - if (debug) - fprintf(stderr, " ok (unix socket)\n"); - return; |