pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tightvnc Fix FreeBSD build. PR pkg/33224



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f1ef5fc3ad9
branches:  trunk
changeset: 572012:4f1ef5fc3ad9
user:      asau <asau%pkgsrc.org@localhost>
date:      Fri Feb 19 13:22:33 2010 +0000

description:
Fix FreeBSD build. PR pkg/33224

diffstat:

 net/tightvnc/distinfo         |   3 ++-
 net/tightvnc/patches/patch-an |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 90fcbc3c2e06 -r 4f1ef5fc3ad9 net/tightvnc/distinfo
--- a/net/tightvnc/distinfo     Fri Feb 19 11:53:43 2010 +0000
+++ b/net/tightvnc/distinfo     Fri Feb 19 13:22:33 2010 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2009/06/08 15:23:26 tnn Exp $
+$NetBSD: distinfo,v 1.16 2010/02/19 13:22:33 asau Exp $
 
 SHA1 (tightvnc-1.3.10_unixsrc.tar.bz2) = ab4ed3d8e9d5188edf0ff27fce3027495f1a8851
 RMD160 (tightvnc-1.3.10_unixsrc.tar.bz2) = 0c24207ec13c1d41f445ccbdea16ce2b5d0729a7
@@ -16,3 +16,4 @@
 SHA1 (patch-ak) = f79238fabee0dfcf6c8ffa29c269d0d70d2f362f
 SHA1 (patch-al) = 4a5cbb99b4ddde6ac64050f1efd3005548828442
 SHA1 (patch-am) = 2de40589cc8ff7401086d6400655123f0eaeff3a
+SHA1 (patch-an) = f6a87780d4fb51a7e5bd2e171f6bbf0165101477
diff -r 90fcbc3c2e06 -r 4f1ef5fc3ad9 net/tightvnc/patches/patch-an
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/tightvnc/patches/patch-an     Fri Feb 19 13:22:33 2010 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-an,v 1.1 2010/02/19 13:22:33 asau Exp $
+
+--- Xvnc/include/Xos.h.orig    2000-06-11 16:00:51.000000000 +0400
++++ Xvnc/include/Xos.h 2010-02-19 16:07:44.000000000 +0300
+@@ -151,7 +151,9 @@
+ #endif /* X_NOT_POSIX else */
+ 
+ #ifdef CSRG_BASED
++#ifndef __FreeBSD__
+ #include <stdlib.h>
++#endif
+ #include <unistd.h>
+ #endif /* CSRG_BASED */
+ 



Home | Main Index | Thread Index | Old Index