pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/xfce4-xmms-plugin Fixed test ==



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5adedc486da
branches:  trunk
changeset: 519876:e5adedc486da
user:      martti <martti%pkgsrc.org@localhost>
date:      Thu Oct 12 05:43:20 2006 +0000

description:
Fixed test ==

diffstat:

 audio/xfce4-xmms-plugin/distinfo         |   4 +++-
 audio/xfce4-xmms-plugin/patches/patch-aa |  22 ++++++++++++++++++++++
 audio/xfce4-xmms-plugin/patches/patch-ab |  22 ++++++++++++++++++++++
 3 files changed, 47 insertions(+), 1 deletions(-)

diffs (64 lines):

diff -r 7b36f6db16a6 -r e5adedc486da audio/xfce4-xmms-plugin/distinfo
--- a/audio/xfce4-xmms-plugin/distinfo  Thu Oct 12 03:15:10 2006 +0000
+++ b/audio/xfce4-xmms-plugin/distinfo  Thu Oct 12 05:43:20 2006 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.3 2005/06/23 07:23:56 martti Exp $
+$NetBSD: distinfo,v 1.4 2006/10/12 05:43:20 martti Exp $
 
 SHA1 (xfce4-xmms-plugin-0.3.1.tar.bz2) = f59c799d672941dfadd19272daff6f6e5b1c02fd
 RMD160 (xfce4-xmms-plugin-0.3.1.tar.bz2) = 955f0ffcce94480d1144416076e3bfd8de76ac00
 Size (xfce4-xmms-plugin-0.3.1.tar.bz2) = 518730 bytes
+SHA1 (patch-aa) = 4fb80effa95987e87ae305db886cfc34cffb4292
+SHA1 (patch-ab) = b24664d40d4c05b872bdb5696a4182cd55ec088e
diff -r 7b36f6db16a6 -r e5adedc486da audio/xfce4-xmms-plugin/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xfce4-xmms-plugin/patches/patch-aa  Thu Oct 12 05:43:20 2006 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1 2006/10/12 05:43:20 martti Exp $
+
+--- configure.ac.orig  2006-10-12 08:38:23.000000000 +0000
++++ configure.ac       2006-10-12 08:38:33.000000000 +0000
+@@ -35,7 +35,7 @@
+ dnl check for player
+ AC_MSG_CHECKING([what player to link with])
+ AC_ARG_WITH([player], [  --with-player=xmms/beep Specify player to link with [default=xmms]])
+-if test x"$with_player" == x"beep"; then
++if test x"$with_player" = x"beep"; then
+   AC_MSG_RESULT([Beep media player])
+   BM_DEPEND([PLAYER], [beep], [0.9.6.0])
+ 
+@@ -44,7 +44,7 @@
+   AC_MSG_RESULT([XMMS media player])
+ 
+   AC_CHECK_PROGS([XMMS_CONFIG], [xmms-config], [no])
+-  if test x"$XMMS_CONFIG" == x"no"; then
++  if test x"$XMMS_CONFIG" = x"no"; then
+     AC_MSG_ERROR([*** XMMS not found. Please install XMMS first. ***])
+   fi
+ 
diff -r 7b36f6db16a6 -r e5adedc486da audio/xfce4-xmms-plugin/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xfce4-xmms-plugin/patches/patch-ab  Thu Oct 12 05:43:20 2006 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-ab,v 1.1 2006/10/12 05:43:20 martti Exp $
+
+--- configure.orig     2006-10-12 08:39:06.000000000 +0000
++++ configure  2006-10-12 08:39:35.000000000 +0000
+@@ -20790,7 +20790,7 @@
+   withval="$with_player"
+ 
+ fi;
+-if test x"$with_player" == x"beep"; then
++if test x"$with_player" = x"beep"; then
+   echo "$as_me:$LINENO: result: Beep media player" >&5
+ echo "${ECHO_T}Beep media player" >&6
+ 
+@@ -20942,7 +20942,7 @@
+ done
+ test -n "$XMMS_CONFIG" || XMMS_CONFIG="no"
+ 
+-  if test x"$XMMS_CONFIG" == x"no"; then
++  if test x"$XMMS_CONFIG" = x"no"; then
+     { { echo "$as_me:$LINENO: error: *** XMMS not found. Please install XMMS first. ***" >&5
+ echo "$as_me: error: *** XMMS not found. Please install XMMS first. ***" >&2;}
+    { (exit 1); exit 1; }; }



Home | Main Index | Thread Index | Old Index