Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2019 16:52:11 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521012 - head/graphics/jasper/files
Message-ID:  <201912271652.xBRGqBl6011710@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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