svn commit: r544619 - head/graphics/darktable

Jean-Sébastien Pédron dumbbell at FreeBSD.org
Mon Aug 10 13:43:48 UTC 2020


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 at gmx.net
  Reported by:	Robert Cina <transitive at 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 \


More information about the svn-ports-head mailing list