pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/TeXmacs



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Aug 25 20:03:03 UTC 2017

Modified Files:
        pkgsrc/editors/TeXmacs: distinfo
Added Files:
        pkgsrc/editors/TeXmacs/patches: patch-src_Plugins_Qt_QTMSockets.cpp

Log Message:
Missing system header.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/editors/TeXmacs/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/editors/TeXmacs/patches/patch-src_Plugins_Qt_QTMSockets.cpp

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

Modified files:

Index: pkgsrc/editors/TeXmacs/distinfo
diff -u pkgsrc/editors/TeXmacs/distinfo:1.68 pkgsrc/editors/TeXmacs/distinfo:1.69
--- pkgsrc/editors/TeXmacs/distinfo:1.68        Fri Sep 16 09:42:25 2016
+++ pkgsrc/editors/TeXmacs/distinfo     Fri Aug 25 20:03:03 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.68 2016/09/16 09:42:25 wiz Exp $
+$NetBSD: distinfo,v 1.69 2017/08/25 20:03:03 joerg Exp $
 
 SHA1 (TeXmacs-1.99.5-src.tar.gz) = be6fdc39a094db6dc547490fa89a95876dbde002
 RMD160 (TeXmacs-1.99.5-src.tar.gz) = eba10c9be4549d61240290878af429d80ede933f
@@ -11,5 +11,6 @@ SHA1 (patch-ad) = 4a59f6e7b6f0225a5d74b1
 SHA1 (patch-ae) = c313a19db160d9f1c0dc950a1eb465869cec777f
 SHA1 (patch-aj) = ed4d847ad8e7b12745b144e6790eab539cbc6bca
 SHA1 (patch-al) = f7deed3d692af322aebe1a4068dfd3bde9e87a0a
+SHA1 (patch-src_Plugins_Qt_QTMSockets.cpp) = 83a50c86d373301b092e1ffee1bd17650cc222c1
 SHA1 (patch-src_System_Link_socket__server.cpp) = dbc6b8e7012abf3f1833e44aedb7172de675b7e1
 SHA1 (patch-src_makefile.in) = 34dc509a9e2834e376a5989d8500f3e473d266f0

Added files:

Index: pkgsrc/editors/TeXmacs/patches/patch-src_Plugins_Qt_QTMSockets.cpp
diff -u /dev/null pkgsrc/editors/TeXmacs/patches/patch-src_Plugins_Qt_QTMSockets.cpp:1.1
--- /dev/null   Fri Aug 25 20:03:03 2017
+++ pkgsrc/editors/TeXmacs/patches/patch-src_Plugins_Qt_QTMSockets.cpp  Fri Aug 25 20:03:03 2017
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_Plugins_Qt_QTMSockets.cpp,v 1.1 2017/08/25 20:03:03 joerg Exp $
+
+--- src/Plugins/Qt/QTMSockets.cpp.orig 2017-07-24 13:33:10.562028054 +0000
++++ src/Plugins/Qt/QTMSockets.cpp
+@@ -19,6 +19,7 @@
+ #include <unistd.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
++#include <sys/time.h>
+ #include <netinet/in.h>
+ #include <netdb.h>
+ #include <stdint.h>



Home | Main Index | Thread Index | Old Index