From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 29 01:20:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A308B3D7 for ; Tue, 29 Apr 2014 01:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FCCC1A3D for ; Tue, 29 Apr 2014 01:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3T1K08o091271 for ; Tue, 29 Apr 2014 01:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3T1K0EZ091270; Tue, 29 Apr 2014 01:20:00 GMT (envelope-from gnats) Resent-Date: Tue, 29 Apr 2014 01:20:00 GMT Resent-Message-Id: <201404290120.s3T1K0EZ091270@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Bacon Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D4583BF for ; Tue, 29 Apr 2014 01:18:58 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08FEA1A2D for ; Tue, 29 Apr 2014 01:18:58 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3T1Ivnb005354 for ; Tue, 29 Apr 2014 01:18:57 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3T1IvRo005345; Tue, 29 Apr 2014 01:18:57 GMT (envelope-from nobody) Message-Id: <201404290118.s3T1IvRo005345@cgiserv.freebsd.org> Date: Tue, 29 Apr 2014 01:18:57 GMT From: Jason Bacon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/189092: maintainer update: science/fvcom-mpi with name change X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2014 01:20:00 -0000 >Number: 189092 >Category: ports >Synopsis: maintainer update: science/fvcom-mpi with name change >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Apr 29 01:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Jason Bacon >Release: 10.0-RELEASE >Organization: Acadix Consulting, LLC >Environment: FreeBSD freebie.acadix.biz 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr 8 06:45:06 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Change name of science/fvcom-mpi to fvcom-openmpi in order to leave room for ports using other MPI implementations, such as mpich2. Master port also contains changes to facilitate this. See ports/189091. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN --exclude=CVS --exclude=.svn /usr/ports/science/fvcom-openmpi/Makefile /usr/wip/science/fvcom-openmpi/Makefile --- /usr/ports/science/fvcom-openmpi/Makefile 2014-04-12 19:17:45.000000000 -0500 +++ /usr/wip/science/fvcom-openmpi/Makefile 2014-04-28 20:13:02.000000000 -0500 @@ -1,8 +1,11 @@ # Created by: Jason Bacon # $FreeBSD: head/science/fvcom-mpi/Makefile 351165 2014-04-13 00:17:45Z danilo $ -PORTREVISION= 2 -PKGNAMESUFFIX= -mpi +PKGNAMESUFFIX= -openmpi + +# Would be nice to get this from Mk +# Include trailing / so that it can be used as ${MPIPREFIX}bin, etc. +MPIPREFIX= mpi/openmpi/ MAINTAINER= jwbacon@tds.net @@ -10,7 +13,7 @@ MASTERDIR= ${.CURDIR}/../fvcom -MAKE_ARGS+= FC=${LOCALBASE}/mpi/openmpi/bin/mpif90 \ +MAKE_ARGS+= FC=${LOCALBASE}/${MPIPREFIX}bin/mpif90 \ PORT_CPP_FLAGS+=-DMULTIPROCESSOR .include "${MASTERDIR}/Makefile" >Release-Note: >Audit-Trail: >Unformatted: