all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rob Browning <rlb@defaultvalue.org>
To: bug-gnu-emacs@gnu.org
Cc: 451178@bugs.debian.org, 451178-forwarded@bugs.debian.org,
	Petr Salinger <Petr.Salinger@seznam.cz>
Subject: Bug#451178: emacs22: FTBFS on GNU/kFreeBSD
Date: Fri, 23 Nov 2007 16:49:40 -0800	[thread overview]
Message-ID: <87oddk8o2j.fsf@raven.defaultvalue.org> (raw)
In-Reply-To: <Pine.LNX.4.62.0711132338000.28911@sci.felk.cvut.cz> (Petr Salinger's message of "Tue\, 13 Nov 2007 23\:41\:25 +0100 \(CET\)")

(If possible, please preserve the 451178-forwarded@bugs.debian.org
 address in any replies.)

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

Thanks

Petr Salinger <Petr.Salinger@seznam.cz> 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	other threads:[~2007-11-24  0:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <Pine.LNX.4.62.0711132338000.28911@sci.felk.cvut.cz>
2007-11-24  0:49 ` Rob Browning [this message]
2007-11-24 22:06   ` Bug#451178: emacs22: FTBFS on GNU/kFreeBSD Richard Stallman
2007-11-28  8:24     ` Glenn Morris
2007-11-28 17:34       ` Sven Joachim
2007-11-28 19:06         ` Glenn Morris
2007-11-29  6:54           ` Jan Djärv
2007-11-29  7:29             ` Glenn Morris
2007-11-29  7:28       ` Rob Browning

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87oddk8o2j.fsf@raven.defaultvalue.org \
    --to=rlb@defaultvalue.org \
    --cc=451178-forwarded@bugs.debian.org \
    --cc=451178@bugs.debian.org \
    --cc=Petr.Salinger@seznam.cz \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.