Your message dated Sat, 08 Mar 2008 19:02:08 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#448735: fixed in ogdi-dfsg 3.2.0~beta1-3.1 has caused the Debian Bug report #448735, regarding ogdi-dfsg: 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 [EMAIL PROTECTED] immediately.) -- 448735: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448735 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: ogdi-dfsg Severity: important Version: 3.2.0~beta1-3 Tags: patch User: [EMAIL PROTECTED] Usertags: kfreebsd Hi, the current version fails to build on GNU/kFreeBSD. It needs fixup in Makefile systems. Unfortunately this also means, that it have to be included directly, not via dpatch (at least config/common.mak part). It would also be nice if you can inform upstream about this problem. Thanks in advance Petronly in patch2: unchanged: --- ogdi-dfsg-3.2.0~beta1.orig/configure.in +++ ogdi-dfsg-3.2.0~beta1/configure.in @@ -349,5 +349,9 @@ [chmod +x ogdi-config]) AC_OUTPUT(config/generic.mak) -mv config/generic.mak config/`uname`.mak +target=`uname` +if test "$target" = "GNU/kFreeBSD" ; then + target=Linux +fi +mv config/generic.mak config/$target.mak only in patch2: unchanged: --- ogdi-dfsg-3.2.0~beta1.orig/configure +++ ogdi-dfsg-3.2.0~beta1/configure @@ -5278,5 +5875,9 @@ $ac_cs_success || { (exit 1); exit 1; } fi -mv config/generic.mak config/`uname`.mak +target=`uname` +if test "$target" = "GNU/kFreeBSD" ; then + target=Linux +fi +mv config/generic.mak config/$target.mak only in patch2: unchanged: --- ogdi-dfsg-3.2.0~beta1.orig/config/common.mak.in +++ ogdi-dfsg-3.2.0~beta1/config/common.mak.in @@ -52,6 +52,9 @@ ifndef TARGET TARGET = $(shell uname) +ifeq ($(TARGET), GNU/kFreeBSD) +TARGET = Linux +endif endif # only in patch2: unchanged: --- ogdi-dfsg-3.2.0~beta1.orig/config/common.mak +++ ogdi-dfsg-3.2.0~beta1/config/common.mak @@ -52,6 +52,9 @@ ifndef TARGET TARGET = $(shell uname) +ifeq ($(TARGET), GNU/kFreeBSD) +TARGET = Linux +endif endif #
--- End Message ---
--- Begin Message ---Source: ogdi-dfsg Source-Version: 3.2.0~beta1-3.1 We believe that the bug you reported is fixed in the latest version of ogdi-dfsg, which is due to be installed in the Debian FTP archive: libogdi3.2-dev_3.2.0~beta1-3.1_i386.deb to pool/main/o/ogdi-dfsg/libogdi3.2-dev_3.2.0~beta1-3.1_i386.deb libogdi3.2_3.2.0~beta1-3.1_i386.deb to pool/main/o/ogdi-dfsg/libogdi3.2_3.2.0~beta1-3.1_i386.deb ogdi-bin_3.2.0~beta1-3.1_i386.deb to pool/main/o/ogdi-dfsg/ogdi-bin_3.2.0~beta1-3.1_i386.deb ogdi-dfsg_3.2.0~beta1-3.1.diff.gz to pool/main/o/ogdi-dfsg/ogdi-dfsg_3.2.0~beta1-3.1.diff.gz ogdi-dfsg_3.2.0~beta1-3.1.dsc to pool/main/o/ogdi-dfsg/ogdi-dfsg_3.2.0~beta1-3.1.dsc 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. Barry deFreese <[EMAIL PROTECTED]> (supplier of updated ogdi-dfsg 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: Fri, 07 Mar 2008 14:46:16 -0500 Source: ogdi-dfsg Binary: libogdi3.2-dev libogdi3.2 ogdi-bin Architecture: source i386 Version: 3.2.0~beta1-3.1 Distribution: unstable Urgency: low Maintainer: Debian GIS Project <[email protected]> Changed-By: Barry deFreese <[EMAIL PROTECTED]> Description: libogdi3.2 - Open Geographic Datastore Interface Library -- library libogdi3.2-dev - Open Geographic Datastore Interface Library -- development ogdi-bin - Open Geographic Datastore Interface Library -- utilities Closes: 448735 459109 Changes: ogdi-dfsg (3.2.0~beta1-3.1) unstable; urgency=low . * Non-maintainer upload. * bashisms.dpatch - Remove bashisms. (Closes: #459109). * kfreebsd.dpatch - Build on kfreebsd. (Closes: #448735). + Thanks to Petr Salinger for the patch. Files: ca3ddaa1780196765a6decc57ada1330 768 libs extra ogdi-dfsg_3.2.0~beta1-3.1.dsc 252f7caeb154652813d52ec064aee470 10850 libs extra ogdi-dfsg_3.2.0~beta1-3.1.diff.gz 8852aa3968470e217dcaeee0a9a5a6c7 35352 libdevel extra libogdi3.2-dev_3.2.0~beta1-3.1_i386.deb a8cda195120142a0fb71809e96521978 232274 libs extra libogdi3.2_3.2.0~beta1-3.1_i386.deb 9faf53608f7fc8005e3a943af3aae0ca 42892 science extra ogdi-bin_3.2.0~beta1-3.1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH0t/D5UTeB5t8Mo0RAhlKAKCNz1yeenArJq7GKwDqT27kpDT2kQCgjYE5 YnufZB4Dt0jjvjMQj7SUvXU= =RNTA -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

