Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2020 10:17:43 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544798 - head/graphics/darktable
Message-ID:  <202008131017.07DAHhDo052994@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Thu Aug 13 10:17:42 2020
New Revision: 544798
URL: https://svnweb.freebsd.org/changeset/ports/544798

Log:
  graphics/darktable: add exiftool:graphics/p5-Image-ExifTool to _DEPENDS
  
  Else the cmake setup will not install the extract_wb_from_images.sh
  script, leading to inconsistent installs or packaging failures.
  
  Reported by:	poudriere
  Approved by:	portmgr@ (blanket approval to add missing requisites)

Modified:
  head/graphics/darktable/Makefile

Modified: head/graphics/darktable/Makefile
==============================================================================
--- head/graphics/darktable/Makefile	Thu Aug 13 10:17:40 2020	(r544797)
+++ head/graphics/darktable/Makefile	Thu Aug 13 10:17:42 2020	(r544798)
@@ -3,6 +3,7 @@
 
 PORTNAME=	darktable
 PORTVERSION=	3.2.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
 
@@ -14,7 +15,8 @@ LICENSE=	GPLv3
 ONLY_FOR_ARCHS=		amd64
 ONLY_FOR_ARCHS_REASON=	uses SSE instructions and 64-bit address space
 
-BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \
+BUILD_DEPENDS=	${RUN_DEPENDS} \
+		iso-codes>=0:misc/iso-codes \
 		p5-Pod-Parser>=0:textproc/p5-Pod-Parser \
 		po4a-translate:textproc/po4a \
 		xsltproc:textproc/libxslt
@@ -29,6 +31,7 @@ LIB_DEPENDS=	libcolord-gtk.so:graphics/colord-gtk \
 		libpugixml.so:textproc/pugixml \
 		libsoup-2.4.so:devel/libsoup \
 		libtiff.so:graphics/tiff
+RUN_DEPENDS=	exiftool:graphics/p5-Image-ExifTool
 
 USES=		cmake compiler:c++11-lib desktop-file-utils gl gnome jpeg \
 		pkgconfig shebangfix sqlite tar:xz xorg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008131017.07DAHhDo052994>