Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Mar 2017 10:57:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 217581] graphics/gdal Configure test for poppler fails
Message-ID:  <bug-217581-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217581

            Bug ID: 217581
           Summary: graphics/gdal Configure test for poppler fails
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: gustafson.erik+fbsdbugzilla@gmail.com
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
          Assignee: sunpoet@FreeBSD.org

Configure-script does not find poppler, -I/usr/local is missing in compiler
flags when testing for poppler support.


PORTVERSON_GDAL=3D2.1.13
PORTVERSION_POPPLER=3D0.50.0

In the output from configure:
  Poppler support:           no


The following update to graphics/gdal/Makefile helps:
POPPLER_CONFIGURE_OFF=3D  --with-poppler=3Dno
POPPLER_CONFIGURE_ON=3D   --with-poppler=3D/usr/local/
POPPLER_LIB_DEPENDS=3D    libpoppler.so:graphics/poppler

instead of:
POPPLER_CONFIGURE_WITH=3D poppler
POPPLER_LIB_DEPENDS=3D    libpoppler.so:graphics/poppler


If gdal is build without poppler:
gdalinfo --formats | grep PDF
> PDF -raster,vector- (w+): Geospatial PDF

GDAL build with poppler:
gdalinfo --formats | grep PDF
> PDF -raster,vector- (rw+vs): Geospatial PDF

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217581-13>