summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-06-12 16:16:56 +0000
committerjoerg <joerg@pkgsrc.org>2007-06-12 16:16:56 +0000
commit6af14d500843465b062a4497d29aee600b7db6fb (patch)
tree6a6f839318f861ac7dc1fe844d57fa8b1f8376d7 /x11
parent1cc8c3b33bba6fd7703130a22fdfb4a5b01cc74d (diff)
downloadpkgsrc-6af14d500843465b062a4497d29aee600b7db6fb.tar.gz
Add a bunch of missing includes. Add missing libXt dependency for modular
Xorg.
Diffstat (limited to 'x11')
-rw-r--r--x11/nucleo/Makefile7
-rw-r--r--x11/nucleo/distinfo12
-rw-r--r--x11/nucleo/patches/patch-ac13
-rw-r--r--x11/nucleo/patches/patch-ae14
-rw-r--r--x11/nucleo/patches/patch-af12
-rw-r--r--x11/nucleo/patches/patch-ag12
-rw-r--r--x11/nucleo/patches/patch-ah12
-rw-r--r--x11/nucleo/patches/patch-ai12
-rw-r--r--x11/nucleo/patches/patch-aj12
-rw-r--r--x11/nucleo/patches/patch-ak13
-rw-r--r--x11/nucleo/patches/patch-al13
11 files changed, 125 insertions, 7 deletions
diff --git a/x11/nucleo/Makefile b/x11/nucleo/Makefile
index 4663c7ea2d9..5f5aac49fe2 100644
--- a/x11/nucleo/Makefile
+++ b/x11/nucleo/Makefile
@@ -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 @@ USE_LIBTOOL= yes
.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 --git a/x11/nucleo/distinfo b/x11/nucleo/distinfo
index 55a0c71d72a..31a0ea1d734 100644
--- a/x11/nucleo/distinfo
+++ b/x11/nucleo/distinfo
@@ -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 --git a/x11/nucleo/patches/patch-ac b/x11/nucleo/patches/patch-ac
index 464aef32169..052f1f23354 100644
--- a/x11/nucleo/patches/patch-ac
+++ b/x11/nucleo/patches/patch-ac
@@ -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 @@ $NetBSD: patch-ac,v 1.1.1.1 2007/06/02 08:27:43 agc Exp $
#include <arpa/inet.h>
#include <sys/socket.h>
#include <netdb.h>
+-#include <sys/errno.h>
++#include <unistd.h>
+
+ #include <stdexcept>
+ #include <iostream>
diff --git a/x11/nucleo/patches/patch-ae b/x11/nucleo/patches/patch-ae
new file mode 100644
index 00000000000..58639e78b4f
--- /dev/null
+++ b/x11/nucleo/patches/patch-ae
@@ -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 --git a/x11/nucleo/patches/patch-af b/x11/nucleo/patches/patch-af
new file mode 100644
index 00000000000..8bdb5493a1e
--- /dev/null
+++ b/x11/nucleo/patches/patch-af
@@ -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 --git a/x11/nucleo/patches/patch-ag b/x11/nucleo/patches/patch-ag
new file mode 100644
index 00000000000..b003289db2a
--- /dev/null
+++ b/x11/nucleo/patches/patch-ag
@@ -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 --git a/x11/nucleo/patches/patch-ah b/x11/nucleo/patches/patch-ah
new file mode 100644
index 00000000000..79fe34f2dd3
--- /dev/null
+++ b/x11/nucleo/patches/patch-ah
@@ -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 --git a/x11/nucleo/patches/patch-ai b/x11/nucleo/patches/patch-ai
new file mode 100644
index 00000000000..1ff64b6229d
--- /dev/null
+++ b/x11/nucleo/patches/patch-ai
@@ -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 --git a/x11/nucleo/patches/patch-aj b/x11/nucleo/patches/patch-aj
new file mode 100644
index 00000000000..296413c9090
--- /dev/null
+++ b/x11/nucleo/patches/patch-aj
@@ -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 --git a/x11/nucleo/patches/patch-ak b/x11/nucleo/patches/patch-ak
new file mode 100644
index 00000000000..f317b8d0fe1
--- /dev/null
+++ b/x11/nucleo/patches/patch-ak
@@ -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 --git a/x11/nucleo/patches/patch-al b/x11/nucleo/patches/patch-al
new file mode 100644
index 00000000000..be6a8cbbfe8
--- /dev/null
+++ b/x11/nucleo/patches/patch-al
@@ -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 ;