From d6991a4b222e52002c4bf990acda3778b769e653 Mon Sep 17 00:00:00 2001 From: gerald Date: Sun, 1 Feb 2009 13:17:26 +0000 Subject: Remove gcc-testsuite from DISTFILES, along with the post-build and check targets. This reduces disk and bandwidth consumptions for a feature (apparently) never used. --- lang/gcc34/Makefile | 11 +---------- lang/gcc34/distinfo | 3 --- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index 199666a3ef9..9583a9556bd 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -17,8 +17,7 @@ MASTER_SITE_SUBDIR= releases/gcc-${VERSIONSTRING} DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ gcc-g++-${VERSIONSTRING}${EXTRACT_SUFX} \ gcc-g77-${VERSIONSTRING}${EXTRACT_SUFX} \ - gcc-objc-${VERSIONSTRING}${EXTRACT_SUFX} \ - gcc-testsuite-${VERSIONSTRING}${EXTRACT_SUFX} + gcc-objc-${VERSIONSTRING}${EXTRACT_SUFX} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 3.4 @@ -83,14 +82,6 @@ pre-configure: @${RM} -f ${SRCDIR}/gcc/*/*.info* @${MKDIR} ${CONFIGURE_WRKSRC} -post-build: - @${ECHO_MSG} "Consider running 'make check' before 'make install', especially" - @${ECHO_MSG} "if you have not performed this build on -STABLE or -CURRENT." - @${ECHO_MSG} "This assumes that you have the dejagnu port installed." - -check: build - cd ${WRKSRC}; export RUNTESTFLAGS='--target_board ''unix{-pthread}'''; ${GMAKE} -sk check - post-install: # man pages can only be generated if Perl >= 5.6 is installed; # fake them otherwise. diff --git a/lang/gcc34/distinfo b/lang/gcc34/distinfo index 316541d8ec0..35673aa3a44 100644 --- a/lang/gcc34/distinfo +++ b/lang/gcc34/distinfo @@ -10,6 +10,3 @@ SIZE (gcc-g77-3.4.6.tar.bz2) = 908261 MD5 (gcc-objc-3.4.6.tar.bz2) = 87453b6e9b32047de11ae933a985155f SHA256 (gcc-objc-3.4.6.tar.bz2) = 053061f7d828f73e1c6a6b9d2a4eeba8d1d8f64bd0a77d2df40091a429de1f5d SIZE (gcc-objc-3.4.6.tar.bz2) = 215655 -MD5 (gcc-testsuite-3.4.6.tar.bz2) = 32a1057b841b4782ae3f4be84a98c085 -SHA256 (gcc-testsuite-3.4.6.tar.bz2) = 87f8c7ca951fd13ea241328de2e0e1af8281f1aa3a68e5831e37ff746a256574 -SIZE (gcc-testsuite-3.4.6.tar.bz2) = 2646715 -- cgit