mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
[PATCH]: lang/gdc: update to 0.24
- Update to 0.24 - Removed support for GCC 3.3.x - Changed the GCC_MASTER_SITE_SUBDIR for GCC 4.1.x PR: ports/116350 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
This commit is contained in:
parent
534f6a29af
commit
ad2975b00a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199925
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gdc
|
||||
PORTVERSION= 0.23
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.24
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_GCC} \
|
||||
${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/dgcc/g:S/$/:gdc/g}
|
||||
@ -48,9 +47,9 @@ GDC_INC= ${PREFIX}/include/d/${GCC_VERSION}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500039
|
||||
# GDC required g++ version on the system of 3.x 4.0.1 and later.
|
||||
IGNORE= it is supported on FreeBSD 5.x and later
|
||||
.if ${OSVERSION} < 502126
|
||||
# GDC required g++ version on the system of 3.4.x 4.0.1 and later.
|
||||
IGNORE= it is supported on FreeBSD 5.3-R and later
|
||||
.endif
|
||||
|
||||
.ifndef TARGET_GCC
|
||||
@ -65,9 +64,9 @@ TARGET_GCC= 3.4
|
||||
|
||||
.if ${TARGET_GCC} == 4.1
|
||||
GCC_VERSION= 4.1.3
|
||||
GCC_REVISION= 20070312
|
||||
GCC_REVISION= 20070910
|
||||
GCC_VERSIONSTRING= 4.1-${GCC_REVISION}
|
||||
GCC_MASTER_SITE_SUBDIR= snapshots/gcc-${GCC_VERSIONSTRING}
|
||||
GCC_MASTER_SITE_SUBDIR= snapshots/${GCC_VERSIONSTRING}
|
||||
.elif ${TARGET_GCC} == 4.0
|
||||
GCC_VERSION= 4.0.4
|
||||
GCC_VERSIONSTRING= ${GCC_VERSION}
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (gdc-0.23-src.tar.bz2) = facee49bd9f7b3c586d4ed96e9682ead
|
||||
SHA256 (gdc-0.23-src.tar.bz2) = 4f642904f93973dc791c93125d1d227cefe0eb47fc39e364d03cda4784c0a38d
|
||||
SIZE (gdc-0.23-src.tar.bz2) = 1001644
|
||||
MD5 (gdc-0.24-src.tar.bz2) = aa4433729015d8b6e7183ab9528ba77c
|
||||
SHA256 (gdc-0.24-src.tar.bz2) = cc6a97c76c9e6db31e76ff97014d24b3d43e21f018a3c6218e3fb2a4500fc79a
|
||||
SIZE (gdc-0.24-src.tar.bz2) = 1012099
|
||||
MD5 (gcc-core-3.4.6.tar.bz2) = 5324ace5145b12afd9ca867af7ec084d
|
||||
SHA256 (gcc-core-3.4.6.tar.bz2) = 3aab171d86e5a6c14cb9de35467a0472a7d5ef1d5b79a1df72ca533f8e82a133
|
||||
SIZE (gcc-core-3.4.6.tar.bz2) = 13366790
|
||||
@ -13,9 +13,9 @@ SIZE (gcc-core-4.0.4.tar.bz2) = 15583411
|
||||
MD5 (gcc-g++-4.0.4.tar.bz2) = 5c79e6af5b49dd9cfd22001f3856f447
|
||||
SHA256 (gcc-g++-4.0.4.tar.bz2) = c1ff47701a5dc77690fe9e687001546b54f03b7383a89d5b4b11178aaf31f76e
|
||||
SIZE (gcc-g++-4.0.4.tar.bz2) = 2698519
|
||||
MD5 (gcc-core-4.1-20070312.tar.bz2) = e2e0c66574f326928a9b4b91aecf4cdc
|
||||
SHA256 (gcc-core-4.1-20070312.tar.bz2) = 5536c8eaab51189d1e8c01ef021967f6b2dd6c75969bbc14da95a0625edd63fb
|
||||
SIZE (gcc-core-4.1-20070312.tar.bz2) = 15252404
|
||||
MD5 (gcc-g++-4.1-20070312.tar.bz2) = dbe6492cb3818f514820be199bb9818f
|
||||
SHA256 (gcc-g++-4.1-20070312.tar.bz2) = 628350c03e00df3b38edd7bbc11db0c9544af05173b54d6394b494397a8d3a12
|
||||
SIZE (gcc-g++-4.1-20070312.tar.bz2) = 3845448
|
||||
MD5 (gcc-core-4.1-20070910.tar.bz2) = 16e6458bef4ff270eb67f4fc8be73b03
|
||||
SHA256 (gcc-core-4.1-20070910.tar.bz2) = b7122575f56a86eb4fe10bf03327c261508f4eff00338cabdae70143b12bd70c
|
||||
SIZE (gcc-core-4.1-20070910.tar.bz2) = 15225984
|
||||
MD5 (gcc-g++-4.1-20070910.tar.bz2) = f7350360858dda907412edd9f971c8fe
|
||||
SHA256 (gcc-g++-4.1-20070910.tar.bz2) = 15af54fbf58117adfcbf7477a20eaa75f7b9f5b00fc4e1b68de8cc70864f04d1
|
||||
SIZE (gcc-g++-4.1-20070910.tar.bz2) = 3846204
|
||||
|
Loading…
Reference in New Issue
Block a user