Mon Jun 29 21:44:34 2015 UTC ()
Deal with linux 4.x


(markd)
diff -r1.18 -r1.19 pkgsrc/parallel/sge/distinfo
diff -r0 -r1.1 pkgsrc/parallel/sge/patches/patch-source_util_arch

cvs diff -r1.18 -r1.19 pkgsrc/parallel/sge/distinfo (expand / switch to context diff)
--- pkgsrc/parallel/sge/distinfo 2014/01/14 10:21:39 1.18
+++ pkgsrc/parallel/sge/distinfo 2015/06/29 21:44:33 1.19
@@ -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_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

File Added: pkgsrc/parallel/sge/patches/patch-source_util_arch
$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