summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authordrochner <drochner>2012-02-02 17:27:18 +0000
committerdrochner <drochner>2012-02-02 17:27:18 +0000
commit51c45849ecedcd18b95806594e7dcca233c04866 (patch)
tree49341a70102d14450222cb6605e5311aec287246 /geography
parentd373055c7e92633f7febd4eb9bee9722e8dee6f6 (diff)
downloadpkgsrc-51c45849ecedcd18b95806594e7dcca233c04866.tar.gz
remove G_DISABLE_DEPRECATED from Makefile to fix build with recent glib2,
addresses PR pkg/45912 by Joern Clausen
Diffstat (limited to 'geography')
-rw-r--r--geography/libchamplain06/distinfo3
-rw-r--r--geography/libchamplain06/patches/patch-ab12
-rw-r--r--geography/libchamplain08/distinfo3
-rw-r--r--geography/libchamplain08/patches/patch-ac12
4 files changed, 28 insertions, 2 deletions
diff --git a/geography/libchamplain06/distinfo b/geography/libchamplain06/distinfo
index 7bd753c8790..f23d4ca6b14 100644
--- a/geography/libchamplain06/distinfo
+++ b/geography/libchamplain06/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/07/26 11:07:18 drochner Exp $
+$NetBSD: distinfo,v 1.2 2012/02/02 17:27:18 drochner Exp $
SHA1 (libchamplain-0.6.1.tar.bz2) = f365597312f4e8b0dcc080eb7720d631d6425e4c
RMD160 (libchamplain-0.6.1.tar.bz2) = 7726a6991316ef9e46d0ae24cb6d22a91c759910
Size (libchamplain-0.6.1.tar.bz2) = 694348 bytes
SHA1 (patch-aa) = dc6f2c9cecbcc55831d64f042210ff23f0e44940
+SHA1 (patch-ab) = 3f7a4089a36e6de7ec37ee8eb84314383eb241e4
diff --git a/geography/libchamplain06/patches/patch-ab b/geography/libchamplain06/patches/patch-ab
new file mode 100644
index 00000000000..3efc21e6780
--- /dev/null
+++ b/geography/libchamplain06/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2012/02/02 17:27:19 drochner Exp $
+
+--- tidy/Makefile.in.orig 2010-06-26 22:01:29.000000000 +0000
++++ tidy/Makefile.in
+@@ -273,7 +273,6 @@ INCLUDES = \
+ -I$(top_srcdir) \
+ -DPREFIX=\""$(prefix)"\" \
+ -DLIBDIR=\""$(libdir)"\" \
+- -DG_DISABLE_DEPRECATED \
+ -DG_LOG_DOMAIN=\"Tidy\" \
+ $(DEPS_CFLAGS) \
+ $(TIDY_DEBUG_CFLAGS) \
diff --git a/geography/libchamplain08/distinfo b/geography/libchamplain08/distinfo
index 005ccbdeb4b..dcfd30ddcf3 100644
--- a/geography/libchamplain08/distinfo
+++ b/geography/libchamplain08/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/04/14 15:52:51 drochner Exp $
+$NetBSD: distinfo,v 1.2 2012/02/02 17:27:19 drochner Exp $
SHA1 (libchamplain-0.8.3.tar.bz2) = da7b335db417574c3d407873c3e86f1263002d3d
RMD160 (libchamplain-0.8.3.tar.bz2) = e5670e2698e0951f60a4168bbc9b2e788461e2a7
Size (libchamplain-0.8.3.tar.bz2) = 667873 bytes
SHA1 (patch-aa) = cb409caf3babea890beadba6e787eefaf148bcbd
SHA1 (patch-ab) = ccdd82dbffe2ba4313579984f96a1b5b0fb7efbe
+SHA1 (patch-ac) = 3a2c8d3690f25908485dc11bfb64b573657349f7
diff --git a/geography/libchamplain08/patches/patch-ac b/geography/libchamplain08/patches/patch-ac
new file mode 100644
index 00000000000..26979135357
--- /dev/null
+++ b/geography/libchamplain08/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2012/02/02 17:27:19 drochner Exp $
+
+--- tidy/Makefile.in.orig 2011-03-30 22:13:37.000000000 +0000
++++ tidy/Makefile.in
+@@ -343,7 +343,6 @@ AM_CPPFLAGS = \
+ -I$(top_srcdir) \
+ -DPREFIX=\""$(prefix)"\" \
+ -DLIBDIR=\""$(libdir)"\" \
+- -DG_DISABLE_DEPRECATED \
+ -DG_LOG_DOMAIN=\"Tidy\" \
+ $(DEPS_CFLAGS) \
+ $(TIDY_DEBUG_CFLAGS)