Date: Fri, 26 May 2000 17:57:00 -0700 (PDT) From: "Steven G. Kargl" <kargl@troutmask.apl.washington.edu> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18839: f77 port name fc conflicts with shell builtin Message-ID: <200005270057.RAA98821@troutmask.apl.washington.edu>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005270057.RAA98821>