Your message dated Mon, 23 Jun 2008 22:09:13 +0100
with message-id <[EMAIL PROTECTED]>
and subject line This bug has been fixed long time ago..
has caused the Debian Bug report #336952,
regarding g2: 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.)


-- 
336952: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=336952
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: g2
Severity: important
Tags: patch

Hi,

The current version of g2 fails to build on GNU/kFreeBSD. Please
find attached a small patch to fix that. It would be nice if you can
include it in your 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

diff -u g2-0.70/configure.in g2-0.70/configure.in
--- g2-0.70/configure.in
+++ g2-0.70/configure.in
@@ -13,7 +13,7 @@
 #
 AC_CANONICAL_HOST
 case "$host" in
-  *-linux*)
+    *-linux* | *-k*bsd*-gnu)
                LD_SHARED='ld'
                LD_SHARED_FLAGS='-shared -soname libg2.so.0'
                LD_SHARED_OPT='-lc'

--- End Message ---
--- Begin Message ---
The system didn't close this bug, so I'm closing it now.

g2 (0.70-1.2) unstable; urgency=low
 .
   * Non Maintainer Upload
   * Fix library include path for libg20-perl libraries (Closes: #356565)
     thanks Niko Tyni for the patch.
   * Allow for building the package on kfreebsd et al. (Closes: #336952)
     thanks to Aurelien Jarno for the patch.

--
Marco Rodrigues

http://Marco.Tondela.org



--- End Message ---

Reply via email to