svn commit: r484083 - branches/2018Q4/graphics/rawstudio

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:33:38 UTC 2018


Author: antoine
Date: Sun Nov  4 14:33:37 2018
New Revision: 484083
URL: https://svnweb.freebsd.org/changeset/ports/484083

Log:
  MFH: r484082
  
  Mark BROKEN: fails to build
  
  dcraw.cc:3958:19: error: constant expression evaluates to 128 which cannot be narrowed to type 'signed char' [-Wc++11-narrowing]
      -1,-2,-1,+0,0,0x80, -1,-2,+0,-1,0,0x01, -1,-2,+1,-1,0,0x01,
                    ^~~~
  
  Reported by:	pkg-fallout

Modified:
  branches/2018Q4/graphics/rawstudio/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/graphics/rawstudio/Makefile
==============================================================================
--- branches/2018Q4/graphics/rawstudio/Makefile	Sun Nov  4 14:33:20 2018	(r484082)
+++ branches/2018Q4/graphics/rawstudio/Makefile	Sun Nov  4 14:33:37 2018	(r484083)
@@ -12,6 +12,8 @@ COMMENT=	Open-source program to read and manipulate RA
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libpng.so:graphics/png \
 		liblcms.so:graphics/lcms \
 		libexiv2.so:graphics/exiv2 \


More information about the svn-ports-branches mailing list