Port details |
- gcc410 GNU Compiler Collection 4.10
- 4.10.0.s20140810 lang
=2 4.10.0.s20140810Version of this port present on the latest quarterly branch.
- Maintainer: gerald@FreeBSD.org
- Port Added: 2014-04-28 21:19:24
- Last Update: 2014-08-22 20:26:24
- SVN Revision: 365695
- People watching this port, also watch:: llvm, openjdk8, glib
- Also Listed In: java
- License: GPLv3 GPLv3RLE
- WWW:
- http://gcc.gnu.org/
- Description:
- GCC, the GNU Compiler Collection, supports a number of languages. This
port installs the C, C++, Fortran and Java front ends as gcc410, g++410,
gfortran410, and gcj410, respectively.
WWW: http://gcc.gnu.org/
Gerald Pfeifer <gerald@FreeBSD.org>
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: gcc410
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386 powerpc powerpc64 sparc64
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- as : devel/binutils
- gmake : devel/gmake
- ecj-4.5.jar : lang/gcc-ecj45
- zip : archivers/zip
- as : devel/binutils
- perl5.16.3 : lang/perl5.16
- Runtime dependencies:
-
- as : devel/binutils
- ecj-4.5.jar : lang/gcc-ecj45
- indexinfo : print/indexinfo
- Library dependencies:
-
- libgmp.so : math/gmp
- libmpfr.so : math/mpfr
- libmpc.so : math/mpc
- libiconv.so.3 : converters/libiconv
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gcc410-4.10.0.s20140810:
BOOTSTRAP=on: Build using a full bootstrap
JAVA=on: Java platform support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.10.0.s20140810 22 Aug 2014 20:26:24 |
gerald |
GCC 4.10 has been renamed to GCC 5 upstream; rename our gcc410 port
to gcc5 accordingly. |
4.10.0.s20140810 16 Aug 2014 19:25:06 |
gerald |
Update to the 20140810 snapshot of GCC 4.10.0. |
4.10.0.s20140803 04 Aug 2014 20:17:05 |
gerald |
Update to the 20140803 snapshot of GCC 4.10. |
4.10.0.s20140727 28 Jul 2014 12:01:09 |
gerald |
Update to the 20140727 snapshot of GCC 4.10. |
4.10.0.s20140720 23 Jul 2014 20:57:20 |
gerald |
Update to the 20140720 snapshot of GCC 4.10.
This introduces a new bin/gcov-tool410. |
4.10.0.s20140706 08 Jul 2014 21:53:52 |
gerald |
Update to the 20140706 snapshot of GCC 4.10.
Also clean *.la files in LIBEXEC, and recursively so here and for
TARGLIB.
Sort USES. |
4.10.0.s20140629 30 Jun 2014 08:37:29 |
gerald |
Update to the 20140629 snapshot of GCC 4.10. |
4.10.0.s20140622 25 Jun 2014 08:58:09 |
bapt |
Fix build on system built WITHOUT_INFO
With hat: portmgr |
4.10.0.s20140622 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
4.10.0.s20140622 24 Jun 2014 13:06:54 |
gerald |
Update to the 20140622 snapshot of GCC 4.10. |
4.10.0.s20140615 20 Jun 2014 13:03:53 |
gerald |
Update to the 20140615 snapshot of GCC 4.10. |
4.10.0.s20140608 12 Jun 2014 01:11:43 |
gerald |
Update to the 20140608 snapshot of GCC 4.10. |
4.10.0.s20140601 02 Jun 2014 06:54:29 |
gerald |
Update to the 20140601 snapshot of GCC 4.10.
This has a workaround for clang pretending to be GCC but not being
compatible, so we no longer need to require GCC to build, even on
amd64. |
4.10.0.s20140525 31 May 2014 23:09:40 |
marino |
lang/gcc410: Turn off JAVA option completely for DragonFly
Recently DragonFly was added as an officially supported platform on
GCC, providing OOTB support for C, C++, ObjC, and Fortran. However,
the Java lang does not build, even if the first failure (boehm-gc) is
fixed.
Adding Makefile.DragonFly is the cleanest and least intrusive way I could
remove the JAVA option (there is no EXCLUDE_OPTION_${OPSYS} support in
bsd.options.mk)
Approved by: maintainer (gerald@) |
4.10.0.s20140525 26 May 2014 22:16:18 |
antoine |
Unbreak index |
26 May 2014 21:11:39
|
gerald |
On amd64 systems with clang, we still need to build with GCC for the time
being since clang pretends it is GCC, but cannot cope with all GCC specific
input.
Reported by: Andrzej Tobola <ato@iem.pw.edu.pl>
Tested with: redports |
4.10.0.s20140525 26 May 2014 13:09:06 |
gerald |
Update to the 20140525 snapshot of GCC 4.10.
This now again builds with clang, so we don't require GCC to build any
more. (There was a latent non-determinism in GCC that lead to different
compilations.) |
4.10.0.s20140518 19 May 2014 03:11:42 |
gerald |
Update to the 20140518 snapshot of GCC 4.10.
This includes the merger of the GCC wide-int development branch and fails
to build with clang on 10-i386 and 10-amd64 with two rather different
failure modes (stage 2/3 comparison failure and simple compilation error,
respectively) so for the time being require building with GCC while I am
working with upstream. |
4.10.0.s20140504 10 May 2014 21:11:27 |
gerald |
Update to the 20140504 snapshot of GCC 4.10. |
4.10.0.s20140427 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
4.10.0.s20140427 29 Apr 2014 22:23:53 |
gerald |
Update to the 20140427 snapshot of GCC 4.10. |
4.10.0.s20140420 28 Apr 2014 21:19:18 |
gerald |
Welcome GCC 4.10 aka lang/gcc410. This has recently branched from
GCC 4.9 development and is feature equivalent at this point.
The coming months, during stage 1 of GCC developemtn, there will be
many invasive and partially destablizing changes. Any outfall will
be addressed in the second half of the release cylce. Until then,
use at your own risk and file any bugs upstream. |