diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-05-20 18:44:33 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-05-20 18:44:33 +0000 |
commit | ad3d40bc8843af829827ff0b0dd348ae7f677261 (patch) | |
tree | ebd7856960bb2e4723161bbaa5e6c2eb7fed65d1 /graphics | |
parent | 20971137d35f60b82a2142c9d2b1e6c9a88d255f (diff) | |
download | ports-ad3d40bc8843af829827ff0b0dd348ae7f677261.tar.gz ports-ad3d40bc8843af829827ff0b0dd348ae7f677261.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/xine_mms_plugin/Makefile | 31 | ||||
-rw-r--r-- | graphics/xine_mms_plugin/distinfo | 1 | ||||
-rw-r--r-- | graphics/xine_mms_plugin/files/patch-ltmain.sh | 24 | ||||
-rw-r--r-- | graphics/xine_mms_plugin/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/xine_mms_plugin/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/xine_mms_plugin/pkg-plist | 2 |
7 files changed, 0 insertions, 63 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 599aab53599c..4fe98e66be6a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -368,7 +368,6 @@ SUBDIR += xine_d4d_plugin SUBDIR += xine_d5d_plugin SUBDIR += xine_dvdnav_plugin - SUBDIR += xine_mms_plugin SUBDIR += xli SUBDIR += xmagv SUBDIR += xmandel diff --git a/graphics/xine_mms_plugin/Makefile b/graphics/xine_mms_plugin/Makefile deleted file mode 100644 index cc92861853dd..000000000000 --- a/graphics/xine_mms_plugin/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: xine_mms_plugin -# Date created: 2001/02/04 -# Whom: Norikatsu Shigemura <nork@cityfujisawa.ne.jp> -# -# $FreeBSD$ -# - -PORTNAME= xine_mms_plugin -PORTVERSION= 0.0.3 -CATEGORIES= graphics -MASTER_SITES= http://www.geocities.com/majormms/ -DISTNAME= ${PORTNAME:S/_mms_plugin/-mms/}-${PORTVERSION} - -MAINTAINER= nork@cityfujisawa.ne.jp - -LIB_DEPENDS= xine.0:${PORTSDIR}/graphics/libxine - -GNU_CONFIGURE= yes -USE_X_PREFIX= yes -CONFIGURE_ENV= THREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - THREAD_LIBS="${PTHREAD_LIBS}" -INSTALLS_SHLIB= yes - -post-patch: - @${PERL} -pi -e \ - 's|THREAD_LIBS=.*$$|THREAD_LIBS="\$$THREAD_LIBS"|g ; \ - s|THREAD_CFLAGS=.*$$|THREAD_CFLAGS="\$$THREAD_CFLAGS"|g ; \ - s|-L/usr/local/lib||g ; \ - s|-I/usr/local/include||g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/graphics/xine_mms_plugin/distinfo b/graphics/xine_mms_plugin/distinfo deleted file mode 100644 index 45b0d5058e09..000000000000 --- a/graphics/xine_mms_plugin/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xine-mms-0.0.3.tar.gz) = ca6d5f097da255f757107bac6ac2f1f2 diff --git a/graphics/xine_mms_plugin/files/patch-ltmain.sh b/graphics/xine_mms_plugin/files/patch-ltmain.sh deleted file mode 100644 index d1cf2ae1bad3..000000000000 --- a/graphics/xine_mms_plugin/files/patch-ltmain.sh +++ /dev/null @@ -1,24 +0,0 @@ ---- ltmain.sh.orig Sat Mar 2 01:46:01 2002 -+++ ltmain.sh Sat Mar 2 01:48:30 2002 -@@ -958,6 +958,7 @@ - ;; - - -avoid-version) -+ build_old_libs=no - avoid_version=yes - continue - ;; -@@ -4247,11 +4248,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -- -+ fi - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" - ;; diff --git a/graphics/xine_mms_plugin/pkg-comment b/graphics/xine_mms_plugin/pkg-comment deleted file mode 100644 index 5f207b1187cd..000000000000 --- a/graphics/xine_mms_plugin/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Windows Media Player input plugin for xine diff --git a/graphics/xine_mms_plugin/pkg-descr b/graphics/xine_mms_plugin/pkg-descr deleted file mode 100644 index 936c39480ba3..000000000000 --- a/graphics/xine_mms_plugin/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A Windows Media Player input plugin for xine. - -WWW: http://www.geocities.com/majormms/ diff --git a/graphics/xine_mms_plugin/pkg-plist b/graphics/xine_mms_plugin/pkg-plist deleted file mode 100644 index e09b5ef3711c..000000000000 --- a/graphics/xine_mms_plugin/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/xine/plugins/xineplug_inp_mms.so -@unexec rmdir %D/lib/xine/plugins 2>/dev/null || true |