[Pkg-voip-commits] r5865 - in /iaxclient/trunk/debian: changelog patches/00list patches/iaxclient_kfreebsd.dpatch

msp at alioth.debian.org msp at alioth.debian.org
Sat Jun 14 01:48:15 UTC 2008


Author: msp
Date: Sat Jun 14 01:48:15 2008
New Revision: 5865

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5865
Log:
* Provide iaxclient_kfreebsd.dpatch from Cyril Brulebois
  - FTBFS on GNU/kFreeBSD: tweak needed (Closes: #415047)

Added:
    iaxclient/trunk/debian/patches/iaxclient_kfreebsd.dpatch   (with props)
Modified:
    iaxclient/trunk/debian/changelog
    iaxclient/trunk/debian/patches/00list

Modified: iaxclient/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/iaxclient/trunk/debian/changelog?rev=5865&op=diff
==============================================================================
--- iaxclient/trunk/debian/changelog (original)
+++ iaxclient/trunk/debian/changelog Sat Jun 14 01:48:15 2008
@@ -3,6 +3,8 @@
   * Provide memory-barriers.dpatch from portaudio19
     - iaxclient_2.0.2-2(sparc/unstable): FTBFS: Memory barriers are not
     defined (Closes: #475809)
+  * Provide iaxclient_kfreebsd.dpatch from Cyril Brulebois
+    - FTBFS on GNU/kFreeBSD: tweak needed (Closes: #415047)
 
  -- Mark Purcell <msp at debian.org>  Sat, 14 Jun 2008 11:41:13 +1000
 

Modified: iaxclient/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-voip/iaxclient/trunk/debian/patches/00list?rev=5865&op=diff
==============================================================================
--- iaxclient/trunk/debian/patches/00list (original)
+++ iaxclient/trunk/debian/patches/00list Sat Jun 14 01:48:15 2008
@@ -4,3 +4,4 @@
 powerpc
 backport-speex-1.2
 memory-barriers.dpatch
+iaxclient_kfreebsd.dpatch

Added: iaxclient/trunk/debian/patches/iaxclient_kfreebsd.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/iaxclient/trunk/debian/patches/iaxclient_kfreebsd.dpatch?rev=5865&op=file
==============================================================================
--- iaxclient/trunk/debian/patches/iaxclient_kfreebsd.dpatch (added)
+++ iaxclient/trunk/debian/patches/iaxclient_kfreebsd.dpatch Sat Jun 14 01:48:15 2008
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## iaxclient_kfreebsd.dpatch by  <msp at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415047
+
+ at DPATCH@
+diff -urNad iaxclient-2.0.2~/lib/portmixer/px_unix_oss/px_unix_oss.c iaxclient-2.0.2/lib/portmixer/px_unix_oss/px_unix_oss.c
+--- iaxclient-2.0.2~/lib/portmixer/px_unix_oss/px_unix_oss.c	2007-11-29 08:03:26.000000000 +1100
++++ iaxclient-2.0.2/lib/portmixer/px_unix_oss/px_unix_oss.c	2008-06-14 11:43:39.000000000 +1000
+@@ -37,7 +37,7 @@
+ 
+ #if defined(__linux__)
+ #include <linux/soundcard.h>
+-#elif defined(__FreeBSD__)
++#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+ #include <sys/soundcard.h>
+ #else
+ #include <machine/soundcard.h> /* JH20010905 */

Propchange: iaxclient/trunk/debian/patches/iaxclient_kfreebsd.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-voip-commits mailing list