svn commit: r424552 - head/graphics/hugin

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 24 09:35:58 UTC 2016


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}


More information about the svn-ports-all mailing list