mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
lang/asis: Upgrade version 2015 => 2016
Bump ports that depend on ASIS as well.
This commit is contained in:
parent
c4b2280a23
commit
e94e672950
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416646
8 changed files with 35 additions and 39 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= adacontrol
|
||||
PORTVERSION= 1.17r3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= SF/adacontrol
|
||||
DISTNAME= adactl-${PORTVERSION}-src
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= asis
|
||||
PORTVERSION= 2015
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2016
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://downloads.dragonlace.net/src/
|
||||
DISTNAME= ${PORTNAME}-gpl-${PORTVERSION}-src
|
||||
|
@ -22,7 +21,11 @@ USES= ada gmake
|
|||
NO_MTREE= yes
|
||||
MAKE_ENV= PROCESSORS=${MAKE_JOBS_NUMBER}
|
||||
GUSTATIC= ${LOCALBASE}/lib/gnat_util/libgnat_util.a
|
||||
PORTDOCS= html pdf *.txt
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
|
||||
|
||||
post-extract:
|
||||
@${REINPLACE_CMD} -e 's|OPSYS|ASISOPSYS|g' \
|
||||
|
@ -37,29 +40,24 @@ do-build:
|
|||
# MAKE_JOBS_UNSAFE=yes would break PROCESSORS value
|
||||
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} all)
|
||||
|
||||
do-build-DOCS-on:
|
||||
(cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} html-all)
|
||||
|
||||
do-install:
|
||||
# gprinstall seems to be malfunctioning, just install manually
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/bin \
|
||||
${STAGEDIR}${PREFIX}/include/asis \
|
||||
${STAGEDIR}${PREFIX}/lib/asis \
|
||||
${STAGEDIR}${PREFIX}/lib/gnat \
|
||||
${STAGEDIR}${PREFIX}/share/gps/plug-ins \
|
||||
${STAGEDIR}${DOCSDIR}/html \
|
||||
${STAGEDIR}${DOCSDIR}/pdf
|
||||
${STAGEDIR}${PREFIX}/lib/gnat
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/tools/asistant/asistant \
|
||||
${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/asis/*.ad[bs] \
|
||||
${STAGEDIR}${PREFIX}/include/asis
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/*.ali ${STAGEDIR}${PREFIX}/lib/asis
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/*.a ${STAGEDIR}${PREFIX}/lib/asis
|
||||
${INSTALL_DATA} ${WRKSRC}/documentation/*.html \
|
||||
${STAGEDIR}${DOCSDIR}/html
|
||||
${INSTALL_DATA} ${WRKSRC}/documentation/*.pdf \
|
||||
${STAGEDIR}${DOCSDIR}/pdf
|
||||
${INSTALL_DATA} ${WRKSRC}/documentation/*.txt \
|
||||
${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/documentation/asis.xml \
|
||||
${STAGEDIR}${PREFIX}/share/gps/plug-ins
|
||||
${INSTALL_DATA} ${FILESDIR}/asis.gpr ${STAGEDIR}${PREFIX}/lib/gnat
|
||||
|
||||
do-install-DOCS-on:
|
||||
(cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (asis-gpl-2015-src.tar.gz) = 5c011786ed4173d14bda2194c5f0255dfcde4c102ee7b428567014f6c5c87bbb
|
||||
SIZE (asis-gpl-2015-src.tar.gz) = 4792357
|
||||
TIMESTAMP = 1465515802
|
||||
SHA256 (asis-gpl-2016-src.tar.gz) = 3e36e0835e291dafe6dd2246748ed12b449d33044c32209d3af012c83064c38e
|
||||
SIZE (asis-gpl-2016-src.tar.gz) = 5240554
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- asis/a4g-gnat_int.adb.orig 2015-05-06 10:56:06 UTC
|
||||
--- asis/a4g-gnat_int.adb.orig 2016-05-16 09:17:27 UTC
|
||||
+++ asis/a4g-gnat_int.adb
|
||||
@@ -231,40 +231,10 @@ package body A4G.GNAT_Int is
|
||||
@@ -231,46 +231,10 @@ package body A4G.GNAT_Int is
|
||||
Opt.Tree_Read;
|
||||
|
||||
if Strong_Version_Check then
|
||||
|
@ -16,19 +16,25 @@
|
|||
- Last_A_Idx := Index (Source => ASIS_GNAT_V,
|
||||
- Pattern => ")") - 1;
|
||||
-
|
||||
- if Index (Source => ASIS_GNAT_V, Pattern => "-") /= 0 then
|
||||
- Last_A_Idx := Index (Source => ASIS_GNAT_V,
|
||||
- Pattern => "-") - 1;
|
||||
- if Index
|
||||
- (Source => ASIS_GNAT_V (First_A_Idx .. Last_A_Idx),
|
||||
- Pattern => "-") /= 0
|
||||
- then
|
||||
- Last_A_Idx :=
|
||||
- Index (Source => ASIS_GNAT_V (First_A_Idx .. Last_A_Idx),
|
||||
- Pattern => "-") - 1;
|
||||
- end if;
|
||||
-
|
||||
- Last_T_Idx := Index (Source => Tree_Version_String.all,
|
||||
- Pattern => ")") - 1;
|
||||
-
|
||||
- if Index (Source => Tree_Version_String.all, Pattern => "-") /=
|
||||
- 0
|
||||
- if Index
|
||||
- (Source => Tree_Version_String.all (First_T_Idx .. Last_T_Idx),
|
||||
- Pattern => "-") /= 0
|
||||
- then
|
||||
- Last_T_Idx :=
|
||||
- Index (Source => Tree_Version_String.all,
|
||||
- Index (Source =>
|
||||
- Tree_Version_String.all (First_T_Idx .. Last_T_Idx),
|
||||
- Pattern => "-") - 1;
|
||||
- end if;
|
||||
-
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- asis/a4g-mapping.adb.orig 2015-05-06 10:56:05 UTC
|
||||
+++ asis/a4g-mapping.adb
|
||||
@@ -1933,7 +1933,6 @@ package body A4G.Mapping is
|
||||
Attribute_Chars = Name_Target_Name or else
|
||||
Attribute_Chars = Name_To_Address or else
|
||||
Attribute_Chars = Name_Type_Class or else
|
||||
- Attribute_Chars = Name_UET_Address or else
|
||||
Attribute_Chars = Name_Universal_Literal_String or else
|
||||
Attribute_Chars = Name_Unrestricted_Access or else
|
||||
Attribute_Chars = Name_Update or else
|
|
@ -47,6 +47,7 @@ include/asis/a4g-get_unit.adb
|
|||
include/asis/a4g-get_unit.ads
|
||||
include/asis/a4g-gnat_int.adb
|
||||
include/asis/a4g-gnat_int.ads
|
||||
include/asis/a4g-gnsa_switch.ads
|
||||
include/asis/a4g-int_knds.ads
|
||||
include/asis/a4g-itests.adb
|
||||
include/asis/a4g-itests.ads
|
||||
|
@ -159,6 +160,7 @@ lib/asis/a4g-encl_el.ali
|
|||
lib/asis/a4g-expr_sem.ali
|
||||
lib/asis/a4g-get_unit.ali
|
||||
lib/asis/a4g-gnat_int.ali
|
||||
lib/asis/a4g-gnsa_switch.ali
|
||||
lib/asis/a4g-int_knds.ali
|
||||
lib/asis/a4g-itests.ali
|
||||
lib/asis/a4g-knd_conv.ali
|
||||
|
@ -208,4 +210,3 @@ lib/asis/asis-text.ali
|
|||
lib/asis/asis.ali
|
||||
lib/asis/libasis.a
|
||||
lib/gnat/asis.gpr
|
||||
share/gps/plug-ins/asis.xml
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= adabrowse
|
||||
PORTVERSION= 4.0.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://home.datacomm.ch/t_wolf/tw/ada95/adabrowse/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}_src
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= aws
|
||||
PORTVERSION= 3.3.0.0
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://downloads.dragonlace.net/src/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue