This port is the extra dependencies for woff functionality of FontTools.
Add both print/py-fonttools and print/py-fonttools-woff to RUN_DEPENDS if you
need "fonttools[woff]".
WWW: https://github.com/fonttools/fonttools
This port is the extra dependencies for unicode functionality of FontTools.
Add both print/py-fonttools and print/py-fonttools-unicode to RUN_DEPENDS if you
need "fonttools[unicode]".
WWW: https://github.com/fonttools/fonttools
This port is the extra dependencies for ufo functionality of FontTools.
Add both print/py-fonttools and print/py-fonttools-ufo to RUN_DEPENDS if you
need "fonttools[ufo]".
WWW: https://github.com/fonttools/fonttools
This port is the extra dependencies for symfont functionality of FontTools.
Add both print/py-fonttools and print/py-fonttools-symfont to RUN_DEPENDS if you
need "fonttools[symfont]".
WWW: https://github.com/fonttools/fonttools
This port is the extra dependencies for plot functionality of FontTools.
Add both print/py-fonttools and print/py-fonttools-plot to RUN_DEPENDS if you
need "fonttools[plot]".
WWW: https://github.com/fonttools/fonttools
This port is the extra dependencies for lxml functionality of FontTools.
Add both print/py-fonttools and print/py-fonttools-lxml to RUN_DEPENDS if you
need "fonttools[lxml]".
WWW: https://github.com/fonttools/fonttools
This port is the extra dependencies for interpolatable functionality of
FontTools.
Add both print/py-fonttools and print/py-fonttools-interpolatable to RUN_DEPENDS
if you need "fonttools[interpolatable]".
WWW: https://github.com/fonttools/fonttools
This port is the extra dependencies for graphite functionality of FontTools.
Add both print/py-fonttools and print/py-fonttools-graphite to RUN_DEPENDS if
you need "fonttools[graphite]".
WWW: https://github.com/fonttools/fonttools
- Update to 0.9.8
- Switch to fetch from GitHub because they don't provide tarballs anymore
- Fix portlint warnings
- Fix some GNUisms (cp -t)
- Fix compile error when RTF_CLONING is not defined
PR: 240563
Submitted by: myself
Approved by: Nikola Kolev <koue@chaosophia.net> (maintainer)
MFH: 2019Q4
This is useful when 2 tools do provide the same feature, but the configure
scripts do test for some variables which are not in one of the tool.
For example m4 in base is mostly compatible with GNU m4 when called with the -g
arguement. This wrapper allows to use it with build systems that do check for it
calling --version and expecting GNU in the arguments.
Reviewed by: mat (final discussions on irc)
Differential Revision: https://reviews.freebsd.org/D21835
Use C11 compiler:
In file included from ../include/isaac64.h:4,
from isaac64.c:17:
../include/integer.h:88: error: conflicting types for 'int64_t'
/usr/include/sys/_stdint.h:51: error: previous declaration of 'int64_t' was here
../include/integer.h:89: error: conflicting types for 'uint64_t'
/usr/include/sys/_stdint.h:71: error: previous declaration of 'uint64_t' was here
Approved by: mentors (implicit approval)
Use C11 compiler:
In file included from includes.h:54,
from e93.c:17:
varbind.h:14: error: redefinition of typedef 'VARIABLE_BINDING'
defines.h:198: error: previous declaration of 'VARIABLE_BINDING' was here
Approved by: mentors (implicit approval)
Use C11 compiler:
In file included from /usr/local/include/xfce4/libxfce4util/libxfce4util.h:33,
from xfdesktop-common.c:51:
/usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:37: error: redefinition of typedef 'XfceKiosk'
/usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:35: error: previous declaration of 'XfceKiosk' was here
Approved by: mentors (implicit approval)