From f044119495cc2ab0a6c26fede95a88a5e86cdd03 Mon Sep 17 00:00:00 2001 From: gerald Date: Tue, 15 Nov 2011 11:46:26 +0000 Subject: Remove ia64 from the list of supported platforms. It's broken and now developer, only a sole user, ever cared for the last many years. Feature safe: yes --- lang/gcc48/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/gcc48') diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 8614a9fd2230..0b2a01867cfe 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -28,7 +28,7 @@ BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu VERSIONSTRING= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} -ONLY_FOR_ARCHS= amd64 i386 ia64 powerpc sparc64 +ONLY_FOR_ARCHS= amd64 i386 powerpc sparc64 USE_BINUTILS= yes USE_BISON= build USE_BZIP2= yes -- cgit