diff options
author | mjl <mjl@pkgsrc.org> | 2002-09-01 00:38:08 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2002-09-01 00:38:08 +0000 |
commit | c87f596c3498bf9a8cd757c66de8fb06de6a6c69 (patch) | |
tree | 42fba4b03ba91f71d79c124eb407a15935c407c3 /graphics/dia/Makefile | |
parent | 67c50710c17e2abff966f6068f00d86c7b657c3b (diff) | |
download | pkgsrc-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/Makefile')
-rw-r--r-- | graphics/dia/Makefile | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index cac2dbf0577..db7a6a0c633 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2002/05/21 20:39:20 jwise Exp $ +# $NetBSD: Makefile,v 1.7 2002/09/01 00:38:08 mjl Exp $ -DISTNAME= dia-0.88.1 -PKGREVISION= 1 +DISTNAME= dia-0.90 +# PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/dia/} @@ -9,22 +9,23 @@ MAINTAINER= jmcneill@invisible.yi.org HOMEPAGE= http://www.lysator.liu.se/~alla/dia/ COMMENT= program for creating diagrams of all kinds -DEPENDS+= gnome-libs>=1.4.1.2nb1:../../x11/gnome-libs -DEPENDS+= libxml>=1.8.9:../../textproc/libxml -DEPENDS+= gnome-print>=0.29nb1:../../print/gnome-print -DEPENDS+= gdk-pixbuf>=0.11.0nb1:../../graphics/gdk-pixbuf +BUILD_DEPENDS+= bison>=1.35:../../devel/bison +BUILDLINK_DEPENDS.gnome_libs= gnome-libs>=1.4.1.2nb1:../../x11/gnome-libs +BUILDLINK_DEPENDS.gdk-pixbuf= gdk-pixbuf>=0.7.0:../../graphics/gdk-pixbuf -USE_X11= yes -USE_GMAKE= yes -USE_LIBTOOL= YES -USE_BUILDLINK_ONLY= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +USE_X11= yes +USE_GMAKE= yes +USE_LIBTOOL= YES +USE_BUILDLINK2= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-gnome --enable-gnome-print +CONFIGURE_ARGS+= --enable-gnome + +.include "../../graphics/gdk-pixbuf/buildlink2.mk" +.include "../../x11/gnome-libs/buildlink2.mk" +.include "../../textproc/libxml/buildlink2.mk" +.include "../../devel/popt/buildlink2.mk" +.include "../../textproc/libunicode/buildlink2.mk" -.include "../../print/gnome-print/buildlink.mk" -.include "../../graphics/gdk-pixbuf/buildlink.mk" -.include "../../x11/gnome-libs/buildlink.mk" -.include "../../textproc/libxml/buildlink.mk" .include "../../mk/bsd.pkg.mk" |