Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Dec 2016 11:20:57 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428921 - head/math/pdal
Message-ID:  <201612191120.uBJBKv6M025976@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Dec 19 11:20:57 2016
New Revision: 428921
URL: https://svnweb.freebsd.org/changeset/ports/428921

Log:
  - Mark broken
  
  Approved by:	portmgr blanket

Modified:
  head/math/pdal/Makefile

Modified: head/math/pdal/Makefile
==============================================================================
--- head/math/pdal/Makefile	Mon Dec 19 11:19:55 2016	(r428920)
+++ head/math/pdal/Makefile	Mon Dec 19 11:20:57 2016	(r428921)
@@ -16,6 +16,8 @@ LIB_DEPENDS=	libgdal.so:graphics/gdal \
 		libgeos.so:graphics/geos \
 		libboost_thread.so:devel/boost-libs
 
+BROKEN=		does not build (error: typedef redefinition with different types ('struct GTIFS *' vs 'struct gtiff'))
+
 USES=		cmake:outsource compiler:c++11-lib pathfix pkgconfig
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes



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