pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/parallel/sge sge: get slightly further building, still...
details: https://anonhg.NetBSD.org/pkgsrc/rev/66a38dcd1c9c
branches: trunk
changeset: 376112:66a38dcd1c9c
user: nia <nia%pkgsrc.org@localhost>
date: Sat Apr 02 11:48:19 2022 +0000
description:
sge: get slightly further building, still BROKEN
diffstat:
parallel/sge/Makefile | 4 +-
parallel/sge/distinfo | 4 +-
parallel/sge/patches/patch-source_libs_uti_sge__loadmem.c | 26 +++++++++++++-
3 files changed, 29 insertions(+), 5 deletions(-)
diffs (74 lines):
diff -r f270b5d10317 -r 66a38dcd1c9c parallel/sge/Makefile
--- a/parallel/sge/Makefile Sat Apr 02 11:31:54 2022 +0000
+++ b/parallel/sge/Makefile Sat Apr 02 11:48:19 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2021/05/24 19:53:41 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2022/04/02 11:48:19 nia Exp $
DISTNAME= sge-8.1.6
PKGREVISION= 10
@@ -10,6 +10,8 @@
COMMENT= Son of Grid Engine distributed resource management system
LICENSE= sissl-1.1 AND 2-clause-bsd AND gnu-gpl-v2 AND gnu-lgpl-v2
+BROKEN+= "Incompatible with recent OpenSSL releases"
+
GNU_CONFIGURE= YES
USE_TOOLS+= gmake csh perl:run
diff -r f270b5d10317 -r 66a38dcd1c9c parallel/sge/distinfo
--- a/parallel/sge/distinfo Sat Apr 02 11:31:54 2022 +0000
+++ b/parallel/sge/distinfo Sat Apr 02 11:48:19 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.23 2021/10/26 11:10:38 nia Exp $
+$NetBSD: distinfo,v 1.24 2022/04/02 11:48:19 nia Exp $
BLAKE2s (sge-8.1.6.tar.gz) = 0fb07789c3a66f1792f46f538f152d56bc3c34cc391ed153eb6e071e35c01315
SHA512 (sge-8.1.6.tar.gz) = 5044acf4b3f37a785a383c6341b51fb026456ffd7e6f9c8bb7d115068f67e15a833fe2b504fa3652710fd54946ae36eabd872f0263f13d558ae4187b824a0aa6
@@ -14,5 +14,5 @@
SHA1 (patch-source_3rdparty_sge_depend_def.h) = 92ad1ef5d0cf237fa083a262d38c67828593f679
SHA1 (patch-source_libs_comm_cl_ssl_framework.c) = 230c2a510b52516d9eea934b8c797141167a0b6d
SHA1 (patch-source_libs_spool_berkeleydb_Makefile) = 9418b67308c96cda40d2d70026cb31ef6c937693
-SHA1 (patch-source_libs_uti_sge__loadmem.c) = d781009ee8efbfa210a698c885f0aab51ae96818
+SHA1 (patch-source_libs_uti_sge__loadmem.c) = a0beb90df3f9ec927f3e2570aced53c36875adea
SHA1 (patch-source_util_arch) = c544eca206d2b260ed881f5112bedde68ac5029a
diff -r f270b5d10317 -r 66a38dcd1c9c parallel/sge/patches/patch-source_libs_uti_sge__loadmem.c
--- a/parallel/sge/patches/patch-source_libs_uti_sge__loadmem.c Sat Apr 02 11:31:54 2022 +0000
+++ b/parallel/sge/patches/patch-source_libs_uti_sge__loadmem.c Sat Apr 02 11:48:19 2022 +0000
@@ -1,8 +1,21 @@
-$NetBSD: patch-source_libs_uti_sge__loadmem.c,v 1.2 2014/01/14 10:21:39 markd Exp $
+$NetBSD: patch-source_libs_uti_sge__loadmem.c,v 1.3 2022/04/02 11:48:20 nia Exp $
+
+_KMEMUSER is defined too late which causes vaddr_t to be undefined
+by the time machine/types.h is included.
--- source/libs/uti/sge_loadmem.c.orig 2013-10-28 16:22:54.000000000 +0000
+++ source/libs/uti/sge_loadmem.c
-@@ -45,6 +45,10 @@
+@@ -29,6 +29,9 @@
+ *
+ ************************************************************************/
+ /*___INFO__MARK_END__*/
++#ifdef __NetBSD__
++#define _KMEMUSER
++#endif
+ #include <stdio.h>
+ #include <string.h>
+ #include <locale.h>
+@@ -45,6 +48,10 @@
#include "uti/sge_log.h"
#include "uti/msg_utilib.h"
@@ -13,3 +26,12 @@
#if !defined(__linux__) && !defined(DARWIN) && !defined(FREEBSD) && !defined(NETBSD)
#include <unistd.h>
+@@ -620,7 +627,7 @@ int sge_loadmem(sge_mem_info_t *mem_info
+
+ #if defined(NETBSD)
+
+-#define _KMEMUSER
++#include <machine/types.h>
+ #include <sys/param.h>
+ #include <sys/sysctl.h>
+
Home |
Main Index |
Thread Index |
Old Index