pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/wv2 Fix chunk offsets, the isnan part needs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3f10cec8a88
branches:  trunk
changeset: 514846:a3f10cec8a88
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 18 19:38:50 2006 +0000

description:
Fix chunk offsets, the isnan part needs math.h, not dlopen.

diffstat:

 converters/wv2/distinfo         |   4 ++--
 converters/wv2/patches/patch-aa |  14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (63 lines):

diff -r 5dbd5cf94b4c -r a3f10cec8a88 converters/wv2/distinfo
--- a/converters/wv2/distinfo   Sun Jun 18 19:37:49 2006 +0000
+++ b/converters/wv2/distinfo   Sun Jun 18 19:38:50 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2006/06/14 12:45:30 markd Exp $
+$NetBSD: distinfo,v 1.6 2006/06/18 19:38:50 joerg Exp $
 
 SHA1 (wv2-0.2.3.tar.bz2) = 8378f43806bc2614ccea2b265159ce0548192601
 RMD160 (wv2-0.2.3.tar.bz2) = 0534ddb23ec5a6e222cbbc76e695f8ea5cf532c7
 Size (wv2-0.2.3.tar.bz2) = 908983 bytes
-SHA1 (patch-aa) = d4dc1b7bd4c398a2d5065d1b55c7e0b6313e3003
+SHA1 (patch-aa) = 38ba31ab9a1b3411ebcd6de7f1152da09f5312b6
diff -r 5dbd5cf94b4c -r a3f10cec8a88 converters/wv2/patches/patch-aa
--- a/converters/wv2/patches/patch-aa   Sun Jun 18 19:37:49 2006 +0000
+++ b/converters/wv2/patches/patch-aa   Sun Jun 18 19:38:50 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2005/11/08 13:52:58 joerg Exp $
+$NetBSD: patch-aa,v 1.3 2006/06/18 19:38:51 joerg Exp $
 
---- configure.orig     2004-05-09 14:23:32.000000000 -0600
+--- configure.orig     2006-06-12 17:12:24.000000000 +0000
 +++ configure
-@@ -3120,7 +3120,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+@@ -3261,7 +3261,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
    if test "$GXX" = "yes" || test "$CXX" = "KCC"; then
      if test "$kde_use_debug_code" != "no"; then
        if test "$CXX" = "KCC"; then
@@ -11,7 +11,7 @@
        else
          if test "$kde_use_debug_code" = "full"; then
            CXXFLAGS="-g3 $CXXFLAGS"
-@@ -3453,8 +3453,8 @@ fi
+@@ -3634,8 +3634,8 @@ fi
        if test "$GCC" = "yes"; then
          case $host in
            *-*-linux-gnu)
@@ -22,7 +22,7 @@
  
  echo "$as_me:$LINENO: checking whether $CXX supports -Wmissing-format-attribute" >&5
  echo $ECHO_N "checking whether $CXX supports -Wmissing-format-attribute... $ECHO_C" >&6
-@@ -3532,7 +3532,7 @@ fi
+@@ -3723,7 +3723,7 @@ fi
  
            ;;
          esac
@@ -31,7 +31,7 @@
  
  echo "$as_me:$LINENO: checking whether $CXX supports -Wundef" >&5
  echo $ECHO_N "checking whether $CXX supports -Wundef... $ECHO_C" >&6
-@@ -13961,6 +13961,7 @@ _ACEOF
+@@ -25945,6 +25946,7 @@ _ACEOF
  cat confdefs.h >>conftest.$ac_ext
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
@@ -39,7 +39,7 @@
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
-@@ -13968,13 +13969,12 @@ extern "C"
+@@ -25952,13 +25954,12 @@ extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */



Home | Main Index | Thread Index | Old Index