pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/tigervnc
Module Name: pkgsrc
Committed By: nia
Date: Thu Oct 10 20:12:16 UTC 2024
Modified Files:
pkgsrc/net/tigervnc: distinfo
Added Files:
pkgsrc/net/tigervnc/patches: patch-unix_tx_TXDialog.h
Log Message:
tigervnc: SunOS needs memset defined before using FD_ZERO.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/tigervnc/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/tigervnc/patches/patch-unix_tx_TXDialog.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/tigervnc/distinfo
diff -u pkgsrc/net/tigervnc/distinfo:1.25 pkgsrc/net/tigervnc/distinfo:1.26
--- pkgsrc/net/tigervnc/distinfo:1.25 Tue Aug 27 07:33:11 2024
+++ pkgsrc/net/tigervnc/distinfo Thu Oct 10 20:12:16 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.25 2024/08/27 07:33:11 wiz Exp $
+$NetBSD: distinfo,v 1.26 2024/10/10 20:12:16 nia Exp $
BLAKE2s (tigervnc-1.14.0.tar.gz) = 6706146e17534a9cd53a3b631928a7634e8dc3271b45e07aaba5cdb6ff4de130
SHA512 (tigervnc-1.14.0.tar.gz) = ee36f0aa40957274fb00fd755624a8bea80432d797d6c183645ed1251058ab30594d2261693b5655c5ca85a22e53f93029eeccc51fe86780398d1a017fa2311c
@@ -7,6 +7,7 @@ BLAKE2s (xorg-server-1.20.13.tar.xz) = d
SHA512 (xorg-server-1.20.13.tar.xz) = 4e0b7bd4e070dc52cb2c51c2056feb133de2c0487d359392ed63abba9702910cd2e2983e9415973d8d6e9672eac78be6f39202687fc56610877914ce722554b3
Size (xorg-server-1.20.13.tar.xz) = 5122260 bytes
SHA1 (patch-media_CMakeLists.txt) = e6455ee29679ee99f7457a9471928aa10284e971
+SHA1 (patch-unix_tx_TXDialog.h) = ba35a1ff22c1c42cafb4ad1ef14b53ff2faba47a
SHA1 (patch-unix_vncserver_vncserver.in) = 6b72c2b3a23428b2a752d956b83f227247fd8da7
SHA1 (patch-unix_xserver_hw_vnc_Makefile.am) = ef2899e4afb1640cf0c829bd1b41a6e3c0fcec4a
SHA1 (patch-unix_xserver_hw_vnc_vncBlockHandler.c) = 534a621aab793625c27737d42c5bf12c9574a414
Added files:
Index: pkgsrc/net/tigervnc/patches/patch-unix_tx_TXDialog.h
diff -u /dev/null pkgsrc/net/tigervnc/patches/patch-unix_tx_TXDialog.h:1.1
--- /dev/null Thu Oct 10 20:12:16 2024
+++ pkgsrc/net/tigervnc/patches/patch-unix_tx_TXDialog.h Thu Oct 10 20:12:16 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-unix_tx_TXDialog.h,v 1.1 2024/10/10 20:12:16 nia Exp $
+
+SunOS needs memset defined before using FD_ZERO.
+
+--- unix/tx/TXDialog.h.orig 2024-10-10 20:09:49.238359234 +0000
++++ unix/tx/TXDialog.h
+@@ -30,6 +30,7 @@
+
+ #include "TXWindow.h"
+ #include <errno.h>
++#include <string.h>
+
+ class TXDialog : public TXWindow, public TXDeleteWindowCallback {
+ public:
Home |
Main Index |
Thread Index |
Old Index