Restrict dns/ironsides to gcc5-aux only
Right now, ironsides emits a STORAGE ERROR during building with lang/gcc6-aux. It's unclear if the problem lies with compiler or with ironsides. For now, limit building it with gcc5-aux (the default). The USES=ada:5 setting wasn't supported, but it should have been. This has also been fixed.
This commit is contained in:
parent
ed03bd4e27
commit
07c47a31ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413032
@ -18,6 +18,8 @@ ADAXX= gcc5 # framework default
|
||||
|
||||
. if ${ada_ARGS:M49}
|
||||
ADAXX= gcc
|
||||
. elif ${ada_ARGS:M5}
|
||||
ADAXX= gcc5
|
||||
. elif ${ada_ARGS:M6}
|
||||
ADAXX= gcc6
|
||||
. elif defined(ADA_DEFAULT)
|
||||
|
@ -12,6 +12,6 @@ COMMENT= SPARK 2012 Spark.Ada library
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= ada tar:bzip2
|
||||
USES= ada:5 tar:bzip2
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -17,7 +17,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/spark2012/spark.ads:devel/libspark2012
|
||||
|
||||
USES= ada dos2unix zip
|
||||
USES= ada:5 dos2unix zip
|
||||
DOS2UNIX_FILES= dfcs.usafa.edu.zonefile ironsides.1
|
||||
SNAPSHOT= 2015_04_15
|
||||
WRKSRC= ${WRKDIR}/${DISTFILES:S/.zip//}
|
||||
|
Loading…
Reference in New Issue
Block a user