Your message dated Sat, 4 Aug 2007 01:01:20 +0200
with message-id <[EMAIL PROTECTED]>
and subject line koules: FTBFS on GNU/kFreeBSD
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: koules
Version: 1.4-15
Severity: important
Tags: patch

Hi,

koules currently fails to build from source due to a missing definition
for the sound server. It also fixes the location of the soundcard
header, which is sys/souncard.h for a long time now.

The patch below fixes that. Could you please add it in the next upload?
Thanks in advance.

Cheers,
Aurelien


diff -u koules-1.4/debian/patches/series koules-1.4/debian/patches/series
--- koules-1.4/debian/patches/series
+++ koules-1.4/debian/patches/series
@@ -10,0 +11 @@
+300_kfreebsd-gnu.diff
--- koules-1.4.orig/debian/patches/300_kfreebsd-gnu.diff
+++ koules-1.4/debian/patches/300_kfreebsd-gnu.diff
@@ -0,0 +1,22 @@
+--- koules-1.4.orig/koules.sndsrv.freebsd.c
++++ koules-1.4/koules.sndsrv.freebsd.c
+@@ -14,7 +14,7 @@
+ #include <unistd.h>
+ #include <fcntl.h>
+ #include <sys/ioctl.h>
+-#include <machine/soundcard.h>
++#include <sys/soundcard.h>
+ #include <sys/time.h>
+ #include <signal.h>
+ #include <string.h>
+--- koules-1.4.orig/Iconfig
++++ koules-1.4/Iconfig
+@@ -92,7 +92,7 @@
+ #endif
+ #endif
+ 
+-#if defined(FreeBSDArchitecture)
++#if defined(FreeBSDArchitecture) || defined(KFreeBSDArchitecture)
+ SYSDEFS = 
+ #if !defined(NAS_SOUND)&&!defined(RSOUND)
+ #define SOUND


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-xen-amd64
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


--- End Message ---
--- Begin Message ---
fixed 413511 1.4-16 
thank you
On Tue, Jul 31, 2007 at 01:10:44PM +0300, Guillem Jover wrote:
> On Sun, 2007-07-29 at 18:40:26 +0200, Uwe Hermann wrote:
> > On Mon, Mar 05, 2007 at 06:06:38PM +0100, Gonéri Le Bouder wrote:
> > > tag 413511 pending
> > > thanks
> 
> > > I applied the patch on our svn.
> > 
> > Thanks for applying! Can you please upload a new package to make koules
> > officially available on kfreebsd?
> > 
> > I have just verified that the svn version builds just fine on Debian
> > GNU/kFreeBSD (i386).
> 
> This has been uploaded now, but there was a missing 'Closes: '. Gonéri,
> could you add that in the changelog, and close this bug with
> versioning information?
Done,

Thank you for the upload,


     Gonéri

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to