pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gd



Module Name:    pkgsrc
Committed By:   minskim
Date:           Thu Feb  9 03:27:30 UTC 2017

Modified Files:
        pkgsrc/graphics/gd: distinfo
Added Files:
        pkgsrc/graphics/gd/patches: patch-src_gd__gd2.c

Log Message:
Make gd build on Darwin

Include limits.h to use INT_MAX.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/gd/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/gd/patches/patch-src_gd__gd2.c

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

Modified files:

Index: pkgsrc/graphics/gd/distinfo
diff -u pkgsrc/graphics/gd/distinfo:1.43 pkgsrc/graphics/gd/distinfo:1.44
--- pkgsrc/graphics/gd/distinfo:1.43    Sat Feb  4 23:05:51 2017
+++ pkgsrc/graphics/gd/distinfo Thu Feb  9 03:27:30 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.43 2017/02/04 23:05:51 spz Exp $
+$NetBSD: distinfo,v 1.44 2017/02/09 03:27:30 minskim Exp $
 
 SHA1 (libgd-2.2.4.tar.xz) = 67779817d7aecb94594c43ace949af350ca1df7f
 RMD160 (libgd-2.2.4.tar.xz) = 4b0ac89bf547aa7b6550e33d79fe5ca05801b4e6
 SHA512 (libgd-2.2.4.tar.xz) = 07903f322c4f6ab392508b0f60c38ca133699111ea92995dc6cd9379210d598bcb24a46c19657884d9e252f8663d0ee8c89c600e3a382a5ae598198c190f39b5
 Size (libgd-2.2.4.tar.xz) = 2478528 bytes
+SHA1 (patch-src_gd__gd2.c) = b4c53140dfbdb4251ae3058034b66cbf889672b9

Added files:

Index: pkgsrc/graphics/gd/patches/patch-src_gd__gd2.c
diff -u /dev/null pkgsrc/graphics/gd/patches/patch-src_gd__gd2.c:1.1
--- /dev/null   Thu Feb  9 03:27:30 2017
+++ pkgsrc/graphics/gd/patches/patch-src_gd__gd2.c      Thu Feb  9 03:27:30 2017
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_gd__gd2.c,v 1.1 2017/02/09 03:27:30 minskim Exp $
+
+--- src/gd_gd2.c.orig  2017-01-18 10:49:29.000000000 +0000
++++ src/gd_gd2.c
+@@ -73,6 +73,7 @@
+ #endif
+ 
+ /* 2.0.29: no more errno.h, makes windows happy */
++#include <limits.h>
+ #include <math.h>
+ #include <string.h>
+ #include "gd.h"



Home | Main Index | Thread Index | Old Index