pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libcaca Solaris needs <termios.h>.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85e2b796a3ce
branches:  trunk
changeset: 521933:85e2b796a3ce
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Nov 28 13:58:42 2006 +0000

description:
Solaris needs <termios.h>.

diffstat:

 graphics/libcaca/distinfo         |   4 ++--
 graphics/libcaca/patches/patch-ac |  16 +++++++++++++---
 2 files changed, 15 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r 5eb088bda6f3 -r 85e2b796a3ce graphics/libcaca/distinfo
--- a/graphics/libcaca/distinfo Tue Nov 28 05:40:30 2006 +0000
+++ b/graphics/libcaca/distinfo Tue Nov 28 13:58:42 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 08:45:09 agc Exp $
+$NetBSD: distinfo,v 1.6 2006/11/28 13:58:42 rillig Exp $
 
 SHA1 (libcaca-0.9.tar.bz2) = 55428c11427e8a411062a2699149f912b251d7a6
 RMD160 (libcaca-0.9.tar.bz2) = 433216f6446d397d4a5f1894f08c2715b94f120d
 Size (libcaca-0.9.tar.bz2) = 171854 bytes
 SHA1 (patch-aa) = e289d72faafd370301256d870933c9af47839d93
 SHA1 (patch-ab) = 72b0ab0ac7783a339a700da2352e7d97c26b4ef9
-SHA1 (patch-ac) = cdf05ae24b1f35df39a5f446b13057fbc7e0ec68
+SHA1 (patch-ac) = 560ced171aae8d17d80780bc6e05aa2dad498014
diff -r 5eb088bda6f3 -r 85e2b796a3ce graphics/libcaca/patches/patch-ac
--- a/graphics/libcaca/patches/patch-ac Tue Nov 28 05:40:30 2006 +0000
+++ b/graphics/libcaca/patches/patch-ac Tue Nov 28 13:58:42 2006 +0000
@@ -1,8 +1,18 @@
-$NetBSD: patch-ac,v 1.1 2004/08/15 12:40:07 wiz Exp $
+$NetBSD: patch-ac,v 1.2 2006/11/28 13:58:42 rillig Exp $
 
 --- src/graphics.c.orig        2004-02-02 04:00:19.000000000 +0100
-+++ src/graphics.c
-@@ -1309,7 +1309,7 @@ static void caca_handle_resize(void)
++++ src/graphics.c     2006-11-28 14:57:29.239917980 +0100
+@@ -79,6 +79,9 @@ typedef unsigned char uint8_t;
+ #if defined(HAVE_SYS_IOCTL_H)
+ #   include <sys/ioctl.h>
+ #endif
++#if defined(__sun)
++#   include <termios.h>
++#endif
+ 
+ #include "caca.h"
+ #include "caca_internals.h"
+@@ -1309,7 +1312,7 @@ static void caca_handle_resize(void)
          {
              _caca_width = size.ws_col;
              _caca_height = size.ws_row;



Home | Main Index | Thread Index | Old Index