summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authormarkd <markd>2015-06-29 21:44:33 +0000
committermarkd <markd>2015-06-29 21:44:33 +0000
commite316db347807e8e390a12789d4b3ec3133ca1db9 (patch)
tree7318fe9aab666f0a8f11dbba13116f838d97f753 /parallel
parent919c144e06efb7d8264f7d9fa1cf65883a903787 (diff)
downloadpkgsrc-e316db347807e8e390a12789d4b3ec3133ca1db9.tar.gz
Deal with linux 4.x
Diffstat (limited to 'parallel')
-rw-r--r--parallel/sge/distinfo3
-rw-r--r--parallel/sge/patches/patch-source_util_arch15
2 files changed, 17 insertions, 1 deletions
diff --git a/parallel/sge/distinfo b/parallel/sge/distinfo
index db85a6cda88..51f1aec82c4 100644
--- a/parallel/sge/distinfo
+++ b/parallel/sge/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.18 2014/01/14 10:21:39 markd Exp $
+$NetBSD: distinfo,v 1.19 2015/06/29 21:44:33 markd Exp $
SHA1 (sge-8.1.6.tar.gz) = 8348a543c736ed4f1c36cf1e8242eeb1a61033df
RMD160 (sge-8.1.6.tar.gz) = 231f4d100722c7a99a92e0b9b989125e5d15f295
@@ -14,3 +14,4 @@ SHA1 (patch-source-utilbin_Makefile) = 0a6fa06e71140ed8e74ebe0e5e37a4a3a515391b
SHA1 (patch-source_3rdparty_sge_depend_def.h) = 92ad1ef5d0cf237fa083a262d38c67828593f679
SHA1 (patch-source_libs_comm_cl_ssl_framework.c) = 230c2a510b52516d9eea934b8c797141167a0b6d
SHA1 (patch-source_libs_uti_sge__loadmem.c) = d781009ee8efbfa210a698c885f0aab51ae96818
+SHA1 (patch-source_util_arch) = c544eca206d2b260ed881f5112bedde68ac5029a
diff --git a/parallel/sge/patches/patch-source_util_arch b/parallel/sge/patches/patch-source_util_arch
new file mode 100644
index 00000000000..adfd53bc670
--- /dev/null
+++ b/parallel/sge/patches/patch-source_util_arch
@@ -0,0 +1,15 @@
+$NetBSD: patch-source_util_arch,v 1.1 2015/06/29 21:44:33 markd Exp $
+
+Deal with linux 4.x
+
+--- source/dist/util/arch.orig 2013-10-28 16:22:53.000000000 +0000
++++ source/dist/util/arch
+@@ -212,7 +212,7 @@ Linux)
+ # http://sourceware.org/git/?p=glibc.git;a=blob_plain;f=FAQ;hb=HEAD
+ if [ "$unsupported" != "UNSUPPORTED-" ]; then
+ case $osrelease in
+- 2.4.*|2.6.*|3.*)
++ 2.4.*|2.6.*|3.*|4.*)
+ # verify the GNU C lib version
+ # we expect libc version to be
+ # >= 2.3 - this is our supported lx-* platform