svn commit: r451498 - head/lang/gnat_util
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Oct 8 07:58:57 UTC 2017
Author: sunpoet
Date: Sun Oct 8 07:58:54 2017
New Revision: 451498
URL: https://svnweb.freebsd.org/changeset/ports/451498
Log:
Fix distinfo and unbreak this port
- Remove outdated ADA_DEFAULT check
MFH: 2017Q4
Modified:
head/lang/gnat_util/Makefile
Modified: head/lang/gnat_util/Makefile
==============================================================================
--- head/lang/gnat_util/Makefile Sun Oct 8 07:58:49 2017 (r451497)
+++ head/lang/gnat_util/Makefile Sun Oct 8 07:58:54 2017 (r451498)
@@ -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
More information about the svn-ports-head
mailing list