svn commit: r521012 - head/graphics/jasper/files

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 27 16:52:11 UTC 2019


Author: bapt
Date: Fri Dec 27 16:52:11 2019
New Revision: 521012
URL: https://svnweb.freebsd.org/changeset/ports/521012

Log:
  Add a patch to prevent detection of doxygen and/or pdflatex to try to rebuild
  the provided pdf.

Added:
  head/graphics/jasper/files/
  head/graphics/jasper/files/patch-doc_CMakeLists.txt   (contents, props changed)

Added: head/graphics/jasper/files/patch-doc_CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/jasper/files/patch-doc_CMakeLists.txt	Fri Dec 27 16:52:11 2019	(r521012)
@@ -0,0 +1,8 @@
+--- doc/CMakeLists.txt.orig	2019-03-12 18:04:35 UTC
++++ doc/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-if (DOXYGEN_FOUND)
++if (XXX_DOXYGEN_FOUND)
+ 
+ 	configure_file("${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in"
+ 	  "${CMAKE_CURRENT_BINARY_DIR}/Doxyfile" @ONLY)


More information about the svn-ports-all mailing list