pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2021Q3]: pkgsrc/print/ghostscript-agpl Pullup ticket #6500 - r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/689a4558eebc
branches:  pkgsrc-2021Q3
changeset: 459387:689a4558eebc
user:      tm <tm%pkgsrc.org@localhost>
date:      Tue Oct 05 19:54:29 2021 +0000

description:
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

diffstat:

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

diffs (38 lines):

diff -r 82cd8d8bcefd -r 689a4558eebc print/ghostscript-agpl/distinfo
--- a/print/ghostscript-agpl/distinfo   Tue Oct 05 19:10:24 2021 +0000
+++ b/print/ghostscript-agpl/distinfo   Tue Oct 05 19:54:29 2021 +0000
@@ -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 -r 82cd8d8bcefd -r 689a4558eebc 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  Tue Oct 05 19:54:29 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index