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/gcc42/Makefile

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

1 | 2  »  

Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
12:54 bdrewery search for other commits by this committer
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
symbols.

Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.

[1]
http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup

PR:		ports/138228 [2]
Submitted by:	jlh (bsd.ssp.mk based on)
Reviewed by:	bapt
With hat:	portmgr
exp-runs done:	37 over a month on 91i386,91amd64,10i386,10amd64
Original commitRevision:327697 
Thursday, 12 Sep 2013
10:20 marino search for other commits by this committer
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
Original commitRevision:327052 
Friday, 6 Sep 2013
21:51 bapt search for other commits by this committer
Fix build on head by removing USE_GCC=any and properly define USE_CSTD=gnu89
instead

PR:		ports/181816
Submitted by:	tijl
Approved by:	gerald
Original commitRevision:326552 
Wednesday, 4 Sep 2013
20:01 bsam search for other commits by this committer
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)
Original commitRevision:326316 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Saturday, 27 Apr 2013
11:59 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
Original commitRevision:316662 
Friday, 8 Mar 2013
11:32 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
Original commitRevision:313635 
Tuesday, 9 Oct 2012
22:12 linimon search for other commits by this committer
Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
Original commitRevision:305610 
Wednesday, 12 Sep 2012
23:20 gerald search for other commits by this committer
Just build, do not bootstrap, this version of GCC in our ports tree.
This speeds up a full port/package test cycle by 50% on a 4-core
system; a simple build/install will benefit even more.

On the way, have he compiler report itself as "FreeBSD Ports Collection".
Original commitRevision:304167 
Saturday, 25 Aug 2012
15:04 gerald search for other commits by this committer
Add arm to NOT_FOR_ARCHS. [1]

Remove ABI version numbers for all library dependencies.

Reported by:	linimon [1]
Original commit
Monday, 9 Apr 2012
20:43 gerald search for other commits by this committer
Remove EXPIRATION_DATE, Mk/bsd.gnustep.mk still relies on this port.

Feature safe:   yes
Original commit
Sunday, 18 Mar 2012
00:29 gerald search for other commits by this committer
Deprecate lang/gcc42 in favor of lang/gcc46 which has been the default
for USE_GCC=X.Y+ for a while with an expiration date of 2012-04-18.

Feature safe:   yes
Original commit
Sunday, 11 Dec 2011
23:52 linimon search for other commits by this committer
Re-add lang/gcc42, which is still used in some installations via libobjc.

Hat:            portmgr
Feature safe:   yes
Original commit
09:06 gerald search for other commits by this committer
Remove the lang/gcc42 port (GCC 4.2) which does not have any user in
the tree any more and has been obsoleted by several newer versions of
GCC -- ones that actually build on FreeBSD 10.x out of the box and
provide better support for newer CPUs, better optimizations overall,
and more advanced language support.

GCC 4.6 aka lang/gcc or lang/gcc46 is the new default version of GCC
in ports.

The system compiler version of GCC 4.2 is still available up to and
including FreeBSD 9.x and users of USE_GCC=4.2+ will be transparently
redirected to lang/gcc if, or rather when, this changes.

PR:             163103
Feature safe:   yes
Original commit
Saturday, 21 May 2011
19:34 gerald search for other commits by this committer
Fix the post-patch target to properly report this as a FreeBSD Ports
Collection variant of GCC. [1]

Strip down distinfo on the way.

Reported by:    Bjoern Koenig <bkoenig@alpha-tierchen.de> [1]
Original commit
Saturday, 14 Aug 2010
17:30 gerald search for other commits by this committer
Remove support for the Java frontend.  The purpose of this port at this
point is only to support FreeBSD 6.x systems who have an older system
compiler than FreeBSD 7 and beyond.
Original commit
Friday, 11 Jun 2010
15:09 ale search for other commits by this committer
Chase mpfr library and bump PORTREVISION.
Original commit
Monday, 19 Apr 2010
10:43 ale search for other commits by this committer
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
Original commit
Friday, 16 Apr 2010
16:09 gerald search for other commits by this committer
Force the use of system as and ld.  This makes building and using this
port consistent across installations and avoids confusing error modes
for users who may have others flavors of these tools earlier in PATH.

On the way, sort CONFIGURE_ARGS.

Triggered by:   glarkin
Original commit
Thursday, 11 Mar 2010
23:34 linimon search for other commits by this committer
Enable build on ia64 to see what happens.

Hat:            portmgr
Original commit
Friday, 8 Jan 2010
16:18 glarkin search for other commits by this committer
- Moved fetching of ecj.jar from the post-patch target using the
  contrib/download_ecj script to the fetch phase using extra MASTER_SITES
  and DISTFILES. Pointyhat does not allow fetching outside of the
  fetch phase, and the size and checksums of ecj.jar need to be recorded
  in distinfo.

Reported by:    pointyhat (pav)
Approved by:    gerald (via private email)
Original commit
Saturday, 2 Jan 2010
05:12 gerald search for other commits by this committer
Remove some extra aspects brought in by the previous changeset, and
remove the WITH_JAVA_AWT knob.

Discusssed with:        glarkin
Original commit
Wednesday, 30 Dec 2009
23:53 glarkin search for other commits by this committer
- Re-enabled the Java (gcj) frontend to support print/pdftk
- Added support for gcj on amd64
- Added call to contrib/download_ecj so gcj executable doesn't die with
  a "file not found" error after it's built

Submitted by:   glarkin
Approved by:    gerald (via email)
Original commit
Thursday, 3 Dec 2009
09:46 gerald search for other commits by this committer
Reenable the Objective-C frontend for now, gnustep still uses it.

Reported by:    dinoex
Original commit
Wednesday, 18 Nov 2009
22:08 gerald search for other commits by this committer
Remove support for the Java frontend and library where users are better
served using GCC 4.4 or later.  This makes this port a whole lot cheaper
and also allows us to remove the (somewhat bogus) check for lang/gcc295
as well as WANT_GNOME.

No longer download Objective-C related files which we don't actually use.

Set MAINTAINER unconditionally.
Original commit
Tuesday, 26 May 2009
14:26 gerald search for other commits by this committer
Move the snapshot date from PORTREVISION to being a part of PORTVERSION
to allow for PORTREVISION bumps.

Simplify pre-everything and adjust PLIST_SUB accordingly.

Extract SUFFIX from PORTVERSION.  Use SUFFIX for TARGLIB (and thus for
the library path used by this port).  Also use SUFFIX for the libexec
directory instead of the full port version and flatten the directory
structure and simplify the logic along the way.

Move VERSIONSTRING down to pacify portlint after all those years and
extract it from PORTVERSION, too.

Make the determination of CONFIGURE_SCRIPT more robust.

Address a long term FIXME related to older versions of FreeBSD by
removing NOMANCOMPRESS=yes.

Adjust Makefile header; nothing really left from the original.
Original commit
Wednesday, 13 May 2009
09:46 ale search for other commits by this committer
Chase libgmp and bump PORTREVISION.
Original commit
Sunday, 29 Mar 2009
11:22 gerald search for other commits by this committer
Update to the 20090325 snapshot of GCC 4.2.5 which should conclude
this GCC branch (I disabled further snapshots upstream).

Set MAKE_JOBS_SAFE to allow for parallel builds.
Original commit
Saturday, 14 Mar 2009
11:51 gerald search for other commits by this committer
Update to the 20090311 snapshot of GCC 4.2.5.

Remove obsolete code to create (empty) man pages in case regular man
pages cannot be created.  This catches four dummy man pages we are now
able to remove: grepjar42, jar42, rmic42, and rmiregistry42.
Original commit
Friday, 20 Feb 2009
00:26 gerald search for other commits by this committer
Update to the 20090218 snapshot of GCC 4.2.5.
Original commit
Sunday, 1 Feb 2009
14:58 gerald search for other commits by this committer
Set PORTNAME, COMMENT, and LATEST_LINK unconditionally as opposed to
using ?=.

Add powerpc to NOT_FOR_ARCHS. [1]

No longer include the Fortran frontend.  This version has been super-
seded by later ports, and the main purpose of lang/gcc42 is being on
par with the GCC 4.2-based system compiler recent versions of FreeBSD
feature.

Remove gcc-testsuite from DISTFILES, along with the post-build and
check targets.  This reduces disk and bandwidth consumptions for a
feature (apparently) never used.

PR:             130964 [1]
Original commit
Friday, 30 Jan 2009
23:23 ale search for other commits by this committer
Chase mpfr library.
Original commit
Monday, 5 Jan 2009
20:36 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Saturday, 3 Jan 2009
19:52 gerald search for other commits by this committer
Replace CONFLICTS=gcc-2.95.*, which actually is too late to prevent
us running into build problems, by an earlier check (pre-extract).

Suggested by:   pav
Original commit
Thursday, 27 Nov 2008
19:39 gerald search for other commits by this committer
Update to the 20081126 snapshot of GCC 4.2.5.  Mostly assorted bugfixes
since the previous snapshot.
Original commit
Sunday, 20 Jul 2008
08:21 gerald search for other commits by this committer
Remove alpha from NOT_FOR_ARCHS based on a report and request by
Anton Shterenlikht <mexas@bristol.ac.uk> and no objections from
the freebsd-alpha@ list.
Original commit
Sunday, 6 Jul 2008
13:02 gerald search for other commits by this committer
Update to the 20080702 snapshot of GCC 4.2.5 (which includes everything
in the ultimate GCC 4.2.4 release).
Original commit
Saturday, 3 May 2008
07:54 gerald search for other commits by this committer
Update to the 20080430 snapshot of GCC 4.2.4.
Original commit
Saturday, 12 Apr 2008
10:16 gerald search for other commits by this committer
Update to the 20080409 snapshot of GCC 4.2.4.
Original commit
Thursday, 27 Mar 2008
14:38 gerald search for other commits by this committer
Update to the 20080326 snapshot of GCC 4.2.4.
Original commit
Saturday, 8 Mar 2008
22:34 gerald search for other commits by this committer
Update to the 20080305 snapshot of GCC 4.2.4.
Original commit
Thursday, 21 Feb 2008
12:59 gerald search for other commits by this committer
Update to the 20080220 snapshot of GCC 4.2.4.

Make PORTSNAME overridable.[1]

Submitted by:   maho[1]
Original commit
Sunday, 17 Feb 2008
01:02 gerald search for other commits by this committer
Update to the 20080213 snapshot of GCC 4.2.4.
Original commit
Saturday, 2 Feb 2008
11:45 gerald search for other commits by this committer
Update to the 20080130 snapshot of GCC 4.2.3 which is more or less the
4.2.3 release itself.
Original commit
Friday, 25 Jan 2008
22:13 gerald search for other commits by this committer
Update to the 20080123 snapshot of GCC 4.2.3.
Original commit
Thursday, 17 Jan 2008
13:22 gerald search for other commits by this committer
Update to the 20080116 snapshot of GCC 4.2.3.
Original commit
Friday, 4 Jan 2008
08:53 gerald search for other commits by this committer
Update to the 20080102 snapshot of GCC 4.2.3.
Original commit
Tuesday, 25 Dec 2007
20:08 gerald search for other commits by this committer
Update to the 20071219 snapshot of GCC 4.2.3.
Original commit
Thursday, 25 Oct 2007
12:34 gerald search for other commits by this committer
Update to the 20071024 snapshot of GCC 4.2.3.
Original commit
Friday, 19 Oct 2007
23:51 gerald search for other commits by this committer
Update to the 20071017 snapshot of GCC 4.2.3.
Original commit
Wednesday, 17 Oct 2007
10:13 ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
Original commit
Friday, 12 Oct 2007
10:25 gerald search for other commits by this committer
Update to the 20071011 snapshot of GCC 4.2.3.
Original commit
Saturday, 29 Sep 2007
06:52 gerald search for other commits by this committer
Update to GCC 4.2.2 RC2.
Original commit
Friday, 7 Sep 2007
13:08 gerald search for other commits by this committer
Update to the 20070905 snapshot of GCC 4.2.2.
Original commit
Thursday, 30 Aug 2007
09:56 ale search for other commits by this committer
Chase mpfr library and bump PORTREVISION.
Original commit
Thursday, 23 Aug 2007
10:54 gerald search for other commits by this committer
Update to the 20070822 snapshot of GCC 4.2.2.  Add the same CONFLICTS with
lang/gcc295 that we already have in lang/gcc43.
Original commit
Sunday, 19 Aug 2007
15:07 gerald search for other commits by this committer
Update to the 20070815 snapshot of GCC 4.2.2.
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Original commit
Sunday, 15 Jul 2007
02:15 gerald search for other commits by this committer
Update to the 20070712 snapshot of GCC 4.2.1 which also is the second RC
for the GCC 4.2.1 release.
Original commit
Saturday, 7 Jul 2007
10:51 gerald search for other commits by this committer
Update to the 20070703 snapshot of GCC 4.2.1 which also is the first RC
for the GCC 4.2.1 release.
Original commit
Thursday, 28 Jun 2007
10:55 gerald search for other commits by this committer
Update to the 20070627 snapshot of GCC 4.2.1.
Original commit
Friday, 22 Jun 2007
08:58 gerald search for other commits by this committer
Update to the 20070620 snapshot of GCC 4.2.1.
Original commit
Thursday, 31 May 2007
18:04 gerald search for other commits by this committer
Update to the 20070530 snapshot of GCC 4.2.1.
Original commit
Monday, 28 May 2007
16:50 gerald search for other commits by this committer
Update to the 20070523 snapshot of GCC 4.2.1.
Original commit
Thursday, 3 May 2007
18:54 gerald search for other commits by this committer
Update to GCC 4.2.0 RC3.
Original commit
Monday, 16 Apr 2007
14:26 gerald search for other commits by this committer
Move the WITH_JAVA_AWT bits into the ! WITHOUT_JAVA branch, that is,
enable this only when Java is enabled.

PR:             111544
Original commit
Friday, 13 Apr 2007
22:20 gerald search for other commits by this committer
Add WANT_GNOME=yes per our GNOME porting documentation.
Original commit
Tuesday, 10 Apr 2007
22:15 gerald search for other commits by this committer
Move everything related to the WITH_JAVA_AWT knob into a single block
and make this a subset of the general Java-specific section.[1]

Submitted by:   alepulver[1]
Original commit
Monday, 9 Apr 2007
11:14 gerald search for other commits by this committer
lang/gfortran is gone; remove CONFLICTS.
Original commit
Friday, 9 Mar 2007
02:45 gerald search for other commits by this committer
Update to the 20070307 snapshot of GCC 4.2.0.
Original commit
Saturday, 3 Mar 2007
05:08 gerald search for other commits by this committer
Update to the 20070228 snapshot of GCC 4.2.0.
Original commit
Thursday, 22 Feb 2007
12:00 gerald search for other commits by this committer
Update to the 20070221 snapshot of GCC 4.2.0.
Original commit
Thursday, 15 Feb 2007
23:53 gerald search for other commits by this committer
Update to the 20070214 snapshot of GCC 4.2.0.

This has a patch of mine to account for the removal of /usr/bin/objformat
on 7-CURRENT and defaults to elf instead of aout in this case.
Original commit
Friday, 9 Feb 2007
10:54 gerald search for other commits by this committer
Update to the 20070207 snapshot of GCC 4.2.0.

Properly set INFO for those cases where we actually do not build libgomp,
and thus not libgomp.info either.
Original commit
Sunday, 4 Feb 2007
22:30 gerald search for other commits by this committer
Update to the 20070131 snapshot of GCC 4.2.0.

Move ia64 to NOT_FOR_ARCHS from BROKEN, like we did with lang/gcc43.
Remove the cklatest target and files/patch-gengtype-yacc.y.
Original commit
Thursday, 25 Jan 2007
22:29 gerald search for other commits by this committer
Always build with JAR=no to avoid locating an already installed copy of jar
and thus not laying down our own in $PREFIX/bin/jar42.

Update to the 20070124 snapshot of GCC 4.2.0 on the way.

PR:             108174
Debugged with:  Stephen Montgomery-Smith <stephen@math.missouri.edu>
Tested by:      Stephen Montgomery-Smith <stephen@math.missouri.edu>, db
Original commit
Thursday, 18 Jan 2007
12:42 gerald search for other commits by this committer
Update to the 20070117 snapshot of GCC 4.2.0.
Original commit
Sunday, 14 Jan 2007
11:52 gerald search for other commits by this committer
Move lang/gfortran from using lang/gcc41 to lang/gcc42 as its master port.
The next step will be to abandon this port in favor of lang/gcc42.
Original commit
Thursday, 11 Jan 2007
13:10 gerald search for other commits by this committer
Update to the 20070110 snapshot of GCC 4.2.0.
Original commit
Wednesday, 3 Jan 2007
09:09 gerald search for other commits by this committer
Update to the 20070102 snapshot of GCC 4.2.0.

On the way, make building Fortran the (unconditional) default now.
This adds new dependencies on math/libgmp4 and math/mpfr which are
always required by lang/gcc43 and later anyways, though.
Original commit
Wednesday, 27 Dec 2006
10:56 gerald search for other commits by this committer
Update to the 20061226 snapshot of GCC 4.2.0.
Original commit
Thursday, 14 Dec 2006
20:40 fjoe search for other commits by this committer
Update to 20061212.

On behalf of:   MAINTAINER
Original commit
Thursday, 7 Dec 2006
10:24 fjoe search for other commits by this committer
Update to 20061205 snapshot.

On behalf of:   MAINTAINER
Original commit
Saturday, 2 Dec 2006
01:48 gerald search for other commits by this committer
Update to the 20061128 snapshot of GCC 4.2.0.
Original commit
Wednesday, 22 Nov 2006
11:00 gerald search for other commits by this committer
Update to the 20061121 snapshot of GCC 4.2.0.
Original commit
Thursday, 9 Nov 2006
00:17 gerald search for other commits by this committer
Update to the 20061107 snapshot of GCC 4.2.0.  Mark this broken on ia64,
not i386.
Original commit
Friday, 3 Nov 2006
03:25 gerald search for other commits by this committer
Update to the 20061031 snapshot of GCC 4.2.0.  Mark this port broken on
ia64 where it has failed to build for many months.
Original commit
Tuesday, 31 Oct 2006
07:46 gerald search for other commits by this committer
Update to the 20061024 snapshot GCC 4.2.0.
Original commit
Thursday, 19 Oct 2006
16:43 gerald search for other commits by this committer
Update lang/gcc42 to the 20061014 snapshot of GCC 4.2.0, which appends a
version number to libdata/pkgconfig/libgcj.pc.  Fix packaging on amd64
on the way (enabling Java actually was a noop, except for pkg-plist).

Update lang/gcc41 to the 20061013 snapshot of GCC 4.1.2.

These changes allow us to remove the CONFLICT between lang/gcc41 and
lang/gcc42 when building with Java support (the default on i386).

Approved by:    portmgr (erwin)
Original commit
Sunday, 24 Sep 2006
11:48 gerald search for other commits by this committer
Update to the 20060923 snapshot of GCC 4.2.0.
Original commit
Monday, 18 Sep 2006
09:13 maho search for other commits by this committer
Remove bootclasspath setting to java-gcj-compat
when building with awt gtk peer.
Original commit
Sunday, 17 Sep 2006
18:27 gerald search for other commits by this committer
Update to the 20060915 of GCC 4.1.2.  This fixes the namespace pollution
caused by include/ffi.h.

Enable libgcj on amd64 in addition to i386.

Remove the hack we had used to rename man pages to match the actual
names of binaries (back when GCCs configure mechanism failed to do so).
Original commit
Monday, 11 Sep 2006
08:54 gerald search for other commits by this committer
Update to the 20060909 snapshot of GCC 4.2.0.
Original commit
Wednesday, 6 Sep 2006
19:32 gerald search for other commits by this committer
Update to the 20060906 snapshot of GCC 4.2.0.  This is getting pretty close
to the start of the GCC 4.2 release branch, and removes another namespace
pollution issue.
Original commit
Wednesday, 30 Aug 2006
10:29 gerald search for other commits by this committer
Update to the 20060826 snapshot of GCC 4.2.0.  Among others, this fixes
two cases where the common (file) namespace was polluted by Java-specific
files.

Disable building libgomp on FreeBSD 4.x and early versions of FreeBSD 5.0
due to pthread-related build issues there.[1]

Reported by:    kris (pointyhat) [1]
Original commit
Monday, 21 Aug 2006
14:37 gerald search for other commits by this committer
Update to the 20060819 snapshot of GCC 4.2.0.
Original commit
Sunday, 13 Aug 2006
16:04 gerald search for other commits by this committer
Update to the 20060812 snapshot of GCC 4.2.0.
Original commit
Tuesday, 8 Aug 2006
12:35 maho search for other commits by this committer
Setting java.home, changing default awt peer to gtk,
and using cairo backend for WITH_JAVA_AWT

Approved by:    gerald
Original commit
Monday, 7 Aug 2006
15:17 gerald search for other commits by this committer
Update to the 20060805 snapshot of GCC 4.2.0.
Original commit

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

1 | 2  »