| Log Message: |
print/fontforge: Update to 20190801
* Update to 20190801
* Update distinfo
* Update pkg-plist
* Move most required things to options (only required LIB_DEPENDS is
freetype2 and only required GNOME use is glib20 and libxml2)
* USES autoreconf no longer needs to have the build argument because they
made their bootstrap be just running autoreconf and not all the other
junk it did before
* USES localbase in favor of setting CPPFLAGS and LDFLAGS to those
* iconv is forced on despite being an option as the build fails without
iconv for some reason
* Included options for some things that were not options before but are
configurable via GNU configure
* Removed patches from files: patch-Makefile.am (uthash not used anymore),
patch-fontforge_cvexport.c and patch-fontforge_print.c (that code was
removed and the patch is not needed anymore),
patch-fontforge_splinefont.h (looking at SVN history, this was added
to fix build for 8.x, but that isn't supported anymore and it builds
without this)
* Added patch to files: patch-m4-fontforge__arg__enable.m4 (without this,
woff2 was always being enabled regardless of --enable/disable-woff2
being set)
Changelog:
https://github.com/fontforge/fontforge/releases/tag/20190801
PR: 239768
Submitted by: kunda
Approved by: Naram Qashat (maintainer)
|