diff options
author | adam <adam@pkgsrc.org> | 2009-01-03 19:45:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-01-03 19:45:29 +0000 |
commit | b3bf371449110564f394bf7fd7ce8535d432bcc9 (patch) | |
tree | 987088b11b7e60918ddf8a0d491601f7767d859f /fonts/fontforge/patches | |
parent | 0dbb1a7f3a9f5610f172a2388d0d1239e27d6ce5 (diff) | |
download | pkgsrc-b3bf371449110564f394bf7fd7ce8535d432bcc9.tar.gz |
Changes 20081224:
* Check for a buggy system on Apple 10.5 with X11.
* Fix more memory problems in Merge Fonts.
* If a font were missing a .notdef glyph. If the user tried to display
a font sample of text which included a character not in the font.
Then (after the recent patches for grid-fit metrics in Print dlg)
fontforge would crash.
* Fix a bug in old cubic to quadratic conversion.
* Lots of changes to extrema code.
* Initializing the font info dialog crashed on the mac when -O2 was
specified during configure (the default situation).
* After adding an Apply button the Transform dlg would crash if invoked
in a glyph with no undoes.
Diffstat (limited to 'fonts/fontforge/patches')
-rw-r--r-- | fonts/fontforge/patches/patch-ae | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/fonts/fontforge/patches/patch-ae b/fonts/fontforge/patches/patch-ae index 1d803d28efd..521f998d089 100644 --- a/fonts/fontforge/patches/patch-ae +++ b/fonts/fontforge/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.18 2008/12/16 08:56:18 adam Exp $ +$NetBSD: patch-ae,v 1.19 2009/01/03 19:45:29 adam Exp $ --- configure.orig 2008-12-15 20:38:07.000000000 +0100 +++ configure @@ -31,27 +31,6 @@ $NetBSD: patch-ae,v 1.18 2008/12/16 08:56:18 adam Exp $ else cat >>confdefs.h <<\_ACEOF #define _NO_LIBXML 1 -@@ -24103,9 +24103,9 @@ else - : - fi - -- if test "$pan_headers" != "" >& /dev/null ; then -+ if test "$pan_headers" != "" 2> /dev/null ; then - gww_haspango="done" -- elif pkg-config --libs pangoxft >& /dev/null ; then -+ elif pkg-config --libs pangoxft 2> /dev/null ; then - gww_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS $X_CFLAGS" - { echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5 -@@ -24173,7 +24173,7 @@ if test "$gww_haspango" = "yes" ; then - CFLAGS="$CFLAGS `pkg-config --cflags pangoxft`" - fi - if test "$gww_haspango" = "yes" -a "$gww_hascairo" = "yes" ; then -- if pkg-config --libs pangocairo >& /dev/null ; then -+ if pkg-config --libs pangocairo 2> /dev/null ; then - gww_haspangocairo="yes" - CFLAGS="$CFLAGS `pkg-config --cflags pangocairo`" - fi @@ -26606,7 +26606,7 @@ if test "$gww_has_gettext" = "yes" >/dev cat </dev/null >$ac_confdir/po/Makefile.in |