From ba727a95e714f7b1aaaee90c8f41c45dbf67d266 Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Tue, 7 Aug 2018 07:07:36 +0000 Subject: - New port: graphics/lazpaint LazPaint is an image editor with layers and transparency. It supports the format OpenRaster so it can interoperate with MyPaint, Gimp and Krita WWW: http://wiki.freepascal.org/LazPaint Differential Revision: https://reviews.freebsd.org/D15241 --- graphics/lazpaint/files/patch-lazpaint_uonline.pas | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/lazpaint/files/patch-lazpaint_uonline.pas (limited to 'graphics/lazpaint/files/patch-lazpaint_uonline.pas') diff --git a/graphics/lazpaint/files/patch-lazpaint_uonline.pas b/graphics/lazpaint/files/patch-lazpaint_uonline.pas new file mode 100644 index 000000000000..b55a93213104 --- /dev/null +++ b/graphics/lazpaint/files/patch-lazpaint_uonline.pas @@ -0,0 +1,11 @@ +--- lazpaint/uonline.pas 2018-04-26 00:04:51.587890000 -0500 ++++ lazpaint/uonline.pas 2018-04-26 00:05:12.232466000 -0500 +@@ -6,7 +6,7 @@ + + uses + fphttpclient, Classes, SysUtils, +- UConfig, LazPaintType; ++ UConfig, LazPaintType, LazFileUtils; + + type + { THttpGetThread } -- cgit v1.2.3