New commits:
commit 11e03572e2fbe3d221082545e2825ecbd7a01481
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
devel/pkgconfig: version 0.29.2
diff --git a/devel/pkgconfig/DETAILS b/devel/pkgconfig/DETAILS
index c6db9f3..34e1516 100755
--- a/devel/pkgconfig/DETAILS
+++ b/devel/pkgconfig/DETAILS
@@ -1,6 +1,6 @@
SPELL=pkgconfig
- VERSION=0.29.1
-
SOURCE_HASH=sha512:d2963355929d7aae0fbadad445d67b5c6762934fc4963a10a4b72ae90f7f6df4e6a38694884b924ff37eedaf636b49f3f521fe4eb3009e0322a402f330f1b4c2
+ VERSION=0.29.2
+
SOURCE_HASH=sha512:4861ec6428fead416f5cbbbb0bbad10b9152967e481d4b0ff2eb396a9f297f552984c9bb72f6864a37dcd8fca1d9ccceda3ef18d8f121938dbe4fdf2b870fe75
SOURCE=pkg-config-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pkg-config-$VERSION
SOURCE_URL[0]=http://www.freedesktop.org/software/$SPELL/releases/$SOURCE
diff --git a/devel/pkgconfig/HISTORY b/devel/pkgconfig/HISTORY
index 7af8ad2..ecc662f 100644
--- a/devel/pkgconfig/HISTORY
+++ b/devel/pkgconfig/HISTORY
@@ -1,3 +1,7 @@
+2017-03-20 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.29.2
+ * PRE_BUILD, pkg-config_gcc6.patch: removed, fixed by upstream
+
2016-05-21 Remko van der Vossen <wich AT sourcemage.org>
* PRE_BUILD, pkg-config_gcc6.patch: apply patch to build with gcc6
diff --git a/devel/pkgconfig/PRE_BUILD b/devel/pkgconfig/PRE_BUILD
deleted file mode 100755
index e868fed..0000000
--- a/devel/pkgconfig/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-patch -p1 < "$SPELL_DIRECTORY/pkg-config_gcc6.patch"
diff --git a/devel/pkgconfig/pkg-config_gcc6.patch
b/devel/pkgconfig/pkg-config_gcc6.patch
deleted file mode 100644
index 6849299..0000000
--- a/devel/pkgconfig/pkg-config_gcc6.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/glib/glib/gdate.c
-+++ b/glib/glib/gdate.c
-@@ -2439,6 +2439,9 @@ win32_strftime_helper (const GDate *d,
- *
- * Returns: number of characters written to the buffer, or 0 the buffer was
too small
- */
-+#pragma GCC diagnostic push
-+#pragma GCC diagnostic ignored "-Wformat-nonliteral"
-+
- gsize
- g_date_strftime (gchar *s,
- gsize slen,
-@@ -2549,3 +2552,5 @@ g_date_strftime (gchar *s,
- return retval;
- #endif
- }
-+
-+#pragma GCC diagnostic pop
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (11e03572e2fbe3d221082545e2825ecbd7a01481),
Pavel Vinogradov, 03/20/2017