notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/gcc47/distinfo

Number of commits found: 94

Saturday, 23 Sep 2017
19:23 gerald search for other commits by this committer
Backport several cleanups and one real fix from lang/gcc5:

 - Move ONLY_FOR_ARCHS into the right position of the Makefile.

 - Omit a comment describing GCC_VERSION and SUFFIX.

 - Do not quote constant strings compared with ${ARCH}. [1]

 - Last, but not least the only functional change (and an important one
   at that): Remove headers being created by GCC's fixincludes machinery
   from the installation / packaging to avoid breakage when FreeBSD's
   headers are changing afterwards.

 - On the way, add a TIMESTAMP to distinfo.

PR:		221905 [1]
Submitted by:	linimon [1]
Original commitRevision:450467 
Tuesday, 24 Jun 2014
14:48 gerald search for other commits by this committer
Update to the GCC 4.7.4 release which closes the GCC 4.7 release branch.

Due to the way we have been handling PORTREVISION before lang/gcc48 this
requires PORTEPOCH.

Also, since this is now final and stable, no longer bootstrap this port.
Original commitRevision:359090 
Monday, 21 Apr 2014
03:13 gerald search for other commits by this committer
Update to the 20140419 snapshot of GCC 4.7.4.

Add pkg-message that references the need to use -Wl,-rpath=... . [1]

PR:		185902 [1]
Original commitRevision:351667 
Sunday, 13 Apr 2014
14:17 gerald search for other commits by this committer
Update to the 20140412 snapshot of GCXC 4.7.4.

Extend full-regression-test by running contrib/test_summary.
Original commitRevision:351223 
Monday, 7 Apr 2014
09:17 gerald search for other commits by this committer
Update to the 20140405 snapshot of GCC 4.7.4.

No longer install rebuild-gcj-db47 (which requires bash among others)
and its man page.
Original commitRevision:350437 
Tuesday, 1 Apr 2014
06:14 gerald search for other commits by this committer
Update to the 20140329 snapshot of GCC 4.7.4.

Replace USE_BZIP2 by USES=tar:bzip2.
Original commitRevision:349821 
Sunday, 16 Mar 2014
22:26 gerald search for other commits by this committer
Update to the 20140315 snapshot of GCC 4.7.4.
Original commitRevision:348435 
Thursday, 27 Feb 2014
00:19 gerald search for other commits by this committer
Update to the 20140222 snapshot of GCC 4.7.4.
Original commitRevision:346235 
Saturday, 22 Feb 2014
11:03 gerald search for other commits by this committer
Update to the 20140215 snapshot of GCC 4.7.4.

Set the license to a combination of GPLv3 (for the compiler itself) and
GPLv3 with GCC Runtime Library Exception (for the runtime).
Original commitRevision:345626 
Saturday, 15 Feb 2014
14:27 gerald search for other commits by this committer
Update to the 20140208 snapshot of GCC 4.7.4.

Configure with --enable-gnu-indirect-function to enable the "ifunc"
attribute, a GCC extension. [1]

Remove the man7 pages, which we are not packaging, from the staging
area to silence some warnings some are concerned about. [2]

No longer run ccache-update-links as part of post-install which, in
the world of staging, no longer is what it used to be.  Rely on the
existing @exec and @unexec in pkg-plist instead. [3]

Submitted by:	jmg [1], miwi [2]
Discussed with:	kib [1], antoine [2][3]
Original commitRevision:344390 
Wednesday, 22 Jan 2014
16:21 gerald search for other commits by this committer
Update to the 20140118 snapshot of GCC 4.7.4.
Original commitRevision:340720 
Monday, 16 Dec 2013
00:54 gerald search for other commits by this committer
Update to the 20131214 snapshot of GCC 4.7.4.
Original commitRevision:336600 
Monday, 2 Dec 2013
01:32 gerald search for other commits by this committer
Update to the 20131130 snapshot of GCC 4.7.4.

No longer add -I${LOCALBASE}/include to CFLAGS.

Since we now configure with --with-gmp=${LOCALBASE} this is no longer
necessary, and due to bugs in binutils (which should not install ansidecl.h
into ${PREFIX}/include) and GCC (which should search its own include
directories with higher priority) can lead to build failures.
Original commitRevision:335447 
Sunday, 24 Nov 2013
22:21 gerald search for other commits by this committer
Change PORTNAME from gcc to gcc47 to match the actual name of this
port and avoid a package name collision with other GCC ports.  This
also allows us to remove LATEST_LINK.

On the way update to the 20131123 snapshot of GCC 4.7.4.
Original commitRevision:334795 
Sunday, 10 Nov 2013
13:53 gerald search for other commits by this committer
Update to the 20131109 snapshot of GCC 4.7.4.

Reported by:	portscout
Original commitRevision:333391 
Sunday, 27 Oct 2013
21:49 gerald search for other commits by this committer
Update to the 20131026 snapshot of GCC 4.7.4.

Remove a (long) obsolete dependency on bison. [1]

Migrate to the new LIB_DEPENDS standard.

STAGEify.

Reported by:	marino [1]
Original commitRevision:331807 
Wednesday, 4 Sep 2013
16:54 gerald search for other commits by this committer
Update to the 20130831 snapshot of GCC 4.7.4.

Work around a bug in libcpp that pulls in the optional system iconv
if present instead of relying on the port we actually depend on. [1]

The issue is that /usr/include/iconv.h has #include <stdbool.h> which
in turn, since both are included very late in the game, conflicts with
similar definintions by libcpp itself.

Interestingly enough, lang/gcc46 and lang/gcc48 did not fail under the
same test scenarios and libstdc++ does not seem to require adjustments,
so PR 161417 may not be relevant in full.

PR:		161417 [1]
Original commitRevision:326294 
Sunday, 18 Aug 2013
09:19 gerald search for other commits by this committer
Replace USE_GMAKE by USES=gmake.

Update to the 20130817 snapshot of GCC 4.7.4.
Original commitRevision:324896 
Sunday, 11 Aug 2013
12:02 gerald search for other commits by this committer
Update to the 20130810 snapshot of GCC 4.7.4.

Rename VERSIONSTRING to the standard DISTVERSION. [1]

Add more notes on the various variables carrying version information.

Suggested by:	crees [1]
~
Original commitRevision:324583 
Sunday, 4 Aug 2013
19:59 gerald search for other commits by this committer
Update to the 20130803 snapshot of GCC 4.7.4.
Original commitRevision:324250 
Sunday, 7 Jul 2013
19:25 gerald search for other commits by this committer
Update to the 20130706 snapshot of GCC 4.7.4.
Original commitRevision:322457 
Sunday, 2 Jun 2013
01:17 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.
Original commitRevision:319617 
Friday, 19 Apr 2013
17:37 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
Original commitRevision:316113 
Sunday, 24 Mar 2013
12:26 gerald search for other commits by this committer
Update to the 20130323 snapshot of GCC 4.7.3.
Original commitRevision:315114 
Sunday, 3 Mar 2013
14:19 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.
Original commitRevision:313350 
Sunday, 17 Feb 2013
14:22 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.
Original commitRevision:312417 
Saturday, 9 Feb 2013
15:37 gerald search for other commits by this committer
Update to the 20130202 snapshot of 4.7.3.
Original commitRevision:311985 
Sunday, 20 Jan 2013
22:32 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]
Original commitRevision:310720 
Wednesday, 12 Dec 2012
19:17 gerald search for other commits by this committer
Update to the 20121208 snapshot of GCC 4.7.3.
Original commitRevision:308781 
Sunday, 2 Dec 2012
14:44 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
Original commitRevision:308111 
Sunday, 4 Nov 2012
21:48 gerald search for other commits by this committer
Update to the 20121103 snapshot of GCC 4.7.3.

Feature safe:	yes
Original commitRevision:306986 
Thursday, 1 Nov 2012
22:32 gerald search for other commits by this committer
Update to the 20121027 snapshot of GCC 4.7.3.

Feature safe:	yes
Original commitRevision:306824 
Sunday, 21 Oct 2012
18:21 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
Original commitRevision:306242 
Sunday, 30 Sep 2012
12:27 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]
Original commitRevision:305077 
Friday, 28 Sep 2012
14:15 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]
Original commitRevision:304996 
Sunday, 9 Sep 2012
18:36 gerald search for other commits by this committer
Update to the 20120908 snapshot of GCC 4.7.2.
Original commitRevision:303987 
Sunday, 26 Aug 2012
00:40 gerald search for other commits by this committer
Update to the 20120825 snapshot of GCC 4.7.2.
Original commit
Tuesday, 21 Aug 2012
21:01 gerald search for other commits by this committer
Update to the 20120818 snapshot of GCC 4.7.2.
Original commit
Sunday, 5 Aug 2012
15:41 gerald search for other commits by this committer
Update to the 20120804 snapshot of GCC 4.7.2.
Original commit
Monday, 30 Jul 2012
14:39 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.
Original commit
Wednesday, 25 Jul 2012
08:47 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.
Original commit
Sunday, 15 Jul 2012
23:54 gerald search for other commits by this committer
Update to the 20120714 snapshot of GCC 4.7.2.
Original commit
Wednesday, 11 Jul 2012
05:28 gerald search for other commits by this committer
Update to the 20120707 snapshot of GCC 4.7.2.
Original commit
Tuesday, 3 Jul 2012
09:49 gerald search for other commits by this committer
Update to the 20120630 snapshot of GCC 4.7.2.
Original commit
Tuesday, 19 Jun 2012
22:50 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).
Original commit
Sunday, 10 Jun 2012
21:21 gerald search for other commits by this committer
Update to the 20120609 snapshot of GCC 4.7.1.
Original commit
Monday, 4 Jun 2012
13:35 gerald search for other commits by this committer
Update to the 20120602 snapshot of GCC 4.7.1.
Original commit
Monday, 28 May 2012
10:57 gerald search for other commits by this committer
Update to the 20120526 snapshot of GCC 4.7.1.
Original commit
Wednesday, 16 May 2012
22:54 gerald search for other commits by this committer
Update to the 20120512 snapshot of GCC 4.7.1.
Original commit
Tuesday, 8 May 2012
04:11 gerald search for other commits by this committer
Update to the 20120505 snapshot of GCC 4.7.1.
Original commit
Tuesday, 1 May 2012
01:08 gerald search for other commits by this committer
Update to the 20120428 snapshot of GCC 4.7.1.
Original commit
Sunday, 15 Apr 2012
22:33 gerald search for other commits by this committer
Update to the 20120414 snapshot of GCC 4.7.1.
Original commit
Sunday, 8 Apr 2012
00:08 gerald search for other commits by this committer
Update to the 20120407 snapshot of GCC 4.7.1.

Feature safe:   yes
Original commit
Tuesday, 3 Apr 2012
22:13 gerald search for other commits by this committer
Update to the 20120324 snapshot of GCC 4.7.1.

Feature safe:   yes
Original commit
Sunday, 26 Feb 2012
17:07 gerald search for other commits by this committer
Update to the 20120225 snapshot of GCC 4.7.0.
Original commit
Saturday, 11 Feb 2012
21:40 gerald search for other commits by this committer
Update to the 20120204 snapshot of GCC 4.7.0.
Original commit
Saturday, 4 Feb 2012
11:06 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).
Original commit
Sunday, 22 Jan 2012
00:56 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.
Original commit
Sunday, 15 Jan 2012
19:34 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.
Original commit
Friday, 13 Jan 2012
21:57 gerald search for other commits by this committer
Update to the 20120107 snapshot of GCC 4.7.0.
Original commit
Friday, 6 Jan 2012
19:52 gerald search for other commits by this committer
Update to the 20111231 snapshot of GCC 4.7.0.
Original commit
Monday, 19 Dec 2011
07:14 gerald search for other commits by this committer
Update to the 20111217 snapshot of GCC 4.7.0.
Original commit
Tuesday, 13 Dec 2011
13:46 gerald search for other commits by this committer
Update to the 20111210 snapshot of GCC 4.7.0.

Feature safe:   yes
Original commit
Sunday, 4 Dec 2011
18:56 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
Original commit
Sunday, 27 Nov 2011
02:15 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
Original commit
Saturday, 26 Nov 2011
20:41 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
Original commit
Thursday, 10 Nov 2011
11:42 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
Original commit
Sunday, 30 Oct 2011
01:51 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.
Original commit
Sunday, 23 Oct 2011
16:23 gerald search for other commits by this committer
Update to the 20111022 snapshot of GCC 4.7.0.
Original commit
Sunday, 16 Oct 2011
00:56 gerald search for other commits by this committer
Update to the 20111015 snapshot of GCC 4.7.0.
Original commit
Sunday, 9 Oct 2011
21:24 gerald search for other commits by this committer
Update to the 20111008 snapshot of GCC 4.7.0.
Original commit
Sunday, 2 Oct 2011
15:20 gerald search for other commits by this committer
Update to the 20111001 snapshot of GCC 4.7.0.
Original commit
Sunday, 25 Sep 2011
09:27 gerald search for other commits by this committer
Update to the 20110924 snapshot of GCC 4.7.0.
Original commit
Sunday, 18 Sep 2011
00:01 gerald search for other commits by this committer
Update to the 20110917 snapshot of GCC 4.7.0.
Original commit
Sunday, 11 Sep 2011
12:12 gerald search for other commits by this committer
Update to the 20110910 snapshot of GCC 4.7.0.
Original commit
Saturday, 10 Sep 2011
20:03 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]
Original commit
Sunday, 4 Sep 2011
19:51 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.
Original commit
Sunday, 31 Jul 2011
17:01 gerald search for other commits by this committer
Update to the 20110730 snapshot of GCC 4.7.0.
Original commit
Sunday, 24 Jul 2011
09:31 gerald search for other commits by this committer
Update to the 20110723 snapshot of GCC 4.7.0, which addresses bootstrap
issues on ia64.
Original commit
Tuesday, 19 Jul 2011
22:01 gerald search for other commits by this committer
Update to the 20110716 snapshot of GCC 4.7.0.
Original commit
Monday, 11 Jul 2011
08:21 gerald search for other commits by this committer
Update to the 20110709 snapshot of GCC 4.7.0.
Original commit
Monday, 4 Jul 2011
10:55 gerald search for other commits by this committer
Update to the 20110702 snapshot of GCC 4.7.0.
Original commit
Sunday, 12 Jun 2011
13:08 gerald search for other commits by this committer
Update to the 20110611 snapshot of GCC 4.7.0.
Original commit
Sunday, 5 Jun 2011
22:15 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]
Original commit
Sunday, 22 May 2011
13:28 gerald search for other commits by this committer
Update to the 20110521 snapshot of GCC 4.7.0.
Original commit
Sunday, 15 May 2011
16:44 gerald search for other commits by this committer
Update to the 20110514 snapshot of GCC 4.7.0.
Original commit
Sunday, 8 May 2011
01:06 gerald search for other commits by this committer
Update to the 20110507 snapshot of GCC 4.7.0.
Original commit
Friday, 6 May 2011
15:18 gerald search for other commits by this committer
Update to the 20110430 snapshot of GCC 4.7.0.
Original commit
Wednesday, 27 Apr 2011
11:22 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]
Original commit
Sunday, 17 Apr 2011
00:45 gerald search for other commits by this committer
Update to the 20110416 alpha snapshot of GCC 4.7.0.
Original commit
Friday, 15 Apr 2011
18:16 gerald search for other commits by this committer
Update to the 20110409 alpha snapshot of GCC 4.6.0.
Original commit
Sunday, 27 Mar 2011
13:22 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.
Original commit
Sunday, 20 Mar 2011
22:39 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.
Original commit
14:02 gerald search for other commits by this committer
Forced commit to document the repocopy of lang/gcc46 to lang/gcc47.

PR:             155571
Original commit

Number of commits found: 94