1896d FreshPorts -- lang/gcc47
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
gcc47 4.7.4.20130518 lang on this many watch lists=3 search for ports that depend on this port
GNU Compiler Collection 4.7
Maintained by: gerald@FreeBSD.org search for ports maintained by this maintainer
Port Added: 20 Mar 2011 15:11:21
Also Listed In: java
License: not specified in port


GCC, the GNU Compiler Collection, supports a number of languages.  This
port installs the C, C++, Fortran and Java front ends as gcc47, g++47,
gfortran47, and gcj47, respectively.

WWW: http://gcc.gnu.org/

Gerald Pfeifer <gerald@FreeBSD.org>
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/binutils
  2. devel/bison
  3. lang/gcc-ecj45
  4. archivers/zip
  5. devel/gmake
  6. devel/binutils
  7. lang/perl5.14
Required To Run:
  1. devel/binutils
  2. lang/gcc-ecj45
Required Libraries:
  1. math/gmp
  2. math/mpfr
  3. math/mpc
  4. converters/libiconv

This port is required by:

for Build for Run

To install the port: cd /usr/ports/lang/gcc47/ && make install clean
To add the package: pkg_add -r gcc47


Configuration Options
===> The following configuration options are available for gcc-4.7.4.20130518:
     BOOTSTRAP=on: Build using a full bootstrap
     JAVA=on: Java platform support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.dti.ad.jp/pub/lang/gcc/snapshots/4.7-20130518/
  3. ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/snapshots/4.7-20130518/
  4. ftp://ftp.gwdg.de/pub/misc/gcc/snapshots/4.7-20130518/
  5. ftp://ftp.iij.ad.jp/pub/gnu/gnu/gcc/snapshots/4.7-20130518/
  6. ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/snapshots/4.7-20130518/
  7. ftp://ftp.lip6.fr/pub/gcc/snapshots/4.7-20130518/
  8. ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/snapshots/4.7-20130518/
  9. ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/gcc.gnu.org/pub/gcc/snapshots/4.7-20130518/
  10. ftp://ftp.nctu.edu.tw/computer-languages/C/gcc/snapshots/4.7-20130518/
  11. ftp://ftp.nluug.nl/mirror/languages/gcc/snapshots/4.7-20130518/
  12. ftp://ftp.ntua.gr/pub/gnu/gcc/snapshots/4.7-20130518/
  13. ftp://ftp.uvsq.fr/pub/gcc/snapshots/4.7-20130518/
  14. ftp://gcc.gnu.org/pub/gcc/snapshots/4.7-20130518/
  15. ftp://mirror.aarnet.edu.au/pub/gnu/gcc/snapshots/4.7-20130518/
  16. ftp://mirrors.laffeycomputer.com/pub/gcc.gnu.org/pub/gcc/snapshots/4.7-20130518/
  17. http://ftp.cs.pu.edu.tw/Linux/sourceware/gcc/snapshots/4.7-20130518/
  18. http://gd.tuwien.ac.at/gnu/sourceware/gcc/snapshots/4.7-20130518/
  19. http://mirrors.kernel.org/sources.redhat.com/gcc/snapshots/4.7-20130518/

Number of commits found: 79

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
02 Jun 2013 01:17:49
Original commit files touched by this commit  4.7.4.20130518
gerald search for other commits by this committer
Update to the 20130518 snapshot of GCC 4.7.4.

Introduce a new option BOOTSTRAP that allows switching between a
full bootstrap of GCC and just running a simple build.

Bootstrapping is the default upstream, and for very stable and old
flavors of GCC we disable this by default since that is a huge win
in terms of build time of the port.  No change in default behavior
for this port, for the time being we continue to bootstrap.
27 Apr 2013 11:59:29
Original commit files touched by this commit  4.7.4.20130413
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
19 Apr 2013 17:37:13
Original commit files touched by this commit  4.7.4.20130413
gerald search for other commits by this committer
Update to the 20130413 snapshot of GCC 4.7.4.  This encompasses all
those fixes in the GCC 4.7.3 release.

Feature safe:	yes
24 Mar 2013 12:26:50
Original commit files touched by this commit  4.7.3.20130323
gerald search for other commits by this committer
Update to the 20130323 snapshot of GCC 4.7.3.
08 Mar 2013 11:32:12
Original commit files touched by this commit  4.7.3.20130302
bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
03 Mar 2013 14:19:08
Original commit files touched by this commit  4.7.3.20130302
gerald search for other commits by this committer
Update to the 20130302 snapshot of GCC 4.7.3.  This should now also
build with texinfo 5.0 more or less.
17 Feb 2013 14:22:56
Original commit files touched by this commit  4.7.3.20130216
gerald search for other commits by this committer
Replace the use of DISTFILES by DISTNAME, since we are now down to
one in all cases.

On the way, update to the 20130216 snapshot of GCC 4.7.3.
09 Feb 2013 15:37:55
Original commit files touched by this commit  4.7.3.20130202
gerald search for other commits by this committer
Update to the 20130202 snapshot of 4.7.3.
25 Jan 2013 20:40:47
Original commit files touched by this commit  4.7.3.20130119
gerald search for other commits by this committer
Remove stray entry from packaging list.

Reported by:	Paul Reynold <preynold@redcom.com>
20 Jan 2013 22:32:38
Original commit files touched by this commit  4.7.3.20130119
gerald search for other commits by this committer
Use the new lang/gcc-ecj45 port when building the Java frontend
instead of including a pre-built version of the Eclipse Java Compiler
(ECJ) ourselves. [1]

On the way, update to the 20130119 snapshot of GCC 4.7.3.

PR:		175072 [1]
12 Dec 2012 19:17:38
Original commit files touched by this commit  4.7.3.20121208
gerald search for other commits by this committer
Update to the 20121208 snapshot of GCC 4.7.3.
02 Dec 2012 14:44:13
Original commit files touched by this commit  4.7.3.20121124
gerald search for other commits by this committer
Make binutils a build dependency as well (not just a run-time dependency).
Without this, the libiberty build fails locating ar.

Also update to the 20121124 snapshot of 4.7.3.

Feature safe:	yes
04 Nov 2012 21:48:37
Original commit files touched by this commit  4.7.3.20121103
gerald search for other commits by this committer
Update to the 20121103 snapshot of GCC 4.7.3.

Feature safe:	yes
01 Nov 2012 22:32:02
Original commit files touched by this commit  4.7.3.20121027
gerald search for other commits by this committer
Update to the 20121027 snapshot of GCC 4.7.3.

Feature safe:	yes
21 Oct 2012 18:21:18
Original commit files touched by this commit  4.7.3.20121013
gerald search for other commits by this committer
Forward port inclusion and use of the Eclipse Java compiler. [1]

Update to the 20121013 snapshot of GCC 4.7.3.

Submitted by:	jkim [1]
Feature safe:	yes
30 Sep 2012 12:27:34
Original commit files touched by this commit  4.7.3.20120929
gerald search for other commits by this committer
Forward port revision 282369 [1] which carried the following description:

  On the way rename %%GCC_VER%% in pkg-plist to %%GCC_VERSION%% and
  make the Makefile machinery a bit more generic to minimize differences
  between lang/gcc ports based on releases and those based on snapshots.

On the way, update to the 20120929 snapshot of GCC 4.7.3.

Submitted by:	jkim [1]
28 Sep 2012 14:15:52
Original commit files touched by this commit  4.7.3.20120922
gerald search for other commits by this committer
Update to the 20120922 snapshot of GCC 4.7.3, which is pretty close
to the GCC 4.7.2 release.  It also fixes an ABI problem introduced
with earlier GCC 4.7 releases.

Cut down the comments at the top of Makefile per recent guidance.

Revamp the handling of different languages (frontends, run-times)
by GCC to allow for orthogonal setting them in the future. [1]

Print the list of languages being built as part of pre-everything
and shorten the output of operating system and version there.

Inspired by:	jkim [1]
09 Sep 2012 18:36:39
Original commit files touched by this commit  4.7.2.20120908
gerald search for other commits by this committer
Update to the 20120908 snapshot of GCC 4.7.2.
26 Aug 2012 00:40:13
Original commit files touched by this commit  4.7.2.20120825
gerald search for other commits by this committer
Update to the 20120825 snapshot of GCC 4.7.2.
21 Aug 2012 21:01:22
Original commit files touched by this commit  4.7.2.20120818
gerald search for other commits by this committer
Update to the 20120818 snapshot of GCC 4.7.2.
05 Aug 2012 15:41:15
Original commit files touched by this commit  4.7.2.20120804
gerald search for other commits by this committer
Update to the 20120804 snapshot of GCC 4.7.2.
30 Jul 2012 14:39:58
Original commit files touched by this commit  4.7.2.20120728
gerald search for other commits by this committer
Convert to the new options framework.

On the way update to the 20120728 snapshot of GCC 4.7.2.
25 Jul 2012 08:47:56
Original commit files touched by this commit  4.7.2.20120721
gerald search for other commits by this committer
Update to the 20120721 snapshot of GCC 4.7.2.

Remove ABI version numbers for all library dependencies.
15 Jul 2012 23:54:52
Original commit files touched by this commit  4.7.2.20120714
gerald search for other commits by this committer
Update to the 20120714 snapshot of GCC 4.7.2.
11 Jul 2012 05:28:26
Original commit files touched by this commit  4.7.2.20120707
gerald search for other commits by this committer
Update to the 20120707 snapshot of GCC 4.7.2.
03 Jul 2012 09:49:20
Original commit files touched by this commit  4.7.2.20120630
gerald search for other commits by this committer
Update to the 20120630 snapshot of GCC 4.7.2.
19 Jun 2012 22:50:45
Original commit files touched by this commit  4.7.2.20120616
gerald search for other commits by this committer
Update to the 20120616 snapshot of GCC 4.7.2, very close to the GCC 4.7.1
release.

Fix a portlint warning (tab vs space).
16 Jun 2012 04:35:54
Original commit files touched by this commit  4.7.1.20120609
andreast search for other commits by this committer
Add powerpc64 support.

Approved by:    gerald
10 Jun 2012 21:21:09
Original commit files touched by this commit  4.7.1.20120609
gerald search for other commits by this committer
Update to the 20120609 snapshot of GCC 4.7.1.
04 Jun 2012 13:35:32
Original commit files touched by this commit  4.7.1.20120602
gerald search for other commits by this committer
Update to the 20120602 snapshot of GCC 4.7.1.
28 May 2012 10:57:44
Original commit files touched by this commit  4.7.1.20120526
gerald search for other commits by this committer
Update to the 20120526 snapshot of GCC 4.7.1.
16 May 2012 22:54:08
Original commit files touched by this commit  4.7.1.20120512
gerald search for other commits by this committer
Update to the 20120512 snapshot of GCC 4.7.1.
08 May 2012 04:11:56
Original commit files touched by this commit  4.7.1.20120505
gerald search for other commits by this committer
Update to the 20120505 snapshot of GCC 4.7.1.
01 May 2012 01:08:28
Original commit files touched by this commit  4.7.1.20120428
gerald search for other commits by this committer
Update to the 20120428 snapshot of GCC 4.7.1.
15 Apr 2012 22:33:12
Original commit files touched by this commit  4.7.1.20120414
gerald search for other commits by this committer
Update to the 20120414 snapshot of GCC 4.7.1.
08 Apr 2012 00:08:07
Original commit files touched by this commit  4.7.1.20120407
gerald search for other commits by this committer
Update to the 20120407 snapshot of GCC 4.7.1.

Feature safe:   yes
03 Apr 2012 22:13:15
Original commit files touched by this commit  4.7.1.20120324
gerald search for other commits by this committer
Update to the 20120324 snapshot of GCC 4.7.1.

Feature safe:   yes
26 Feb 2012 17:07:03
Original commit files touched by this commit  4.7.0.20120225
gerald search for other commits by this committer
Update to the 20120225 snapshot of GCC 4.7.0.
11 Feb 2012 21:40:00
Original commit files touched by this commit  4.7.0.20120204
gerald search for other commits by this committer
Update to the 20120204 snapshot of GCC 4.7.0.
04 Feb 2012 11:06:28
Original commit files touched by this commit  4.7.0.20120128
gerald search for other commits by this committer
Update to the 20120128 snapshot of GCC 4.7.0.  This fixes
-fstack-protector-all on FreeBSD (thanks to tijl).
22 Jan 2012 00:56:24
Original commit files touched by this commit  4.7.0.20120121
gerald search for other commits by this committer
Update to the 20120121 snapshot of GCC 4.7.0.

This fixes a bootstrap comparison failure rearing its ugly head in
some cases, plus GNU/kFreeBSD.
15 Jan 2012 19:34:28
Original commit files touched by this commit  4.7.0.20120114
gerald search for other commits by this committer
Update to the 20120114 snapshot of GCC 4.7.0.  Re-enable the Objective-C
front end and accordingly also the run-time.
13 Jan 2012 21:57:31
Original commit files touched by this commit  4.7.0.20120107
gerald search for other commits by this committer
Update to the 20120107 snapshot of GCC 4.7.0.
06 Jan 2012 19:52:09
Original commit files touched by this commit  4.7.0.20111231
gerald search for other commits by this committer
Update to the 20111231 snapshot of GCC 4.7.0.
19 Dec 2011 07:14:13
Original commit files touched by this commit  4.7.0.20111217
gerald search for other commits by this committer
Update to the 20111217 snapshot of GCC 4.7.0.
13 Dec 2011 13:46:48
Original commit files touched by this commit  4.7.0.20111210
gerald search for other commits by this committer
Update to the 20111210 snapshot of GCC 4.7.0.

Feature safe:   yes
04 Dec 2011 18:56:29
Original commit files touched by this commit  4.7.0.20111203
gerald search for other commits by this committer
Update to the 20111203 snapshot of GCC 4.7.0.  This addresses an
incorrectly named library (libjavamath.so.0.0) introduced by the
fixes for FreeBSD 10 support.

Feature safe:   yes
27 Nov 2011 02:15:24
Original commit files touched by this commit  4.7.0.20111126
gerald search for other commits by this committer
Update to the 20111126 snapshot of GCC 4.7.0.  This now builds on
FreeBSD 10 without problems and any additional tweaks.

Feature safe:   yes
26 Nov 2011 20:41:05
Original commit files touched by this commit  4.7.0.20111119
gerald search for other commits by this committer
Update to the 20111119 snapshot of GCC 4.7.0 which brings support
for transactional memory on i386, amd64 and alpha.

We handle the corresponding info file inclusively by listing all
supported architecture and move the libquadmath info file to the
same schema.

Feature safe:   yes
15 Nov 2011 11:46:26
Original commit files touched by this commit  4.7.0.20111105
gerald search for other commits by this committer
Remove ia64 from the list of supported platforms.  It's broken and
now developer, only a sole user, ever cared for the last many years.

Feature safe:   yes
10 Nov 2011 11:42:21
Original commit files touched by this commit  4.7.0.20111105
gerald search for other commits by this committer
Update to the 20111105 snapshot of GCC 4.7.0.  This allows us to remove
a hack of mine for libgcc on ia64.

Feature safe:   yes
30 Oct 2011 01:51:57
Original commit files touched by this commit  4.7.0.20111029
gerald search for other commits by this committer
Update to the 20111029 snapshot of GCC 4.7.0.

This adds new programs gcc-ar47, gcc-nm47, and gcc-ranlib47.
23 Oct 2011 16:23:30
Original commit files touched by this commit  4.7.0.20111022
gerald search for other commits by this committer
Update to the 20111022 snapshot of GCC 4.7.0.
16 Oct 2011 00:56:59
Original commit files touched by this commit  4.7.0.20111015
gerald search for other commits by this committer
Update to the 20111015 snapshot of GCC 4.7.0.
09 Oct 2011 21:24:11
Original commit files touched by this commit  4.7.0.20111008
gerald search for other commits by this committer
Update to the 20111008 snapshot of GCC 4.7.0.
02 Oct 2011 15:20:08
Original commit files touched by this commit  4.7.0.20111001
gerald search for other commits by this committer
Update to the 20111001 snapshot of GCC 4.7.0.
25 Sep 2011 09:27:03
Original commit files touched by this commit  4.7.0.20110924
gerald search for other commits by this committer
Update to the 20110924 snapshot of GCC 4.7.0.
18 Sep 2011 00:01:08
Original commit files touched by this commit  4.7.0.20110917
gerald search for other commits by this committer
Update to the 20110917 snapshot of GCC 4.7.0.
11 Sep 2011 12:12:53
Original commit files touched by this commit  4.7.0.20110910
gerald search for other commits by this committer
Update to the 20110910 snapshot of GCC 4.7.0.
10 Sep 2011 20:03:45
Original commit files touched by this commit  4.7.0.20110903
gerald search for other commits by this committer
Update to the 20110903 snapshot of GCC 4.7.

On the way update ccache links (when appropriate) when installing
and deinstalling this port/package. [1]

PR:             155568 [1]
Submitted by:   ehaupt [1]
04 Sep 2011 19:51:15
Original commit files touched by this commit  4.7.0.20110827
gerald search for other commits by this committer
Update to the 20110827 snapshot of GCC 4.7.0 (which apparently requires
the newer version of binutils that we are using).

Remove a patch for ia64 that was not accepted upstream and where the are
in question was restructured recently.
31 Jul 2011 17:01:34
Original commit files touched by this commit  4.7.0.20110730
gerald search for other commits by this committer
Update to the 20110730 snapshot of GCC 4.7.0.
24 Jul 2011 09:31:40
Original commit files touched by this commit  4.7.0.20110723
gerald search for other commits by this committer
Update to the 20110723 snapshot of GCC 4.7.0, which addresses bootstrap
issues on ia64.
19 Jul 2011 22:01:04
Original commit files touched by this commit  4.7.0.20110716
gerald search for other commits by this committer
Update to the 20110716 snapshot of GCC 4.7.0.
11 Jul 2011 08:21:04
Original commit files touched by this commit  4.7.0.20110709
gerald search for other commits by this committer
Update to the 20110709 snapshot of GCC 4.7.0.
04 Jul 2011 10:55:27
Original commit files touched by this commit  4.7.0.20110702
gerald search for other commits by this committer
Update to the 20110702 snapshot of GCC 4.7.0.
12 Jun 2011 13:08:15
Original commit files touched by this commit  4.7.0.20110611
gerald search for other commits by this committer
Update to the 20110611 snapshot of GCC 4.7.0.
05 Jun 2011 22:15:08
Original commit files touched by this commit  4.7.0.20110604
gerald search for other commits by this committer
Update to the 20110604 snapshot of GCC 4.7.0.  Upstream now only provides
a single tarball and this update brings a number of changes around that.

Enable c, c++, and fortran (and only these) explicitly by default, and
Java when/where available. [1]

Reported by:    Scott Allendorf <scott-allendorf@uiowa.edu> [1]
22 May 2011 13:28:48
Original commit files touched by this commit  4.7.0.20110521
gerald search for other commits by this committer
Update to the 20110521 snapshot of GCC 4.7.0.
15 May 2011 16:44:44
Original commit files touched by this commit  4.7.0.20110514
gerald search for other commits by this committer
Update to the 20110514 snapshot of GCC 4.7.0.
08 May 2011 01:06:25
Original commit files touched by this commit  4.7.0.20110507
gerald search for other commits by this committer
Update to the 20110507 snapshot of GCC 4.7.0.
06 May 2011 15:18:41
Original commit files touched by this commit  4.7.0.20110430
gerald search for other commits by this committer
Update to the 20110430 snapshot of GCC 4.7.0.
27 Apr 2011 11:22:15
Original commit files touched by this commit  4.7.0.20110423
gerald search for other commits by this committer
Update to the 20110423 snapshot of GCC 4.7.0.

Replace the, now dysfunctional, post-patch target with a configure
option that marks this build of GCC as "FreeBSD Ports Collection". [1]

Reported by:    Bjoern Koenig <bkoenig@alpha-tierchen.de> [1]
17 Apr 2011 00:45:24
Original commit files touched by this commit  4.7.0.20110416
gerald search for other commits by this committer
Update to the 20110416 alpha snapshot of GCC 4.7.0.
15 Apr 2011 18:16:05
Original commit files touched by this commit  4.7.0.20110409
gerald search for other commits by this committer
Update to the 20110409 alpha snapshot of GCC 4.6.0.
27 Mar 2011 13:22:18
Original commit files touched by this commit  4.7.0.20110326
gerald search for other commits by this committer
Update to the 20110326 snapshot of GCC 4.7.0.

On SPARC the target CPU type may now be set via -mcpu instead of being
limited to the hardcoded equivalent of -mcpu=ultrasparc and TLS support
is enabled if available.
23 Mar 2011 00:26:29
Original commit files touched by this commit  4.7.0.20110319
gerald search for other commits by this committer
Add support for 32-bit powerpc.

Submitted by:   andreast
20 Mar 2011 22:39:12
Original commit files touched by this commit  4.7.0.20110319
gerald search for other commits by this committer
Welcome the GCC 4.7 series which at this point is just a few days after
the GCC 4.6 branch has been carved, thus quite similar to that.  Over
the next months this will see a lot of active and partially invasive
development.  Accordingly this port is for early exposure and not yet
production use.
20 Mar 2011 14:02:54
Original commit files touched by this commit  4.6.0.20110318
gerald search for other commits by this committer
Forced commit to document the repocopy of lang/gcc46 to lang/gcc47.

PR:             155571

Number of commits found: 79

2820
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04
libFSJun 04
libGLJun 04

10 vulnerabilities affecting 30 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24572
Broken 191
Deprecated 460
Ignore 564
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 51
Set to expire 445
Interactive 33
new 24 hours 7
new 48 hours11
new 7 days29
new fortnight87
new month179

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0