summaryrefslogtreecommitdiff
path: root/graphics/dia/patches
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2002-09-01 00:38:08 +0000
committermjl <mjl@pkgsrc.org>2002-09-01 00:38:08 +0000
commitc87f596c3498bf9a8cd757c66de8fb06de6a6c69 (patch)
tree42fba4b03ba91f71d79c124eb407a15935c407c3 /graphics/dia/patches
parent67c50710c17e2abff966f6068f00d86c7b657c3b (diff)
downloadpkgsrc-c87f596c3498bf9a8cd757c66de8fb06de6a6c69.tar.gz
Update dia to 0.90
Note: dia may crash if LC_CTYPE is unset. Setting it to "en_US.ISO8859-1" works for me) * in FreeType mode, dia now looks for the xfs configuration files too to retrieve the font path. * Polish version of the manual added * a load-time compatibility issue with files produced by 0.88.1 was found and fixed for some UML objects. * we now better use the intltool facilities * increased tolerance to broken XML files * ER objects can have their text size changed * a couple bugs (i18n, l10n, p9y) fixed * from now on, all XML files produced by dia will be encoded as UTF-8. * Metapost renderer * Faster Postscript files. * More options in the UML Class dialog. * An optional menu bar can be added to each display window, in addition to the popup menu. * All RenderObjects have been replaced by equivalent shapes, and RenderObject support code removed. * All Lazyprop objects have been converted to Standard Properties instead. Lazyprop support code removed. * lots of internal changes and cleanups in the StdProp code. This breaks binary compatibility. * Shapes can now have a <svg:text> element. * polybeziers and beziergons now have their bounding box properly computed. * a few new shapes have been added. * crashes in the right-click menu have been nailed.
Diffstat (limited to 'graphics/dia/patches')
-rw-r--r--graphics/dia/patches/patch-aa17
-rw-r--r--graphics/dia/patches/patch-ab17
2 files changed, 34 insertions, 0 deletions
diff --git a/graphics/dia/patches/patch-aa b/graphics/dia/patches/patch-aa
new file mode 100644
index 00000000000..92054d1dffb
--- /dev/null
+++ b/graphics/dia/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1 2002/09/01 00:38:09 mjl Exp $
+
+--- lib/sheet.c.orig Sat Aug 31 13:17:08 2002
++++ lib/sheet.c Sat Aug 31 13:17:41 2002
+@@ -33,9 +33,9 @@
+ #include <dirent.h>
+ #endif
+ #include <glib.h>
+-#include <libxml/tree.h>
+-#include <libxml/parser.h>
+-#include <libxml/xmlmemory.h>
++#include <gnome-xml/tree.h>
++#include <gnome-xml/parser.h>
++#include <gnome-xml/xmlmemory.h>
+ #include "dia_xml_libxml.h"
+ #include <string.h>
+
diff --git a/graphics/dia/patches/patch-ab b/graphics/dia/patches/patch-ab
new file mode 100644
index 00000000000..c7fc8505ca7
--- /dev/null
+++ b/graphics/dia/patches/patch-ab
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.1 2002/09/01 00:38:09 mjl Exp $
+
+--- app/sheets_dialog_callbacks.c.orig Sat Aug 31 13:42:24 2002
++++ app/sheets_dialog_callbacks.c Sat Aug 31 13:42:45 2002
+@@ -52,9 +52,9 @@
+ #include <gtk/gtk.h>
+ #endif
+
+-#include <libxml/tree.h>
+-#include <libxml/parser.h>
+-#include <libxml/xmlmemory.h>
++#include <gnome-xml/tree.h>
++#include <gnome-xml/parser.h>
++#include <gnome-xml/xmlmemory.h>
+
+ #include "gtkwrapbox.h"
+