Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2016 09:35: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: r424552 - head/graphics/hugin
Message-ID:  <201610240935.u9O9Zv2M047491@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Oct 24 09:35:57 2016
New Revision: 424552
URL: https://svnweb.freebsd.org/changeset/ports/424552

Log:
  - Mark broken on 9.x: does not build (/wrkdirs/usr/ports/graphics/hugin/work/hugin-2016.2.0/src/tools/ParseExp.cpp:372:23: error: 'stod' is not a member of 'std')
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/hugin/Makefile

Modified: head/graphics/hugin/Makefile
==============================================================================
--- head/graphics/hugin/Makefile	Mon Oct 24 09:24:39 2016	(r424551)
+++ head/graphics/hugin/Makefile	Mon Oct 24 09:35:57 2016	(r424552)
@@ -28,6 +28,8 @@ RUN_DEPENDS=	enblend>=4.1.4:graphics/enb
 		exiftool:graphics/p5-Image-ExifTool \
 		gmake:devel/gmake
 
+BROKEN_FreeBSD_9=	does not build
+
 USES=		cmake compiler:c++11-lib desktop-file-utils \
 		gettext jpeg pkgconfig shared-mime-info tar:bzip2
 CMAKE_ARGS=	-DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG}



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