Date: Mon, 10 Aug 2020 13:43:48 +0000 (UTC) From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= <dumbbell@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544619 - head/graphics/darktable Message-ID: <202008101343.07ADhmud014106@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dumbbell Date: Mon Aug 10 13:43:47 2020 New Revision: 544619 URL: https://svnweb.freebsd.org/changeset/ports/544619 Log: 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> Modified: head/graphics/darktable/Makefile Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Mon Aug 10 13:37:01 2020 (r544618) +++ head/graphics/darktable/Makefile Mon Aug 10 13:43:47 2020 (r544619) @@ -17,6 +17,7 @@ ONLY_FOR_ARCHS_REASON= uses SSE instructions and 64-bi 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008101343.07ADhmud014106>