[Bug 217581] graphics/gdal Configure test for poppler fails

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 6 10:57:03 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217581

            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 at FreeBSD.org
          Reporter: gustafson.erik+fbsdbugzilla at gmail.com
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)
          Assignee: sunpoet at FreeBSD.org

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


PORTVERSON_GDAL=2.1.13
PORTVERSION_POPPLER=0.50.0

In the output from configure:
  Poppler support:           no


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

instead of:
POPPLER_CONFIGURE_WITH= poppler
POPPLER_LIB_DEPENDS=    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

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


More information about the freebsd-ports-bugs mailing list