Package: kdenetwork
Version: 4:3.5.5-2
Severity: wishlist
Tags: patch kfreebsd

The attached patch fixes FTBFS on GNU/k*BSD.

Thank you,
Kostantinos Koukopoulos
diff -Naur kdenetwork-3.5.5.orig/debian/control kdenetwork-3.5.5/debian/control
--- kdenetwork-3.5.5.orig/debian/control        2006-11-16 15:57:42.000000000 
+0200
+++ kdenetwork-3.5.5/debian/control     2006-11-16 16:33:54.000000000 +0200
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
 Uploaders: Isaac Clerencia <[EMAIL PROTECTED]>, Pierre Habouzit <[EMAIL 
PROTECTED]>, Christopher Martin <[EMAIL PROTECTED]>, Adeodato Simó <[EMAIL 
PROTECTED]>, Riku Voipio <[EMAIL PROTECTED]>, Luk Claes <[EMAIL PROTECTED]>
-Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, 
docbook-to-man, doxygen, gawk, gettext, kdelibs4-dev (>= 4:3.5.5), libgadu-dev, 
libgsmme-dev, libiw-dev (>> 27+28pre8), libmeanwhile-dev (>= 1.0.2), 
libslp-dev, libtiff4-dev, libxml2-dev, libxslt1-dev, libxtst-dev, qt3-doc, 
sharutils, valgrind [i386 amd64], xmms-dev, libxxf86vm-dev
+Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, 
docbook-to-man, doxygen, gawk, gettext, kdelibs4-dev (>= 4:3.5.5), libgadu-dev, 
libgsmme-dev, libiw-dev (>> 27+28pre8) [!hurd-i386 !kfreebsd-i386 
!kfreebsd-amd64], libmeanwhile-dev (>= 1.0.2), libslp-dev, libtiff4-dev, 
libxml2-dev, libxslt1-dev, libxtst-dev, qt3-doc, sharutils, valgrind [i386 
amd64], xmms-dev, libxxf86vm-dev
 Standards-Version: 3.7.2
 
 Package: kdenetwork
 Section: kde
 Architecture: all
-Depends: dcoprss (>= ${Source-Version}), kdenetwork-kfile-plugins (>= 
${Source-Version}), kdict (>= ${Source-Version}), kdnssd (>= 
${Source-Version}), kget (>= ${Source-Version}), knewsticker (>= 
${Source-Version}), kopete (>= ${Source-Version}), kpf (>= ${Source-Version}), 
kppp (>= ${Source-Version}), krdc (>= ${Source-Version}), krfb (>= 
${Source-Version}), ksirc (>= ${Source-Version}), kwifimanager (>= 
${Source-Version}), librss1 (>= ${Source-Version})
+Depends: dcoprss (>= ${Source-Version}), kdenetwork-kfile-plugins (>= 
${Source-Version}), kdict (>= ${Source-Version}), kdnssd (>= ${Source-Version}) 
[i386 ia64 alpha amd64 arm hppa m32r m68k mips mipsel powerpc ppc64 s390 s390x 
sh3 sh3eb sh4 sh4eb sparc], kget (>= ${Source-Version}), knewsticker (>= 
${Source-Version}), kopete (>= ${Source-Version}), kpf (>= ${Source-Version}), 
kppp (>= ${Source-Version}) [i386 ia64 alpha amd64 arm hppa m32r m68k mips 
mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc], krdc (>= 
${Source-Version}), krfb (>= ${Source-Version}), ksirc (>= ${Source-Version}), 
kwifimanager (>= ${Source-Version}) [i386 ia64 alpha amd64 arm hppa m32r m68k 
mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc], librss1 (>= 
${Source-Version})
 Recommends: kdenetwork-filesharing (>= ${Source-Version}), ktalkd (>= 
${Source-Version}), lisa (>= ${Source-Version})
 Suggests: kdenetwork-doc-html (>= ${Source-Version})
 Description: network-related apps from the official KDE release
@@ -247,7 +247,7 @@
 
 Package: kwifimanager
 Section: net
-Architecture: any
+Architecture: i386 ia64 alpha amd64 arm hppa m32r m68k mips mipsel powerpc 
ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc
 Depends: ${shlibs:Depends}, wireless-tools
 Suggests: khelpcenter
 Description: wireless lan manager for KDE
@@ -300,7 +300,7 @@
 
 Package: kdnssd
 Section: net
-Architecture: any
+Architecture: i386 ia64 alpha amd64 arm hppa m32r m68k mips mipsel powerpc 
ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc
 Depends: ${shlibs:Depends}, libnss-mdns
 Recommends: avahi-daemon
 Suggests: avahi-autoipd | zeroconf
diff -Naur kdenetwork-3.5.5.orig/debian/patches/14_kfreebsd.diff 
kdenetwork-3.5.5/debian/patches/14_kfreebsd.diff
--- kdenetwork-3.5.5.orig/debian/patches/14_kfreebsd.diff       1970-01-01 
02:00:00.000000000 +0200
+++ kdenetwork-3.5.5/debian/patches/14_kfreebsd.diff    2006-11-16 
16:08:56.000000000 +0200
@@ -0,0 +1,12 @@
+--- kde.orig/krfb/libvncserver/rfb.h   2005-05-23 14:07:26.000000000 +0200
++++ kde.patched/krfb/libvncserver/rfb.h        2005-08-30 21:58:54.000000000 
+0200
+@@ -60,7 +60,7 @@
+ 
+ #include "rfbproto.h"
+ 
+-#ifdef __linux__
++#if defined(__linux__) || defined(__GLIBC__)
+ #include <endian.h>
+ #elif defined(__APPLE__) || defined(__FreeBSD__)
+ #include <sys/types.h>
+

Reply via email to