Your message dated Tue, 11 Sep 2007 09:02:21 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#435580: fixed in vlock 2.1-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)
--- Begin Message ---
Package: vlock
Version: 1.3-10
Severity: important
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd
Hi,
here's a small patch which allows vlock to be built on
Debian GNU/kFreeBSD systems. I tested the build on kFreeBSD i386, but
it should also work on amd64.
Running vlock itself works just fine here, too.
HTH, Uwe.
--
http://www.hermann-uwe.de | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
diff -Naur vlock-1.3.orig/signals.c vlock-1.3/signals.c
--- vlock-1.3.orig/signals.c 1999-01-14 01:19:14.000000000 +0100
+++ vlock-1.3/signals.c 2007-08-01 16:18:39.000000000 +0200
@@ -16,7 +16,11 @@
#include <signal.h>
#include <sys/wait.h>
#include <sys/ioctl.h>
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#include <sys/consio.h>
+#else
#include <sys/vt.h>
+#endif
#include "vlock.h"
diff -Naur vlock-1.3.orig/terminal.c vlock-1.3/terminal.c
--- vlock-1.3.orig/terminal.c 1999-01-14 01:19:14.000000000 +0100
+++ vlock-1.3/terminal.c 2007-08-01 16:19:02.000000000 +0200
@@ -15,7 +15,11 @@
#include <unistd.h>
#include <termios.h>
#include <sys/ioctl.h>
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#include <sys/consio.h>
+#else
#include <sys/vt.h>
+#endif
#include "vlock.h"
diff -Naur vlock-1.3.orig/vlock.c vlock-1.3/vlock.c
--- vlock-1.3.orig/vlock.c 2007-08-01 16:19:19.000000000 +0200
+++ vlock-1.3/vlock.c 2007-08-01 16:18:55.000000000 +0200
@@ -17,7 +17,11 @@
#include <getopt.h>
#include <termios.h>
#include <signal.h>
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#include <sys/consio.h>
+#else
#include <sys/vt.h>
+#endif
#include <sys/kd.h>
#include <sys/ioctl.h>
#include "vlock.h"
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: vlock
Source-Version: 2.1-1
We believe that the bug you reported is fixed in the latest version of
vlock, which is due to be installed in the Debian FTP archive:
vlock_2.1-1.diff.gz
to pool/main/v/vlock/vlock_2.1-1.diff.gz
vlock_2.1-1.dsc
to pool/main/v/vlock/vlock_2.1-1.dsc
vlock_2.1-1_i386.deb
to pool/main/v/vlock/vlock_2.1-1_i386.deb
vlock_2.1.orig.tar.gz
to pool/main/v/vlock/vlock_2.1.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.
Alexander Wirt <[EMAIL PROTECTED]> (supplier of updated vlock 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: Tue, 11 Sep 2007 07:59:40 +0200
Source: vlock
Binary: vlock
Architecture: source i386
Version: 2.1-1
Distribution: unstable
Urgency: low
Maintainer: Peter Palfrader <[EMAIL PROTECTED]>
Changed-By: Alexander Wirt <[EMAIL PROTECTED]>
Description:
vlock - Virtual Console locking program
Closes: 435580
Changes:
vlock (2.1-1) unstable; urgency=low
.
* New upstream release
- Support for BSD (Closes: #435580)
Files:
e53a526012f73f48556c0657efaf8f97 677 utils optional vlock_2.1-1.dsc
a365a8fdde9379417ef2adc1c1230c4d 21045 utils optional vlock_2.1.orig.tar.gz
4e64eed9326d6fe6301fa80aaaf4ebd3 5202 utils optional vlock_2.1-1.diff.gz
7be960e0fc358fc0203af02680a0d541 23292 utils optional vlock_2.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFG5kp101u8mbx9AgoRAmnBAJ4obqp2uO53Y3IHU+dhqJlOBpBrqACfVyrE
HIeQfRiGdUOoZwlbfXYziNE=
=9c/g
-----END PGP SIGNATURE-----
--- End Message ---