svn commit: r484082 - head/graphics/rawstudio
Antoine Brodin
antoine at FreeBSD.org
Sun Nov 4 14:33:21 UTC 2018
Author: antoine
Date: Sun Nov 4 14:33:20 2018
New Revision: 484082
URL: https://svnweb.freebsd.org/changeset/ports/484082
Log:
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:
head/graphics/rawstudio/Makefile
Modified: head/graphics/rawstudio/Makefile
==============================================================================
--- head/graphics/rawstudio/Makefile Sun Nov 4 14:31:50 2018 (r484081)
+++ head/graphics/rawstudio/Makefile Sun Nov 4 14:33:20 2018 (r484082)
@@ -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-all
mailing list