Package: agsync
Severity: important

Hi,

The current version of agsync fails to build on GNU/kFreeBSD. Please
find attached a patch to fix that.

Please also note that it needs an update of config.guess and config.sub,
as these files are too old to correctly support Debian GNU/k*BSD. A
version is needed from this year, which is available in the 
autotools-dev packages that are in current sarge, and sid.

Could you please do that in the next upload?

Thanks for your cooperation,
Aurelien


-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Author: aurel32
Status: in BTS
Note: needs and update of config.{guess,sub}.

--- agsync-0.2-pre.orig/mal-files/AGNet.h
+++ agsync-0.2-pre/mal-files/AGNet.h
@@ -61,7 +61,7 @@
 #               include <sys/filio.h>
 #               include <arpa/inet.h>
 #           else
-#               if defined(__FreeBSD__) || defined(_HPUX_SOURCE)
+#               if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || 
defined(_HPUX_SOURCE)
 #                   include <sys/ioctl.h>
 #                   include <arpa/inet.h>
 #               else

Reply via email to