Your message dated Mon, 26 Jun 2006 14:33:00 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#375371: fixed in hf 0.7.3-4
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: hf
Severity: important
Version: 0.7.3-3
Tags: patch
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs to exclude linux specific build-depends,
and small portability tweaks for sources.
Please find attached patch with that.
It would also be nice if you can ask upstream
to include this changes.
Thanks in advance
Petr
diff -u hf-0.7.3/debian/control hf-0.7.3/debian/control
--- hf-0.7.3/debian/control
+++ hf-0.7.3/debian/control
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Joop Stakenborg <[EMAIL PROTECTED]>
Standards-Version: 3.6.2
-Build-Depends: debhelper (>=4), libgtk1.2-dev, libncurses5-dev,
libasound2-dev, autotools-dev
+Build-Depends: debhelper (>=4), libgtk1.2-dev, libncurses5-dev, libasound2-dev
[!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], autotools-dev
Package: hf
Architecture: any
only in patch2:
unchanged:
--- hf-0.7.3.orig/util/reffreq.c
+++ hf-0.7.3/util/reffreq.c
@@ -45,9 +45,8 @@
#include <sys/ipc.h>
#include <math.h>
#include <stdlib.h>
-#ifdef __linux__
+#ifndef __MSDOS__
#include <sys/soundcard.h>
-#include <asm/page.h>
#include <endian.h>
#endif
only in patch2:
unchanged:
--- hf-0.7.3.orig/hfkernel/l1/oss.c
+++ hf-0.7.3/hfkernel/l1/oss.c
@@ -30,7 +30,7 @@
#include "config.h"
#endif
-#include <asm/byteorder.h>
+#include <endian.h>
#include <sys/soundcard.h>
#include <sys/types.h>
#include <sys/socket.h>
only in patch2:
unchanged:
--- hf-0.7.3.orig/hfkernel/mt63/sound.cc
+++ hf-0.7.3/hfkernel/mt63/sound.cc
@@ -25,7 +25,7 @@
#include "sound.h"
-#ifdef __linux__
+#ifndef __MSDOS__
#include <unistd.h>
#include <sys/soundcard.h>
#include <sys/ioctl.h>
only in patch2:
unchanged:
--- hf-0.7.3.orig/hfkernel/mt63/sound.h
+++ hf-0.7.3/hfkernel/mt63/sound.h
@@ -25,7 +25,7 @@
#define __SOUND_H__
-#ifdef __linux__
+#ifndef __MSDOS__
#include <unistd.h>
#include <sys/fcntl.h>
#define __LINUX_SOUND__
only in patch2:
unchanged:
--- hf-0.7.3.orig/hfkernel/main.c
+++ hf-0.7.3/hfkernel/main.c
@@ -42,7 +42,7 @@
#include <signal.h>
#include <syslog.h>
#include <sys/types.h>
-#include <asm/byteorder.h>
+#include <endian.h>
#include <sys/soundcard.h>
#include <sys/socket.h>
#include <fcntl.h>
--- End Message ---
--- Begin Message ---
Source: hf
Source-Version: 0.7.3-4
We believe that the bug you reported is fixed in the latest version of
hf, which is due to be installed in the Debian FTP archive:
hf_0.7.3-4.diff.gz
to pool/main/h/hf/hf_0.7.3-4.diff.gz
hf_0.7.3-4.dsc
to pool/main/h/hf/hf_0.7.3-4.dsc
hf_0.7.3-4_i386.deb
to pool/main/h/hf/hf_0.7.3-4_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Joop Stakenborg <[EMAIL PROTECTED]> (supplier of updated hf package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 26 Jun 2006 19:57:44 +0200
Source: hf
Binary: hf
Architecture: source i386
Version: 0.7.3-4
Distribution: unstable
Urgency: low
Maintainer: Joop Stakenborg <[EMAIL PROTECTED]>
Changed-By: Joop Stakenborg <[EMAIL PROTECTED]>
Description:
hf - amateur-radio protocol suite using a soundcard as a modem
Closes: 375371
Changes:
hf (0.7.3-4) unstable; urgency=low
.
* Fix FTBFS on GNU/kFreeBSD, patch by Petr Salinger, thanks!
Closes: #375371.
Files:
ef3825a1b574ea06323dfa1886db44a2 647 hamradio optional hf_0.7.3-4.dsc
4f48a527c06047529ba422a055c1affe 47051 hamradio optional hf_0.7.3-4.diff.gz
6be57c56d2c189996a00e58a4440ca50 657772 hamradio optional hf_0.7.3-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEoDPQ/CqtjGLxpX8RAjFEAJ96+EVurAdiQlZbOyDA/bjqSAqKtQCgyggh
AywzDDN1KJ9e3D4MLSxlwt4=
=6/RN
-----END PGP SIGNATURE-----
--- End Message ---