diff options
author | kris <kris@FreeBSD.org> | 2005-01-02 09:00:40 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-01-02 09:00:40 +0800 |
commit | 8e1f575e2138b16daf40a2352d60c585d45c3c93 (patch) | |
tree | bcf0cf2086689e989a1d9a205665a493d1257449 /lang/egcs/Makefile | |
parent | 357eaa0424852d216d120484a3b85b7eaf2ba1ce (diff) | |
download | freebsd-ports-gnome-8e1f575e2138b16daf40a2352d60c585d45c3c93.tar.gz freebsd-ports-gnome-8e1f575e2138b16daf40a2352d60c585d45c3c93.tar.zst freebsd-ports-gnome-8e1f575e2138b16daf40a2352d60c585d45c3c93.zip |
Does not compile on alpha. Since it's unlikely anyone is going to fix
these old compilers, drop alpha from the supported arch list. Flip over
from NOT_FOR_ARCHS to ONLY_FOR_ARCHS where used, since these ports will
not support any future architectures FreeBSD runs on.
Approved by: portmgr (self)
Diffstat (limited to 'lang/egcs/Makefile')
-rw-r--r-- | lang/egcs/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/egcs/Makefile b/lang/egcs/Makefile index d57ae7be3742..f1790d078e5e 100644 --- a/lang/egcs/Makefile +++ b/lang/egcs/Makefile @@ -20,17 +20,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= EGCS enhanced version of the GNU compiler suite USE_BZIP2= yes -ONLY_FOR_ARCHS= i386 alpha +ONLY_FOR_ARCHS= i386 NO_CDROM= 'old version, not worth the cost in real estate' DEPRECATED= "This port is no longer in use by anything in the ports collection and will be removed in the future. Use a later release of gcc instead" .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" -.endif - .if ${OSVERSION} >= 500113 BROKEN= "Does not compile (bad C++ code)" .endif |