Fix distinfo and unbreak this port
- Remove outdated ADA_DEFAULT check MFH: 2017Q4
This commit is contained in:
parent
1ef2ee054f
commit
e12314cfd3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451498
1 changed files with 4 additions and 6 deletions
|
@ -14,9 +14,7 @@ COMMENT= Library used to build GNAT tools such as ASIS
|
||||||
LICENSE= GPLv3 GPLv3RLE
|
LICENSE= GPLv3 GPLv3RLE
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|
||||||
BROKEN= bad distinfo
|
USES= ada
|
||||||
|
|
||||||
USES= ada tar:bzip2
|
|
||||||
NO_MTREE= yes
|
NO_MTREE= yes
|
||||||
DISTINFO_FILE= ${.CURDIR}/../${ADAXX}-aux/distinfo
|
DISTINFO_FILE= ${.CURDIR}/../${ADAXX}-aux/distinfo
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
@ -24,11 +22,11 @@ MAKE_ENV= MAKEOBJDIR=${WRKSRC}/obj
|
||||||
|
|
||||||
.include "${.CURDIR}/Makefile.sources"
|
.include "${.CURDIR}/Makefile.sources"
|
||||||
|
|
||||||
.if defined(ADA_DEFAULT) && ${ADA_DEFAULT} == 49
|
.if defined(ADA_DEFAULT) && ${ADA_DEFAULT} == 5
|
||||||
.include "${.CURDIR}/../gcc-aux/Makefile.version"
|
USES+= tar:bzip2
|
||||||
.elif defined(ADA_DEFAULT) && ${ADA_DEFAULT} == 5
|
|
||||||
.include "${.CURDIR}/../gcc5-aux/Makefile.version"
|
.include "${.CURDIR}/../gcc5-aux/Makefile.version"
|
||||||
.else
|
.else
|
||||||
|
USES+= tar:xz
|
||||||
.include "${.CURDIR}/../gcc6-aux/Makefile.version"
|
.include "${.CURDIR}/../gcc6-aux/Makefile.version"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue