From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 24 13:52:02 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AE4337B401; Thu, 24 Jul 2003 13:52:02 -0700 (PDT) Received: from graf.pompo.net (lns-th2-2f-81-56-186-139.adsl.proxad.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E4F543FAF; Thu, 24 Jul 2003 13:52:01 -0700 (PDT) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 6A98D76C5; Thu, 24 Jul 2003 22:45:57 +0200 (CEST) Date: Thu, 24 Jul 2003 22:45:57 +0200 From: Thierry Thomas To: Oliver Lehmann Message-ID: <20030724204557.GB41299@graf.pompo.net> Mail-Followup-To: Oliver Lehmann , freebsd-ports-bugs@FreeBSD.org References: <200307230837.h6N8bid9098477@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200307230837.h6N8bid9098477@freefall.freebsd.org> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.8-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/53909: New port: cad/metis-edf - a meshes partionning tool used by Code_Aster. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2003 20:52:02 -0000 Le Mer 23 jul 03 à 10:37:44 +0200, Oliver Lehmann écrivait : > Synopsis: New port: cad/metis-edf - a meshes partionning tool used by Code_Aster. > > State-Changed-From-To: open->closed > State-Changed-By: oliver > State-Changed-When: Wed Jul 23 01:37:33 PDT 2003 > State-Changed-Why: > Committed, Thanks! > > http://www.freebsd.org/cgi/query-pr.cgi?pr=53909 Thanks to Pedro F. Giffuni, I have just discovered the port math/metis. Unfortunately, like cad/metis-edf, it installs a $LOCALBASE/bin/metis. We should add reciprocal conflict lines in these ports: CONFLICTS= metis* And to be sure to use the right onmetis, the port french/aster (PR ports/54766) must be modified: --- aster.diff begins here --- --- french/aster/Makefile.orig Mon Jul 21 23:55:20 2003 +++ french/aster/Makefile Thu Jul 24 22:40:09 2003 @@ -39,7 +39,7 @@ BUILD_DEPENDS= ${opt_hdf}:${PORTSDIR}/graphics/hdf5 \ ${opt_med}:${PORTSDIR}/french/med RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Gnuplot:${PORTSDIR}/math/py-gnuplot \ - ${LOCALBASE}/bin/onmetis:${PORTSDIR}/cad/metis-edf \ + ${LOCALBASE}/bin/onmetis.exe:${PORTSDIR}/cad/metis-edf \ ${SHELL_INSTALL_ASTER}:${PORTSDIR}/shells/${SHIA} EXTRACT_CMD= ${TAR} --- aster.diff ends here --- Truly yours, -- Th. Thomas.