mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
Update to the 20140412 snapshot of GCXC 4.7.4.
Extend full-regression-test by running contrib/test_summary.
This commit is contained in:
parent
b2bfd30660
commit
ec906515b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351223
2 changed files with 5 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= gcc47
|
PORTNAME= gcc47
|
||||||
PORTVERSION= 4.7.4.20140405
|
PORTVERSION= 4.7.4.20140412
|
||||||
CATEGORIES= lang java
|
CATEGORIES= lang java
|
||||||
MASTER_SITES= ${MASTER_SITE_GCC}
|
MASTER_SITES= ${MASTER_SITE_GCC}
|
||||||
MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
|
MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
|
||||||
|
@ -129,7 +129,8 @@ pre-configure:
|
||||||
|
|
||||||
.if defined(MAINTAINER_MODE)
|
.if defined(MAINTAINER_MODE)
|
||||||
full-regression-test: build
|
full-regression-test: build
|
||||||
cd ${WRKSRC}; ${GMAKE} -sk check
|
cd ${WRKSRC}; ${GMAKE} -sk check \
|
||||||
|
; ${SRCDIR}/contrib/test_summary
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (gcc-4.7-20140405.tar.bz2) = 6454f409745976b3ca2ea9e0d05a0161327ae7aaaf22845e813d69de37a7c212
|
SHA256 (gcc-4.7-20140412.tar.bz2) = c4e747ed56323987e231a4b0c482b9594a2ac2be0b0fa8798aea267c06ff4612
|
||||||
SIZE (gcc-4.7-20140405.tar.bz2) = 78909718
|
SIZE (gcc-4.7-20140412.tar.bz2) = 78901897
|
||||||
|
|
Loading…
Add table
Reference in a new issue