diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2004-11-18 10:20:00 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2004-11-18 10:20:00 +0000 |
commit | c672ba4b2ec024accb74f663b3f033e006f81a16 (patch) | |
tree | 9f2fddaa9313ead6e5471bb9a8ae69bf34ab00f4 /converters/wv2 | |
parent | 0d19438ea8bee22abf386056dee962688ca3224d (diff) | |
download | pkgsrc-c672ba4b2ec024accb74f663b3f033e006f81a16.tar.gz |
- 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 (limited to 'converters/wv2')
-rw-r--r-- | converters/wv2/Makefile | 6 | ||||
-rw-r--r-- | converters/wv2/distinfo | 7 | ||||
-rw-r--r-- | converters/wv2/patches/patch-aa | 33 |
3 files changed, 40 insertions, 6 deletions
diff --git a/converters/wv2/Makefile b/converters/wv2/Makefile index ccde7adaa01..366f0095bfd 100644 --- a/converters/wv2/Makefile +++ b/converters/wv2/Makefile @@ -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 --git a/converters/wv2/distinfo b/converters/wv2/distinfo index 98b1ef8e9f2..53ffb076453 100644 --- a/converters/wv2/distinfo +++ b/converters/wv2/distinfo @@ -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 --git a/converters/wv2/patches/patch-aa b/converters/wv2/patches/patch-aa new file mode 100644 index 00000000000..18830e30daf --- /dev/null +++ b/converters/wv2/patches/patch-aa @@ -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 |