From owner-svn-ports-all@FreeBSD.ORG Sun Apr 13 07:29:24 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 722D1B80; Sun, 13 Apr 2014 07:29:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EF0C1147; Sun, 13 Apr 2014 07:29:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3D7TOuN002199; Sun, 13 Apr 2014 07:29:24 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3D7TOY3002198; Sun, 13 Apr 2014 07:29:24 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201404130729.s3D7TOY3002198@svn.freebsd.org> From: Antoine Brodin Date: Sun, 13 Apr 2014 07:29:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351185 - head/graphics/gdal-grass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2014 07:29:24 -0000 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