pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/wmmp Allow to build on Darwin.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f6b47082351
branches:  trunk
changeset: 509899:4f6b47082351
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Mar 17 23:24:28 2006 +0000

description:
Allow to build on Darwin.

diffstat:

 audio/wmmp/distinfo         |  4 ++--
 audio/wmmp/patches/patch-aa |  9 ++++++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diffs (43 lines):

diff -r 39b605cbede6 -r 4f6b47082351 audio/wmmp/distinfo
--- a/audio/wmmp/distinfo       Fri Mar 17 23:02:16 2006 +0000
+++ b/audio/wmmp/distinfo       Fri Mar 17 23:24:28 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2006/02/27 17:29:14 joerg Exp $
+$NetBSD: distinfo,v 1.3 2006/03/17 23:24:28 minskim Exp $
 
 SHA1 (WMmp-0.10.0.tar.gz) = 588d6e3c228adb6a8f41b6b1fb4ff90335942f77
 RMD160 (WMmp-0.10.0.tar.gz) = 771e69b3f6caac06698dbad37e11ddf08391b8e4
 Size (WMmp-0.10.0.tar.gz) = 228560 bytes
-SHA1 (patch-aa) = bc398ebfbb0f1feeee5ce1c3ae787c37955b6d37
+SHA1 (patch-aa) = 626719098acb8d6b22736e0effd67917ef4413f7
 SHA1 (patch-ab) = bf480efaf6cf92f7b554c871e0ab0a9ae9746690
diff -r 39b605cbede6 -r 4f6b47082351 audio/wmmp/patches/patch-aa
--- a/audio/wmmp/patches/patch-aa       Fri Mar 17 23:02:16 2006 +0000
+++ b/audio/wmmp/patches/patch-aa       Fri Mar 17 23:24:28 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.2 2006/02/27 17:29:14 joerg Exp $
+$NetBSD: patch-aa,v 1.3 2006/03/17 23:24:28 minskim Exp $
 
---- configure.orig     2004-03-02 12:51:17.000000000 +0000
+--- configure.orig     2004-03-02 04:51:17.000000000 -0800
 +++ configure
 @@ -10007,6 +10007,9 @@ linux*)
    ignore_buffers=yes
@@ -12,13 +12,16 @@
  freebsd*)
    OS=freebsd
    ignore_wired=yes
-@@ -10020,6 +10023,9 @@ openbsd*)
+@@ -10020,6 +10023,12 @@ openbsd*)
  solaris*)
    OS=solaris
    ;;
 +netbsd*)
 +  OS=netbsd
 +  ;;
++darwin*)
++  OS=darwin
++  ;;
  *)
    echo ""
    echo "Sorry, ${host_os} is not supported yet"



Home | Main Index | Thread Index | Old Index