Fix distinfo and unbreak this port

- Remove outdated ADA_DEFAULT check

MFH:		2017Q4
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-10-08 07:58:54 +00:00
parent 1ef2ee054f
commit e12314cfd3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451498

View File

@ -14,9 +14,7 @@ COMMENT= Library used to build GNAT tools such as ASIS
LICENSE= GPLv3 GPLv3RLE
LICENSE_COMB= multi
BROKEN= bad distinfo
USES= ada tar:bzip2
USES= ada
NO_MTREE= yes
DISTINFO_FILE= ${.CURDIR}/../${ADAXX}-aux/distinfo
WRKSRC= ${WRKDIR}/${PORTNAME}
@ -24,11 +22,11 @@ MAKE_ENV= MAKEOBJDIR=${WRKSRC}/obj
.include "${.CURDIR}/Makefile.sources"
.if defined(ADA_DEFAULT) && ${ADA_DEFAULT} == 49
.include "${.CURDIR}/../gcc-aux/Makefile.version"
.elif defined(ADA_DEFAULT) && ${ADA_DEFAULT} == 5
.if defined(ADA_DEFAULT) && ${ADA_DEFAULT} == 5
USES+= tar:bzip2
.include "${.CURDIR}/../gcc5-aux/Makefile.version"
.else
USES+= tar:xz
.include "${.CURDIR}/../gcc6-aux/Makefile.version"
.endif