svn commit: r351185 - head/graphics/gdal-grass

Antoine Brodin antoine at FreeBSD.org
Sun Apr 13 07:29:24 UTC 2014


Author: antoine
Date: Sun Apr 13 07:29:23 2014
New Revision: 351185
URL: http://svnweb.freebsd.org/changeset/ports/351185
QAT: https://qat.redports.org/buildarchive/r351185/

Log:
  Mark broken: Fails to configure
  
  user supplied gdal-config (/usr/local/bin/gdal-config)
  using /usr/local/lib/gdalplugins as GDAL shared library autoload directory
  checking for G_asprintf in -lgrass_gis... no
  configure: error: --with-grass=/usr/local/grass-6.4.2 requested, but libraries not found!  Perhaps you need to set LD_LIBRARY_PATH to include /usr/local/grass-6.4.2/lib?
  ===>  Script "configure" failed unexpectedly.
  
  Note:		bumping from 6.4.2 to 6.4.3 or 6.4.3/lib doesn't fix
  With hat:	portmgr

Modified:
  head/graphics/gdal-grass/Makefile

Modified: head/graphics/gdal-grass/Makefile
==============================================================================
--- head/graphics/gdal-grass/Makefile	Sun Apr 13 05:16:04 2014	(r351184)
+++ head/graphics/gdal-grass/Makefile	Sun Apr 13 07:29:23 2014	(r351185)
@@ -10,6 +10,8 @@ MASTER_SITES=	http://download.osgeo.org/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GDAL drivers for GRASS raster and vector files
 
+BROKEN=		Fails to configure
+
 BUILD_DEPENDS=	grass>6:${PORTSDIR}/databases/grass
 LIB_DEPENDS=	libgdal.so:${PORTSDIR}/graphics/gdal
 RUN_DEPENDS=	grass>6:${PORTSDIR}/databases/grass


More information about the svn-ports-all mailing list