pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/ghostscript-agpl



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Oct  1 09:21:32 UTC 2018

Modified Files:
        pkgsrc/print/ghostscript-agpl: distinfo
Added Files:
        pkgsrc/print/ghostscript-agpl/patches: patch-base_ttobjs.h

Log Message:
ghostscript-agpl: Fix build on older SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/print/ghostscript-agpl/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/print/ghostscript-agpl/patches/patch-base_ttobjs.h

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.22 pkgsrc/print/ghostscript-agpl/distinfo:1.23
--- pkgsrc/print/ghostscript-agpl/distinfo:1.22 Fri Sep 21 12:06:46 2018
+++ pkgsrc/print/ghostscript-agpl/distinfo      Mon Oct  1 09:21:32 2018
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.22 2018/09/21 12:06:46 adam Exp $
+$NetBSD: distinfo,v 1.23 2018/10/01 09:21:32 jperkin Exp $
 
 SHA1 (ghostscript-9.25.tar.xz) = 9d8ddff3382113bf4a1640368350e05652c93613
 RMD160 (ghostscript-9.25.tar.xz) = f549670b7b16fbeed723afdf8f72ed39460ecbc2
@@ -7,6 +7,7 @@ Size (ghostscript-9.25.tar.xz) = 3302770
 SHA1 (patch-base_gserrors_h) = ce75cfb7528871842a3bd35e18a6d91c89823909
 SHA1 (patch-base_lib.mak) = 723926f167b49568376ef0c0da6aa4ec01fe1516
 SHA1 (patch-base_mkromfs.c) = 96006928e0b5381e7101027372b6e6408f1c4a0b
+SHA1 (patch-base_ttobjs.h) = 4250d77127d5b7c2fcdd912bc764a59deca97fa2
 SHA1 (patch-base_unix-dll.mak) = 73b5ee7fcbc7940ce72f44b35417d624f7ae5bca
 SHA1 (patch-configure) = 08ed9451fc3cf1aade8992e4297c7df736416c8b
 SHA1 (patch-devices_devs.mak) = 9857c177e7a6a28ee326dbc878bbe52ccbcfedce

Added files:

Index: pkgsrc/print/ghostscript-agpl/patches/patch-base_ttobjs.h
diff -u /dev/null pkgsrc/print/ghostscript-agpl/patches/patch-base_ttobjs.h:1.1
--- /dev/null   Mon Oct  1 09:21:32 2018
+++ pkgsrc/print/ghostscript-agpl/patches/patch-base_ttobjs.h   Mon Oct  1 09:21:32 2018
@@ -0,0 +1,17 @@
+$NetBSD: patch-base_ttobjs.h,v 1.1 2018/10/01 09:21:32 jperkin Exp $
+
+Avoid GS conflict on older SunOS.
+
+--- base/ttobjs.h.orig 2018-09-13 10:02:01.000000000 +0000
++++ base/ttobjs.h
+@@ -42,6 +42,10 @@
+ #include "tttables.h"
+ #include "setjmp_.h"
+ 
++#ifdef __sun
++#undef GS
++#endif
++
+ #ifdef __cplusplus
+   extern "C" {
+ #endif



Home | Main Index | Thread Index | Old Index