rev 15725 - in trunk/packages/kdenetwork/debian: . patches

Ana Beatriz Guerrero López ana at alioth.debian.org
Fri Aug 21 22:13:09 UTC 2009


Author: ana
Date: 2009-08-21 22:13:09 +0000 (Fri, 21 Aug 2009)
New Revision: 15725

Added:
   trunk/packages/kdenetwork/debian/patches/
   trunk/packages/kdenetwork/debian/patches/kfreebsd_fix
   trunk/packages/kdenetwork/debian/patches/series
Modified:
   trunk/packages/kdenetwork/debian/changelog
Log:
    * Add patch to fix build in kfreebsd-* from Petr Salinger. That together
      with Pino's changes (Closes: #542620).



Modified: trunk/packages/kdenetwork/debian/changelog
===================================================================
--- trunk/packages/kdenetwork/debian/changelog	2009-08-21 21:34:19 UTC (rev 15724)
+++ trunk/packages/kdenetwork/debian/changelog	2009-08-21 22:13:09 UTC (rev 15725)
@@ -7,6 +7,11 @@
     - Exclude libv4l-dev build dependency on kfreebsd and hurd, as v4l is
       pretty Linux-specific.
 
+  +++ Changes by Ana Beatriz Guerrero Lopez:
+
+    * Add patch to fix build in kfreebsd-* from Petr Salinger. That together
+      with Pino's changes (Closes: #542620).
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 15 Aug 2009 12:08:01 +0200
 
 kdenetwork (4:4.3.0-1) unstable; urgency=low

Added: trunk/packages/kdenetwork/debian/patches/kfreebsd_fix
===================================================================
--- trunk/packages/kdenetwork/debian/patches/kfreebsd_fix	                        (rev 0)
+++ trunk/packages/kdenetwork/debian/patches/kfreebsd_fix	2009-08-21 22:13:09 UTC (rev 15725)
@@ -0,0 +1,11 @@
+--- kdenetwork-4.3.0.orig/kppp/pppstats.cpp	
++++ kdenetwork-4.3.0/kppp/pppstats.cpp	
+@@ -92,7 +92,7 @@
+ 
+ #endif	/* STREAMS */
+ 
+-#if defined __OpenBSD__
++#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+  #include <sys/socket.h>
+  #include <net/if.h>
+  #include <net/if_ppp.h>

Added: trunk/packages/kdenetwork/debian/patches/series
===================================================================
--- trunk/packages/kdenetwork/debian/patches/series	                        (rev 0)
+++ trunk/packages/kdenetwork/debian/patches/series	2009-08-21 22:13:09 UTC (rev 15725)
@@ -0,0 +1 @@
+kfreebsd_fix




More information about the pkg-kde-commits mailing list