summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-10-17 15:39:38 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-10-17 15:39:38 +0000
commitcb4c9ab963a499b978f0e5c62f0b5a0a1c34be65 (patch)
tree9d3d6a47df34bbd5df3ef62eb461d1d273c34fbe
parentUpdate to the 20031016 snapshot of Wine after we skipped the previous one (diff)
Update xawtv to 3.90.
The patch got included into the source.
Notes
Notes: svn path=/head/; revision=91515
-rw-r--r--multimedia/xawtv/Makefile3
-rw-r--r--multimedia/xawtv/distinfo2
-rw-r--r--multimedia/xawtv/files/patch-x11::xt.c12
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;