Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 2014 07:29:24 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351185 - head/graphics/gdal-grass
Message-ID:  <201404130729.s3D7TOY3002198@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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