Your message dated Tue, 31 Aug 2010 20:33:15 +0000
with message-id <e1oqxw7-0005i1...@franck.debian.org>
and subject line Bug#594661: fixed in dhcpcd 1:3.2.3-7
has caused the Debian Bug report #594661,
regarding dhcpcd: FTBFS on GNU/kFreeBSD
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
594661: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594661
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dhcpcd
Version: 1:3.2.3-6
Severity: serious
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd


Hi,

the current version fails to build on GNU/kFreeBSD.

On GNU/kFreeBSD it needs the same handling as on Linux.
Please find patch bellow with tweaks.

It would also be nice if you can ask upstream
to include this changes.

Thanks in advance

                        Petr

--- mk/os.mk
+++ mk/os.mk
@@ -52,7 +52,7 @@
                          echo "${INFODIR}"; \
                          else \
                          case `uname -s` in \
-                         Linux) echo "/var/lib/dhcpcd";; \
+                         Linux|GNU/kFreeBSD) echo "/var/lib/dhcpcd";; \
                          *) echo "/var/db";; \
                          esac \
                          fi
@@ -72,6 +72,6 @@
 RC= ${_RC}$(shell ${_RC_SH})

 # glibc requires _BSD_SOURCE and _XOPEN_SOURCE
-_DEF_SH=       case `uname -s` in Linux) echo "-D_BSD_SOURCE 
-D_XOPEN_SOURCE=600";; *) echo;; esac
+_DEF_SH=       case `uname -s` in Linux|GNU/kFreeBSD) echo "-D_BSD_SOURCE 
-D_XOPEN_SOURCE=600";; *) echo;; esac
 _DEF!=         ${_DEF_SH}
 CFLAGS+=       ${_DEF}$(shell ${_DEF_SH})





--- End Message ---
--- Begin Message ---
Source: dhcpcd
Source-Version: 1:3.2.3-7

We believe that the bug you reported is fixed in the latest version of
dhcpcd, which is due to be installed in the Debian FTP archive:

dhcpcd_3.2.3-7.diff.gz
  to main/d/dhcpcd/dhcpcd_3.2.3-7.diff.gz
dhcpcd_3.2.3-7.dsc
  to main/d/dhcpcd/dhcpcd_3.2.3-7.dsc
dhcpcd_3.2.3-7_i386.deb
  to main/d/dhcpcd/dhcpcd_3.2.3-7_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 594...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Simon Kelley <si...@thekelleys.org.uk> (supplier of updated dhcpcd 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 31 Aug 2010 21:24:13 +0000
Source: dhcpcd
Binary: dhcpcd
Architecture: source i386
Version: 1:3.2.3-7
Distribution: unstable
Urgency: low
Maintainer: Simon Kelley <si...@thekelleys.org.uk>
Changed-By: Simon Kelley <si...@thekelleys.org.uk>
Description: 
 dhcpcd     - DHCP client for automatically configuring IPv4 networking
Closes: 594661
Changes: 
 dhcpcd (1:3.2.3-7) unstable; urgency=low
 .
     * Fix FTBFS on GNU/kFreeBSD. (closes: #594661)
Checksums-Sha1: 
 1a1e81b569a99ea2de7f2f5caf6367e5ec5a6c8c 944 dhcpcd_3.2.3-7.dsc
 968bc9c948dec729f43628c109cab555446fc4fe 16812 dhcpcd_3.2.3-7.diff.gz
 ede5b4ecb04b10e69347e66c518303cdf9e7af3d 49142 dhcpcd_3.2.3-7_i386.deb
Checksums-Sha256: 
 28ca99ec1162adf425c3572115775c0a91c8b73d21ac1c503e9727aafcd2e036 944 
dhcpcd_3.2.3-7.dsc
 8e6a3c50cb6c6b435640ba3d9ae7ebec3b3c59ff11b0c1a4b583e4b3e5b019c1 16812 
dhcpcd_3.2.3-7.diff.gz
 c34cadff8cc544cba80f540c5cd22e382eafefdc28faa00da8dd4aa202cfeb99 49142 
dhcpcd_3.2.3-7_i386.deb
Files: 
 2583fc7b77e6af01f398f1fc4b464873 944 net optional dhcpcd_3.2.3-7.dsc
 8471fb95822b874ab9b14769095f8e6e 16812 net optional dhcpcd_3.2.3-7.diff.gz
 d20282a7f4f90d41ccb3a1c67e736a87 49142 net optional dhcpcd_3.2.3-7_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkx9ZS0ACgkQKPyGmiibgrdDPQCfb6etKPNTaW8fmJIWGQ0fL33l
/TAAn1zgWR9u0whoIBuv5nntdMGBrwrA
=UcOm
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to