non port: lang/gcc-aux/Makefile.common |
SVNWeb
|
Number of commits found: 12 |
Fri, 1 Apr 2016
|
[ 14:08 mat ] (Only the first 10 of 481 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 5 Mar 2015
|
[ 09:01 marino ]
lang/gcc-aux, lang/gcc47-aux, lang/gnatdroid-arm*: Add CPE information
There are no active CVEs against GCC 4.7.x or 4.9.x, but GCC is listed
in the CPE database due to earlier CVEs. To prepare for future CVEs, add
the CPE information. Note that CPE_VERSION has to be defined since these
ports use their own version schemes rather than GCC version numbers.
PR: 198252
PR: 198257
Submitted by: shun (dropcut.net)
|
Thu, 28 Aug 2014
|
[ 11:10 tijl ]
Add USES=libtool
|
Sat, 19 Apr 2014
|
[ 17:01 marino ]
lang/gcc-aux: Fix a testsuite application typo, add test to list
Both of these issues affect dragonfly only. The *-*-dragonfly* target
for dejagnu needs to be added to a few hundred tests but a typo
prevented that from happening. No revbump as testing does not affect
the final package, nor is it a default option.
|
Thu, 10 Apr 2014
|
[ 13:35 marino ]
lang/gcc-aux: significantly reduce c++ testsuite diff file size
The majority of the 234k c++ testsuite patch can be eliminated with
REINPLACE_CMD at the post-extract phase. Now it's 1/100th the size
at 2.3k. No revbump necessary; the testsuite isn't even a default
option. The same treatment can be done to lang/gcc47-aux later.
|
Sun, 6 Apr 2014
|
[ 12:08 marino ]
lang/gcc-aux: set Makefile.common includes like gcc47-aux
|
Fri, 14 Mar 2014
|
[ 08:36 marino ] (Only the first 10 of 14 ports in this commit are shown above. )
lang/gcc-aux: Upgrade from gcc-4.7.3 to gcc49-20140302 snapshot
GCC4.9 hasn't been released yet, but the Ada portion of it is pretty
stable and perfectly passes ACATS and gnat.dg testsuites. The only
trick was to change the unwind mechanism on i386 away from KERN_PS_STRINGS
because it will not work with 32-bit compatability mode on AMD64. This
is because on AMD64, the signal trampoline is located on a random area
on a shared page rather than a fixed location before KERN_PS_STRINGS. To
support both true i386 and AMD64-32 compatibility mode, unwind now looks
for frame pattern in all cases. Apparently stack checking has been broken
on AMD64-32 until now.
It is important to get the Ada Framework in ports to be based on gcc49
because this compiler supports the full Ada-2012 standard implementation,
and in fact some new programs require this already. (Only the first 15 lines of the commit message are shown above )
|
Sun, 10 Nov 2013
|
[ 00:16 marino ]
lang/gcc-aux: Convert to staging
* Convert perl-extract to REINPLACE_CMD
* Use new LIB_DEPENDS format
* Properly convert to USES+= perl (it got skipped in the sweep)
* Remove no-op MAKE_JOBS_SAFE (again it got skipped)
* Remove FreeBSD 9.0-only install message (F9 no longer supported)
* Add GPLv3 license but don't install it as it messes up auto-plist
* Use MAKE_JOBS_NUMBER over internal _MAKE_JOBS variable
|
Sun, 21 Jul 2013
|
[ 13:00 marino ]
lang/gcc-aux: bug fixes
This change covers:
1) portlint cleanup
2) Support for bootstrapping on DragonFly 3.5+
3) Removal of uneeded shared library version specifications
4) USES+= gmake
5) Splits out version to separate makefile for Ada framework
6) Fixes typo that caused DragonFly to use mktemp
7) Adds aggregate array index fix from gcc 4.8
8) NetBSD lstdc++ fixes were pulled in from diff reneration
9) c++ testsuite diff was corrected (how it was committed wrong is unknown)
Approved by: bapt (mentor)
|
Tue, 30 Apr 2013
|
[ 11:38 bapt ]
Update to gcc 4.7.3
Convert to new options framework
Use binutils from ports on FreeBSD 8
PR: ports/178143
Submitted by: John Marino <draco@marino.st>
|
Sat, 27 Apr 2013
|
[ 22:09 bapt ] (Only the first 10 of 25 ports in this commit are shown above. )
Convert the last USE_ICONV to USES=iconv
|
Tue, 31 Jul 2012
|
[ 17:35 culot ] (Only the first 10 of 17 ports in this commit are shown above. )
gcc-aux is the successor to the gcc-4.6-based lang/gnat-aux. Originally it
was planned for lang/gnat-aux to upgrade to version 4.7, then 4.8, etc.
However, some cross-compilers are based on it and there are some significant
differences between gcc 4.6 and 4.7. lang/gnat-aux also installs with a
${LOCALBASE} of /usr/local which has a high potential of file conflicts with
other lang/ compilers. Another reason for keeping them separate is just about
every Ada program will need to be patched for it due to new binding
interpretations stemming from Ada-2012 work. Simply updating gnat-aux would
break them all instantly.
The AUX compiler supports several languages: Ada, C, C++, Fortran and
Objective-C. Since Ada support must be built by an Ada-capable compiler, only
platforms for which a bootstrap compiler is available can build the AUX
compiler.
(Only the first 15 lines of the commit message are shown above )
|
Number of commits found: 12 |