Date: Sat, 30 Oct 2004 12:28:27 +0000 From: Jens Rehsack <rehsack@liwing.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Kris Kennaway <kris@obsecurity.org> Subject: ports/73310: [UPDATE] updating graphics/diacanvas2 to 0.14.1 and fix problem with python bindings Message-ID: <E1CNsLL-000Pr2-Oz@moby.liwing.de> Resent-Message-ID: <200410301230.i9UCUPO2036656@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 73310 >Category: ports >Synopsis: [UPDATE] updating graphics/diacanvas2 to 0.14.1 and fix problem with python bindings >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Oct 30 12:30:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jens Rehsack >Release: FreeBSD 5.2-CURRENT i386 >Organization: LiWing IT-Services >Environment: System: FreeBSD statler 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Sat Jul 24 09:59:57 UTC 2004 root@statler:/usr/obj/usr/src/sys/STATLER i386 >Description: This patch updates the port graphics/diacanvas2 to 0.14.1 and marks it as unbroken. Please commit PR/73309 (http://www.freebsd.org/cgi/query-pr.cgi?pr=73309) before testing/commiting this patch. If someone is interested, I could also take maintainership for this port. >How-To-Repeat: >Fix: --- patch-update-1.14.1 begins here --- Index: graphics/diacanvas2/Makefile =================================================================== diff -u graphics/diacanvas2/Makefile.orig graphics/diacanvas2/Makefile --- graphics/diacanvas2/Makefile.orig Fri Oct 29 18:40:07 2004 +++ graphics/diacanvas2/Makefile Fri Oct 29 18:44:39 2004 @@ -7,7 +7,7 @@ # PORTNAME= diacanvas2 -PORTVERSION= 0.13.1 +PORTVERSION= 0.14.1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= diacanvas @@ -31,9 +31,9 @@ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -BROKEN= "Broken pkg-plist" -.endif +#.if ${OSVERSION} >= 502126 +#BROKEN= "Broken pkg-plist" +#.endif post-patch: @${REINPLACE_CMD} -e \ Index: graphics/diacanvas2/distinfo =================================================================== diff -u graphics/diacanvas2/distinfo.orig graphics/diacanvas2/distinfo --- graphics/diacanvas2/distinfo.orig Sun Sep 12 09:03:01 2004 +++ graphics/diacanvas2/distinfo Fri Oct 29 18:46:08 2004 @@ -1,2 +1,2 @@ -MD5 (diacanvas2-0.13.1.tar.gz) = 6ecbb99890b5663623d6d50208956d75 -SIZE (diacanvas2-0.13.1.tar.gz) = 711600 +MD5 (diacanvas2-0.14.1.tar.gz) = 4475435c068531c3c98781bcabb1e688 +SIZE (diacanvas2-0.14.1.tar.gz) = 724090 Index: graphics/diacanvas2/pkg-plist =================================================================== diff -u graphics/diacanvas2/pkg-plist.orig graphics/diacanvas2/pkg-plist --- graphics/diacanvas2/pkg-plist.orig Fri Oct 29 18:40:26 2004 +++ graphics/diacanvas2/pkg-plist Sat Oct 30 01:26:03 2004 @@ -31,6 +31,8 @@ include/diacanvas/dia-stack-tool.h include/diacanvas/dia-strength.h include/diacanvas/dia-tool.h +include/diacanvas/dia-undo-manager.h +include/diacanvas/dia-undo.h include/diacanvas/dia-variable.h include/diacanvas/diamarshal.h include/diacanvas/diatypebuiltins.h @@ -65,6 +67,7 @@ %%PORTDOCS%%%%DOCSDIR%%/DiaHandleLayer.html %%PORTDOCS%%%%DOCSDIR%%/DiaSolver.html %%PORTDOCS%%%%DOCSDIR%%/DiaTool.html +%%PORTDOCS%%%%DOCSDIR%%/DiaUndoManager.html %%PORTDOCS%%%%DOCSDIR%%/DiaVariable.html %%PORTDOCS%%%%DOCSDIR%%/arrowhead.png %%PORTDOCS%%%%DOCSDIR%%/chap-DiaCanvas.html @@ -81,6 +84,7 @@ %%PORTDOCS%%%%DOCSDIR%%/diacanvas2-DiaShape-functions-for-X11-rendering.html %%PORTDOCS%%%%DOCSDIR%%/diacanvas2-DiaShape.html %%PORTDOCS%%%%DOCSDIR%%/diacanvas2-DiaStrength.html +%%PORTDOCS%%%%DOCSDIR%%/diacanvas2-DiaUndoManager.html %%PORTDOCS%%%%DOCSDIR%%/diacanvas2-Exporting.html %%PORTDOCS%%%%DOCSDIR%%/diacanvasview.png %%PORTDOCS%%%%DOCSDIR%%/diasolver.png @@ -93,6 +97,6 @@ share/pygtk/2.0/defs/diageometry.defs share/pygtk/2.0/defs/diashape.defs share/pygtk/2.0/defs/diaview.defs -%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm %%PORTDOCS%%%%DOCSDIR%% @dirrm %%PYTHON_SITELIBDIR%%/diacanvas @dirrm include/diacanvas Index: graphics/diacanvas2/files/patch-demos::dia-textbox.c =================================================================== diff -uN graphics/diacanvas2/files/patch-demos::dia-textbox.c --- graphics/diacanvas2/files/patch-demos::dia-textbox.c Sat Aug 28 06:19:05 2004 +++ /dev/null Sat Oct 30 01:22:01 2004 @@ -1,11 +0,0 @@ ---- demos/dia-textbox.c.orig Mon Oct 6 03:18:15 2003 -+++ demos/dia-textbox.c Sat Aug 28 00:07:51 2004 -@@ -140,7 +140,7 @@ - textbox->text = dia_canvas_item_create (DIA_TYPE_CANVAS_TEXT, NULL); - dia_canvas_item_set_child_of (textbox->text, DIA_CANVAS_ITEM (textbox)); - -- g_message (__FUNCTION__": %p %p %p %p %p", textbox, textbox->text, textbox->text->parent, DIA_CANVAS_ITEM (textbox)->canvas, textbox->text->canvas); -+ g_message ("%s: %p %p %p %p %p", __func__, textbox, textbox->text, textbox->text->parent, DIA_CANVAS_ITEM (textbox)->canvas, textbox->text->canvas); - } - - static void Index: graphics/diacanvas2/files/patch-diacanvas::dia-export-print.c =================================================================== diff -uN graphics/diacanvas2/files/patch-diacanvas::dia-export-print.c --- graphics/diacanvas2/files/patch-diacanvas::dia-export-print.c Sat Aug 28 06:19:05 2004 +++ /dev/null Sat Oct 30 01:22:01 2004 @@ -1,15 +0,0 @@ ---- diacanvas/dia-export-print.c.orig Sat Aug 28 00:01:51 2004 -+++ diacanvas/dia-export-print.c Sat Aug 28 00:07:51 2004 -@@ -310,10 +310,10 @@ - print_image ((DiaShapeImage *)shape, context); - break; - case DIA_SHAPE_WIDGET: -- g_message (__FUNCTION__": Widget not yet implemented."); -+ g_message ("%s: Widget not yet implemented.", __func__); - break; - case DIA_SHAPE_CLIP: -- g_message (__FUNCTION__": Clip not yet implemented."); -+ g_message ("%s: Clip not yet implemented.", __func__); - break; - default: - g_message ("Shape with type %d is not (yet) implemented", shape->type); --- patch-update-1.14.1 ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1CNsLL-000Pr2-Oz>