pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/guile20 Remove patch for the combination of Drago...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a151bc70d5c4
branches:  trunk
changeset: 359649:a151bc70d5c4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 15 13:55:53 2017 +0000

description:
Remove patch for the combination of DragonFly + ia64, which does not exist.
Suggested by upstream (Andy Wingo).

diffstat:

 lang/guile20/distinfo                         |   3 +--
 lang/guile20/patches/patch-libguile_threads.c |  15 ---------------
 2 files changed, 1 insertions(+), 17 deletions(-)

diffs (33 lines):

diff -r 231cba399be7 -r a151bc70d5c4 lang/guile20/distinfo
--- a/lang/guile20/distinfo     Wed Mar 15 13:42:03 2017 +0000
+++ b/lang/guile20/distinfo     Wed Mar 15 13:55:53 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2017/03/08 14:38:34 jperkin Exp $
+$NetBSD: distinfo,v 1.10 2017/03/15 13:55:53 wiz Exp $
 
 SHA1 (guile-2.0.14.tar.gz) = fd04a4973715b8c4cd6c03a97e08d7f2c3c2bd68
 RMD160 (guile-2.0.14.tar.gz) = 754aaf1bf3c6bed9afdde49c5154b87047408a1e
@@ -7,4 +7,3 @@
 SHA1 (patch-lib_signal.in.h) = a5ddf019ed1e33b9f5b9994d1368be88660684a5
 SHA1 (patch-libguile_filesys.c) = 3aadb171d94e6ad583583b028b281c5f87818400
 SHA1 (patch-libguile_stime.c) = a817e58e4ec05ad040a11ccdaacca53511ad0ad8
-SHA1 (patch-libguile_threads.c) = 6250af1130fb8a6f22db4ba04c9f70bc6c9f0ade
diff -r 231cba399be7 -r a151bc70d5c4 lang/guile20/patches/patch-libguile_threads.c
--- a/lang/guile20/patches/patch-libguile_threads.c     Wed Mar 15 13:42:03 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$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 <ucontext.h>
- void *
- scm_ia64_register_backing_store_base (void)



Home | Main Index | Thread Index | Old Index