pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xsel Make it build on DragonFly (and probably some...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0bd6ea4c0983
branches:  trunk
changeset: 396233:0bd6ea4c0983
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Mon Jul 20 18:51:53 2009 +0000

description:
Make it build on DragonFly (and probably some other systems).

diffstat:

 x11/xsel/distinfo         |   3 ++-
 x11/xsel/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 6f12f2f4d24a -r 0bd6ea4c0983 x11/xsel/distinfo
--- a/x11/xsel/distinfo Mon Jul 20 18:21:12 2009 +0000
+++ b/x11/xsel/distinfo Mon Jul 20 18:51:53 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/04/05 13:07:35 obache Exp $
+$NetBSD: distinfo,v 1.2 2009/07/20 18:51:53 hasso Exp $
 
 SHA1 (xsel-1.2.0.tar.gz) = e48df89d7ce7e1256b0c7464393533a0c296eca1
 RMD160 (xsel-1.2.0.tar.gz) = 53fc7fe06e4e4ebe3c47a3a97408876cd0c5faed
 Size (xsel-1.2.0.tar.gz) = 169155 bytes
+SHA1 (patch-aa) = 85a45f1baa6a8a788b52e637af337ff06e0ff0d5
diff -r 6f12f2f4d24a -r 0bd6ea4c0983 x11/xsel/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xsel/patches/patch-aa Mon Jul 20 18:51:53 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2009/07/20 18:51:53 hasso Exp $
+
+--- xsel.c.orig        2009-07-20 21:08:25 +0300
++++ xsel.c     2009-07-20 21:09:11 +0300
+@@ -465,7 +465,7 @@ get_timestamp (void)
+  */
+ 
+ /* The jmp_buf to longjmp out of the signal handler */
+-static jmp_buf env_alrm;
++static sigjmp_buf env_alrm;
+ 
+ /*
+  * alarm_handler (sig)



Home | Main Index | Thread Index | Old Index