ports/graphics/py-blockdiag/files/patch-src-blockdiag-utils-bootstrap.py
TAKATSU Tomonari 8fa82c9d07 - Update to 1.3.3
* Switch run-time dependency from PIL to Pillow
- Remove indefinite article from COMMENT
- Use USE_PYDISTUTILS= yes instead of USE_PYDISTUTILS= easy_install
- Use PYDISTUTILS_AUTOPLIST
  * Remove pkg-plist, accordingly
- Add DOCS and EXAMPLES to OPTIONS_DEFINE to fix default options
- Support STAGEDIR
  * Make DOCS and EXAMPLES unconditional to stage
- Unmute INSTALL_DATA and INSTALL_MAN in post-install target

PR:		ports/188891 (based on)
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-04-26 21:17:32 +00:00

15 lines
475 B
Python

--- src/blockdiag/utils/bootstrap.py.orig 2013-09-30 22:19:06.000000000 +0900
+++ src/blockdiag/utils/bootstrap.py 2014-01-02 16:19:04.000000000 +0900
@@ -222,11 +222,7 @@
def detectfont(options):
import glob
fontdirs = [
- '/usr/share/fonts',
- '/Library/Fonts',
- '/System/Library/Fonts',
- 'c:/windows/fonts',
- '/usr/local/share/font-*',
+ '%%LOCALBASE%%/share/font-*',
]
fontfiles = [
'ipagp.ttf',