pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/guetzli



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Feb 14 21:28:09 UTC 2017

Modified Files:
        pkgsrc/graphics/guetzli: distinfo
Added Files:
        pkgsrc/graphics/guetzli/patches: patch-guetzli_output__image.cc

Log Message:
Add missing include.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/guetzli/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/guetzli/patches/patch-guetzli_output__image.cc

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

Modified files:

Index: pkgsrc/graphics/guetzli/distinfo
diff -u pkgsrc/graphics/guetzli/distinfo:1.1 pkgsrc/graphics/guetzli/distinfo:1.2
--- pkgsrc/graphics/guetzli/distinfo:1.1        Sun Jan 22 10:32:50 2017
+++ pkgsrc/graphics/guetzli/distinfo    Tue Feb 14 21:28:08 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2017/01/22 10:32:50 wiz Exp $
+$NetBSD: distinfo,v 1.2 2017/02/14 21:28:08 joerg Exp $
 
 SHA1 (guetzli-0.2.tar.gz) = e95837d5b91ac949b64da20cdddccf6292e27468
 RMD160 (guetzli-0.2.tar.gz) = f46d1f88dd9da1a7c8192662ba3fb1306dc57823
 SHA512 (guetzli-0.2.tar.gz) = 479e2e99647250c6c1ece4d29c6a6f9fc0b134e1707d89cf931e8db5b9ba3e79d1c63912388cc789b0eedbb9c387848182ad44bd8ebe195958e64acfa9de473e
 Size (guetzli-0.2.tar.gz) = 95570 bytes
+SHA1 (patch-guetzli_output__image.cc) = f6a287b8336d5c9bc65661ed88d56d316ebc5d45

Added files:

Index: pkgsrc/graphics/guetzli/patches/patch-guetzli_output__image.cc
diff -u /dev/null pkgsrc/graphics/guetzli/patches/patch-guetzli_output__image.cc:1.1
--- /dev/null   Tue Feb 14 21:28:09 2017
+++ pkgsrc/graphics/guetzli/patches/patch-guetzli_output__image.cc      Tue Feb 14 21:28:09 2017
@@ -0,0 +1,12 @@
+$NetBSD: patch-guetzli_output__image.cc,v 1.1 2017/02/14 21:28:09 joerg Exp $
+
+--- guetzli/output_image.cc.orig       2017-02-09 17:17:16.588389327 +0000
++++ guetzli/output_image.cc
+@@ -19,6 +19,7 @@
+ #include <algorithm>
+ #include <assert.h>
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include <cmath>
+ 



Home | Main Index | Thread Index | Old Index