freebsd-ports/graphics/rawstudio/Makefile
Antoine Brodin 57f41a0311 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
2018-11-04 14:33:20 +00:00

46 lines
1.2 KiB
Makefile

# Created by: Alex Samorukov <samm@os2.kiev.ua>
# $FreeBSD$
PORTNAME= rawstudio
PORTVERSION= 2.0
PORTREVISION= 18
CATEGORIES= graphics
MASTER_SITES= http://rawstudio.org/files/release/
MAINTAINER= samm@os2.kiev.ua
COMMENT= Open-source program to read and manipulate RAW photo images
LICENSE= GPLv2
BROKEN= fails to build
LIB_DEPENDS= libpng.so:graphics/png \
liblcms.so:graphics/lcms \
libexiv2.so:graphics/exiv2 \
libdbus-1.so:devel/dbus \
libfftw3f.so:math/fftw3-float \
liblensfun.so:graphics/lensfun \
libflickcurl.so:www/flickcurl \
libgphoto2.so:graphics/libgphoto2
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3
BROKEN_powerpc64= fails to link: libicuuc.so. undefined reference to __cxa_throw_bad_array_new_length
USES= desktop-file-utils gettext gmake jpeg libtool pathfix pkgconfig \
sqlite
GNU_CONFIGURE= yes
USE_GNOME= gtk20 libxml2 gconf2
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
LIBS+= `pkg-config --libs gthread-2.0`
post-patch:
@${REINPLACE_CMD} -e 's, libssl,,' ${WRKSRC}/configure
# lensfun 0.3.0 had removed support for LF_MODIFY_CCI
@${REINPLACE_CMD} -e 's, | LF_MODIFY_CCI,,' \
${WRKSRC}/plugins/lensfun/lensfun.c
.include <bsd.port.mk>