From owner-freebsd-ports Mon Apr 19 12:35:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id BB97115268 for ; Mon, 19 Apr 1999 12:35:23 -0700 (PDT) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.1) id MAA97416; Mon, 19 Apr 1999 12:30:35 -0700 (PDT) (envelope-from kargl) From: "Steven G. Kargl" Message-Id: <199904191930.MAA97416@troutmask.apl.washington.edu> Subject: Re: new port of f2c and a f77 wrapper. In-Reply-To: <19990419121200.A23048@dragon.nuxi.com> from "David O'Brien" at "Apr 19, 1999 12:12:01 pm" To: obrien@NUXI.com Date: Mon, 19 Apr 1999 12:30:35 -0700 (PDT) Cc: freebsd-ports@freebsd.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to David O'Brien: > > I have submitted a port of f2c and a new f77 wrapper for f2c+gcc. > > You might want to just call it ``fc'' and not alias it to f77. I have > used f77 in the base system rather than g77. > It does. I have named the port f77-freebsd because everyone will recognize ``f77'' as a fortran compiler. However, the port allows one to set F77NAME to whatever they want to call the wrapper. By default, I have set ``F77NAME = fc'', so you'll get ${PREFIX}/bin/fc and ${PREFIX}/man/man1/fc.1. Note, also, that f2c-freebsd is a port of f2c. ;-) It does not depend on f77-freebsd. This means someone can install f2c (and its support libraries) without worrying about how my wrapper works. The f77-freebsd port, however, depends on f2c-freebsd and it will install f2c-freebsd if ${PREFIX}/bin/f2c is not found. PS: I saw you g77 commits, and thought it was time to send-pr the ports. I did not contact you to commit the ports, because I assume you've had enough Fortran Abuse(tm) to last a lifetime. PPS: If you're ever in Seattle, stop by the University of Washington. I'll treat you to lunch and beer. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message