pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/ghostscript-agpl ghostscript-agpl: Fix undefined...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7aa360246f0d
branches:  trunk
changeset: 459176:7aa360246f0d
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Sep 30 23:48:51 2021 +0000

description:
ghostscript-agpl: Fix undefined reference error during link

diffstat:

 print/ghostscript-agpl/distinfo                          |   4 ++--
 print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 4a2007565b4f -r 7aa360246f0d print/ghostscript-agpl/distinfo
--- a/print/ghostscript-agpl/distinfo   Thu Sep 30 21:40:04 2021 +0000
+++ b/print/ghostscript-agpl/distinfo   Thu Sep 30 23:48:51 2021 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.36 2021/09/29 19:19:23 adam Exp $
+$NetBSD: distinfo,v 1.37 2021/09/30 23:48:51 ryoon Exp $
 
 SHA1 (ghostscript-9.55.0.tar.xz) = 8bdb24d0dbb429c5bd574fa94a613206d5543ec9
 RMD160 (ghostscript-9.55.0.tar.xz) = 4e4833825b1645953afb56bbdde5fd14c6e04d6f
 SHA512 (ghostscript-9.55.0.tar.xz) = 42c7e05ba72e9fdd626c5412187b13fc3c9459cae57dfe49ddd3011bf4e2cbd10bc88f09068a9f777c2ec6ae881cd737fd700ab62ec5108f2aca69152588f38e
 Size (ghostscript-9.55.0.tar.xz) = 67417724 bytes
 SHA1 (patch-base_gserrors_h) = ce75cfb7528871842a3bd35e18a6d91c89823909
-SHA1 (patch-base_gsicc__lcms2.c) = 94a1799e37dbb6072b029d128ece367fa8ca20b0
+SHA1 (patch-base_gsicc__lcms2.c) = 23f5f905b537c0d82d37e140ed45e352ab951d54
 SHA1 (patch-base_lib.mak) = 723926f167b49568376ef0c0da6aa4ec01fe1516
 SHA1 (patch-base_mkromfs.c) = 9d9afbd0fbb8c70c8f4f7de3cadc5b54541f0db0
 SHA1 (patch-base_ttobjs.h) = 378ad7d316a4a9dc53b9c8e612582a7c8e9b3688
diff -r 4a2007565b4f -r 7aa360246f0d print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c  Thu Sep 30 23:48:51 2021 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-base_gsicc__lcms2.c,v 1.1 2021/09/30 23:48:51 ryoon 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



Home | Main Index | Thread Index | Old Index