Your message dated Thu, 14 Jan 2010 15:36:14 +0000
with message-id <e1nvrk6-00036e...@ries.debian.org>
and subject line Bug#542522: fixed in libhdf4 4.2r4-9
has caused the Debian Bug report #542522,
regarding libhdf4: 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.)


-- 
542522: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542522
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libhdf4
Version: 4.2r4-4
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

please find attached a minimal patch to fix the FTBFS on GNU/kFreeBSD.
autoconf also needs to be added to the Build-Depends for that to work; I
didn't do so because you may fully relibtoolize, your call.

Thanks for considering.

Mraw,
KiBi.
diff -u libhdf4-4.2r4/debian/rules libhdf4-4.2r4/debian/rules
--- libhdf4-4.2r4/debian/rules
+++ libhdf4-4.2r4/debian/rules
@@ -92,9 +92,11 @@
 stamps/configure-stamp: patch
 	rm -f HDF4 && ln -sf HDF$(RELEASE) HDF4
 	# build the 'regular' netcdf-clashing flavor.
+	cd HDF4 && autoconf
 	cd HDF4 && F77="$(F77)" CC="$(CC)" CXX="$(CXX)" ./configure --prefix=/usr --includedir=/usr/include/hdf \
 			      				     --enable-shared  --enable-fortran
 	# build a netcdf compatible flavor, without fortran functions.
+	cd HDF4_ALT && autoconf
 	cd HDF4_ALT && CC="$(CC)" CXX="$(CXX)" ./configure --prefix=/usr --includedir=/usr/include/hdf --disable-netcdf \
 			      				      --enable-shared --disable-fortran
 	touch $@
diff -u libhdf4-4.2r4/debian/patches/series libhdf4-4.2r4/debian/patches/series
--- libhdf4-4.2r4/debian/patches/series
+++ libhdf4-4.2r4/debian/patches/series
@@ -5,0 +6 @@
+kfreebsd-support
only in patch2:
unchanged:
--- libhdf4-4.2r4.orig/debian/patches/kfreebsd-support
+++ libhdf4-4.2r4/debian/patches/kfreebsd-support
@@ -0,0 +1,11 @@
+--- a/HDF4/configure.ac
++++ b/HDF4/configure.ac
+@@ -671,7 +671,7 @@ case "$host" in
+   mips*-sgi-irix6_32*)  BAR="irix32"      ;;
+   mips*-sgi-irix5*)     BAR="irix5"       ;;
+   mips*-sgi-irix4*)     BAR="irix4"       ;;
+-  *-linux*)             BAR="linux"       ;;
++  *-linux*|*-k*bsd*-gnu)BAR="linux"       ;;
+   *-freebsd*)           BAR="fbsd"        ;;
+   ia64-*-*)             BAR="ia64"        ;;
+   *-ibm-aix*)           BAR="aix"         ;;

--- End Message ---
--- Begin Message ---
Source: libhdf4
Source-Version: 4.2r4-9

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

hdf4-tools_4.2r4-9_i386.deb
  to main/libh/libhdf4/hdf4-tools_4.2r4-9_i386.deb
libhdf4-0-alt_4.2r4-9_i386.deb
  to main/libh/libhdf4/libhdf4-0-alt_4.2r4-9_i386.deb
libhdf4-0_4.2r4-9_i386.deb
  to main/libh/libhdf4/libhdf4-0_4.2r4-9_i386.deb
libhdf4-alt-dev_4.2r4-9_i386.deb
  to main/libh/libhdf4/libhdf4-alt-dev_4.2r4-9_i386.deb
libhdf4-dev_4.2r4-9_i386.deb
  to main/libh/libhdf4/libhdf4-dev_4.2r4-9_i386.deb
libhdf4-doc_4.2r4-9_all.deb
  to main/libh/libhdf4/libhdf4-doc_4.2r4-9_all.deb
libhdf4_4.2r4-9.diff.gz
  to main/libh/libhdf4/libhdf4_4.2r4-9.diff.gz
libhdf4_4.2r4-9.dsc
  to main/libh/libhdf4/libhdf4_4.2r4-9.dsc
libhdf4g-dev_4.2r4-9_all.deb
  to main/libh/libhdf4/libhdf4g-dev_4.2r4-9_all.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 542...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine <fran...@debian.org> (supplier of updated libhdf4 
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: Thu, 14 Jan 2010 10:30:08 +0100
Source: libhdf4
Binary: libhdf4-0 hdf4-tools libhdf4g-dev libhdf4-dev libhdf4-doc libhdf4-0-alt 
libhdf4-alt-dev
Architecture: source all i386
Version: 4.2r4-9
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Changed-By: Francesco Paolo Lovergine <fran...@debian.org>
Description: 
 hdf4-tools - The Hierarchical Data Format library -- runtime package
 libhdf4-0  - The Hierarchical Data Format library -- library package
 libhdf4-0-alt - The Hierarchical Data Format library -- library package
 libhdf4-alt-dev - The Hierarchical Data Format library -- development package
 libhdf4-dev - The Hierarchical Data Format library -- development package
 libhdf4-doc - The Hierarchical Data Format library -- documentation
 libhdf4g-dev - The Hierarchical Data Format library -- transitional development
Closes: 542522 562796
Changes: 
 libhdf4 (4.2r4-9) unstable; urgency=low
 .
   * Pre-apply kfreebsd patch to manage arch correctly in configure.ac.
     (closes: #542522)
   * Updated autotools patch by re-autoconfiscating.
     (closes: #562796)
Checksums-Sha1: 
 e26139717029cd445b78843d9844d5532bcfc558 1402 libhdf4_4.2r4-9.dsc
 f05b18b26f279a75f23410cd4ca07833cfed9e22 3397349 libhdf4_4.2r4-9.diff.gz
 269642b46fb43cafbce85ebd32340d13877f51e6 13008 libhdf4g-dev_4.2r4-9_all.deb
 d16a1696e3a04eed249fe4e1af60b0a7b10872ee 2635468 libhdf4-doc_4.2r4-9_all.deb
 dd93b22d2efa44c6d0258e9370bdb9570391bfc5 315006 libhdf4-0_4.2r4-9_i386.deb
 49fc3866d1580ca0ba239e4e01e59913ad68eb85 251154 hdf4-tools_4.2r4-9_i386.deb
 d7676b105a1412f5cb84cb17f7bd58a8d76d29a0 477530 libhdf4-dev_4.2r4-9_i386.deb
 e891a85aa3317f8675dda053eb0d8a3c461d50fa 275500 libhdf4-0-alt_4.2r4-9_i386.deb
 1c9c271b8c92e836f3295825837658c79e086394 424474 
libhdf4-alt-dev_4.2r4-9_i386.deb
Checksums-Sha256: 
 2108bb94f4d0c7c5a579d19b3da1a3b330970308b256c5e500b5451f55a5f849 1402 
libhdf4_4.2r4-9.dsc
 f3bbe3317d8829b3f35c24cefd507105f9cf57de7d2bae56de53b840974e92bb 3397349 
libhdf4_4.2r4-9.diff.gz
 1764fcf0b32975ce52506a31b4ec6d7e157b81b74aef4ba6a37b43a7d631a7b8 13008 
libhdf4g-dev_4.2r4-9_all.deb
 a50e5ed8a95946f360d0d35b793d6a15a3e92a516ea01f949b5afef54a8df4c3 2635468 
libhdf4-doc_4.2r4-9_all.deb
 96bc235a501cc14b9b3d756de1c956fb5d15f52ed22f8e8dfadd28315319fa4c 315006 
libhdf4-0_4.2r4-9_i386.deb
 1ece087a55e25ba8644b3ac27715d053cbceb4a83d31422b1ff3685f65953539 251154 
hdf4-tools_4.2r4-9_i386.deb
 195986f3184f380dbe4d1c2e677d2b6d7c8ca1110e3f3cb0893376cb6d909d7f 477530 
libhdf4-dev_4.2r4-9_i386.deb
 54f90f8f8c842ce1586e38dde607ea42e87642449cd5b4500949aff3f45c851d 275500 
libhdf4-0-alt_4.2r4-9_i386.deb
 990330e88d1502f9f3ad2a24ae2f0da3a49807f4a4412b438119603d1f2ea63c 424474 
libhdf4-alt-dev_4.2r4-9_i386.deb
Files: 
 459d5fb338659c5f643da5d86f44ee47 1402 graphics optional libhdf4_4.2r4-9.dsc
 6e4c7accd5ddfda74f7f9b3f6fe02817 3397349 graphics optional 
libhdf4_4.2r4-9.diff.gz
 23c80e08ef5c2d49f8ea5f2da12e0c46 13008 libdevel optional 
libhdf4g-dev_4.2r4-9_all.deb
 cce687aa5c7eae9c711cb3106ca696de 2635468 doc optional 
libhdf4-doc_4.2r4-9_all.deb
 c812bdf84b829c0344076a20b966970f 315006 libs optional 
libhdf4-0_4.2r4-9_i386.deb
 dd8fe240f8e04f0b608850830a24a2a1 251154 graphics optional 
hdf4-tools_4.2r4-9_i386.deb
 a1dfb873b0eaca6bd00292dff1e5de5f 477530 libdevel optional 
libhdf4-dev_4.2r4-9_i386.deb
 f93643dd79cdc21121c29bef7843d748 275500 libs extra 
libhdf4-0-alt_4.2r4-9_i386.deb
 76a2a674c338d21117b5f6bd643be574 424474 libdevel extra 
libhdf4-alt-dev_4.2r4-9_i386.deb

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

iEUEARECAAYFAktPJkoACgkQpFNRmenyx0fx6gCY6nQjaF4oqSVSIbqA3Xtk109P
3wCgn8KBaoxhxFF5DojnRjdU7Rj+DSs=
=gIFf
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to