summaryrefslogtreecommitdiff
path: root/graphics/mplayer
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-05-09 20:22:37 +0000
committerwiz <wiz@pkgsrc.org>2002-05-09 20:22:37 +0000
commit101e29868301ca15d68e0f3545a58b9150198949 (patch)
treeb64fa5f06474b3d6736be19a8807a72b5d9dff4b /graphics/mplayer
parentf13f8b08e9042ad1a8c9e365730302c66434c46b (diff)
downloadpkgsrc-101e29868301ca15d68e0f3545a58b9150198949.tar.gz
Slightly different version of last, so that it may be better accepted by
the maintainers.
Diffstat (limited to 'graphics/mplayer')
-rw-r--r--graphics/mplayer/distinfo4
-rw-r--r--graphics/mplayer/patches/patch-aa9
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/mplayer/distinfo b/graphics/mplayer/distinfo
index 04fb5ef0ad8..cbf89d4305e 100644
--- a/graphics/mplayer/distinfo
+++ b/graphics/mplayer/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2002/05/08 08:18:20 wiz Exp $
+$NetBSD: distinfo,v 1.11 2002/05/09 20:22:38 wiz Exp $
SHA1 (MPlayer-0.90pre3.tar.bz2) = 0ed1d70787488ce55699826752d492aed3425795
Size (MPlayer-0.90pre3.tar.bz2) = 2322749 bytes
-SHA1 (patch-aa) = 89d80673df0a2142846968b8733a301dc5d92c4b
+SHA1 (patch-aa) = f24f92892d3bfa2e4e45efbbb685b209b5e1ac3b
SHA1 (patch-ab) = a90f1dda80a3208695e5435b63fa4f2b11689a63
diff --git a/graphics/mplayer/patches/patch-aa b/graphics/mplayer/patches/patch-aa
index 45f116eccdb..ef937c0faa9 100644
--- a/graphics/mplayer/patches/patch-aa
+++ b/graphics/mplayer/patches/patch-aa
@@ -1,16 +1,17 @@
-$NetBSD: patch-aa,v 1.6 2002/05/08 08:18:20 wiz Exp $
+$NetBSD: patch-aa,v 1.7 2002/05/09 20:22:38 wiz Exp $
--- configure.orig Sat May 4 00:13:06 2002
+++ configure
-@@ -31,7 +31,6 @@
+@@ -31,7 +31,7 @@
cat "$TMPC" >> "$TMPLOG"
echo >> "$TMPLOG"
echo "$_cc $_inc_extra $_ld_static $_ld_extra $TMPC -o $TMPO $@" >> "$TMPLOG"
- > "$TMPO"
++ rm -f "$TMPO"
( "$_cc" $_inc_extra $_ld_static $_ld_extra "$TMPC" -o "$TMPO" "$@" ) >> "$TMPLOG" 2>&1
TMP="$?"
echo >> "$TMPLOG"
-@@ -264,8 +263,8 @@
+@@ -264,8 +264,8 @@
_inc_extra=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`
;;
--with-extralibdir=*)
@@ -21,7 +22,7 @@ $NetBSD: patch-aa,v 1.6 2002/05/08 08:18:20 wiz Exp $
;;
--enable-runtime-cpudetection)
_runtime_cpudetection=yes
-@@ -2642,7 +2641,7 @@
+@@ -2642,7 +2642,7 @@
echocheck "DVD support (libmpdvdkit)"
if test "$_dvdkit" = auto ; then
_dvdkit=no