aboutsummaryrefslogtreecommitdiff
path: root/graphics/darktable
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <dumbbell@FreeBSD.org>2020-08-10 13:43:47 +0000
committerJean-Sébastien Pédron <dumbbell@FreeBSD.org>2020-08-10 13:43:47 +0000
commit5e71fd3ada1385851d13e48aa84ef8f22fffeb17 (patch)
treeb8fc835413de942f892ddcbddd8c668bd8578ff8 /graphics/darktable
parentb2459e6b067176db2d54b8a3f46c599e25c89b64 (diff)
downloadports-5e71fd3ada1385851d13e48aa84ef8f22fffeb17.tar.gz
ports-5e71fd3ada1385851d13e48aa84ef8f22fffeb17.zip
graphics/darktable: Add textproc/p5-Pod-Parser to BUILD_DEPENDS
This fixes the build after the latest Perl update to 5.32: FAILED: doc/man/es/darktable-cltest.pod cd /wrkdirs/usr/ports/graphics/darktable/work/darktable-3.0.2/doc/man && /usr/local/bin/po4a-translate -f pod -m darktable-cltest.pod -p po/es.po -l /wrkdirs/usr/ports/graphics/darktable/work/.build/doc/man/es/darktable-cltest.pod -k 0 Unknown format type: pod. List of valid formats: - asciidoc: AsciiDoc format. - dia: uncompressed Dia diagrams. - docbook: DocBook XML. - guide: Gentoo Linux's XML documentation format. - ini: INI format. - kernelhelp: Help messages of each kernel compilation option. - latex: LaTeX format. - man: Good old manual page format. - pod: Perl Online Documentation format. - sgml: either DebianDoc or DocBook DTD. - texinfo: The info page format. - tex: generic TeX documents (see also latex). - text: simple text document. - wml: WML documents. - xhtml: XHTML documents. - xml: generic XML documents (see also docbook). ninja: build stopped: subcommand failed. ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 PR: 248541 Submitted by: m.ne@gmx.net Reported by: Robert Cina <transitive@gmail.com>
Notes
Notes: svn path=/head/; revision=544619
Diffstat (limited to 'graphics/darktable')
-rw-r--r--graphics/darktable/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile
index c954b65c0eaa..96666e52abef 100644
--- a/graphics/darktable/Makefile
+++ b/graphics/darktable/Makefile
@@ -17,6 +17,7 @@ ONLY_FOR_ARCHS_REASON= uses SSE instructions and 64-bit address space
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \
xsltproc:textproc/libxslt \
+ p5-Pod-Parser>=0:textproc/p5-Pod-Parser \
po4a-translate:textproc/po4a
LIB_DEPENDS= libcolord.so:graphics/colord \
libcolord-gtk.so:graphics/colord-gtk \