lang/gfortran is now just an alias for lang/gcc42. Remove it.

This commit is contained in:
Gerald Pfeifer 2007-04-06 21:52:43 +00:00
parent 046d0b1573
commit d71cd1f75e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189399
5 changed files with 1 additions and 28 deletions

1
MOVED
View file

@ -2897,3 +2897,4 @@ lang/tcl81-thread||2007-03-29|Remove an ancient, unused tcl version
editors/emacs20-dl||2007-04-02|Has expired: unfetchable, obsolete
editors/flim113-emacs20||2007-04-02|Has expired: unfetchable, obsolete
editors/semi113-emacs20||2007-04-02|Has expired: unfetchable, obsolete
lang/gfortran|lang/gcc42|2007-04-06|Superseded by and equivalent to gcc42

View file

@ -87,7 +87,6 @@
SUBDIR += gcl
SUBDIR += gdc
SUBDIR += gforth
SUBDIR += gfortran
SUBDIR += ghc
SUBDIR += ghc-doc
SUBDIR += ghc5

View file

@ -1,20 +0,0 @@
# ex:ts=8
# Ports collection makefile for: egcs
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../gcc42
WITH_FORTRAN= yes
PKGNAMESUFFIX= -withfortran
MAINTAINER= gerald@FreeBSD.org
DESCR= ${.CURDIR}/pkg-descr
PKGMESSAGE= ${.CURDIR}/pkg-message
CONFLICTS= gcc-4.2.*
.include "${MASTERDIR}/Makefile"

View file

@ -1,4 +0,0 @@
GNU Compiler collection with Fortran 90/95.
WWW: http://gcc.gnu.org/fortran/
http://gcc.gnu.org/projects/tree-ssa/

View file

@ -1,3 +0,0 @@
***WARNING***
This compiler is still ALPHA STAGE
so please do not expect productive quality!