Date: Wed, 3 Jul 2019 20:45:40 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505794 - in head/devel/llvm-devel: . files/lldb Message-ID: <201907032045.x63KjeOa007990@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brooks Date: Wed Jul 3 20:45:40 2019 New Revision: 505794 URL: https://svnweb.freebsd.org/changeset/ports/505794 Log: Add missed patch in previous commit to allow LLDB docs to build with the outdated Sphinx in the ports tree. Added: head/devel/llvm-devel/files/lldb/ head/devel/llvm-devel/files/lldb/patch-tools_lldb_docs_conf.py (contents, props changed) Modified: head/devel/llvm-devel/Makefile Modified: head/devel/llvm-devel/Makefile ============================================================================== --- head/devel/llvm-devel/Makefile Wed Jul 3 20:42:26 2019 (r505793) +++ head/devel/llvm-devel/Makefile Wed Jul 3 20:45:40 2019 (r505794) @@ -115,6 +115,7 @@ LLD_GH_PROJECT= lld:lld LLD_GH_SUBDIR= tools/lld:lld LLD_GH_TAGNAME= ${LLD_COMMIT}:lld LLDB_BUILD_DEPENDS= swig3.0:devel/swig30 +LLDB_EXTRA_PATCHES= ${PATCHDIR}/lldb LLDB_DESC= Install lldb, the LLVM debugger LLDB_GH_PROJECT= lldb:lldb LLDB_GH_SUBDIR= tools/lldb:lldb Added: head/devel/llvm-devel/files/lldb/patch-tools_lldb_docs_conf.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/llvm-devel/files/lldb/patch-tools_lldb_docs_conf.py Wed Jul 3 20:45:40 2019 (r505794) @@ -0,0 +1,15 @@ +--- tools/lldb/docs/conf.py.orig ++++ tools/lldb/docs/conf.py +@@ -97,9 +97,9 @@ + # Theme options are theme-specific and customize the look and feel of a theme + # further. For a list of options available for each theme, see the + # documentation. +-html_theme_options = { +- 'font_size': '11pt' +-} ++#html_theme_options = { ++# 'font_size': '11pt' ++#} + + # Add any paths that contain custom themes here, relative to this directory. + #html_theme_path = []
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907032045.x63KjeOa007990>