pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/ast-ksh Make it build on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5de415587a69
branches:  trunk
changeset: 395819:5de415587a69
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Tue Jul 14 09:14:04 2009 +0000

description:
Make it build on DragonFly.

diffstat:

 shells/ast-ksh/distinfo         |   3 ++-
 shells/ast-ksh/patches/patch-ad |  23 +++++++++++++++++++++++
 2 files changed, 25 insertions(+), 1 deletions(-)

diffs (41 lines):

diff -r c38c1a3ea66f -r 5de415587a69 shells/ast-ksh/distinfo
--- a/shells/ast-ksh/distinfo   Tue Jul 14 09:03:04 2009 +0000
+++ b/shells/ast-ksh/distinfo   Tue Jul 14 09:14:04 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2007/12/02 12:55:09 wiz Exp $
+$NetBSD: distinfo,v 1.12 2009/07/14 09:14:04 hasso Exp $
 
 SHA1 (INIT.2006-02-14.tgz) = 4661c72187bff2cd5fa3558ee7c0c22dd3ba5f39
 RMD160 (INIT.2006-02-14.tgz) = 68649532a15c34dcb20d61a544c1594d030c5f3f
@@ -9,3 +9,4 @@
 SHA1 (patch-aa) = dd3e5cc9b80ae6e24faed3f15af354cf34fb16a0
 SHA1 (patch-ab) = adbbdb5deeb15c1eeb38bec5685d9e6331b2b964
 SHA1 (patch-ac) = ee5c19ead4e27b4b2ac8430e1a98d77ea991b4a1
+SHA1 (patch-ad) = a85c7ac72c3443e4c140ee36bbc35b2a4eb42062
diff -r c38c1a3ea66f -r 5de415587a69 shells/ast-ksh/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/ast-ksh/patches/patch-ad   Tue Jul 14 09:14:04 2009 +0000
@@ -0,0 +1,23 @@
+$NetBSD: patch-ad,v 1.1 2009/07/14 09:14:04 hasso Exp $
+
+--- ./src/lib/libast/comp/errno.c.orig 2009-07-12 13:42:46 +0300
++++ ./src/lib/libast/comp/errno.c      2009-07-12 13:43:36 +0300
+@@ -23,18 +23,4 @@
+ 
+ #include <ast.h>
+ 
+-#if _tst_errno
+-
+ NoN(errno)
+-
+-#else
+-
+-/*
+- * this avoids multiple definitions with some libc's
+- * that define both an ast library supplied routine and
+- * errno in the same .o
+- */
+-
+-int     errno;
+-
+-#endif



Home | Main Index | Thread Index | Old Index