notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: lang/gcc46/Makefile
SVNWeb

Number of commits found: 155 (showing only 100 on this page)

1 | 2  »  

Sun, 19 Nov 2017
[ 22:44 gerald search for other commits by this committer ] Original commit   Revision:454508
Given that GCC 5 has gone end-of-life now, recommend GCC 6 or later
instead of GCC 5 or later in the deprecation messages for lang/gcc46
to lang/gcc49.
Sat, 23 Sep 2017
[ 22:26 gerald search for other commits by this committer ] Original commit   Revision:450476
While this port is marked for expiration and removal, there is one aspect
we still ought to fix for any remaining users:

Remove headers being created by GCC's fixincludes machinery from the
installation / packaging to avoid breakage when FreeBSD's headers are
changing afterwards.
Sun, 17 Sep 2017
[ 19:32 gerald search for other commits by this committer ] Original commit   Revision:450021
Mark DEPRECATED with an EXPIRATION_DATE of 2017-11-30 [1] since this
version of GCC has not been maintained upstream for nearly four-and-a-half
years and is not used anywhere in the tree.

Move ONLY_FOR_ARCHS to its appropriate place.

PR:		222373 [1]
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> [1]
Mon, 8 May 2017
[ 12:43 sunpoet search for other commits by this committer ] Original commit   Revision:440419 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Update print/texinfo to 6.3

Changes:	http://savannah.gnu.org/forum/forum.php?forum_id=8679
Differential Revision:	https://reviews.freebsd.org/D
PR:		218972
Exp-run by:	antoine
Sun, 30 Apr 2017
[ 14:00 gerald search for other commits by this committer ] Original commit   Revision:439820
Remove traces of ia64 support (ONLY_FOR_ARCHS and files/patch-unwind-ia64.h)
which has not been present in most other GCC ports for a long while.

While at it, simplify the setting of INFO.
Sat, 15 Apr 2017
[ 06:39 gerald search for other commits by this committer ] Original commit   Revision:438577
Remove Java support (the JAVA option and CATEGORY) from this port.

Four years after GCC 4.6 went end-of-life upstream there isn't really
much use of that any more since newer ports still carry it, and it
speeds up build and simplifies this port significantly.

In addition to the expected changes to Makefile, pkg-plist, and pkg-descr
this also gets rid of files/java-patch-hier.
Fri, 14 Apr 2017
[ 20:50 miwi search for other commits by this committer ] Original commit   Revision:438545
- Fix shebang

Approved by:	gerald (maintainer via mail)
Thu, 13 Apr 2017
[ 01:27 gerald search for other commits by this committer ] Original commit   Revision:438416
Completely remove DIST_VERSION that mat introduced in revision
438272 to avoid DISTVERSION in this port .

On the way also drop the definition of DISTNAME (where the
default now works) and simplify the definition of GCC_VERSION;
both of these are possible since GCC 4.6 is EOL.
Tue, 11 Apr 2017
[ 15:21 mat search for other commits by this committer ] Original commit   Revision:438272 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.

There are two cases:

- The upstream versionning is compatible with our versionning, or using
  DISTVERSION's magic leads to a compatible PORTVERSION, use
  DISTVERSION.  If it is possible to use DISTVERSIONPREFIX and
  DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
  DISTVERSION's magic does not lead to a correct PORTVERSION, then set
  PORTVERSION to the equivalent of our versionning, and set DISTNAME.
  It is possible to use a third variable where you store upstream's
  version and use it to compute PORTVERSION and/or DISTNAME, like the
  dns/bind9* ports do.

Sponsored by:	Absolight
Fri, 21 Oct 2016
[ 12:51 mat search for other commits by this committer ] Original commit   Revision:424411 (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Fri, 6 May 2016
[ 23:00 gerald search for other commits by this committer ] Original commit   Revision:414734
Apply the following to all common GCC ports based on end-of-life versions
of GCC including lang/gcc:

Only override CONFIGURE_TARGET for amd64 which is x86-64/x86_64 for the
rest of the world including GNU and GCC.  For all other architectures
it already defaults to the value we were setting.
Wed, 13 Apr 2016
[ 10:40 jbeich search for other commits by this committer ] Original commit   Revision:413188
lang/gcc*: convert to CONFIGURE_OUTSOURCE

PR:		208294, 208309
Exp-run by:	antoine
Approved by:	gerald (maintainer)
Differential Revision:	https://reviews.freebsd.org/D4157
Fri, 1 Apr 2016
[ 14:08 mat search for other commits by this committer ] Original commit   Revision:412347 (Only the first 10 of 481 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 17 Aug 2015
[ 14:20 mat search for other commits by this committer ] Original commit   Revision:394508 (Only the first 10 of 271 ports in this commit are shown above. View all ports for this commit)
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Wed, 29 Apr 2015
[ 19:37 gerald search for other commits by this committer ] Original commit   Revision:385009
Merge MASTER_SITES and MASTER_SITE_SUBDIR into just the former.

Suggested by:	mat
Thu, 26 Mar 2015
[ 20:36 marino search for other commits by this committer ] Original commit   Revision:382341
lang/gcc(46,47,48,49,5): Use OPTIONS_EXCLUDE_DragonFly to block JAVA

The JAVA frontend doesn't build on DragonFly on any release.  The new
OPTIONS_EXCLUDE_${OPSYS} feature is a nice way to avoid the use of
Makefile.DragonFly (most are in dports, but one is in lang/gcc5).

The recent addition of CXXFLAGS to lang/gcc5 prevents Makefile.DragonFly
on lang/gcc5 from being removed outright.  There are a couple of options
available to allow its removal, but I'll need to discuss with Gerald.

Approved by:	DragonFly blanket
Mon, 23 Mar 2015
[ 18:56 bdrewery search for other commits by this committer ] Original commit   Revision:382022
Fix UNIQUENAME not being unique after recent PORTNAME shuffle.

This was causing the gcc packages to be generated with a
/usr/local/libdata/ldconfig/gcc file. All were conflicting. Bump
PORTREVISION to fix packages built during this time.

With hat:	portmgr
Reported by:	sunpoet
Sun, 22 Mar 2015
[ 21:11 gerald search for other commits by this committer ] Original commit   Revision:381962
Use PKGNAMESUFFIX so that PORTNAME falls back to plain gcc and we
can avoid setting DISTNAME and CPE_PRODUCT.

Suggested by:	mat
[ 01:52 gerald search for other commits by this committer ] Original commit   Revision:381887
Add CPE information.

PR:		198255
Submitted by:	shun.fbsd.pr@dropcut.net
Tue, 30 Dec 2014
[ 19:19 dim search for other commits by this committer ] Original commit   Revision:375846
When building the gcc ports using a full bootstrap, tell the configure
script to assume the BUILD_CONFIG is set to bootstrap-debug, instead of
letting it auto-detect.

With clang 3.5.0 this auto-detection can fail, due to a discrepancy [1]
[2] in its debug information, when objects are produced with and without
-g.  When the auto-detection fails, gcc will compare objects with full
debug information during the stage comparisons, and this sometimes
causes those stage comparisons to fail unexpectedly.

[1]
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20141222/250134.html
[2] http://llvm.org/PR22046

Approved by:	gerald (maintainer)
Mon, 20 Oct 2014
[ 02:50 gerald search for other commits by this committer ] Original commit   Revision:371225
Remove all traces of @dirrm from pkg-plist, including those parts that
are dynamically generated via the Makefile.
Mon, 6 Oct 2014
[ 18:13 bapt search for other commits by this committer ] Original commit   Revision:370199 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Comment out info/dir files
indexinfo is taking care of generating it at package installation time

Reported by:	peter
Thu, 11 Sep 2014
[ 12:02 tijl search for other commits by this committer ] Original commit   Revision:367922
Add USES=libtool
Mon, 21 Jul 2014
[ 19:37 gerald search for other commits by this committer ] Original commit   Revision:362472
Also clean *.la files in LIBEXEC, and recursively so, here and for
TARGLIB.
Wed, 25 Jun 2014
[ 08:58 bapt search for other commits by this committer ] Original commit   Revision:359209 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
Fix build on system built WITHOUT_INFO

With hat:	portmgr
[ 05:35 bapt search for other commits by this committer ] Original commit   Revision:359185 (Only the first 10 of 304 ports in this commit are shown above. View all ports for this commit)
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
Mon, 5 May 2014
[ 09:45 bapt search for other commits by this committer ] Original commit   Revision:352986 (Only the first 10 of 293 ports in this commit are shown above. View all ports for this commit)
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
Sun, 13 Apr 2014
[ 13:55 gerald search for other commits by this committer ] Original commit   Revision:351222
Remove an (obsolete) CONFLICTS with a former state of lang/gcc.

Replace USE_BZIP2 by USES=tar:bzip2.

Extend full-regression-test by running contrib/test_summary.

No longer install rebuild-gcj-db46 (which requires bash among others)
and its man page.
Sat, 22 Feb 2014
[ 18:01 gerald search for other commits by this committer ] Original commit   Revision:345671
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, fixed with revision 336642 [1]) and GCC (which
should search its own include directories with higher priority) could
lead to build failures.

Set the license to a combination of GPLv3 (for the compiler itself) and
GPLv3 with GCC Runtime Library Exception (for the runtime).

PR:		184327 [1]
Sat, 15 Feb 2014
[ 15:59 gerald search for other commits by this committer ] Original commit   Revision:344413
Remove the man7 pages, which we are not packaging, from the staging
area to silence some warnings some are concerned about. [1]

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. [2]

Submitted by:	miwi [1]
Discussed with:	antoine [1][2]
Tue, 26 Nov 2013
[ 14:13 gerald search for other commits by this committer ] Original commit   Revision:334934
Change PORTNAME for lang/gcc46 from gcc to gcc46 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.

And it finally allows for a simple and proper CONFLICTS between
lang/gcc and lang/gcc46.
Mon, 28 Oct 2013
[ 00:26 gerald search for other commits by this committer ] Original commit   Revision:331816
Remove a (long) obsolete dependency on bison. [1]

Migrate to the new LIB_DEPENDS standard.

STAGEify.

Reported by:	marino [1]
Sat, 26 Oct 2013
[ 00:52 gerald search for other commits by this committer ] Original commit   Revision:331644 (Only the first 10 of 1147 ports in this commit are shown above. View all ports for this commit)
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 20 Sep 2013
[ 19:53 bapt search for other commits by this committer ] Original commit   Revision:327741 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
[ 12:54 bdrewery search for other commits by this committer ] Original commit   Revision:327697 (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 17 Sep 2013
[ 06:40 bapt search for other commits by this committer ] Original commit   Revision:327452 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Thu, 12 Sep 2013
[ 10:20 marino search for other commits by this committer ] Original commit   Revision:327052
lang/gcc*: define CONFIGURE_TARGET genericly (8 ports)

Instead of hardcoding the compiler target as FreeBSD, use the OPSYS
variable to it.  This makes no practical difference for FreeBSD, but
it helps DragonFly get properly configured.

Approved by:	gerald
Wed, 4 Sep 2013
[ 20:01 bsam search for other commits by this committer ] Original commit   Revision:326316 (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).

Co-authors:	bapt, madpilot and bsam (me)
Sat, 24 Aug 2013
[ 23:39 gerald search for other commits by this committer ] Original commit   Revision:325319
Replace VERSIONSTRING by DISTVERSION.

Replace USE_GMAKE by USES=gmake.
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sun, 2 Jun 2013
[ 19:13 gerald search for other commits by this committer ] Original commit   Revision:319721
When bootstrapping, which is not the default for this GCC port, use
bootstrap-lean instead of default/vanilla bootstrap to save on disk
space.
Mon, 13 May 2013
[ 00:23 gerald search for other commits by this committer ] Original commit   Revision:317986
Update to GCC 4.6.4, the final release and end of the GCC 4.6 branch.

(This requires an EPOCH bump due to how snapshots are labeled.)

Introduce a new option BOOTSTRAP that allows for doing a full
bootstrap of GCC, as opposed to just running a simple build.
Bootstrapping is actually the default upstream, we disable it
by default for the stable flavors of GCC since that is a huge
win in terms of build time of the port.  No change in default
behavior for this port.
Sat, 27 Apr 2013
[ 11:59 mva search for other commits by this committer ] Original commit   Revision:316662 (Only the first 10 of 219 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Fri, 8 Mar 2013
[ 11:32 bapt search for other commits by this committer ] Original commit   Revision:313635 (Only the first 10 of 209 ports in this commit are shown above. View all ports for this commit)
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
Sat, 16 Feb 2013
[ 16:22 gerald search for other commits by this committer ] Original commit   Revision:312372
Update to the 20130215 snapshot of GCC 4.6.4.
Sat, 26 Jan 2013
[ 14:24 gerald search for other commits by this committer ] Original commit   Revision:311012
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]

Replace the use of DISTFILES by DISTNAME, since we are now down to
one in all cases.

On the way, update to the 20130125 of GCC 4.6.4.

PR:		175072 [1]
Sat, 1 Dec 2012
[ 01:03 gerald search for other commits by this committer ] Original commit   Revision:308059
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 20121123 snapshot of 4.6.4.

Feature safe:	yes
Sun, 4 Nov 2012
[ 21:45 gerald search for other commits by this committer ] Original commit   Revision:306985
Given how stable the GCC 4.6 branch is these days, like with lang/gcc
just build, do not bootstrap, when building this port.  This speeds
up a full port/package test cycle by 31% on a 4-core system; a simple
build/install will benefit even more.

(This may impact compile time by this compiler a bit, depending on
how well the system compiler optimizes this codebase.  And we only
should do this for stable, established versions of GCC.)

On the way, update to the 20121102 snapshot of GCC 4.6.4.

Feature safe:	yes
Sat, 3 Nov 2012
[ 00:47 gerald search for other commits by this committer ] Original commit   Revision:306894
Update to the 20121026 snapshot of GCC 4.6.4.  Bring a comment in line
with related ports.

Feature safe:	yes
Sun, 30 Sep 2012
[ 23:58 gerald search for other commits by this committer ] Original commit   Revision:305088
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]
Sat, 1 Sep 2012
[ 19:16 gerald search for other commits by this committer ] Original commit   Revision:303510
Update to the 20120831 snapshot of GCC 4.6.4.

Remove now deprecated comments at the top of Makefile.
Wed, 22 Aug 2012
[ 00:41 gerald search for other commits by this committer ] Original commit 
Convert to the new options framework.

Remove ABI version numbers for all library dependencies.

Update to the 20120817 snapshot of GCC 4.6.4.
Sun, 10 Jun 2012
[ 21:22 gerald search for other commits by this committer ] Original commit 
Update to the 20120608 snapshot of GCC 4.6.4.
Sat, 12 May 2012
[ 12:18 gerald search for other commits by this committer ] Original commit 
Update to the 20120511 snapshot of GCC 4.6.4.
Sun, 22 Apr 2012
[ 11:08 gerald search for other commits by this committer ] Original commit 
Update to the 20120420 snapshot of GCC 4.6.4.
Sat, 14 Apr 2012
[ 20:50 gerald search for other commits by this committer ] Original commit 
Update to the 20120413 snapshot of GCC 4.6.4.
Sat, 7 Apr 2012
[ 10:29 gerald search for other commits by this committer ] Original commit 
Update to the 20120406 snapshot of GCC 4.6.4.

Feature safe:   yes
Tue, 3 Apr 2012
[ 22:16 gerald search for other commits by this committer ] Original commit 
Update to the 20120330 snapshot of GCC 4.6.4.

Feature safe:   yes
Sat, 10 Mar 2012
[ 21:26 gerald search for other commits by this committer ] Original commit 
Update to the 20120309 snapshot of GCC 4.6.4.

Increase CONFLICTS to also cover GCC 4.6.3 now, in anticipation of
a forthcoming update of lang/gcc to GCC 4.6.3.

Feature safe:   yes
Sat, 3 Mar 2012
[ 23:22 gerald search for other commits by this committer ] Original commit 
Update to the 20120302 snapshot of GCC 4.6.4, which nearly
coincides with the GCC 4.6.3 release.
Sun, 26 Feb 2012
[ 22:48 gerald search for other commits by this committer ] Original commit 
Update to what is basically the first RC of GCC 4.6.3.
Sat, 18 Feb 2012
[ 12:07 gerald search for other commits by this committer ] Original commit 
Update to the 20120217 snapshot of GCC 4.6.3.
Sat, 4 Feb 2012
[ 11:44 gerald search for other commits by this committer ] Original commit 
Update to the 20120203 snapshot of GCC 4.6.3.
Sun, 22 Jan 2012
[ 23:20 gerald search for other commits by this committer ] Original commit 
Update to the 20120120 snapshot of GCC 4.6.3.
Sat, 14 Jan 2012
[ 10:51 gerald search for other commits by this committer ] Original commit 
Update to the 20120113 snapshot of GCC 4.6.3.
Sat, 7 Jan 2012
[ 10:10 gerald search for other commits by this committer ] Original commit 
Update to the 20120106 snapshot of GCC 4.6.3.
Mon, 12 Dec 2011
[ 12:28 gerald search for other commits by this committer ] Original commit 
Enable the Objective-C front end and accordingly also the run-time.

Feature safe:   yes
Sun, 11 Dec 2011
[ 09:11 gerald search for other commits by this committer ] Original commit 
Update to the 20111209 snapshot of GCC 4.6.3.

Feature safe:   yes
Sun, 4 Dec 2011
[ 18:41 gerald search for other commits by this committer ] Original commit 
Update to the 20111202 snapshot of GCC 4.6.3.

Feature safe:   yes
Sat, 26 Nov 2011
[ 12:37 gerald search for other commits by this committer ] Original commit 
Update to the 20111125 snapshot of GCC 4.6.3.  This now builds on
FreeBSD 10 without problems and any additional tweaks.

Feature safe:   yes
Sat, 19 Nov 2011
[ 18:06 gerald search for other commits by this committer ] Original commit 
Update to the 20111118 snapshot of GCC 4.6.3.

Feature safe:   yes
Sat, 12 Nov 2011
[ 20:54 gerald search for other commits by this committer ] Original commit 
Update to the 20111111 snapshot of GCC 4.6.3.

Feature safe:   yes
Sat, 5 Nov 2011
[ 14:23 gerald search for other commits by this committer ] Original commit 
Update to the 20111104 snapshot of GCC 4.6.3.

On the way, extend the conflict wth GCC 4.6.1 to also cover
GCC 4.6.2 since that is what the stable lang/gcc port is going
to move to soon.
Sat, 29 Oct 2011
[ 14:53 gerald search for other commits by this committer ] Original commit 
Update to the 20111028 snapshot of GCC 4.6.3, nearly the same as the
GCC 4.6.2 release.
Sun, 23 Oct 2011
[ 11:35 gerald search for other commits by this committer ] Original commit 
Update to the 20111021 snapshot of GCC 4.6.2, which is pretty much
the first RC of that release.
Sun, 16 Oct 2011
[ 01:44 gerald search for other commits by this committer ] Original commit 
Update to the 20111014 snapshot of GCC 4.6.2.
Sat, 8 Oct 2011
[ 20:11 gerald search for other commits by this committer ] Original commit 
Update to the 20111007 snapshot of GCC 4.6.2.
Sat, 1 Oct 2011
[ 19:23 gerald search for other commits by this committer ] Original commit 
Update to the 20110930 snapshot of GCC 4.6.2.
Sun, 25 Sep 2011
[ 14:58 gerald search for other commits by this committer ] Original commit 
Prepare for the inclusion of lang/gcc, which is going to track our
preferred version of GCC (usually based on a release) starting with
GCC 4.6.1, and add a proper CONFLICTS.

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.

PR:             156857
Sat, 24 Sep 2011
[ 19:12 gerald search for other commits by this committer ] Original commit 
Update to the 20110923 snapshot of GCC 4.6.2.
Sat, 17 Sep 2011
[ 23:37 gerald search for other commits by this committer ] Original commit 
Update to the 20110916 snapshot of GCC 4.6.2.
Sat, 10 Sep 2011
[ 12:34 gerald search for other commits by this committer ] Original commit 
Update to the 20110909 snapshot of GCC 4.6.2.
Sun, 4 Sep 2011
[ 20:29 gerald search for other commits by this committer ] Original commit 
Update to the 20110902 snapshot of GCC 4.6.2.
Sat, 27 Aug 2011
[ 23:35 gerald search for other commits by this committer ] Original commit 
Update to the 20110826 snapshot of GCC 4.6.2.
Mon, 15 Aug 2011
[ 21:44 gerald search for other commits by this committer ] Original commit 
Update to the 20110812 snapshot of GCC 4.6.2.
Sun, 31 Jul 2011
[ 22:28 gerald search for other commits by this committer ] Original commit 
Update to the 20110729 snapshot of GCC 4.6.2.
Sat, 23 Jul 2011
[ 12:00 gerald search for other commits by this committer ] Original commit 
Update to the 20110722 snapshot of GCC 4.6.2.
Tue, 19 Jul 2011
[ 21:11 gerald search for other commits by this committer ] Original commit 
Update to the 20110715 snapshot of GCC 4.6.2.
Mon, 11 Jul 2011
[ 08:20 gerald search for other commits by this committer ] Original commit 
Update to the 20110708 snapshot of GCC 4.6.2.
Mon, 4 Jul 2011
[ 10:56 gerald search for other commits by this committer ] Original commit 
Update to the 20110701 snapshot of GCC 4.6.2, which is practically
the GCC 4.6.1 release.
Sun, 12 Jun 2011
[ 17:49 gerald search for other commits by this committer ] Original commit 
Update to the 20110610 snapshot of GCC 4.6.1.
Sat, 4 Jun 2011
[ 10:05 gerald search for other commits by this committer ] Original commit 
Oops, remove testing code (to force older version).
[ 10:00 gerald search for other commits by this committer ] Original commit 
Update to the 20110603 snapshot of GCC 4.6.1.

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]
Thu, 2 Jun 2011
[ 22:11 gerald search for other commits by this committer ] Original commit 
Complete Java support by providing a pre-built copy of ecj.jar.

PR:             157115
Tested by:      joerg, mandree
Sun, 29 May 2011
[ 11:59 gerald search for other commits by this committer ] Original commit 
Update to the 20110526 snapshot of GCC 4.6.1.  Upstream now only provides
a single tarball, so this brings a number of changes around that.
Sat, 21 May 2011
[ 12:09 gerald search for other commits by this committer ] Original commit 
Update to the 20110520 snapshot of GCC 4.6.1.
Sat, 14 May 2011
[ 02:01 gerald search for other commits by this committer ] Original commit 
Update to the 20110513 snapshot of GCC 4.6.1.
Sat, 7 May 2011
[ 22:27 gerald search for other commits by this committer ] Original commit 
Update to the 20110506 snapshot of GCC 4.6.1.
Sat, 30 Apr 2011
[ 18:38 gerald search for other commits by this committer ] Original commit 
Update to the 20110429 snapshot of GCC 4.6.1.
Sat, 23 Apr 2011
[ 22:47 gerald search for other commits by this committer ] Original commit 
Update to the 20110422 snapshot of GCC 4.6.1.

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]

Number of commits found: 155 (showing only 100 on this page)

1 | 2  »