From owner-freebsd-ports Fri May 26 18: 0: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A8ABE37B9A7 for ; Fri, 26 May 2000 18:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA71514; Fri, 26 May 2000 18:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id D9C5137B9C9 for ; Fri, 26 May 2000 17:53:32 -0700 (PDT) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from root@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.3) id RAA98821; Fri, 26 May 2000 17:57:00 -0700 (PDT) (envelope-from kargl) Message-Id: <200005270057.RAA98821@troutmask.apl.washington.edu> Date: Fri, 26 May 2000 17:57:00 -0700 (PDT) From: "Steven G. Kargl" Reply-To: kargl@troutmask.apl.washington.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18839: f77 port name fc conflicts with shell builtin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18839 >Category: ports >Synopsis: f77 port name fc conflicts with shell builtin >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 26 18:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Steven G. Kargl >Release: FreeBSD 5.0-CURRENT i386 >Organization: apl/uw >Environment: All FreeBSD systems that have fc has a shell builtin. >Description: The lang/f77 port by default installs a binary named fc. This conflicts with the shell builtin command by the same name. The default name has been change to ftn77. >How-To-Repeat: >Fix: diff -ruN ../lang/f77/Makefile f77/Makefile --- ../lang/f77/Makefile Fri Apr 14 08:53:37 2000 +++ f77/Makefile Fri May 26 17:50:03 2000 @@ -21,7 +21,7 @@ .endif # Set F77NAME to the name of the Fortran 77 wrapper. -F77NAME= fc +F77NAME= ftn77 .ifdef GNU_CPP MAKE_ARGS= "CFLAGS= ${CFLAGS} -DPP_COMMAND='\"/usr/bin/cpp\"' \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message