pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/nucleo Add a bunch of missing includes. Add missin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0249ef4d5ed9
branches:  trunk
changeset: 529907:0249ef4d5ed9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jun 12 16:16:56 2007 +0000

description:
Add a bunch of missing includes. Add missing libXt dependency for modular
Xorg.

diffstat:

 x11/nucleo/Makefile         |   7 ++++++-
 x11/nucleo/distinfo         |  12 ++++++++++--
 x11/nucleo/patches/patch-ac |  13 +++++++++----
 x11/nucleo/patches/patch-ae |  14 ++++++++++++++
 x11/nucleo/patches/patch-af |  12 ++++++++++++
 x11/nucleo/patches/patch-ag |  12 ++++++++++++
 x11/nucleo/patches/patch-ah |  12 ++++++++++++
 x11/nucleo/patches/patch-ai |  12 ++++++++++++
 x11/nucleo/patches/patch-aj |  12 ++++++++++++
 x11/nucleo/patches/patch-ak |  13 +++++++++++++
 x11/nucleo/patches/patch-al |  13 +++++++++++++
 11 files changed, 125 insertions(+), 7 deletions(-)

diffs (199 lines):

diff -r 3c2d1182f7b7 -r 0249ef4d5ed9 x11/nucleo/Makefile
--- a/x11/nucleo/Makefile       Tue Jun 12 15:27:21 2007 +0000
+++ b/x11/nucleo/Makefile       Tue Jun 12 16:16:56 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/06/02 08:27:43 agc Exp $
+# $NetBSD: Makefile,v 1.2 2007/06/12 16:16:56 joerg Exp $
 #
 
 DISTNAME=      nucleo-0.6
@@ -23,4 +23,9 @@
 .include "../../multimedia/ffmpeg/buildlink3.mk"
 .include "../../net/mDNSResponder/buildlink3.mk"
 
+.include "../../x11/libICE/buildlink3.mk"
+
+BUILDLINK_DEPMETHOD.libXt?=    build
+.include "../../x11/libXt/buildlink3.mk"
+
 .include "../../mk/bsd.pkg.mk"
diff -r 3c2d1182f7b7 -r 0249ef4d5ed9 x11/nucleo/distinfo
--- a/x11/nucleo/distinfo       Tue Jun 12 15:27:21 2007 +0000
+++ b/x11/nucleo/distinfo       Tue Jun 12 16:16:56 2007 +0000
@@ -1,9 +1,17 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/06/02 08:27:43 agc Exp $
+$NetBSD: distinfo,v 1.2 2007/06/12 16:16:56 joerg Exp $
 
 SHA1 (nucleo-0.6.tar.bz2) = e8935ea8998ec80e24fad65c29a2981bd1b4fccc
 RMD160 (nucleo-0.6.tar.bz2) = d1eefd7dc03645a5a11af299c0225bed118500cf
 Size (nucleo-0.6.tar.bz2) = 806154 bytes
 SHA1 (patch-aa) = de7e9bb9ab4bca00ef72269357027d6e1748c6cb
 SHA1 (patch-ab) = 6b38f25a856a30826662a3019966250ca8526903
-SHA1 (patch-ac) = d213cb6302e3f5e8664b0775de5a1e2adaa1e624
+SHA1 (patch-ac) = 2fb7982057e412ce7c25f7d4193af30f41b2d545
 SHA1 (patch-ad) = b9e94e3183c7d861396e44eefb881ce8b40c4c25
+SHA1 (patch-ae) = cb835eba01172aebe1ce77a6cc46575cc985e688
+SHA1 (patch-af) = 64499e4601441df1e204afbfb002df5daf3b7a00
+SHA1 (patch-ag) = d2136fa5913c75629920561931af57b9a4065059
+SHA1 (patch-ah) = 259ed0a5785d8f478eff32e53c8f3424fc6fa395
+SHA1 (patch-ai) = 6328c96d45675765c16b4248560a6d918f64bfe4
+SHA1 (patch-aj) = f627182b2feec55f5d8fc60ac8c6e32b846e658a
+SHA1 (patch-ak) = 0f9f442082548e20ed030988b211f59a5eb9827b
+SHA1 (patch-al) = 6684c1b1a3b85defaed2a7457fe4ef1f7c79c117
diff -r 3c2d1182f7b7 -r 0249ef4d5ed9 x11/nucleo/patches/patch-ac
--- a/x11/nucleo/patches/patch-ac       Tue Jun 12 15:27:21 2007 +0000
+++ b/x11/nucleo/patches/patch-ac       Tue Jun 12 16:16:56 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.1.1.1 2007/06/02 08:27:43 agc Exp $
+$NetBSD: patch-ac,v 1.2 2007/06/12 16:16:56 joerg Exp $
 
---- nucleo/network/udp/UdpSocket.cxx   2007/06/01 20:38:33     1.1
-+++ nucleo/network/udp/UdpSocket.cxx   2007/06/01 20:38:50
-@@ -12,6 +12,7 @@
+--- nucleo/network/udp/UdpSocket.cxx.orig      2007-01-16 13:17:04.000000000 +0000
++++ nucleo/network/udp/UdpSocket.cxx
+@@ -12,10 +12,11 @@
  #include <nucleo/network/udp/UdpSocket.H>
  #include <nucleo/network/NetworkUtils.H>
  
@@ -10,3 +10,8 @@
  #include <arpa/inet.h>
  #include <sys/socket.h>
  #include <netdb.h>
+-#include <sys/errno.h>
++#include <unistd.h>
+ 
+ #include <stdexcept>
+ #include <iostream>
diff -r 3c2d1182f7b7 -r 0249ef4d5ed9 x11/nucleo/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/nucleo/patches/patch-ae       Tue Jun 12 16:16:56 2007 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ae,v 1.1 2007/06/12 16:16:57 joerg Exp $
+
+--- nucleo/utils/AppUtils.cxx.orig     2007-06-12 14:46:52.000000000 +0000
++++ nucleo/utils/AppUtils.cxx
+@@ -19,8 +19,7 @@
+ #include <iostream>
+ #include <stdexcept>
+ 
+-extern char* optarg ;
+-extern int optind ;
++#include <unistd.h>
+ 
+ namespace nucleo {
+ 
diff -r 3c2d1182f7b7 -r 0249ef4d5ed9 x11/nucleo/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/nucleo/patches/patch-af       Tue Jun 12 16:16:56 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.1 2007/06/12 16:16:57 joerg Exp $
+
+--- tests/test-UdpSocket.cxx.orig      2007-06-12 15:20:43.000000000 +0000
++++ tests/test-UdpSocket.cxx
+@@ -15,6 +15,7 @@
+ #include <nucleo/network/udp/UdpSocket.H>
+ #include <nucleo/network/udp/StunResolver.H>
+ 
++#include <sys/uio.h>
+ #include <errno.h>
+ 
+ #include <stdexcept>
diff -r 3c2d1182f7b7 -r 0249ef4d5ed9 x11/nucleo/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/nucleo/patches/patch-ag       Tue Jun 12 16:16:56 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2007/06/12 16:16:57 joerg Exp $
+
+--- nucleo/network/NetworkUtils.cxx.orig       2007-06-12 14:51:09.000000000 +0000
++++ nucleo/network/NetworkUtils.cxx
+@@ -15,6 +15,7 @@
+ 
+ #include <arpa/inet.h>
+ #include <netdb.h>
++#include <unistd.h>
+ 
+ #include <iostream>
+ #include <string>
diff -r 3c2d1182f7b7 -r 0249ef4d5ed9 x11/nucleo/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/nucleo/patches/patch-ah       Tue Jun 12 16:16:56 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ah,v 1.1 2007/06/12 16:16:57 joerg Exp $
+
+--- nucleo/image/sink/bufferedImageSink.cxx.orig       2007-06-12 14:58:16.000000000 +0000
++++ nucleo/image/sink/bufferedImageSink.cxx
+@@ -10,6 +10,7 @@
+  */
+ 
+ #include <nucleo/image/sink/bufferedImageSink.H>
++#include <unistd.h>
+ 
+ #define DEBUG_LEVEL 1
+ 
diff -r 3c2d1182f7b7 -r 0249ef4d5ed9 x11/nucleo/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/nucleo/patches/patch-ai       Tue Jun 12 16:16:56 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ai,v 1.1 2007/06/12 16:16:57 joerg Exp $
+
+--- nucleo/helpers/Phone.cxx.orig      2007-06-12 15:00:07.000000000 +0000
++++ nucleo/helpers/Phone.cxx
+@@ -18,6 +18,7 @@
+ #include <fcntl.h>
+ #include <sys/ioctl.h>
+ #include <errno.h>
++#include <unistd.h>
+ 
+ #include <iostream>
+ #include <sstream>
diff -r 3c2d1182f7b7 -r 0249ef4d5ed9 x11/nucleo/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/nucleo/patches/patch-aj       Tue Jun 12 16:16:56 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.1 2007/06/12 16:16:58 joerg Exp $
+
+--- nucleo/image/sink/nserverImageSink.H.orig  2007-06-12 15:02:21.000000000 +0000
++++ nucleo/image/sink/nserverImageSink.H
+@@ -24,6 +24,7 @@
+ #include <stdexcept>
+ 
+ #include <sys/socket.h>
++#include <unistd.h>
+ 
+ namespace nucleo {
+ 
diff -r 3c2d1182f7b7 -r 0249ef4d5ed9 x11/nucleo/patches/patch-ak
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/nucleo/patches/patch-ak       Tue Jun 12 16:16:56 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2007/06/12 16:16:58 joerg Exp $
+
+--- tests/test-Base64.cxx.orig 2007-06-12 15:04:30.000000000 +0000
++++ tests/test-Base64.cxx
+@@ -14,6 +14,8 @@
+ 
+ #include <iostream>
+ 
++#include <unistd.h>
++
+ using namespace nucleo ;
+ 
+ int
diff -r 3c2d1182f7b7 -r 0249ef4d5ed9 x11/nucleo/patches/patch-al
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/nucleo/patches/patch-al       Tue Jun 12 16:16:56 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.1 2007/06/12 16:16:58 joerg Exp $
+
+--- tests/test-MD5.cxx.orig    2007-06-12 15:19:00.000000000 +0000
++++ tests/test-MD5.cxx
+@@ -11,6 +11,8 @@
+ 
+ #include <nucleo/utils/MD5.H>
+ 
++#include <unistd.h>
++
+ #include <iostream>
+ 
+ using namespace nucleo ;



Home | Main Index | Thread Index | Old Index