pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/gdal-lib gdal: Add comment about (lack of) g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f4ba42da86d
branches:  trunk
changeset: 443523:2f4ba42da86d
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Dec 14 19:50:32 2020 +0000

description:
gdal: Add comment about (lack of) geopdf support

diffstat:

 geography/gdal-lib/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 38fb527ac88a -r 2f4ba42da86d geography/gdal-lib/Makefile
--- a/geography/gdal-lib/Makefile       Mon Dec 14 19:06:18 2020 +0000
+++ b/geography/gdal-lib/Makefile       Mon Dec 14 19:50:32 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.130 2020/11/05 09:06:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.131 2020/12/14 19:50:32 gdt Exp $
 
 PKGREVISION= 5
 .include "../../geography/gdal-lib/Makefile.common"
@@ -31,6 +31,9 @@
 # jasper uses SIZE_MAX and friends in its headers.
 CPPFLAGS+=     -D__STDC_LIMIT_MACROS
 
+# \todo: Support geopdf by including poppler, PoDoFo, or PDFium.
+# https://gdal.org/drivers/raster/pdf.html
+
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/netcdf/buildlink3.mk"
 .include "../../devel/pcre/buildlink3.mk"



Home | Main Index | Thread Index | Old Index