pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/wv2 - Updated to 0.2.2. This release fixed ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a03f9930363e
branches:  trunk
changeset: 483737:a03f9930363e
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Thu Nov 18 10:20:00 2004 +0000

description:
- Updated to 0.2.2. This release fixed compilation with gcc 3.4
- Added patch removing -pedantic and -ansi from CFLAGS and CXXFLAGS
  because, if these flags are set, use of type long long is treated
  as an error (long long is used).

diffstat:

 converters/wv2/Makefile         |   6 +++---
 converters/wv2/distinfo         |   7 ++++---
 converters/wv2/patches/patch-aa |  33 +++++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+), 6 deletions(-)

diffs (64 lines):

diff -r 842ff3111985 -r a03f9930363e converters/wv2/Makefile
--- a/converters/wv2/Makefile   Thu Nov 18 10:14:44 2004 +0000
+++ b/converters/wv2/Makefile   Thu Nov 18 10:20:00 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2004/10/03 00:13:17 tv Exp $
+# $NetBSD: Makefile,v 1.9 2004/11/18 10:20:00 shannonjr Exp $
 #
 
-DISTNAME=              wv2-0.2.1
-PKGREVISION=           5
+DISTNAME=              wv2-0.2.2
+#PKGREVISION=          1
 CATEGORIES=            converters
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=wvware/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 842ff3111985 -r a03f9930363e converters/wv2/distinfo
--- a/converters/wv2/distinfo   Thu Nov 18 10:14:44 2004 +0000
+++ b/converters/wv2/distinfo   Thu Nov 18 10:20:00 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/01/22 11:28:23 markd Exp $
+$NetBSD: distinfo,v 1.2 2004/11/18 10:20:00 shannonjr Exp $
 
-SHA1 (wv2-0.2.1.tar.bz2) = ec7fad5fabc214d7aacd9c84869012e2dfd0bdd0
-Size (wv2-0.2.1.tar.bz2) = 673078 bytes
+SHA1 (wv2-0.2.2.tar.bz2) = d8baf4bbc79c7f18feb69f2237325d4b533bdbb5
+Size (wv2-0.2.2.tar.bz2) = 672700 bytes
+SHA1 (patch-aa) = 5f22fcaf0a364b02f062c58a3d837b8e305ae8a0
diff -r 842ff3111985 -r a03f9930363e converters/wv2/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/wv2/patches/patch-aa   Thu Nov 18 10:20:00 2004 +0000
@@ -0,0 +1,33 @@
+$NetBSD: patch-aa,v 1.1 2004/11/18 10:20:00 shannonjr Exp $
+
+--- configure.orig     2004-05-09 14:23:32.000000000 -0600
++++ configure
+@@ -3120,7 +3120,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
+-        CXXFLAGS="+K0 -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $CXXFLAGS"
++        CXXFLAGS="+K0 -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $CXXFLAGS"
+       else
+         if test "$kde_use_debug_code" = "full"; then
+           CXXFLAGS="-g3 $CXXFLAGS"
+@@ -3453,8 +3453,8 @@ fi
+       if test "$GCC" = "yes"; then
+         case $host in
+           *-*-linux-gnu)
+-            CFLAGS="-ansi -W -Wall -pedantic -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
+-            CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts $CXXFLAGS"
++            CFLAGS="-W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
++            CXXFLAGS="-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts $CXXFLAGS"
+ 
+ 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
+ 
+           ;;
+         esac
+-        CXXFLAGS="-Wall -pedantic -W -Wpointer-arith -Wwrite-strings $CXXFLAGS"
++        CXXFLAGS="-Wall -W -Wpointer-arith -Wwrite-strings $CXXFLAGS"
+ 
+ echo "$as_me:$LINENO: checking whether $CXX supports -Wundef" >&5
+ echo $ECHO_N "checking whether $CXX supports -Wundef... $ECHO_C" >&6



Home | Main Index | Thread Index | Old Index