pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/openoffice3 Add -Werror-implicit-function-declara...
details: https://anonhg.NetBSD.org/pkgsrc/rev/694de282d7a4
branches: trunk
changeset: 548584:694de282d7a4
user: hira <hira%pkgsrc.org@localhost>
date: Sat Oct 18 11:09:11 2008 +0000
description:
Add -Werror-implicit-function-declaration for trunc(3) (lang/gcc34
allows implicit function declaration by default).
This fixes PR pkg/39747.
diffstat:
misc/openoffice3/distinfo | 3 ++-
misc/openoffice3/patches/patch-dz | 21 +++++++++++++++++++++
2 files changed, 23 insertions(+), 1 deletions(-)
diffs (39 lines):
diff -r bff066668c9b -r 694de282d7a4 misc/openoffice3/distinfo
--- a/misc/openoffice3/distinfo Sat Oct 18 11:00:09 2008 +0000
+++ b/misc/openoffice3/distinfo Sat Oct 18 11:09:11 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2008/10/18 01:05:08 hira Exp $
+$NetBSD: distinfo,v 1.5 2008/10/18 11:09:11 hira Exp $
SHA1 (openoffice-3.0.0/OOo_3.0.0_src_binfilter.tar.bz2) = 09ff91fd871f00c696befa8064fe04d7a88a3c8a
RMD160 (openoffice-3.0.0/OOo_3.0.0_src_binfilter.tar.bz2) = edc71b8b0596d63e60431c7266140bf5188abc6d
@@ -75,3 +75,4 @@
SHA1 (patch-dw) = de171dec68a1a55a47f2652ecdad429020d773ef
SHA1 (patch-dx) = 7579b1f7326951c57bd2ff597209c17d5d54f28d
SHA1 (patch-dy) = 1feec77ce8c87fc1afb797401047669b3da41c54
+SHA1 (patch-dz) = c3d345ad74dcaa45667ce4de97d8b4686edb773a
diff -r bff066668c9b -r 694de282d7a4 misc/openoffice3/patches/patch-dz
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/openoffice3/patches/patch-dz Sat Oct 18 11:09:11 2008 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-dz,v 1.1 2008/10/18 11:09:11 hira Exp $
+
+XXX: lang/gcc34 allows implicit function declaration.
+
+--- redland/raptor-1.4.17.patch.orig 2008-10-18 10:43:14.000000000 +0000
++++ redland/raptor-1.4.17.patch 2008-10-18 10:44:08.000000000 +0000
+@@ -271,3 +271,14 @@
+ ;;
+
+ irix | nonstopux)
++--- misc/raptor-1.4.17/configure 2008-10-18 10:41:27.000000000 +0000
+++++ misc/build/raptor-1.4.17/configure 2008-10-18 10:42:41.000000000 +0000
++@@ -22667,7 +22667,7 @@
++ *) ac_try_echo=$ac_try;;
++ esac
++ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
++- (eval "$ac_link") 2>conftest.er1
+++ (eval "$ac_link -Werror-implicit-function-declaration") 2>conftest.er1
++ ac_status=$?
++ grep -v '^ *+' conftest.er1 >conftest.err
++ rm -f conftest.er1
Home |
Main Index |
Thread Index |
Old Index