From 261afc8aefbfaa2d775f54a94b965ca1ed5c0246 Mon Sep 17 00:00:00 2001 From: marino Date: Sun, 9 Mar 2014 21:25:46 +0000 Subject: Uses/ada.mk: Add support for soon-to-be-older Ada compiler Currently the Ada framework uses a single compiler based on gcc47. Soon this compiler will be updated to the gcc49 base, but not all Ada ports are currently happy about this. This update to ada.mk induces the ARGS of "47" which causes the port to use the newly-created lang/gcc47-aux port which is currently a clone of lang/gcc-aux. When the latter is updated, the Ada Framework will use it except for those ports that feature "USES+= ada:47" --- Mk/Uses/ada.mk | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'Mk/Uses') diff --git a/Mk/Uses/ada.mk b/Mk/Uses/ada.mk index fd5b0e4d964b..ff26d9605260 100644 --- a/Mk/Uses/ada.mk +++ b/Mk/Uses/ada.mk @@ -6,22 +6,24 @@ # # Feature: ada # Usage: USES=ada -# Valid ARGS: does not require args +# Valid ARGS: 47 .if !defined(_INCLUDE_USES_ADA_MK) _INCLUDE_USES_ADA_MK= yes -.if defined(ada_ARGS) -IGNORE= USES=ada does not require args -.endif +CC= ada -CC= ada +. if defined(ada_ARGS) && ${ada_ARGS} == 47 +BUILD_DEPENDS+= ${LOCALBASE}/gcc47-aux/bin/ada:${PORTSDIR}/lang/gcc47-aux +MAKE_ENV+= PATH=${LOCALBASE}/gcc47-aux/bin:${PATH} +CONFIGURE_ENV+= PATH=${LOCALBASE}/gcc47-aux/bin:${PATH} +. else BUILD_DEPENDS+= ${LOCALBASE}/gcc-aux/bin/ada:${PORTSDIR}/lang/gcc-aux - MAKE_ENV+= PATH=${LOCALBASE}/gcc-aux/bin:${PATH} -MAKE_ENV+= ADA_PROJECT_PATH=${LOCALBASE}/lib/gnat - CONFIGURE_ENV+= PATH=${LOCALBASE}/gcc-aux/bin:${PATH} +. endif + +MAKE_ENV+= ADA_PROJECT_PATH=${LOCALBASE}/lib/gnat CONFIGURE_ENV+= ADA_PROJECT_PATH=${LOCALBASE}/lib/gnat .endif -- cgit devel/electron4/files/elliptic-6.5.3'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/converters/php5-mbstring
Commit message (Expand)AuthorAgeFilesLines
* Stagify.ale2013-10-301-1/+0