Index: head/graphics/rawstudio/Makefile =================================================================== --- head/graphics/rawstudio/Makefile (revision 399512) +++ head/graphics/rawstudio/Makefile (revision 399513) @@ -1,42 +1,42 @@ # Created by: Alex Samorukov # $FreeBSD$ PORTNAME= rawstudio PORTVERSION= 2.0 -PORTREVISION= 11 +PORTREVISION= 12 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 LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ liblcms.so:${PORTSDIR}/graphics/lcms \ libexiv2.so:${PORTSDIR}/graphics/exiv2 \ libdbus-1.so:${PORTSDIR}/devel/dbus \ libfftw3f.so:${PORTSDIR}/math/fftw3-float \ liblensfun.so:${PORTSDIR}/graphics/lensfun \ libflickcurl.so:${PORTSDIR}/www/flickcurl \ libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 USES= desktop-file-utils gettext gmake jpeg libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 libxml2 gconf2 USE_SQLITE= 3 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 Index: head/graphics/rawstudio/files/patch-src_rs-batch.c =================================================================== --- head/graphics/rawstudio/files/patch-src_rs-batch.c (nonexistent) +++ head/graphics/rawstudio/files/patch-src_rs-batch.c (revision 399513) @@ -0,0 +1,11 @@ +--- src/rs-batch.c.orig 2011-04-07 18:05:03 UTC ++++ src/rs-batch.c +@@ -830,7 +830,7 @@ static void + filetype_changed(gpointer active, gpointer user_data) + { + RS_QUEUE *queue = (RS_QUEUE *) user_data; +- GType filetype = GPOINTER_TO_INT(active); ++ GType filetype = (GType)active; + + if (!filetype) + return; Property changes on: head/graphics/rawstudio/files/patch-src_rs-batch.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property