mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
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.
This commit is contained in:
parent
7e0cdc4be4
commit
71bbf2f717
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227368
2 changed files with 1 additions and 13 deletions
|
@ -17,8 +17,7 @@ MASTER_SITE_SUBDIR= releases/gcc-${VERSIONSTRING}
|
||||||
DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \
|
DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \
|
||||||
gcc-g++-${VERSIONSTRING}${EXTRACT_SUFX} \
|
gcc-g++-${VERSIONSTRING}${EXTRACT_SUFX} \
|
||||||
gcc-g77-${VERSIONSTRING}${EXTRACT_SUFX} \
|
gcc-g77-${VERSIONSTRING}${EXTRACT_SUFX} \
|
||||||
gcc-objc-${VERSIONSTRING}${EXTRACT_SUFX} \
|
gcc-objc-${VERSIONSTRING}${EXTRACT_SUFX}
|
||||||
gcc-testsuite-${VERSIONSTRING}${EXTRACT_SUFX}
|
|
||||||
|
|
||||||
MAINTAINER= gerald@FreeBSD.org
|
MAINTAINER= gerald@FreeBSD.org
|
||||||
COMMENT= GNU Compiler Collection 3.4
|
COMMENT= GNU Compiler Collection 3.4
|
||||||
|
@ -83,14 +82,6 @@ pre-configure:
|
||||||
@${RM} -f ${SRCDIR}/gcc/*/*.info*
|
@${RM} -f ${SRCDIR}/gcc/*/*.info*
|
||||||
@${MKDIR} ${CONFIGURE_WRKSRC}
|
@${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:
|
post-install:
|
||||||
# man pages can only be generated if Perl >= 5.6 is installed;
|
# man pages can only be generated if Perl >= 5.6 is installed;
|
||||||
# fake them otherwise.
|
# fake them otherwise.
|
||||||
|
|
|
@ -10,6 +10,3 @@ SIZE (gcc-g77-3.4.6.tar.bz2) = 908261
|
||||||
MD5 (gcc-objc-3.4.6.tar.bz2) = 87453b6e9b32047de11ae933a985155f
|
MD5 (gcc-objc-3.4.6.tar.bz2) = 87453b6e9b32047de11ae933a985155f
|
||||||
SHA256 (gcc-objc-3.4.6.tar.bz2) = 053061f7d828f73e1c6a6b9d2a4eeba8d1d8f64bd0a77d2df40091a429de1f5d
|
SHA256 (gcc-objc-3.4.6.tar.bz2) = 053061f7d828f73e1c6a6b9d2a4eeba8d1d8f64bd0a77d2df40091a429de1f5d
|
||||||
SIZE (gcc-objc-3.4.6.tar.bz2) = 215655
|
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
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue