please try this diff (from martynas). Index: Makefile =================================================================== RCS file: /cvs/ports/graphics/dia/Makefile,v retrieving revision 1.43 diff -u -r1.43 Makefile --- Makefile 11 Feb 2007 00:56:57 -0000 1.43 +++ Makefile 28 Mar 2007 18:27:45 -0000 @@ -2,20 +2,21 @@ COMMENT= "technical diagrams drawing tool" -DISTNAME= dia-0.95-1 -PKGNAME= dia-0.95.1p1 +V= 0.96 +DISTNAME= dia-${V} CATEGORIES= graphics HOMEPAGE= http://www.gnome.org/projects/dia/ -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dia/0.95/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dia/$V/} # GPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= ICE SM X11 Xext Xrender atk-1.0 c z xml2 pthread gthread-2.0 \ +WANTLIB= ICE SM X11 Xext Xrender Xcursor Xfixes Xi Xinerama Xrandr \ + atk-1.0 c z xml2 pthread gthread-2.0 \ fontconfig freetype glib-2.0 gmodule-2.0 \ gobject-2.0 m pango-1.0 pangocairo-1.0 \ pangoft2-1.0 png cairo glitz Index: distinfo =================================================================== RCS file: /cvs/ports/graphics/dia/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 13 Jun 2006 19:27:54 -0000 1.6 +++ distinfo 28 Mar 2007 18:27:45 -0000 @@ -1,4 +1,5 @@ -MD5 (dia-0.95-1.tar.gz) = 6224a59fadc6089d5b0dff30b59308c0 -RMD160 (dia-0.95-1.tar.gz) = c903b34fa4f7f2e2ff7e9ec8497608d92c76d7b1 -SHA1 (dia-0.95-1.tar.gz) = eb00a1a2a2b7b3dd966e4375557b770cf75ffb34 -SIZE (dia-0.95-1.tar.gz) = 6035584 +MD5 (dia-0.96.tar.gz) = 115e9e50c77676412fe932eb01c97170 +RMD160 (dia-0.96.tar.gz) = d31cf3ccc39f6e6d1111b0dce6def36f30d47753 +SHA1 (dia-0.96.tar.gz) = d4be50e1aa47d084d5bb96f3bf20901e4182dec0 +SHA256 (dia-0.96.tar.gz) = 54817b4366f41539e113db6efa85e6ac11a8af4f802e9dc6b20442d9f6a7f56f +SIZE (dia-0.96.tar.gz) = 6461660 Index: patches/patch-doc_en_Makefile_in =================================================================== RCS file: /cvs/ports/graphics/dia/patches/patch-doc_en_Makefile_in,v retrieving revision 1.2 diff -u -r1.2 patch-doc_en_Makefile_in --- patches/patch-doc_en_Makefile_in 13 Jun 2006 19:27:54 -0000 1.2 +++ patches/patch-doc_en_Makefile_in 28 Mar 2007 18:27:45 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-doc_en_Makefile_in,v 1.2 2006/06/13 19:27:54 steven Exp $ ---- doc/en/Makefile.in.orig Thu May 25 22:49:19 2006 -+++ doc/en/Makefile.in Thu Jun 8 12:19:11 2006 -@@ -332,6 +332,7 @@ entities = +--- doc/en/Makefile.in.orig Sun Mar 25 13:37:04 2007 ++++ doc/en/Makefile.in Wed Mar 28 21:12:43 2007 +@@ -338,6 +338,7 @@ entities = # This variable (docdir) specifies where the documents should be installed. # This default value should work for most packages. @[EMAIL PROTECTED] = $(datadir)/gnome/help/$(docname)/$(lang) @@ -9,7 +9,7 @@ # ********** You should not have to edit below this line ********** xml_files = $(entities) $(docname).xml authors.xml dia.xml \ -@@ -594,7 +595,7 @@ install-data-hook-omf: +@@ -600,7 +601,7 @@ install-data-hook-omf: $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ done; \ fi @@ -18,7 +18,7 @@ uninstall-local-omf: -for file in $(srcdir)/*.omf; do \ -@@ -611,7 +612,7 @@ clean-local-omf: +@@ -617,7 +618,7 @@ clean-local-omf: done; \ fi @@ -27,7 +27,7 @@ $(docname).xml: $(entities) -ourdir=`pwd`; \ -@@ -627,7 +628,7 @@ app-dist-hook: +@@ -633,7 +634,7 @@ app-dist-hook: done \ fi Index: patches/patch-doc_eu_Makefile_in =================================================================== RCS file: /cvs/ports/graphics/dia/patches/patch-doc_eu_Makefile_in,v retrieving revision 1.1 diff -u -r1.1 patch-doc_eu_Makefile_in --- patches/patch-doc_eu_Makefile_in 13 Jun 2006 19:27:54 -0000 1.1 +++ patches/patch-doc_eu_Makefile_in 28 Mar 2007 18:27:45 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-doc_eu_Makefile_in,v 1.1 2006/06/13 19:27:54 steven Exp $ ---- doc/eu/Makefile.in.orig Thu May 25 22:49:19 2006 -+++ doc/eu/Makefile.in Thu Jun 8 12:19:25 2006 -@@ -332,6 +332,7 @@ entities = +--- doc/eu/Makefile.in.orig Sun Mar 25 13:37:04 2007 ++++ doc/eu/Makefile.in Wed Mar 28 21:12:43 2007 +@@ -338,6 +338,7 @@ entities = # This variable (docdir) specifies where the documents should be installed. # This default value should work for most packages. @[EMAIL PROTECTED] = $(datadir)/gnome/help/$(docname)/$(lang) @@ -9,7 +9,7 @@ # ********** You should not have to edit below this line ********** xml_files = $(entities) $(docname).xml -@@ -587,7 +588,7 @@ install-data-hook-omf: +@@ -593,7 +594,7 @@ install-data-hook-omf: $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ done; \ fi @@ -18,7 +18,7 @@ uninstall-local-omf: -for file in $(srcdir)/*.omf; do \ -@@ -604,7 +605,7 @@ clean-local-omf: +@@ -610,7 +611,7 @@ clean-local-omf: done; \ fi Index: patches/patch-doc_pl_Makefile_in =================================================================== RCS file: /cvs/ports/graphics/dia/patches/patch-doc_pl_Makefile_in,v retrieving revision 1.2 diff -u -r1.2 patch-doc_pl_Makefile_in --- patches/patch-doc_pl_Makefile_in 13 Jun 2006 19:27:54 -0000 1.2 +++ patches/patch-doc_pl_Makefile_in 28 Mar 2007 18:27:45 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-doc_pl_Makefile_in,v 1.2 2006/06/13 19:27:54 steven Exp $ ---- doc/pl/Makefile.in.orig Thu May 25 22:49:20 2006 -+++ doc/pl/Makefile.in Thu Jun 8 12:19:41 2006 -@@ -328,6 +328,7 @@ entities = +--- doc/pl/Makefile.in.orig Sun Mar 25 13:37:04 2007 ++++ doc/pl/Makefile.in Wed Mar 28 21:12:43 2007 +@@ -334,6 +334,7 @@ entities = # This variable (docdir) specifies where the documents should be installed. # This default value should work for most packages. @[EMAIL PROTECTED] = $(datadir)/gnome/help/$(docname)/$(lang) @@ -9,7 +9,7 @@ # ********** You should not have to edit below this line ********** xml_files = $(entities) $(docname).xml -@@ -529,7 +530,7 @@ install-data-hook-omf: +@@ -535,7 +536,7 @@ install-data-hook-omf: $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ done; \ fi @@ -18,7 +18,7 @@ uninstall-local-omf: -for file in $(srcdir)/*.omf; do \ -@@ -546,7 +547,7 @@ clean-local-omf: +@@ -552,7 +553,7 @@ clean-local-omf: done; \ fi @@ -27,7 +27,7 @@ $(docname).xml: $(entities) -ourdir=`pwd`; \ -@@ -562,7 +563,7 @@ app-dist-hook: +@@ -568,7 +569,7 @@ app-dist-hook: done \ fi Index: pkg/PFRAG.shared =================================================================== RCS file: /cvs/ports/graphics/dia/pkg/PFRAG.shared,v retrieving revision 1.6 diff -u -r1.6 PFRAG.shared --- pkg/PFRAG.shared 13 Jun 2006 19:27:54 -0000 1.6 +++ pkg/PFRAG.shared 28 Mar 2007 18:27:45 -0000 @@ -26,6 +26,7 @@ lib/dia/libstandard_objects.so lib/dia/libsvg_filter.so lib/dia/libuml_objects.so +lib/dia/libvdx_filter.so lib/dia/libwpg_filter.so lib/dia/libxfig_filter.so lib/dia/libxslt_filter.so Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/graphics/dia/pkg/PLIST,v retrieving revision 1.10 diff -u -r1.10 PLIST --- pkg/PLIST 13 Jun 2006 19:27:54 -0000 1.10 +++ pkg/PLIST 28 Mar 2007 18:27:47 -0000 @@ -1,35 +1,67 @@ @comment $OpenBSD: PLIST,v 1.10 2006/06/13 19:27:54 steven Exp $ bin/dia lib/dia/ +lib/dia/libaadl_objects.a lib/dia/libaadl_objects.la +lib/dia/libbondgraph_objects.a lib/dia/libbondgraph_objects.la +lib/dia/libcairo_filter.a lib/dia/libcairo_filter.la +lib/dia/libcgm_filter.a lib/dia/libcgm_filter.la +lib/dia/libchronogram_objects.a lib/dia/libchronogram_objects.la +lib/dia/libcustom_objects.a lib/dia/libcustom_objects.la +lib/dia/libdia.a lib/dia/libdia.la +lib/dia/libdxf_filter.a lib/dia/libdxf_filter.la +lib/dia/liber_objects.a lib/dia/liber_objects.la +lib/dia/libflowchart_objects.a lib/dia/libflowchart_objects.la +lib/dia/libfs_objects.a lib/dia/libfs_objects.la +lib/dia/libgrafcet_objects.a lib/dia/libgrafcet_objects.la +lib/dia/libhpgl_filter.a lib/dia/libhpgl_filter.la +lib/dia/libistar_objects.a lib/dia/libistar_objects.la +lib/dia/libjackson_objects.a lib/dia/libjackson_objects.la +lib/dia/libkaos_objects.a lib/dia/libkaos_objects.la +lib/dia/libmetapost_filter.a lib/dia/libmetapost_filter.la +lib/dia/libmisc_objects.a lib/dia/libmisc_objects.la +lib/dia/libnetwork_objects.a lib/dia/libnetwork_objects.la +lib/dia/libpgf_filter.a lib/dia/libpgf_filter.la +lib/dia/libpixbuf_filter.a lib/dia/libpixbuf_filter.la +lib/dia/libpstricks_filter.a lib/dia/libpstricks_filter.la +lib/dia/libsadt_objects.a lib/dia/libsadt_objects.la +lib/dia/libshape_filter.a lib/dia/libshape_filter.la +lib/dia/libstandard_objects.a lib/dia/libstandard_objects.la +lib/dia/libsvg_filter.a lib/dia/libsvg_filter.la +lib/dia/libuml_objects.a lib/dia/libuml_objects.la +lib/dia/libvdx_filter.a +lib/dia/libvdx_filter.la +lib/dia/libwpg_filter.a lib/dia/libwpg_filter.la +lib/dia/libxfig_filter.a lib/dia/libxfig_filter.la +lib/dia/libxslt_filter.a lib/dia/libxslt_filter.la @man man/man1/dia.1 share/applications/ @@ -120,6 +152,91 @@ share/dia/shapes/Assorted/triangle-isoceles.shape share/dia/shapes/Assorted/triangle-rightangle.png share/dia/shapes/Assorted/triangle-rightangle.shape +share/dia/shapes/BPMN/ +share/dia/shapes/BPMN/Activity-Looping.png +share/dia/shapes/BPMN/Activity-Looping.shape +share/dia/shapes/BPMN/Ad-Hoc-Collapsed-Sub-Process.png +share/dia/shapes/BPMN/Ad-Hoc-Collapsed-Sub-Process.shape +share/dia/shapes/BPMN/Collapsed-Sub-Process.png +share/dia/shapes/BPMN/Collapsed-Sub-Process.shape +share/dia/shapes/BPMN/Compensation-Collapsed-Sub-Process.png +share/dia/shapes/BPMN/Compensation-Collapsed-Sub-Process.shape +share/dia/shapes/BPMN/Compensation.png +share/dia/shapes/BPMN/Compensation.shape +share/dia/shapes/BPMN/Data-Object.png +share/dia/shapes/BPMN/Data-Object.shape +share/dia/shapes/BPMN/End-Event-Cancel.png +share/dia/shapes/BPMN/End-Event-Cancel.shape +share/dia/shapes/BPMN/End-Event-Compensation.png +share/dia/shapes/BPMN/End-Event-Compensation.shape +share/dia/shapes/BPMN/End-Event-Error.png +share/dia/shapes/BPMN/End-Event-Error.shape +share/dia/shapes/BPMN/End-Event-Link.png +share/dia/shapes/BPMN/End-Event-Link.shape +share/dia/shapes/BPMN/End-Event-Message.png +share/dia/shapes/BPMN/End-Event-Message.shape +share/dia/shapes/BPMN/End-Event-Multiple.png +share/dia/shapes/BPMN/End-Event-Multiple.shape +share/dia/shapes/BPMN/End-Event-Terminate.png +share/dia/shapes/BPMN/End-Event-Terminate.shape +share/dia/shapes/BPMN/End-Event.png +share/dia/shapes/BPMN/End-Event.shape +share/dia/shapes/BPMN/Gateway-Complex.png +share/dia/shapes/BPMN/Gateway-Complex.shape +share/dia/shapes/BPMN/Gateway-Exclusive-XOR-Data-Based.png +share/dia/shapes/BPMN/Gateway-Exclusive-XOR-Data-Based.shape +share/dia/shapes/BPMN/Gateway-Exclusive-XOR-Event-Based.png +share/dia/shapes/BPMN/Gateway-Exclusive-XOR-Event-Based.shape +share/dia/shapes/BPMN/Gateway-Inclusive-OR.png +share/dia/shapes/BPMN/Gateway-Inclusive-OR.shape +share/dia/shapes/BPMN/Gateway-Parallel-AND.png +share/dia/shapes/BPMN/Gateway-Parallel-AND.shape +share/dia/shapes/BPMN/Gateway.png +share/dia/shapes/BPMN/Gateway.shape +share/dia/shapes/BPMN/Group.png +share/dia/shapes/BPMN/Group.shape +share/dia/shapes/BPMN/Intermediate-Event-Cancel.png +share/dia/shapes/BPMN/Intermediate-Event-Cancel.shape +share/dia/shapes/BPMN/Intermediate-Event-Compensation.png +share/dia/shapes/BPMN/Intermediate-Event-Compensation.shape +share/dia/shapes/BPMN/Intermediate-Event-Error.png +share/dia/shapes/BPMN/Intermediate-Event-Error.shape +share/dia/shapes/BPMN/Intermediate-Event-Link.png +share/dia/shapes/BPMN/Intermediate-Event-Link.shape +share/dia/shapes/BPMN/Intermediate-Event-Message.png +share/dia/shapes/BPMN/Intermediate-Event-Message.shape +share/dia/shapes/BPMN/Intermediate-Event-Multiple.png +share/dia/shapes/BPMN/Intermediate-Event-Multiple.shape +share/dia/shapes/BPMN/Intermediate-Event-Rule.png +share/dia/shapes/BPMN/Intermediate-Event-Rule.shape +share/dia/shapes/BPMN/Intermediate-Event-Timer.png +share/dia/shapes/BPMN/Intermediate-Event-Timer.shape +share/dia/shapes/BPMN/Intermediate-Event.png +share/dia/shapes/BPMN/Intermediate-Event.shape +share/dia/shapes/BPMN/Looping-Collapsed-Sub-Process.png +share/dia/shapes/BPMN/Looping-Collapsed-Sub-Process.shape +share/dia/shapes/BPMN/Multiple-Instance-Collapsed-Sub-Process.png +share/dia/shapes/BPMN/Multiple-Instance-Collapsed-Sub-Process.shape +share/dia/shapes/BPMN/Multiple-Instance-Task.png +share/dia/shapes/BPMN/Multiple-Instance-Task.shape +share/dia/shapes/BPMN/Start-Event-Link.png +share/dia/shapes/BPMN/Start-Event-Link.shape +share/dia/shapes/BPMN/Start-Event-Message.png +share/dia/shapes/BPMN/Start-Event-Message.shape +share/dia/shapes/BPMN/Start-Event-Multiple.png +share/dia/shapes/BPMN/Start-Event-Multiple.shape +share/dia/shapes/BPMN/Start-Event-Rule.png +share/dia/shapes/BPMN/Start-Event-Rule.shape +share/dia/shapes/BPMN/Start-Event-Timer.png +share/dia/shapes/BPMN/Start-Event-Timer.shape +share/dia/shapes/BPMN/Start-Event.png +share/dia/shapes/BPMN/Start-Event.shape +share/dia/shapes/BPMN/Task.png +share/dia/shapes/BPMN/Task.shape +share/dia/shapes/BPMN/Text-Annotation.png +share/dia/shapes/BPMN/Text-Annotation.shape +share/dia/shapes/BPMN/Transaction.png +share/dia/shapes/BPMN/Transaction.shape share/dia/shapes/ChemEng/ share/dia/shapes/ChemEng/ACgen.png share/dia/shapes/ChemEng/ACgen.shape @@ -1140,6 +1257,8 @@ share/dia/shapes/Flowchart/ share/dia/shapes/Flowchart/collate.png share/dia/shapes/Flowchart/collate.shape +share/dia/shapes/Flowchart/datasource.png +share/dia/shapes/Flowchart/datasource.shape share/dia/shapes/Flowchart/delay.png share/dia/shapes/Flowchart/delay.shape share/dia/shapes/Flowchart/display.png @@ -1485,11 +1604,11 @@ share/dia/sheets/ share/dia/sheets/AADL.sheet share/dia/sheets/Assorted.sheet +share/dia/sheets/BPMN.sheet share/dia/sheets/ChemEng.sheet share/dia/sheets/Circuit.sheet share/dia/sheets/Contact.sheet share/dia/sheets/Cybernetics.sheet -share/dia/sheets/EML.sheet share/dia/sheets/ER/ share/dia/sheets/ER.sheet share/dia/sheets/ER/weakentity.png @@ -1566,6 +1685,10 @@ share/dia/sheets/jigsaw.sheet share/dia/sheets/network.sheet share/dia/sheets/sybase.sheet +share/dia/ui/ +share/dia/ui/display-ui.xml +share/dia/ui/popup-ui.xml +share/dia/ui/toolbox-ui.xml share/dia/xslt/ share/dia/xslt/dia-uml.xsl share/dia/xslt/dia-uml2c++.xsl @@ -1614,6 +1737,9 @@ share/locale/am/ share/locale/am/LC_MESSAGES/ share/locale/am/LC_MESSAGES/dia.mo +share/locale/ar/ +share/locale/ar/LC_MESSAGES/ +share/locale/ar/LC_MESSAGES/dia.mo share/locale/az/ share/locale/az/LC_MESSAGES/ share/locale/az/LC_MESSAGES/dia.mo @@ -1640,6 +1766,7 @@ share/locale/fi/LC_MESSAGES/dia.mo share/locale/fr/LC_MESSAGES/dia.mo share/locale/ga/LC_MESSAGES/dia.mo +share/locale/gl/LC_MESSAGES/dia.mo share/locale/gu/ share/locale/gu/LC_MESSAGES/ share/locale/gu/LC_MESSAGES/dia.mo @@ -1652,6 +1779,10 @@ share/locale/it/LC_MESSAGES/dia.mo share/locale/ja/LC_MESSAGES/dia.mo share/locale/ko/LC_MESSAGES/dia.mo +share/locale/lt/ +share/locale/lt/LC_MESSAGES/ +share/locale/lt/LC_MESSAGES/dia.mo +share/locale/lv/LC_MESSAGES/dia.mo share/locale/mk/ share/locale/mk/LC_MESSAGES/ share/locale/mk/LC_MESSAGES/dia.mo @@ -1688,6 +1819,9 @@ share/locale/[EMAIL PROTECTED]/LC_MESSAGES/ share/locale/[EMAIL PROTECTED]/LC_MESSAGES/dia.mo share/locale/sv/LC_MESSAGES/dia.mo +share/locale/th/ +share/locale/th/LC_MESSAGES/ +share/locale/th/LC_MESSAGES/dia.mo share/locale/tr/LC_MESSAGES/dia.mo share/locale/uk/LC_MESSAGES/dia.mo share/locale/vi/LC_MESSAGES/dia.mo
Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm