Your message dated Tue, 15 Nov 2005 09:32:05 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#304855: fixed in gtkterm 0.99.5-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 15 Apr 2005 23:16:26 +0000
>From [EMAIL PROTECTED] Fri Apr 15 16:16:26 2005
Return-path: <[EMAIL PROTECTED]>
Received: from farad.aurel32.net [82.232.2.251] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DMa30-0006rf-00; Fri, 15 Apr 2005 16:16:26 -0700
Received: from hertz.aurel32.net ([2001:618:400:6439:220:18ff:fe38:7815])
        by farad.aurel32.net with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32)
        (Exim 4.50)
        id 1DMa2y-0000j3-UL; Sat, 16 Apr 2005 01:16:25 +0200
Received: from aurel32 by hertz.aurel32.net with local (Exim 4.50)
        id 1DMa1q-000Ene-EM; Sat, 16 Apr 2005 01:15:14 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Aurelien Jarno <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: gtkterm: FTBFS on GNU/kFreeBSD
X-Mailer: reportbug 3.9
Date: Sat, 16 Apr 2005 01:15:14 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
        HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: gtkterm
Severity: wishlist
Tags: patch

gtkterm currently fails to build of GNU/kFreeBSD because of a Linuxism.
Please find below a patch to fix that, and that should also make the
package buildable on pure *BSD.


--- gtkterm-0.99.4.orig/src/widgets.c
+++ gtkterm-0.99.4/src/widgets.c
@@ -42,7 +42,14 @@
 #include <gtk/gtk.h>
 #include <gdk/gdk.h>
 #include <gdk/gdkkeysyms.h>
-#include <asm/termios.h>       /* For control signals */
+#if defined (__linux__)
+#  include <asm/termios.h>       /* For control signals */
+#endif
+#if defined (__FreeBSD__) || defined (__FreeBSD_kernel__) \
+     || defined (__NetBSD__) || defined (__NetBSD_kernel__) \
+     || defined (__OpenBSD__) || defined (__OpenBSD_kernel__) 
+#  include <sys/ttycom.h>        /* For control signals */
+#endif
 #include <vte/vte.h>
 #include <stdio.h>
 #include <string.h>


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-i386 (i686)
Kernel: GNU/kFreeBSD 5.3-7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

---------------------------------------
Received: (at 304855-close) by bugs.debian.org; 15 Nov 2005 17:41:25 +0000
>From [EMAIL PROTECTED] Tue Nov 15 09:41:25 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1Ec4f7-0007dO-Rn; Tue, 15 Nov 2005 09:32:05 -0800
From: Sebastien Bacher <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#304855: fixed in gtkterm 0.99.5-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 15 Nov 2005 09:32:05 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-4.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
        HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: gtkterm
Source-Version: 0.99.5-1

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

gtkterm_0.99.5-1.diff.gz
  to pool/main/g/gtkterm/gtkterm_0.99.5-1.diff.gz
gtkterm_0.99.5-1.dsc
  to pool/main/g/gtkterm/gtkterm_0.99.5-1.dsc
gtkterm_0.99.5-1_i386.deb
  to pool/main/g/gtkterm/gtkterm_0.99.5-1_i386.deb
gtkterm_0.99.5.orig.tar.gz
  to pool/main/g/gtkterm/gtkterm_0.99.5.orig.tar.gz



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.
Sebastien Bacher <[EMAIL PROTECTED]> (supplier of updated gtkterm 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: Mon, 14 Nov 2005 20:46:10 +0100
Source: gtkterm
Binary: gtkterm
Architecture: source i386
Version: 0.99.5-1
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher <[EMAIL PROTECTED]>
Changed-By: Sebastien Bacher <[EMAIL PROTECTED]>
Description: 
 gtkterm    - A simple GTK+ serial port terminal
Closes: 223825 304855
Changes: 
 gtkterm (0.99.5-1) unstable; urgency=low
 .
   * New upstream version:
     - Backspace key now works and sends \b
     - Print all messages in UTF8 format
     - Fixed segfault in case of local buffer overflow
     - Added hungarian translation
     - Allow user to change the port manually to an unlisted port device
       (Closes: #223825).
     - Fix the build on GNU/KFreeBSD (Closes: #304855).
Files: 
 72cb074220fb28ac8ae3d2b5422b28e0 600 comm optional gtkterm_0.99.5-1.dsc
 007ce7810466396b6452dea9c57c5f02 342355 comm optional 
gtkterm_0.99.5.orig.tar.gz
 72a72ae9c6a4a8b3a942845f1b3bb148 2131 comm optional gtkterm_0.99.5-1.diff.gz
 4dd7de33d8ff08c0a6676af517e61e87 47938 comm optional gtkterm_0.99.5-1_i386.deb

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

iD8DBQFDehiUQxo87aLX0pIRArBUAKC5QQn+jrpig+iyct6gJVlvB43mZgCfamIX
EGLcMx8RHHvk7eC+7TPFePE=
=D3kF
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to