/databases/py-sqlalchemy-devel/

sd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc-aux
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:rene2016-05-1614-6474/+0
| | | | | 2016-05-15 lang/gcc-aux: Use newer lang/gcc5-aux or lang/gcc6-aux compilers instead 2016-05-16 audio/deadbeef-mpris-plugin: Abandonware; use `audio/deadbeef-mpris2-plugin' instead
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-012-5/+5
| | | | | With hat: portmgr Sponsored by: Absolight
* lang/gcc-aux: deprecate, set expiration for 15 May 2016marino2016-03-161-0/+3
| | | | | | | There are no more ports dependent on gcc-aux anymore, and there's no known reason to use this compiler over the newer gcc5-aux and gcc6-aux compilers. Ideally, there should only be two compilers featured in the Ada framework: The default and the upcoming one.
* Add gnatdroid-x86 (3 new ports), X-compiler to Android-x86marino2015-11-305-40/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Similar to lang/gnatdroid-armv7, lang/gnatdroid-x86 is a cross-compiler targetting Android. The former targets ARMv7 processors while the latter targets Android on x86 (32-bit). The latter also runs on Virtualbox as a bonus. The new ports are implemented as slaves to the ARMv7 versions. The GNAT ACATS were run, and it passed every test except CXG2024, "accuracy of multiplication and division of mixed decimal and binary fixed point numbers". subtest 13: expected -51.00 got 50.0 subtest 14: expected 51.0 got 50.0 This is probably a rounding error unique to 32-bit x86. Overall this version passed better than gnatdroid-armv7 because unwind is supported, enabling check check support. Also added: lang/gnatdroid-sysroot-x86 (KitKat and Lollipop API) lang/gnatdroid-binutils-x86 Despite the desciption, C++, Fortran and Objective-C should also work well (in addition to advertised C and Ada frontends). === The gnatdroid-x86 port builds a C/Ada cross-compiler based on GCC 4.9 that targets the Android operating system (up to version 5.0, API level 21) running on x86 or x86_64 architecture (version 7). This produces binaries that run natively on x86-based Android devices.
* gnatdroid-sysroot: Add Android API Level 21 (Lollipop)marino2015-10-202-1/+22
| | | | | | | | | | | | | | | The latest Android Native Development Kit (NDK) has API Level 21 in it (but not 20, nor 22 or the latest Level 23). Add this option to gnatdroid's sysroot port, and change the default API from Jelly Bean 1 (Level 16) to Kitkat (Level 19). Bump gnatdroid's binutils and gnatdroid itself as a consequence of this default change. A new patch had to be added to lang/gcc-aux to handle the CTYPE changes which haven't made to GCC yet. Gnatdroid has been testing for building on all API's but not for functionality beyond Level 16 due to lack of hardware. I may soon install an Android emulator to see if that will suffice.
* Drop 8 support.mat2015-10-15