From 7ec0500b99137740fb07f6291a098535542f3d10 Mon Sep 17 00:00:00 2001 From: espie Date: Thu, 3 Feb 2022 20:39:25 +0000 Subject: [PATCH] zap compat patch that's no longer necessary after the ghostscript update --- graphics/gimp/stable/Makefile | 3 ++- .../patches/patch-plug-ins_common_file-ps_c | 16 ---------------- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 graphics/gimp/stable/patches/patch-plug-ins_common_file-ps_c diff --git a/graphics/gimp/stable/Makefile b/graphics/gimp/stable/Makefile index 5ba2fa5c017..ae344304ca7 100644 --- a/graphics/gimp/stable/Makefile +++ b/graphics/gimp/stable/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.149 2022/01/31 13:16:57 sthen Exp $ +# $OpenBSD: Makefile,v 1.150 2022/02/03 20:39:25 espie Exp $ COMMENT= GNU Image Manipulation Program DISTNAME = gimp-2.10.30 +REVISION = 0 .for i in gimp gimpbase gimpcolor gimpconfig gimpmath gimpmodule \ gimpthumb gimpui gimpwidgets diff --git a/graphics/gimp/stable/patches/patch-plug-ins_common_file-ps_c b/graphics/gimp/stable/patches/patch-plug-ins_common_file-ps_c deleted file mode 100644 index 20ce8a3667e..00000000000 --- a/graphics/gimp/stable/patches/patch-plug-ins_common_file-ps_c +++ /dev/null @@ -1,16 +0,0 @@ -$OpenBSD: patch-plug-ins_common_file-ps_c,v 1.1 2021/10/06 07:37:02 espie Exp $ -see comment, remove when ghostscript gets updated - -Index: plug-ins/common/file-ps.c ---- plug-ins/common/file-ps.c.orig -+++ plug-ins/common/file-ps.c -@@ -1765,7 +1765,8 @@ ps_open (const gchar *filename, - - code = gsapi_new_instance (&instance, NULL); - if (code == 0) { -- code = gsapi_set_arg_encoding(instance, GS_ARG_ENCODING_UTF8); -+ //requires a ghostscript update ! -+ //code = gsapi_set_arg_encoding(instance, GS_ARG_ENCODING_UTF8); - code = gsapi_init_with_args (instance, cmdA->len - 1, pcmdA); - code = gsapi_exit (instance); - gsapi_delete_instance (instance);