aboutsummaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-07-21 14:12:28 +0000
committerJohn Marino <marino@FreeBSD.org>2013-07-21 14:12:28 +0000
commitdd06b54dc649e969e616331f69b89181f238c8f4 (patch)
tree76cdb27be2e94fdd7edc900822f8a4609cd6ba79 /lang/Makefile
parent19c11e107b6186569c06fc0d5c7f39321bb8b426 (diff)
downloadports-dd06b54dc649e969e616331f69b89181f238c8f4.tar.gz
ports-dd06b54dc649e969e616331f69b89181f238c8f4.zip
Add new port: lang/gnat_util
There are a number of GNAT tools that have to be build using the same exact sources as the compiler that it serves. Two examples of this are GPRbuild and ASIS. The latter is an important component of several other language semantic tools. Accordingly, a separate port is being created to build a static library that need these compiler sources. Incidentally, diverging sources is the reason devel/gprbuild-aux stopped building after lang/gcc-aux was upgraded. With this new scheme, this type of failure should no longer occur. This is a dependency of the upcoming lang/asis port, and must be specified as a build dependency by any port that needs ASIS. Approved by: bapt (mentor)
Notes
Notes: svn path=/head/; revision=323388
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index f335e97dd971..9a0074dde6c4 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -101,6 +101,7 @@
SUBDIR += gjs
SUBDIR += gnat
SUBDIR += gnat-aux
+ SUBDIR += gnat_util
SUBDIR += gnatdroid-armv5
SUBDIR += gnatdroid-armv7
SUBDIR += gnatdroid-binutils