aboutsummaryrefslogtreecommitdiffstats
path: root/lang/lua-ada
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-111-1/+1
| | | | version 1.1.0 (via revision 464079).
* Respect LUA_PKGNAMEPREFIXsunpoet2018-02-281-7/+6
| | | | - Convert to options target helper
* Return ports maintained by John Marino to the pool, he is no longer interested.rene2017-04-221-1/+1
| | | | Submitted by: Mark Millard via private e-mail
* Return the ports mistakenly reset to ports@ in r433856 to John Marino.rene2017-02-161-1/+1
| | | | | | | | The mistake was completely on my part, I somehow connected the dots the wrong way in my head. The only exceptions (for now) are archivers/zstd and ports-mgmt/synth which were already picked up by new volunteers in the mean time.
* Return ports maintained by John Marino to the pool, see r433827 for detailsrene2017-02-111-1/+1
|
* http://github.com redirects to https://github.com, spare everyone a redirect.mat2016-12-021-1/+1
| | | | Sponsored by: Absolight
* Change Ada Framework foundation from gcc5-aux to gcc6-auxmarino2016-04-301-0/+1
| | | | | | | | | | | | | | | | GCC 6.1 was released this week. The Ada Framework in FreeBSD ports has been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile via the ADA_DEFAULT option in make.conf. Now that GCC 6 has been officially released, switch to it by default. People can maintain the old foundation by putting "ADA_DEFAULT=5" in /etc/make.conf. Libraries built by one GNAT are unusable by another, so almost every Ada port has been bumped as a result. Noticable exceptions are dns/ironsides which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which needs additional testing as it may require gcc5 on FreeBSD (DragonFly uses the LLVM backend only).
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Remove trailing whitespace from Makefiles, A-L.olgeni2015-10-081-1/+1
|
* Add new port lang/lua-adamarino2015-06-175-0/+113
These are bindings to a Lua library for Ada. The gpr file is written for the version of Lua that is default on the system that builds the port. (see Mk/bsd.default-versions.mk) There is no documentation available, but two examples with sources are built and installed for illustration.