From 8acc321e14d8cbebf5fe603e67ab4f689b988612 Mon Sep 17 00:00:00 2001 From: danfe Date: Sun, 11 Aug 2013 14:11:33 +0000 Subject: - Unbreak the build on recent -CURRENT [*] - Switch to the new LIB_DEPENDS syntax - Drop no longer meaningful MAKE_JOBS_SAFE Submitted by: bsam [*] --- graphics/darktable/Makefile | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 385da394730b..bf6e451f3f32 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -13,17 +13,15 @@ COMMENT= Virtual lighttable and darkroom for photographers LICENSE= GPLv3 BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt -LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 \ - IlmImf:${PORTSDIR}/graphics/OpenEXR \ - lensfun:${PORTSDIR}/graphics/lensfun \ - lcms2:${PORTSDIR}/graphics/lcms2 \ - curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2 \ + libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ + liblensfun.so:${PORTSDIR}/graphics/lensfun \ + liblcms2.so:${PORTSDIR}/graphics/lcms2 \ + libcurl.so:${PORTSDIR}/ftp/curl ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= uses SSE extensions -MAKE_JOBS_SAFE= yes - USES= cmake:outsource USE_XZ= yes USE_GNOME= librsvg2 @@ -31,7 +29,7 @@ USE_SQLITE= yes USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} INSTALLS_ICONS= yes MAN1= ${PORTNAME}.1 -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lintl OPTIONS_DEFINE= GPHOTO GEO FLICKR FACEBOOK KWALLET GNOMEKEYRING RAWSPEED \ OPENJPEG SLIDESHOW NLS GCC46 @@ -47,7 +45,7 @@ OPTIONS_DEFAULT= GPHOTO RAWSPEED GCC46 .include .if ${PORT_OPTIONS:MGPHOTO} -LIB_DEPENDS+= gphoto2:${PORTSDIR}/graphics/libgphoto2 +LIB_DEPENDS+= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 PLIST_FILES+= lib/darktable/plugins/lighttable/libcamera.so \ lib/darktable/plugins/lighttable/libcapture.so \ lib/darktable/plugins/lighttable/liblive_view.so \ @@ -57,7 +55,7 @@ CMAKE_ARGS+= -DUSE_CAMERA_SUPPORT:BOOL=OFF .endif .if ${PORT_OPTIONS:MGEO} -LIB_DEPENDS+= soup-2.4:${PORTSDIR}/devel/libsoup +LIB_DEPENDS+= libsoup-2.4.so:${PORTSDIR}/devel/libsoup PLIST_FILES+= lib/darktable/plugins/lighttable/liblocation.so \ lib/darktable/plugins/lighttable/libmap_settings.so \ lib/darktable/views/libmap.so @@ -66,27 +64,27 @@ CMAKE_ARGS+= -DUSE_GEO:BOOL=OFF .endif .if ${PORT_OPTIONS:MFLICKR} -LIB_DEPENDS+= flickcurl:${PORTSDIR}/www/flickcurl +LIB_DEPENDS+= libflickcurl.so:${PORTSDIR}/www/flickcurl PLIST_FILES+= lib/darktable/plugins/imageio/storage/libflickr.so .else CMAKE_ARGS+= -DUSE_FLICKR:BOOL=OFF .endif .if ${PORT_OPTIONS:MFACEBOOK} -LIB_DEPENDS+= json-glib-1.0:${PORTSDIR}/devel/json-glib +LIB_DEPENDS+= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib PLIST_FILES+= lib/darktable/plugins/imageio/storage/libfacebook.so .else CMAKE_ARGS+= -DUSE_GLIBJSON:BOOL=OFF .endif .if ${PORT_OPTIONS:MKWALLET} -LIB_DEPENDS+= dbus-glib-1:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib .else CMAKE_ARGS+= -DUSE_KWALLET:BOOL=OFF .endif .if ${PORT_OPTIONS:MGNOMEKEYRING} -LIB_DEPENDS+= gnome-keyring:${PORTSDIR}/security/libgnome-keyring +LIB_DEPENDS+= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring .else CMAKE_ARGS+= -DUSE_GNOME_KEYRING:BOOL=OFF .endif @@ -96,7 +94,7 @@ CMAKE_ARGS+= -DDONT_USE_RAWSPEED:BOOL=ON .endif .if ${PORT_OPTIONS:MOPENJPEG} -LIB_DEPENDS+= openjpeg:${PORTSDIR}/graphics/openjpeg +LIB_DEPENDS+= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg PLIST_FILES+= lib/darktable/plugins/imageio/format/libj2k.so .else CMAKE_ARGS+= -DUSE_OPENJPEG:BOOL=OFF -- cgit iles/lodash-4.17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-4/+1
* Support STAGEDIR.vanilla2013-11-062-4/+2
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Convert to new perl frameworkmat2013-08-031-1/+2
* - Update to 0.7wen2012-10-222-9/+5
* - Get Rid MD5 supportmiwi2011-03-191-1/+0