pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/webkit-gtk Don't use -ansi when including files th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/474779283e68
branches: trunk
changeset: 610817:474779283e68
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Nov 07 15:29:13 2012 +0000
description:
Don't use -ansi when including files that use inline.
diffstat:
www/webkit-gtk/distinfo | 4 ++--
www/webkit-gtk/patches/patch-al | 14 +++++++++++---
2 files changed, 13 insertions(+), 5 deletions(-)
diffs (48 lines):
diff -r 1edc67b6bee8 -r 474779283e68 www/webkit-gtk/distinfo
--- a/www/webkit-gtk/distinfo Wed Nov 07 15:25:04 2012 +0000
+++ b/www/webkit-gtk/distinfo Wed Nov 07 15:29:13 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.56 2012/11/07 12:21:46 jperkin Exp $
+$NetBSD: distinfo,v 1.57 2012/11/07 15:29:13 joerg Exp $
SHA1 (webkitgtk-1.10.1.tar.xz) = 3a2df2eb42ffdd7f3b39873d5461c347a6330493
RMD160 (webkitgtk-1.10.1.tar.xz) = ea246d29a1def4993d592d8464b527b2c9ed1bdc
@@ -10,6 +10,6 @@
SHA1 (patch-ai) = 8df303ffde5c4398e56601c524e9ab4aff52096c
SHA1 (patch-aj) = 930d1b5d73028b2f2e5abb33c15f72befadc64ce
SHA1 (patch-ak) = 64ad843164f1c12968e933080e0966a9019abfdf
-SHA1 (patch-al) = 47a931be9ccd0669d77b6e60d5fd098c8d3667ab
+SHA1 (patch-al) = dd7201d0a5dcc0f173a156f3bb42e1417bef6b06
SHA1 (patch-am) = 9516994b630b43c7c234f61debf8d762cf7aee97
SHA1 (patch-configure) = 448caea068344fe987e566f73b3f567dad7b93ed
diff -r 1edc67b6bee8 -r 474779283e68 www/webkit-gtk/patches/patch-al
--- a/www/webkit-gtk/patches/patch-al Wed Nov 07 15:25:04 2012 +0000
+++ b/www/webkit-gtk/patches/patch-al Wed Nov 07 15:29:13 2012 +0000
@@ -1,8 +1,16 @@
-$NetBSD: patch-al,v 1.2 2012/07/06 14:03:50 drochner Exp $
+$NetBSD: patch-al,v 1.3 2012/11/07 15:29:13 joerg Exp $
--- GNUmakefile.in.orig 2012-04-24 05:17:27.000000000 +0000
+++ GNUmakefile.in
-@@ -74042,6 +74042,8 @@ doc-maintainer-clean-local: clean
+@@ -21828,7 +21828,6 @@ Programs_minidom_CPPFLAGS = \
+ $(javascriptcore_cppflags)
+
+ Programs_minidom_CFLAGS = \
+- -ansi \
+ -fno-strict-aliasing \
+ $(global_cflags) \
+ $(GLOBALDEPS_CFLAGS)
+@@ -80247,6 +80246,8 @@ doc-maintainer-clean-local: clean
-@rmdir Documentation
install-data-local:
@@ -11,7 +19,7 @@
@installfiles=`echo ./Documentation/webkitgtk/html/*`; \
if test "$$installfiles" = './Documentation/webkitgtk/html/*'; \
then echo 1>&2 'No documentation to install' ; \
-@@ -74082,7 +74084,7 @@ install-data-local:
+@@ -80287,7 +80288,7 @@ install-data-local:
@ENABLE_WEBKIT2_TRUE@ $${installdir}/webkit2gtk-$(DOC_MODULE_VERSION).devhelp2; \
@ENABLE_WEBKIT2_TRUE@ fi; \
@ENABLE_WEBKIT2_TRUE@ fi
Home |
Main Index |
Thread Index |
Old Index