Received: by mail.netbsd.org (Postfix, from userid 605) id CC39384D80; Sat, 26 Sep 2020 12:21:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5091D84D79 for ; Sat, 26 Sep 2020 12:21:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 5V0nCgzNWEAi for ; Sat, 26 Sep 2020 12:21:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C03E584D71 for ; Sat, 26 Sep 2020 12:21:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AD458FB28; Sat, 26 Sep 2020 12:21:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601122917278390" MIME-Version: 1.0 Date: Sat, 26 Sep 2020 12:21:57 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/geography/mapserver To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200926122157.AD458FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1601122917278390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1601122917278390 Content-Disposition: inline Content-Length: 1786 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 + #endif + --_----------=_1601122917278390--