diff options
author | gerald <gerald@FreeBSD.org> | 2009-02-01 21:17:26 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-02-01 21:17:26 +0800 |
commit | d6991a4b222e52002c4bf990acda3778b769e653 (patch) | |
tree | 338b8e943d0df482e82a928170acafd7e206afe2 /lang | |
parent | ec9f01affbe66c16d839731b72e64ccdb0dc27a0 (diff) | |
download | freebsd-ports-gnome-d6991a4b222e52002c4bf990acda3778b769e653.tar.gz freebsd-ports-gnome-d6991a4b222e52002c4bf990acda3778b769e653.tar.zst freebsd-ports-gnome-d6991a4b222e52002c4bf990acda3778b769e653.zip |
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.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc34/Makefile | 11 | ||||
-rw-r--r-- | lang/gcc34/distinfo | 3 |
2 files changed, 1 insertions, 13 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index 199666a3ef9f..9583a9556bdb 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 316541d8ec07..35673aa3a448 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 |