From: Andrei Pavel Date: Thu, 28 Aug 2025 08:05:48 +0000 (+0300) Subject: [#4073] Hammer: Add texlive-full to FreeBSD which allows building PDF ARM X-Git-Tag: Kea-3.1.2~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d43a124032455fae0734dcce27c783d99c3356cd;p=thirdparty%2Fkea.git [#4073] Hammer: Add texlive-full to FreeBSD which allows building PDF ARM --- diff --git a/hammer.py b/hammer.py index f51bef512c..5394616ea0 100755 --- a/hammer.py +++ b/hammer.py @@ -2064,7 +2064,7 @@ def install_packages_local(system, revision, features, check_times, ignore_error pyv = _get_package_version('python') pyv = pyv.split('_')[0].replace('.', '') log.info(">>>>> Detected Sphinx packages version: py%s-sphinx", pyv) - packages.extend([f'py{pyv}-sphinx', f'py{pyv}-sphinx_rtd_theme']) + packages.extend([f'py{pyv}-sphinx', f'py{pyv}-sphinx_rtd_theme', 'texlive-full']) if 'mysql' in features: if revision.startswith(('11', '12')):