summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-05-07 22:19:28 +0000
committerwiz <wiz@pkgsrc.org>2002-05-07 22:19:28 +0000
commit7a34943d2af5548b99fbfa7c61cdf5fcc356c1c0 (patch)
tree27f74b6c58da14b93f45e1d5cdffd53d01cd0df4
parentdfb7b4862b64190d9e8748ac3e9331431b88c703 (diff)
downloadpkgsrc-7a34943d2af5548b99fbfa7c61cdf5fcc356c1c0.tar.gz
Fix if statement.
-rw-r--r--graphics/gmplayer/distinfo4
-rw-r--r--graphics/mplayer/distinfo4
-rw-r--r--graphics/mplayer/patches/patch-aa4
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gmplayer/distinfo b/graphics/gmplayer/distinfo
index 2d80b573f55..68f92f9e2cb 100644
--- a/graphics/gmplayer/distinfo
+++ b/graphics/gmplayer/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2002/05/07 22:02:04 wiz Exp $
+$NetBSD: distinfo,v 1.6 2002/05/07 22:19:28 wiz Exp $
SHA1 (gmplayer/MPlayer-0.90pre3.tar.bz2) = 0ed1d70787488ce55699826752d492aed3425795
Size (gmplayer/MPlayer-0.90pre3.tar.bz2) = 2322749 bytes
@@ -38,5 +38,5 @@ SHA1 (gmplayer/AlienMind.tar.bz2) = 8bd483aa6b52c10ee826c458a2c509c90a57e0f7
Size (gmplayer/AlienMind.tar.bz2) = 129515 bytes
SHA1 (gmplayer/CornerMP.tar.bz2) = d46a59c33abcc27ddc24be3124d3f4d23361e836
Size (gmplayer/CornerMP.tar.bz2) = 237492 bytes
-SHA1 (patch-aa) = 514deb9f9e8264ba964a7d5425fa5f3d97b62829
+SHA1 (patch-aa) = d039ed590a0b7b92cf4a66b14810ea75a4fd02ad
SHA1 (patch-ab) = a90f1dda80a3208695e5435b63fa4f2b11689a63
diff --git a/graphics/mplayer/distinfo b/graphics/mplayer/distinfo
index 8a1dba413c1..f2e7e9e3648 100644
--- a/graphics/mplayer/distinfo
+++ b/graphics/mplayer/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2002/05/07 20:26:12 wiz Exp $
+$NetBSD: distinfo,v 1.9 2002/05/07 22:19:29 wiz Exp $
SHA1 (MPlayer-0.90pre3.tar.bz2) = 0ed1d70787488ce55699826752d492aed3425795
Size (MPlayer-0.90pre3.tar.bz2) = 2322749 bytes
-SHA1 (patch-aa) = 514deb9f9e8264ba964a7d5425fa5f3d97b62829
+SHA1 (patch-aa) = d039ed590a0b7b92cf4a66b14810ea75a4fd02ad
SHA1 (patch-ab) = a90f1dda80a3208695e5435b63fa4f2b11689a63
diff --git a/graphics/mplayer/patches/patch-aa b/graphics/mplayer/patches/patch-aa
index f557e3f7e6d..5f7eef0e70a 100644
--- a/graphics/mplayer/patches/patch-aa
+++ b/graphics/mplayer/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.4 2002/04/30 15:10:01 veego Exp $
+$NetBSD: patch-aa,v 1.5 2002/05/07 22:19:29 wiz Exp $
--- configure.orig Sun Apr 28 23:05:09 2002
+++ configure Mon Apr 29 09:40:55 2002
@@ -18,7 +18,7 @@ $NetBSD: patch-aa,v 1.4 2002/04/30 15:10:01 veego Exp $
if test "$_dvdkit" = auto ; then
_dvdkit=no
- if linux || freebsd ; then
-+ if linux || freebsd | netbsd ; then
++ if linux || freebsd || netbsd ; then
test -f "./libmpdvdkit/Makefile" && _dvdkit=yes
fi
fi