From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: machine specific patch (OpenBSD) Date: Wed, 13 Jul 2011 10:40:06 -0400 Message-ID: References: <871uxucls5.fsf@univ-nantes.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1310569088 26130 80.91.229.12 (13 Jul 2011 14:58:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Jul 2011 14:58:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Manuel Giraud Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 13 16:58:03 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qh0sz-0003Bt-UU for ged-emacs-devel@m.gmane.org; Wed, 13 Jul 2011 16:58:02 +0200 Original-Received: from localhost ([::1]:35349 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qh0sy-0000Y5-No for ged-emacs-devel@m.gmane.org; Wed, 13 Jul 2011 10:58:00 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qh0bm-0004JK-Uq for emacs-devel@gnu.org; Wed, 13 Jul 2011 10:40:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qh0bg-0006Qt-9U for emacs-devel@gnu.org; Wed, 13 Jul 2011 10:40:14 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:38475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qh0bf-0006Qd-Rc for emacs-devel@gnu.org; Wed, 13 Jul 2011 10:40:07 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Qh0be-000653-7H; Wed, 13 Jul 2011 10:40:06 -0400 In-Reply-To: <871uxucls5.fsf@univ-nantes.fr> (Manuel Giraud's message of "Wed, 13 Jul 2011 16:12:10 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141999 Archived-At: Manuel Giraud writes: > Hi, > > I'd like to know if machine specific patches are something that can go > in the repo before officially releasing emacs 24 ? In my case, I'd like > to push some of the patches for OpenBSD^1. For instance, the following > patch avoid emacs 24 to freeze at start under X: > > > --8<---------------cut here---------------start------------->8--- > === modified file 'src/s/openbsd.h' > --- src/s/openbsd.h 2011-01-15 23:16:57 +0000 > +++ src/s/openbsd.h 2011-07-13 13:28:30 +0000 > @@ -3,3 +3,4 @@ > /* The same as NetBSD. Note there are differences in configure. */ > #include "netbsd.h" > > +#define BROKEN_SIGIO > --8<---------------cut here---------------end--------------->8--- > > Best regards, > > 1: http://www.openbsd.org/cgi-bin/cvsweb/ports/editors/emacs23/patches/ How about showing the patches and not a link to them ? But before doing that please update the patches. A quick look at one of them showed that it defining macros that are no longer in use in the tree.