From owner-svn-ports-head@freebsd.org Wed Jul 3 20:45:41 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6294415E0AB8; Wed, 3 Jul 2019 20:45:41 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 078526A6A2; Wed, 3 Jul 2019 20:45:41 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C9F6B19152; Wed, 3 Jul 2019 20:45:40 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x63KjeB8007992; Wed, 3 Jul 2019 20:45:40 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x63KjeOa007990; Wed, 3 Jul 2019 20:45:40 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201907032045.x63KjeOa007990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Wed, 3 Jul 2019 20:45:40 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: brooks X-SVN-Commit-Paths: in head/devel/llvm-devel: . files/lldb X-SVN-Commit-Revision: 505794 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 078526A6A2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jul 2019 20:45:41 -0000 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 = []