summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortm <tm@pkgsrc.org>2021-10-05 19:54:29 +0000
committertm <tm@pkgsrc.org>2021-10-05 19:54:29 +0000
commit5ef407ee645822abc99cdd24094543c17cf5e8ee (patch)
tree1125e60984ea294325e23046d782bfd6dda81483
parent871c4079a6e47e9fb81c087d40cef4431fa97f11 (diff)
downloadpkgsrc-5ef407ee645822abc99cdd24094543c17cf5e8ee.tar.gz
Pullup ticket #6500 - requested by bsiegert
print/ghostscript-agpl: Bugfix, undefined reference error during link Revisions pulled up: - print/ghostscript-agpl/distinfo 1.37 - print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c 1.1 --- Module Name: pkgsrc Committed By: ryoon Date: Thu Sep 30 23:48:51 UTC 2021 Modified Files: pkgsrc/print/ghostscript-agpl: distinfo Added Files: pkgsrc/print/ghostscript-agpl/patches: patch-base_gsicc__lcms2.c Log Message: ghostscript-agpl: Fix undefined reference error during link
-rw-r--r--print/ghostscript-agpl/distinfo6
-rw-r--r--print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c15
2 files changed, 20 insertions, 1 deletions
diff --git a/print/ghostscript-agpl/distinfo b/print/ghostscript-agpl/distinfo
index 9d1b111c98b..b558111ca73 100644
--- a/print/ghostscript-agpl/distinfo
+++ b/print/ghostscript-agpl/distinfo
@@ -1,10 +1,14 @@
-$NetBSD: distinfo,v 1.35 2021/06/09 20:20:09 adam Exp $
+$NetBSD: distinfo,v 1.35.4.1 2021/10/05 19:54:29 tm Exp $
SHA1 (ghostscript-9.54.0.tar.xz) = 23cce513d4e80504da0778e4ce6f05db73ae2bee
RMD160 (ghostscript-9.54.0.tar.xz) = 2229023643022c1e6a22db4cce3f5004abb245cd
SHA512 (ghostscript-9.54.0.tar.xz) = a3c96925f4dbf5e276fc543b88df185a0435c68166db15ac532094329ba8db314d739a292da18be7954daaafeeb290e641ea03edf888854d7e752998ec6062cc
Size (ghostscript-9.54.0.tar.xz) = 56001768 bytes
SHA1 (patch-base_gserrors_h) = ce75cfb7528871842a3bd35e18a6d91c89823909
+<<<<<<< distinfo
+=======
+SHA1 (patch-base_gsicc__lcms2.c) = 23f5f905b537c0d82d37e140ed45e352ab951d54
+>>>>>>> 1.37
SHA1 (patch-base_lib.mak) = 723926f167b49568376ef0c0da6aa4ec01fe1516
SHA1 (patch-base_mkromfs.c) = 9d9afbd0fbb8c70c8f4f7de3cadc5b54541f0db0
SHA1 (patch-base_ttobjs.h) = 378ad7d316a4a9dc53b9c8e612582a7c8e9b3688
diff --git a/print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c b/print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c
new file mode 100644
index 00000000000..5fffc00870e
--- /dev/null
+++ b/print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c
@@ -0,0 +1,15 @@
+$NetBSD: patch-base_gsicc__lcms2.c,v 1.1.2.2 2021/10/05 19:54:29 tm Exp $
+
+* Fix typo in function name to fix link.
+
+--- base/gsicc_lcms2.c.orig 2021-09-27 07:44:02.000000000 +0000
++++ base/gsicc_lcms2.c
+@@ -462,7 +462,7 @@ int
+ gscms_transform_color(gx_device *dev, gsicc_link_t *icclink, void *inputcolor,
+ void *outputcolor, int num_bytes)
+ {
+- return gscms_transformm_color_const(dev, icclink, inputcolor, outputcolor, num_bytes);
++ return gscms_transform_color_const(dev, icclink, inputcolor, outputcolor, num_bytes);
+ }
+
+ int