From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 27 05:50:02 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F094916A41F for ; Sun, 27 May 2007 05:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id C145713C45A for ; Sun, 27 May 2007 05:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4R5o2pk044965 for ; Sun, 27 May 2007 05:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4R5o2C8044962; Sun, 27 May 2007 05:50:02 GMT (envelope-from gnats) Resent-Date: Sun, 27 May 2007 05:50:02 GMT Resent-Message-Id: <200705270550.l4R5o2C8044962@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, CHAO Shin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B0EB016A46B for ; Sun, 27 May 2007 05:44:57 +0000 (UTC) (envelope-from quakelee@tarsier.delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id 37DF913C45B for ; Sun, 27 May 2007 05:44:55 +0000 (UTC) (envelope-from quakelee@tarsier.delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 2C9E1EB4CAA for ; Sun, 27 May 2007 13:44:52 +0800 (CST) Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id IC8ZFafXiYbf for ; Sun, 27 May 2007 13:44:43 +0800 (CST) Received: from tarsier.delphij.net (tarsier.geekcn.org [210.51.165.229]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 768DCEB4C6C for ; Sun, 27 May 2007 13:44:42 +0800 (CST) Received: from tarsier.delphij.net (localhost [127.0.0.1]) by tarsier.delphij.net (8.13.8/8.13.8) with ESMTP id l4R5igZu024422 for ; Sun, 27 May 2007 13:44:42 +0800 (CST) (envelope-from quakelee@tarsier.delphij.net) Received: (from quakelee@localhost) by tarsier.delphij.net (8.13.8/8.13.8/Submit) id l4R5iaLp024421; Sun, 27 May 2007 13:44:36 +0800 (CST) (envelope-from quakelee) Message-Id: <200705270544.l4R5iaLp024421@tarsier.delphij.net> Date: Sun, 27 May 2007 13:44:36 +0800 (CST) From: CHAO Shin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/113047: [PATCH] science/pnetcdf add a dependence again X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: CHAO Shin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 05:50:03 -0000 >Number: 113047 >Category: ports >Synopsis: [PATCH] science/pnetcdf add a dependence again >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: Sun May 27 05:50:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: CHAO Shin >Release: FreeBSD 7.0-current i386 >Organization: The FreeBSD Simplified Chinese Project >Environment: System: FreeBSD portyard.sysdept.sina.com.cn 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Feb 1 19:02:06 CST 2007 root@portyard.sysdept.sina.com.cn:/usr/obj/usr/src/sys/GX270 i386 >Description: add a new dependence of gfortran42. The patch submit last time in pr-ports/112540 has some problem, this is a new one. Please close that pr. Thank you! >How-To-Repeat: >Fix: --- patch-pnetcdf.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/science/pnetcdf/Makefile,v retrieving revision 1.2 diff -u -p -a -u -r1.2 Makefile --- Makefile 19 May 2007 20:22:18 -0000 1.2 +++ Makefile 27 May 2007 05:36:50 -0000 @@ -7,7 +7,7 @@ PORTNAME= pnetcdf PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science parallel MASTER_SITES= http://www-unix.mcs.anl.gov/parallel-netcdf/ DISTNAME= parallel-netcdf-${PORTVERSION} @@ -32,11 +32,13 @@ MAN3= pnetcdf.3 .if defined(WITH_OPENMPI) BUILD_DEPENDS+= ${LOCALBASE}/mpi/openmpi/bin/mpicc:${PORTSDIR}/net/openmpi + gfortran42:${PORTSDIR}/lang/gcc42 RUN_DEPENDS+= ${LOCALBASE}/mpi/openmpi/lib/libmpi.so:${PORTSDIR}/net/openmpi CONFIGURE_ARGS= --enable-shared --mandir=${PREFIX}/man --disable-f77 --with-mpi=${PREFIX}/mpi/openmpi CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -fPIC -DPIC -Df2cFortran" .else BUILD_DEPENDS+= ${LOCALBASE}/mpich2/bin/mpicc:${PORTSDIR}/net/mpich2 + gfortran42:${PORTSDIR}/lang/gcc42 RUN_DEPENDS+= ${LOCALBASE}/mpich2/lib/libmpich.so:${PORTSDIR}/net/mpich2 CONFIGURE_ARGS= --enable-shared --mandir=${PREFIX}/man --disable-f77 --with-mpi=${PREFIX}/mpich2 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -fPIC -DPIC -Df2cFortran" --- patch-pnetcdf.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: