diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-04-27 13:46:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-04-27 13:46:27 +0000 |
commit | e47d5c0c1259f2a2b83ec9ea12e162bab2b904b7 (patch) | |
tree | 68fcd238f737b83acc0d89556e41b61590ece372 /graphics/py-blockdiag/files/patch-src-blockdiag-utils-bootstrap.py | |
parent | graphics/rawtherapee: set +e to obtain failing exit codes in self-test. (diff) |
Move all py*diag version to newer version supporting python3
while here in blockdiag add a patch to fix backward compatibility
Reviewed by: maintainer (tota)
Differential Revision: https://reviews.freebsd.org/D24039
Notes
Notes:
svn path=/head/; revision=533138
Diffstat (limited to 'graphics/py-blockdiag/files/patch-src-blockdiag-utils-bootstrap.py')
-rw-r--r-- | graphics/py-blockdiag/files/patch-src-blockdiag-utils-bootstrap.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-blockdiag/files/patch-src-blockdiag-utils-bootstrap.py b/graphics/py-blockdiag/files/patch-src-blockdiag-utils-bootstrap.py index 672142f5b886..1a3097795e4b 100644 --- a/graphics/py-blockdiag/files/patch-src-blockdiag-utils-bootstrap.py +++ b/graphics/py-blockdiag/files/patch-src-blockdiag-utils-bootstrap.py @@ -1,6 +1,6 @@ ---- src/blockdiag/utils/bootstrap.py.orig 2014-11-21 02:20:16 UTC +--- src/blockdiag/utils/bootstrap.py.orig 2020-02-01 09:48:17 UTC +++ src/blockdiag/utils/bootstrap.py -@@ -254,11 +254,7 @@ class Options(object): +@@ -255,11 +255,7 @@ class Options(object): def detectfont(options): import glob fontdirs = [ @@ -9,7 +9,7 @@ - '/System/Library/Fonts', - 'c:/windows/fonts', - '/usr/local/share/font-*', -+ '%%LOCALBASE%%/share/font-*', ++ '/usr/local/share/fonts', ] fontfiles = [ 'ipagp.ttf', |