pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libkdcraw Don't insist on the 1990 standard a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/466b93e4dcc4
branches:  trunk
changeset: 584782:466b93e4dcc4
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Jan 29 22:06:50 2011 +0000

description:
Don't insist on the 1990 standard as then fails to handle the // comments
in lcms.h

diffstat:

 graphics/libkdcraw/distinfo         |   3 ++-
 graphics/libkdcraw/patches/patch-aa |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r b0f14b3892db -r 466b93e4dcc4 graphics/libkdcraw/distinfo
--- a/graphics/libkdcraw/distinfo       Sat Jan 29 22:00:59 2011 +0000
+++ b/graphics/libkdcraw/distinfo       Sat Jan 29 22:06:50 2011 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2009/05/13 10:20:17 wiz Exp $
+$NetBSD: distinfo,v 1.8 2011/01/29 22:06:50 markd Exp $
 
 SHA1 (libkdcraw-0.1.9.tar.bz2) = 85a892e1b3368da9329efce1c0588500d3fe45bc
 RMD160 (libkdcraw-0.1.9.tar.bz2) = 489a5a872fcfb24943d0a1cb39cf05ff545f0062
 Size (libkdcraw-0.1.9.tar.bz2) = 708121 bytes
+SHA1 (patch-aa) = 5e0d9aa6c58ec9e81f262c7d6c473e6048d601d5
diff -r b0f14b3892db -r 466b93e4dcc4 graphics/libkdcraw/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libkdcraw/patches/patch-aa       Sat Jan 29 22:06:50 2011 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.3 2011/01/29 22:06:50 markd Exp $
+
+Dont insist on 1990 standard or fails to handle // comments in lcms.h
+
+--- configure.orig     2011-01-29 02:35:31.561424350 +0000
++++ configure
+@@ -5266,7 +5266,7 @@ fi
+         CXXFLAGS="-Wall -W -Wpointer-arith $CXXFLAGS"
+         case $host in
+           *-*-linux-gnu)
+-            CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
++            CFLAGS="-W -Wall -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 -Wchar-subscripts $CXXFLAGS"
+ 
+ { echo "$as_me:$LINENO: checking whether $CXX supports -Wmissing-format-attribute" >&5



Home | Main Index | Thread Index | Old Index