pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/parallel/sge Fix build on NetBSD-current of the includ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b16811383c96
branches: trunk
changeset: 503726:b16811383c96
user: markd <markd%pkgsrc.org@localhost>
date: Sat Nov 26 21:19:20 2005 +0000
description:
Fix build on NetBSD-current of the included tcsh in the same way that
tron fixed the actual tcsh package.
diffstat:
parallel/sge/distinfo | 3 ++-
parallel/sge/patches/patch-bi | 22 ++++++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletions(-)
diffs (40 lines):
diff -r 6e313c5c0c02 -r b16811383c96 parallel/sge/distinfo
--- a/parallel/sge/distinfo Sat Nov 26 19:47:42 2005 +0000
+++ b/parallel/sge/distinfo Sat Nov 26 21:19:20 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 12:23:31 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/11/26 21:19:20 markd Exp $
SHA1 (sge-5.3p6.tar.gz) = be0ff4ea59d14a1186e5fd35987df6f15fbc21fe
RMD160 (sge-5.3p6.tar.gz) = 847bb04de3b8dff9b84421cb59fb3618b5e60779
@@ -37,3 +37,4 @@
SHA1 (patch-bf) = 65c9d44a435802be2c209260bbd5c78c60560298
SHA1 (patch-bg) = d0d25bafcfd3ac60f21c82df51648811bd6b9b64
SHA1 (patch-bh) = cbe5e126b8cff831361c0cc6957e1c282d0d2aa7
+SHA1 (patch-bi) = e1e383801e288537ae42ea40d24cd9feec136211
diff -r 6e313c5c0c02 -r b16811383c96 parallel/sge/patches/patch-bi
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/parallel/sge/patches/patch-bi Sat Nov 26 21:19:20 2005 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-bi,v 1.1 2005/11/26 21:19:20 markd Exp $
+
+--- source/3rdparty/qtcsh/tc.sig.h.orig 2001-07-18 23:06:05.000000000 +1200
++++ source/3rdparty/qtcsh/tc.sig.h
+@@ -61,7 +61,7 @@
+ /*
+ * sigvec is not the same everywhere
+ */
+-# if defined(_SEQUENT_) || (defined(_POSIX_SOURCE) && !defined(hpux))
++# if defined(_SEQUENT_) || (defined(_POSIX_SOURCE) && !defined(hpux)) || defined(__NetBSD__)
+ # define HAVE_SIGVEC
+ # define mysigvec(a, b, c) sigaction(a, b, c)
+ typedef struct sigaction sigvec_t;
+@@ -75,7 +75,7 @@ typedef struct sigaction sigvec_t;
+ # endif
+ # define sv_handler sa_handler
+ # define sv_flags sa_flags
+-# endif /* _SEQUENT || (_POSIX_SOURCE && !hpux) */
++# endif /* _SEQUENT || (_POSIX_SOURCE && !hpux) || __NetBSD__ */
+
+ # ifdef hpux
+ # define HAVE_SIGVEC
Home |
Main Index |
Thread Index |
Old Index