From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Thomas Klausner Newsgroups: gmane.lisp.guile.bugs Subject: bug#25921: pkgsrc patches: Dragonfly support Date: Wed, 15 Mar 2017 19:04:45 +0100 Message-ID: <20170315180445.vl4dktxx6mtvpbjt@danbala> References: <20170301202710.t3wqopzxihnoo3hq@danbala> <87pohk85ex.fsf@pobox.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1489601177 14619 195.159.176.226 (15 Mar 2017 18:06:17 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 15 Mar 2017 18:06:17 +0000 (UTC) Cc: 25921-done@debbugs.gnu.org To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Mar 15 19:06:10 2017 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1coDJE-0002dr-2L for guile-bugs@m.gmane.org; Wed, 15 Mar 2017 19:06:04 +0100 Original-Received: from localhost ([::1]:38863 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coDJJ-0006yt-PW for guile-bugs@m.gmane.org; Wed, 15 Mar 2017 14:06:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coDIL-0006Hb-8A for bug-guile@gnu.org; Wed, 15 Mar 2017 14:05:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1coDIF-0008WO-9X for bug-guile@gnu.org; Wed, 15 Mar 2017 14:05:09 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:59241) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1coDIF-0008WC-6r for bug-guile@gnu.org; Wed, 15 Mar 2017 14:05:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1coDIE-0002Jb-K6 for bug-guile@gnu.org; Wed, 15 Mar 2017 14:05:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Thomas Klausner Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Wed, 15 Mar 2017 18:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25921 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Original-Received: via spool by 25921-done@debbugs.gnu.org id=D25921.14896010898877 (code D ref 25921); Wed, 15 Mar 2017 18:05:02 +0000 Original-Received: (at 25921-done) by debbugs.gnu.org; 15 Mar 2017 18:04:49 +0000 Original-Received: from localhost ([127.0.0.1]:57440 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1coDI0-0002J7-RR for submit@debbugs.gnu.org; Wed, 15 Mar 2017 14:04:49 -0400 Original-Received: from danbala.ifoer.tuwien.ac.at ([128.130.168.114]:50237) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1coDHz-0002Iy-Bf for 25921-done@debbugs.gnu.org; Wed, 15 Mar 2017 14:04:48 -0400 Original-Received: by danbala.ifoer.tuwien.ac.at (Postfix, from userid 116) id E22C0A506; Wed, 15 Mar 2017 19:04:45 +0100 (CET) Content-Disposition: inline In-Reply-To: <87pohk85ex.fsf@pobox.com> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: "bug-guile" Xref: news.gmane.org gmane.lisp.guile.bugs:8689 Archived-At: On Tue, Mar 14, 2017 at 12:27:18PM +0100, Andy Wingo wrote: > On Wed 01 Mar 2017 21:27, Thomas Klausner writes: > > > $NetBSD: patch-lib_signal.in.h,v 1.1 2016/12/03 03:15:33 marino Exp $ > > > > DragonFly support. > > > > --- lib/signal.in.h.orig 2016-06-29 09:12:27 UTC > > +++ lib/signal.in.h > > @@ -61,6 +61,7 @@ > > #if (@GNULIB_PTHREAD_SIGMASK@ || defined GNULIB_POSIXCHECK) \ > > && ((defined __APPLE__ && defined __MACH__) \ > > || defined __FreeBSD__ || defined __OpenBSD__ || defined __osf__ \ > > + || defined __DragonFly__ \ > > || defined __sun || defined __ANDROID__) \ > > && ! defined __GLIBC__ > > # include > > > > This file comes from gnulib. Can you send this patch there? > bug-gnulib@gnu.org. That way you will fix it once and reap the benefits > many places. I sent this upstream and learned that it's probably unnecessary, so I've removed it from pkgsrc. > > $NetBSD: patch-libguile_threads.c,v 1.1 2016/12/03 03:15:33 marino Exp $ > > > > DragonFly support. > > > > --- libguile/threads.c.orig 2016-06-20 20:35:06 UTC > > +++ libguile/threads.c > > @@ -2252,7 +2252,7 @@ scm_ia64_ar_bsp (const void *opaque) > > return (void *) ctx->uc_mcontext.sc_ar_bsp; > > } > > # endif /* linux */ > > -# ifdef __FreeBSD__ > > +# if defined __FreeBSD__ || defined __DragonFly__ > > # include > > void * > > This is for ia64 support which AFAIU DragonFly doesn't do; I think you > can drop this one. Ok, removed too. Thanks for the feedback! Thomas