diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-05-25 02:51:37 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-05-25 02:51:37 +0000 |
commit | 06e022627a6b1ceca628e8fa27d91d3635821e5b (patch) | |
tree | 81b2f563065f18f4f559715943e423d3964c2178 /graphics | |
parent | Add @dirrm for three directories. (diff) |
Update to 0.3.1.
Notes
Notes:
svn path=/head/; revision=59949
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xine_d4d_plugin/Makefile | 4 | ||||
-rw-r--r-- | graphics/xine_d4d_plugin/distinfo | 2 | ||||
-rw-r--r-- | graphics/xine_d4d_plugin/files/patch-ltmain.sh | 34 | ||||
-rw-r--r-- | graphics/xine_d4d_plugin/pkg-descr | 2 |
4 files changed, 8 insertions, 34 deletions
diff --git a/graphics/xine_d4d_plugin/Makefile b/graphics/xine_d4d_plugin/Makefile index 1b4cb5b2ae86..8364817cff93 100644 --- a/graphics/xine_d4d_plugin/Makefile +++ b/graphics/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/graphics/xine_d4d_plugin/distinfo b/graphics/xine_d4d_plugin/distinfo index 727f8050af62..4e68b689abf9 100644 --- a/graphics/xine_d4d_plugin/distinfo +++ b/graphics/xine_d4d_plugin/distinfo @@ -1 +1 @@ -MD5 (d4d030.txt) = 0bdb45fa4a7c7116b9ed1875941707e7 +MD5 (d4d031.txt) = f11a94e352743e990fce5e9a40fdc2f0 diff --git a/graphics/xine_d4d_plugin/files/patch-ltmain.sh b/graphics/xine_d4d_plugin/files/patch-ltmain.sh index c77cdbdf23c4..61162f1a95bd 100644 --- a/graphics/xine_d4d_plugin/files/patch-ltmain.sh +++ b/graphics/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/graphics/xine_d4d_plugin/pkg-descr b/graphics/xine_d4d_plugin/pkg-descr index c2b5c41aa305..eb53da31161d 100644 --- a/graphics/xine_d4d_plugin/pkg-descr +++ b/graphics/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/ |