pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/mapserver



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Sep 26 12:21:57 UTC 2020

Modified Files:
        pkgsrc/geography/mapserver: distinfo
Added Files:
        pkgsrc/geography/mapserver/patches: patch-mapproject.h

Log Message:
(geography/mapserver) Add #  define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H 1


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/mapserver/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/mapserver/patches/patch-mapproject.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/mapserver/distinfo
diff -u pkgsrc/geography/mapserver/distinfo:1.10 pkgsrc/geography/mapserver/distinfo:1.11
--- pkgsrc/geography/mapserver/distinfo:1.10    Sat Sep 29 15:05:03 2018
+++ pkgsrc/geography/mapserver/distinfo Sat Sep 26 12:21:57 2020
@@ -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 @@ SHA512 (mapserver-5.6.8.tar.gz) = 33eb64
 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

Added files:

Index: pkgsrc/geography/mapserver/patches/patch-mapproject.h
diff -u /dev/null pkgsrc/geography/mapserver/patches/patch-mapproject.h:1.1
--- /dev/null   Sat Sep 26 12:21:57 2020
+++ pkgsrc/geography/mapserver/patches/patch-mapproject.h       Sat Sep 26 12:21:57 2020
@@ -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