pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/mapserver (geography/mapserver) Add # defin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47aae31eb3b1
branches:  trunk
changeset: 439691:47aae31eb3b1
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Sep 26 12:21:57 2020 +0000

description:
(geography/mapserver) Add #  define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H 1

diffstat:

 geography/mapserver/distinfo                   |   3 ++-
 geography/mapserver/patches/patch-mapproject.h |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r a85c2929c18c -r 47aae31eb3b1 geography/mapserver/distinfo
--- a/geography/mapserver/distinfo      Sat Sep 26 12:08:43 2020 +0000
+++ b/geography/mapserver/distinfo      Sat Sep 26 12:21:57 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2018/09/29 15:05:03 tnn Exp $
+$NetBSD: distinfo,v 1.11 2020/09/26 12:21:57 mef Exp $
 
 SHA1 (mapserver-5.6.8.tar.gz) = 44b813f888c8c950f5e2ba20ae4d7ef08d002bc4
 RMD160 (mapserver-5.6.8.tar.gz) = dd00c7e6ed57b3522f47a7fede8299bd8ef12566
@@ -6,6 +6,7 @@
 Size (mapserver-5.6.8.tar.gz) = 2332277 bytes
 SHA1 (patch-aa) = d842afeab3455304236bebbf4ea576c974cafbdd
 SHA1 (patch-ab) = 2fb63f73526fa2a3cdd7728a09cb89c9984a1741
+SHA1 (patch-mapproject.h) = 31b74b3bc240600fd000f37a0f5092cc19baa72c
 SHA1 (patch-mapserver.h) = 82e9f4f90495959190962286f9fae0e4be649d20
 SHA1 (patch-maputil.c) = 4d50919a24af34a74d0e14684e3fab4269582639
 SHA1 (patch-renderers_agg_include_agg__renderer__outline__aa.h) = 84145a73bed1b016c6c13b5c2656b8957da9c71d
diff -r a85c2929c18c -r 47aae31eb3b1 geography/mapserver/patches/patch-mapproject.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/mapserver/patches/patch-mapproject.h    Sat Sep 26 12:21:57 2020 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-mapproject.h,v 1.1 2020/09/26 12:21:57 mef Exp $
+
+ #error 'To use the proj_api.h you must define the macro ACCEPT_USE_OF_DEPRECATED_PROJ_API_H'
+
+--- mapproject.h.orig  2009-09-25 16:03:46.000000000 +0000
++++ mapproject.h
+@@ -38,6 +38,7 @@ extern "C" {
+ #endif
+ 
+ #ifdef USE_PROJ
++#  define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H 1
+ #  include <proj_api.h>
+ #endif
+ 



Home | Main Index | Thread Index | Old Index