Gdal's configure scripts enables various features by default searching libraries on a system. For example, netCDF, HDF, etc. This makes gdal have implicit dependencies on the libraries (ports) out of the ports system. To avoid this, add explicitly --with-xxxx=no to CONFIGURE_ARGS according to OPTIONS selection. How-To-Repeat: For example, the configure script found follwing libraries, netCDF, HDF5, etc., on my host and enabled those features. # make configure [snip] LIBZ support: external GRASS support: no CFITSIO support: external PCRaster support: internal NETCDF support: yes LIBPNG support: external LIBTIFF support: external (BigTIFF=no) LIBGEOTIFF support: external LIBJPEG support: internal LIBGIF support: external OGDI support: no HDF4 support: no HDF5 support: yes KAKADU support: no JASPER support: yes (GeoJP2=no) ECW support: no MrSID support: no GRIB support: no CURL support (wms/wcs/...):yes POSTGRESQL support: yes MySQL support: no XERCES support: yes Expat support: yes ODBC support: yes PGEO support: yes OCI support: no SDE support: no DODS support: no SQLite support: no DWGdirect support no PANORAMA GIS support: no INFORMIX DataBlade support:no GEOS support: yes
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->rafan I'll take it.
rafan 2008-02-24 08:45:42 UTC FreeBSD ports repository Modified files: graphics/gdal Makefile Log: - Add OPTIONS to explicitly handle dependencies This committed version is based on the PR and reworked by the maintainer. PR: ports/120977 (based on) Submitted by: TAOKA Fumiyoshi <fmysh at iijmio-mail.jp> Approved by: maintainer Revision Changes Path 1.26 +217 -34 ports/graphics/gdal/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed with maintainer's version. Thanks!