From 1b122a408595bba048b044c329a21c5e574a016e Mon Sep 17 00:00:00 2001 From: gerald Date: Wed, 16 Nov 2005 22:14:12 +0000 Subject: mirrors.rcn.net, one of the main mirrors has a corrupted tarball of the testsuite; since this is not needed for regular operation, just disable it in the port, but keep the correct data in distinfo, in case someone wants to obtain and verify it nevertheless. PR: 89128 Reported by: pointyhat --- lang/gcc44/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/gcc44') diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index ced84cc6ca87..2694c9655236 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ gcc-g++-${VERSIONSTRING}${EXTRACT_SUFX} \ gcc-objc-${VERSIONSTRING}${EXTRACT_SUFX} \ - gcc-testsuite-${VERSIONSTRING}${EXTRACT_SUFX} +# gcc-testsuite-${VERSIONSTRING}${EXTRACT_SUFX} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.1 -- cgit