diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2002-05-25 10:51:37 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2002-05-25 10:51:37 +0800 |
commit | 67554d2ef947fe70ef48fa468bb539d8886701d0 (patch) | |
tree | fa84e0a038aadf1b1338cc485e983fc8fe6bffa7 /multimedia | |
parent | 9aff8a6be1d3b79d9da186445b5508869d3a0aaa (diff) | |
download | freebsd-ports-gnome-67554d2ef947fe70ef48fa468bb539d8886701d0.tar.gz freebsd-ports-gnome-67554d2ef947fe70ef48fa468bb539d8886701d0.tar.zst freebsd-ports-gnome-67554d2ef947fe70ef48fa468bb539d8886701d0.zip |
Update to 0.3.1.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xine_d4d_plugin/Makefile | 4 | ||||
-rw-r--r-- | multimedia/xine_d4d_plugin/distinfo | 2 | ||||
-rw-r--r-- | multimedia/xine_d4d_plugin/files/patch-ltmain.sh | 34 | ||||
-rw-r--r-- | multimedia/xine_d4d_plugin/pkg-descr | 2 |
4 files changed, 8 insertions, 34 deletions
diff --git a/multimedia/xine_d4d_plugin/Makefile b/multimedia/xine_d4d_plugin/Makefile index 1b4cb5b2ae86..8364817cff93 100644 --- a/multimedia/xine_d4d_plugin/Makefile +++ b/multimedia/xine_d4d_plugin/Makefile @@ -6,11 +6,11 @@ # PORTNAME= xine_d4d_plugin -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= graphics MASTER_SITES= http://worldzone.net/technology/captaincss/ \ http://debianlinux.net/ -DISTFILES= d4d030.txt +DISTFILES= d4d031.txt MAINTAINER= gibbon@cocoa.freemail.ne.jp diff --git a/multimedia/xine_d4d_plugin/distinfo b/multimedia/xine_d4d_plugin/distinfo index 727f8050af62..4e68b689abf9 100644 --- a/multimedia/xine_d4d_plugin/distinfo +++ b/multimedia/xine_d4d_plugin/distinfo @@ -1 +1 @@ -MD5 (d4d030.txt) = 0bdb45fa4a7c7116b9ed1875941707e7 +MD5 (d4d031.txt) = f11a94e352743e990fce5e9a40fdc2f0 diff --git a/multimedia/xine_d4d_plugin/files/patch-ltmain.sh b/multimedia/xine_d4d_plugin/files/patch-ltmain.sh index c77cdbdf23c4..61162f1a95bd 100644 --- a/multimedia/xine_d4d_plugin/files/patch-ltmain.sh +++ b/multimedia/xine_d4d_plugin/files/patch-ltmain.sh @@ -1,6 +1,6 @@ ---- ltmain.sh.orig Mon Nov 12 16:27:33 2001 -+++ ltmain.sh Fri Jan 25 23:31:44 2002 -@@ -956,6 +956,7 @@ +--- ltmain.sh.orig Thu Jan 10 04:26:41 2002 ++++ ltmain.sh Mon May 20 19:02:08 2002 +@@ -958,6 +958,7 @@ ;; -avoid-version) @@ -8,33 +8,7 @@ avoid_version=yes continue ;; -@@ -1043,14 +1044,14 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -2446,7 +2447,7 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - ;; - *) -@@ -4215,10 +4216,12 @@ +@@ -4247,10 +4248,12 @@ fi # Install the pseudo-library for information purposes. diff --git a/multimedia/xine_d4d_plugin/pkg-descr b/multimedia/xine_d4d_plugin/pkg-descr index c2b5c41aa305..eb53da31161d 100644 --- a/multimedia/xine_d4d_plugin/pkg-descr +++ b/multimedia/xine_d4d_plugin/pkg-descr @@ -1,3 +1,3 @@ A dvd input plugin for xine. -WWW: http://www.geocities.com/captain_css/ +WWW: http://worldzone.net/technology/captaincss/ |