emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug#451178: emacs22: FTBFS on GNU/kFreeBSD


From: Richard Stallman
Subject: Re: Bug#451178: emacs22: FTBFS on GNU/kFreeBSD
Date: Sat, 24 Nov 2007 17:06:05 -0500

Would someone please install this tiny change, and ack?

To: address@hidden
From: Rob Browning <address@hidden>
Date: Fri, 23 Nov 2007 16:49:40 -0800
In-Reply-To: <address@hidden> (Petr
        Salinger's message of "Tue\,
        13 Nov 2007 23\:41\:25 +0100 \(CET\)")
Message-ID: <address@hidden>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Cc: address@hidden, address@hidden,
        Petr Salinger <address@hidden>
Subject: Re: Bug#451178: emacs22: FTBFS on GNU/kFreeBSD

(If possible, please preserve the address@hidden
 address in any replies.)

What follows is a request to add support for GNU/kFreeBSD.

Thanks

Petr Salinger <address@hidden> writes:

> Hi,
>
> the current version fails to build on GNU/kFreeBSD.
>
> It needs small tweak to configure.in/configure
> and related new opsys file.
> Please apply attached patch and regenerate configure.
>
> It would also be nice if you can ask upstream
> to include this changes.
>
> Thanks in advance
>
>                         Petr
>
>
> * apply and regenerate configure by autoconf
>
> only in patch2:
> unchanged:
> --- emacs22-22.1+1.orig/configure.in
> +++ emacs22-22.1+1/configure.in
> @@ -249,6 +249,19 @@
>      esac
>    ;;
>  
> +  ## FreeBSD kenrel + glibc based userland
> +  *-*-kfreebsd*gnu* )
> +    opsys=gnu-kfreebsd
> +    case "${canonical}" in
> +      alpha*-*-kfreebsd*)    machine=alpha ;;
> +      ia64-*-kfreebsd*)      machine=ia64 ;;
> +      sparc64-*-kfreebsd*)   machine=sparc ;;
> +      powerpc-*-kfreebsd*)   machine=macppc ;;
> +      i[3456]86-*-kfreebsd*) machine=intel386 ;;
> +      amd64-*-kfreebsd*|x86_64-*-kfreebsd*) machine=amdx86-64 ;;
> +    esac
> +  ;;
> +
>    ## NetBSD ports
>    *-*-netbsd* )
>      opsys=netbsd
> only in patch2:
> unchanged:
> --- emacs22-22.1+1.orig/src/s/gnu-kfreebsd.h
> +++ emacs22-22.1+1/src/s/gnu-kfreebsd.h
> @@ -0,0 +1,10 @@
> +
> +#include "gnu-linux.h"
> +
> +/* SYSTEM_TYPE should indicate the kind of system you are using.
> + It sets the Lisp variable system-type.  */
> +#undef SYSTEM_TYPE
> +#define SYSTEM_TYPE "gnu/kfreebsd"           /* All the best software is 
> free. */
> +
> +#define NO_TERMIO    /* use only <termios.h> */
> +

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4







reply via email to

[Prev in Thread] Current Thread [Next in Thread]