svn commit: r428921 - head/math/pdal

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 19 11:20:58 UTC 2016


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


More information about the svn-ports-head mailing list