pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2021Q3] pkgsrc/print/ghostscript-agpl



Module Name:    pkgsrc
Committed By:   tm
Date:           Tue Oct  5 19:54:29 UTC 2021

Modified Files:
        pkgsrc/print/ghostscript-agpl [pkgsrc-2021Q3]: distinfo
Added Files:
        pkgsrc/print/ghostscript-agpl/patches [pkgsrc-2021Q3]:
            patch-base_gsicc__lcms2.c

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.35.4.1 pkgsrc/print/ghostscript-agpl/distinfo
cvs rdiff -u -r0 -r1.1.2.2 \
    pkgsrc/print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/ghostscript-agpl/distinfo
diff -u pkgsrc/print/ghostscript-agpl/distinfo:1.35 pkgsrc/print/ghostscript-agpl/distinfo:1.35.4.1
--- pkgsrc/print/ghostscript-agpl/distinfo:1.35 Wed Jun  9 20:20:09 2021
+++ pkgsrc/print/ghostscript-agpl/distinfo      Tue Oct  5 19:54:29 2021
@@ -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

Added files:

Index: pkgsrc/print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c
diff -u /dev/null pkgsrc/print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c:1.1.2.2
--- /dev/null   Tue Oct  5 19:54:29 2021
+++ pkgsrc/print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c     Tue Oct  5 19:54:29 2021
@@ -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