Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2012 03:09:50 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/165947: [UPDATE] sysutils/mpiexec to 0.84
Message-ID:  <201203112109.q2BL9o3k094740@bofh.telnet.net.bd>
Resent-Message-ID: <201203112110.q2BLA8BT056728@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         165947
>Category:       ports
>Synopsis:       [UPDATE] sysutils/mpiexec to 0.84
>Confidential:   yes
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 11 21:10:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar 2 02:21:51 BDT 2012 bofh@bofh.telnet.net.bd:/usr/obj/usr/src/sys/BOFH amd64


>Description:
>How-To-Repeat:
>Fix:

--- mpiexec.patch.txt begins here ---
diff -ruN mpiexec.bak/Makefile mpiexec/Makefile
--- mpiexec.bak/Makefile	2012-03-12 02:08:53.325254712 +0600
+++ mpiexec/Makefile	2012-03-12 02:09:23.252250182 +0600
@@ -6,12 +6,12 @@
 #
 
 PORTNAME=	mpiexec
-PORTVERSION=	0.83
+PORTVERSION=	0.84
 CATEGORIES=	sysutils parallel
 MASTER_SITES=	http://www.osc.edu/~djohnson/mpiexec/
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	A tool to run a parallel job from within a PBS environment
 
 LIB_DEPENDS=	torque.2:${PORTSDIR}/sysutils/torque
diff -ruN mpiexec.bak/distinfo mpiexec/distinfo
--- mpiexec.bak/distinfo	2012-03-12 02:08:53.323249149 +0600
+++ mpiexec/distinfo	2012-03-12 02:09:33.166234501 +0600
@@ -1,2 +1,2 @@
-SHA256 (mpiexec-0.83.tgz) = 4485c6f5ced0889ea7fb88b49af001904348dee24a23cd85dd8402f606e2128d
-SIZE (mpiexec-0.83.tgz) = 207619
+SHA256 (mpiexec-0.84.tgz) = 119619c035453718dc98c2eb72799ad1fa9a8a240336bc0481d2063cb5a88fc3
+SIZE (mpiexec-0.84.tgz) = 229323
diff -ruN mpiexec.bak/files/patch-psm.c mpiexec/files/patch-psm.c
--- mpiexec.bak/files/patch-psm.c	1970-01-01 06:00:00.000000000 +0600
+++ mpiexec/files/patch-psm.c	2012-03-12 02:54:13.344252936 +0600
@@ -0,0 +1,23 @@
+--- psm.c.orig	2012-03-12 02:52:24.120253238 +0600
++++ psm.c	2012-03-12 02:53:17.264235224 +0600
+@@ -209,8 +209,7 @@
+ #include <netdb.h>
+ #include <sys/socket.h>
+ #include <sys/time.h>
+-#include <endian.h>
+-#include <byteswap.h>
++#include <sys/endian.h>
+ #include "mpiexec.h"
+ 
+ #ifdef HAVE_POLL
+@@ -221,8 +220,8 @@
+ #  define ntohu64(x) (x)
+ #  define htonu64(x) (x)
+ #elif __BYTE_ORDER == __LITTLE_ENDIAN
+-#  define ntohu64(x) __bswap_64(x)
+-#  define htonu64(x) __bswap_64(x)
++#  define ntohu64(x) bswap64(x)
++#  define htonu64(x) bswap64(x)
+ #endif
+ 
+ #define EPID_INFO_GLOBAL 2
--- mpiexec.patch.txt ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203112109.q2BL9o3k094740>