diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 01:00:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 01:00:40 +0000 |
commit | f66966c9634d23dd476b095fc21d4c13b0327c5e (patch) | |
tree | 3a226eac126d1bdd051324550859d9e2c5b4f19b /lang | |
parent | 3e3b3d44663c407bb1f868cbf16e76acbe44971a (diff) | |
download | ports-f66966c9634d23dd476b095fc21d4c13b0327c5e.tar.gz ports-f66966c9634d23dd476b095fc21d4c13b0327c5e.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)
Notes
Notes:
svn path=/head/; revision=125651
Diffstat (limited to 'lang')
-rw-r--r-- | lang/egcs/Makefile | 6 | ||||
-rw-r--r-- | lang/gcc27/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc295/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc31/Makefile | 2 |
4 files changed, 4 insertions, 8 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 diff --git a/lang/gcc27/Makefile b/lang/gcc27/Makefile index dc8d67e9601f..0780dd5f508c 100644 --- a/lang/gcc27/Makefile +++ b/lang/gcc27/Makefile @@ -22,7 +22,7 @@ COMMENT= Base C/C++ compiler from FreeBSD 2.2.x & 3.x (for your old code) 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 instead" -NOT_FOR_ARCHS= amd64 sparc64 ia64 +ONLY_FOR_ARCHS= i386 NO_CDROM= 'old version, not worth the cost in real estate' LATEST_LINK= gcc27 diff --git a/lang/gcc295/Makefile b/lang/gcc295/Makefile index 857322ba486d..9e33b31884c2 100644 --- a/lang/gcc295/Makefile +++ b/lang/gcc295/Makefile @@ -18,7 +18,7 @@ DISTFILES= gcc-core-${GCC_REV}${EXTRACT_SUFX} \ MAINTAINER= trevor@FreeBSD.org COMMENT= GNU Compiler Collection -NOT_FOR_ARCHS= amd64 sparc64 ia64 +ONLY_FOR_ARCHS= i386 USE_BZIP2= yes LATEST_LINK= gcc295 diff --git a/lang/gcc31/Makefile b/lang/gcc31/Makefile index 713315671828..642a99fdc15d 100644 --- a/lang/gcc31/Makefile +++ b/lang/gcc31/Makefile @@ -28,7 +28,7 @@ COMMENT= GNU Compiler Collection 3.1 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 instead" -NOT_FOR_ARCHS= amd64 ia64 +ONLY_FOR_ARCHS= i386 sparc64 NO_CDROM= 'dated material' LATEST_LINK= gcc31 |