pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/poppler Drop -fno-check-new, it is the default.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6e30dce3a77b
branches: trunk
changeset: 625852:6e30dce3a77b
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Oct 26 15:10:57 2013 +0000
description:
Drop -fno-check-new, it is the default.
diffstat:
print/poppler/distinfo | 3 ++-
print/poppler/patches/patch-configure | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletions(-)
diffs (38 lines):
diff -r 6475b41fe285 -r 6e30dce3a77b print/poppler/distinfo
--- a/print/poppler/distinfo Sat Oct 26 14:46:51 2013 +0000
+++ b/print/poppler/distinfo Sat Oct 26 15:10:57 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.83 2013/10/04 21:15:40 wiz Exp $
+$NetBSD: distinfo,v 1.84 2013/10/26 15:10:57 joerg Exp $
SHA1 (poppler-0.24.2.tar.xz) = a8a08cf3fb8b35c9b9718d0c9db9f3360e033a03
RMD160 (poppler-0.24.2.tar.xz) = 4f70a43d932f6014076015f6efa4cdba70ff4dbc
@@ -9,3 +9,4 @@
SHA1 (patch-aq) = 17db7fb50937611ff253f48241503281fb642f63
SHA1 (patch-ar) = f72681a2148ec846a334774339836d468925b20c
SHA1 (patch-as) = 9e2329c923c904074495076fd7cc594fced51a0d
+SHA1 (patch-configure) = a2488314e1da41c94bc78c327795e126515bdde5
diff -r 6475b41fe285 -r 6e30dce3a77b print/poppler/patches/patch-configure
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/poppler/patches/patch-configure Sat Oct 26 15:10:57 2013 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-configure,v 1.1 2013/10/26 15:10:57 joerg Exp $
+
+--- configure.orig 2013-10-17 17:09:13.000000000 +0000
++++ configure
+@@ -24746,13 +24746,13 @@ if test "x$GCC" != xyes; then
+ fi
+ case "$enable_compile_warnings" in
+ no) ;;
+- yes) CXXFLAGS="-Wall -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common $CXXFLAGS";
++ yes) CXXFLAGS="-Wall -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-common $CXXFLAGS";
+ CFLAGS="-Wall $CFLAGS" ;;
+ kde) CXXFLAGS="-Wnon-virtual-dtor -Wno-long-long -Wundef \
+ -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -Wcast-align \
+ -Wconversion -Wall -W -Wpointer-arith \
+ -Wwrite-strings -O2 -Wformat-security \
+- -Wmissing-format-attribute -fno-exceptions -fno-check-new \
++ -Wmissing-format-attribute -fno-exceptions \
+ -fno-common $CXXFLAGS" ;;
+ esac
+ CXXFLAGS="-fPIC $CXXFLAGS";
Home |
Main Index |
Thread Index |
Old Index