pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia Fix a few broken "test ... ==" checks in th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b4d763fb5c8
branches:  trunk
changeset: 519463:0b4d763fb5c8
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Oct 03 14:32:24 2006 +0000

description:
Fix a few broken "test ... ==" checks in the configure script found
by "check-portability.mk".

diffstat:

 multimedia/gmplayer/distinfo              |   4 +-
 multimedia/mplayer-share/distinfo         |   4 +-
 multimedia/mplayer-share/patches/patch-aa |  33 ++++++++++++++++++++++++++++--
 3 files changed, 34 insertions(+), 7 deletions(-)

diffs (78 lines):

diff -r a55325de38ad -r 0b4d763fb5c8 multimedia/gmplayer/distinfo
--- a/multimedia/gmplayer/distinfo      Tue Oct 03 14:25:55 2006 +0000
+++ b/multimedia/gmplayer/distinfo      Tue Oct 03 14:32:24 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.40 2006/08/04 21:06:53 wiz Exp $
+$NetBSD: distinfo,v 1.41 2006/10/03 14:32:24 tron Exp $
 
 SHA1 (gmplayer-1.0rc8-20060123/MPlayer-1.0pre8.tar.bz2) = 8a0929b84dcb37d47c062230ce693b64b3e30921
 RMD160 (gmplayer-1.0rc8-20060123/MPlayer-1.0pre8.tar.bz2) = 23fd13fe75a5c4029ead043aa4b3b08fe5fe44f0
@@ -63,7 +63,7 @@
 SHA1 (gmplayer-1.0rc8-20060123/xine-lcd-1.2.tar.bz2) = e3f9deade893dc750e9e1b9d824109db9d88c84e
 RMD160 (gmplayer-1.0rc8-20060123/xine-lcd-1.2.tar.bz2) = c4394a2e409d9d24cd9b73eb2f15e39ddd010bf9
 Size (gmplayer-1.0rc8-20060123/xine-lcd-1.2.tar.bz2) = 172363 bytes
-SHA1 (patch-aa) = 8792bc990acf1164650e07c4981bda077f2b0aff
+SHA1 (patch-aa) = 9963d959da515d318fe794104acaa4b6ac504643
 SHA1 (patch-ab) = 29bf59ecb3d283708ae1c5002d1fa71cac627cc9
 SHA1 (patch-ac) = 6d0de4bd41d9842ea1bf46e9fbe60bf6a943b913
 SHA1 (patch-ad) = 4744bdb2ea6ffa1a18abaef5a9cf5756f3b8a645
diff -r a55325de38ad -r 0b4d763fb5c8 multimedia/mplayer-share/distinfo
--- a/multimedia/mplayer-share/distinfo Tue Oct 03 14:25:55 2006 +0000
+++ b/multimedia/mplayer-share/distinfo Tue Oct 03 14:32:24 2006 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.31 2006/08/04 21:01:21 wiz Exp $
+$NetBSD: distinfo,v 1.32 2006/10/03 14:32:24 tron Exp $
 
 SHA1 (mplayer-1.0rc8/MPlayer-1.0pre8.tar.bz2) = 8a0929b84dcb37d47c062230ce693b64b3e30921
 RMD160 (mplayer-1.0rc8/MPlayer-1.0pre8.tar.bz2) = 23fd13fe75a5c4029ead043aa4b3b08fe5fe44f0
 Size (mplayer-1.0rc8/MPlayer-1.0pre8.tar.bz2) = 8166628 bytes
-SHA1 (patch-aa) = 8792bc990acf1164650e07c4981bda077f2b0aff
+SHA1 (patch-aa) = 9963d959da515d318fe794104acaa4b6ac504643
 SHA1 (patch-ab) = 29bf59ecb3d283708ae1c5002d1fa71cac627cc9
 SHA1 (patch-ac) = 6d0de4bd41d9842ea1bf46e9fbe60bf6a943b913
 SHA1 (patch-ad) = 4744bdb2ea6ffa1a18abaef5a9cf5756f3b8a645
diff -r a55325de38ad -r 0b4d763fb5c8 multimedia/mplayer-share/patches/patch-aa
--- a/multimedia/mplayer-share/patches/patch-aa Tue Oct 03 14:25:55 2006 +0000
+++ b/multimedia/mplayer-share/patches/patch-aa Tue Oct 03 14:32:24 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.15 2006/08/04 21:01:21 wiz Exp $
+$NetBSD: patch-aa,v 1.16 2006/10/03 14:32:24 tron Exp $
 
---- configure.orig     2006-06-11 18:35:47.000000000 +0000
-+++ configure  2006-07-08 11:17:13.000000000 +0000
+--- configure.orig     2006-06-11 19:35:47.000000000 +0100
++++ configure  2006-10-03 14:25:36.000000000 +0100
 @@ -493,7 +493,7 @@
      _inc_extra=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`
      ;;
@@ -52,3 +52,30 @@
    fi
    _vosrc="$_vosrc vo_aa.c"
    _vomodules="aa $_vomodules"
+@@ -6190,7 +6190,7 @@
+   elif cc_check -lavutil $_ld_lm ; then
+     _libavutil_so=yes
+   fi
+-  if test "$_libavutil_so" == yes ; then
++  if test "$_libavutil_so" = yes ; then
+     _res_comment="using libavutil.so, but static libavutil is recommended"
+   fi
+ fi
+@@ -6217,7 +6217,7 @@
+   elif cc_check -lavcodec $_ld_lm ; then
+     _libavcodec_so=yes
+   fi
+-  if test "$_libavcodec_so" == yes ; then
++  if test "$_libavcodec_so" = yes ; then
+     _res_comment="using libavcodec.so, but static libavcodec is recommended"
+   fi
+ fi
+@@ -6239,7 +6239,7 @@
+   elif cc_check $_ld_lm -lavformat ; then
+     _libavformat_so=yes  
+   fi
+-  if test "$_libavformat_so" == yes ; then
++  if test "$_libavformat_so" = yes ; then
+     _res_comment="using libavformat.so, but static libavformat is recommended"
+   fi
+ fi



Home | Main Index | Thread Index | Old Index