svn commit: r509864 - in head/science/InsightToolkit: . files

Mark Linimon linimon at FreeBSD.org
Mon Aug 26 04:49:16 UTC 2019


Author: linimon
Date: Mon Aug 26 04:49:15 2019
New Revision: 509864
URL: https://svnweb.freebsd.org/changeset/ports/509864

Log:
  Temporarily mark this as broken on powerpc64 until I can investigate
  further.
  
  The full error message is:
  
    pkg-static: Unable to access file /wrkdirs/usr/ports/science/InsightToolkit/work/stage/usr/local/include/ITK-5.0/compilers/ITK_COMPILER_INFO_Clang_CXX.h:No such file or directory
  
  I am taking this unusual step because this port takes 21 hours on the
  build cluster just to get to this point.
  
  Approved by:	portmgr (tier-2 blanket)

Added:
  head/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_vcl__compiler.h
     - copied, changed from r507746, head/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_vcl__compiler.h
Modified:
  head/science/InsightToolkit/Makefile

Modified: head/science/InsightToolkit/Makefile
==============================================================================
--- head/science/InsightToolkit/Makefile	Mon Aug 26 04:42:32 2019	(r509863)
+++ head/science/InsightToolkit/Makefile	Mon Aug 26 04:49:15 2019	(r509864)
@@ -13,6 +13,8 @@ COMMENT=	Insight Toolkit
 
 LICENSE=	APACHE20
 
+BROKEN_powerpc64=	fails to package: ITK_COMPILER_INFO_Clang_CXX.h:No such file or directory
+
 BUILD_DEPENDS=	googletest>=0:devel/googletest
 LIB_DEPENDS=	libgdcmCommon.so:devel/gdcm \
 		libexpat.so:textproc/expat2 \

Copied and modified: head/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_vcl__compiler.h (from r507746, head/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_vcl__compiler.h)
==============================================================================
--- head/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_vcl__compiler.h	Thu Aug  1 01:17:14 2019	(r507746, copy source)
+++ head/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_vcl__compiler.h	Mon Aug 26 04:49:15 2019	(r509864)
@@ -4,7 +4,7 @@
  #  else
  #   define VCL_GCC_70
  #  endif
-+#  elif (__GNUC__==8)
++#  elif (__GNUC__==8) || (__GNUC__==9)
 +#   define VCL_GCC_7
 +#   define VCL_GCC_73
  # else


More information about the svn-ports-all mailing list