Bug 81704 - graphics/gdal Builds with Obsolete PNG
Summary: graphics/gdal Builds with Obsolete PNG
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sam Lawrance
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-31 09:50 UTC by David Marshall
Modified: 2005-06-15 12:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Marshall 2005-05-31 09:50:01 UTC
        graphics/gdal's Makefile uses the configuration option
        --with-png=internal.  The current version uses PNG 1.0.6.  Mapserver
        builds with the current PNG library, which is 1.2.8.  The result
        is an error log of complaints about incompatible PNG libraries.

Fix: 

Workaround: Change graphics/gdal/Makefile to read
        --with-png=/usr/local instead of --with-png=internal

        Fix: Include a knob to allow using internal png or port png.  This
        might be needed for other graphic formats as well.
How-To-Repeat:         Make and install graphics/gdal, make and install graphics/mapserver
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-06-01 08:43:10 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports-bugs

Rescue this PR from the 'pending' category.
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2005-06-01 13:26:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lawrance

over to maintainer
Comment 3 Sam Lawrance 2005-06-01 16:33:52 UTC
Thanks for the report!  GDAL needs an update, which will involve a stack
of new port knobs, so I think I might default to using the ports version
of PNG to avoid trouble for unsuspecting users.
Comment 4 Sam Lawrance freebsd_committer freebsd_triage 2005-06-15 12:45:13 UTC
State Changed
From-To: open->closed

Committed, thanks!