diff options
author | gerald <gerald@FreeBSD.org> | 2005-11-17 06:14:12 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-11-17 06:14:12 +0800 |
commit | 1b122a408595bba048b044c329a21c5e574a016e (patch) | |
tree | b2e60325f0ac4b35b045feb245282620eef5c89f /lang/gcc42 | |
parent | c7e1a07e35c60ecd543034fa3575a22199e5012e (diff) | |
download | freebsd-ports-gnome-1b122a408595bba048b044c329a21c5e574a016e.tar.gz freebsd-ports-gnome-1b122a408595bba048b044c329a21c5e574a016e.tar.zst freebsd-ports-gnome-1b122a408595bba048b044c329a21c5e574a016e.zip |
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
Diffstat (limited to 'lang/gcc42')
-rw-r--r-- | lang/gcc42/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile index ced84cc6ca87..2694c9655236 100644 --- a/lang/gcc42/Makefile +++ b/lang/gcc42/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 |