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.

Port details
gcc42 GNU Compiler Collection 4.2
4.2.5.20090325_5 lang Deleted on this many watch lists=10 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.2.5.20090325_5Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Superseded by GCC 4.6
Maintainer: gerald@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-12-11 22:51:05
Last Update: 2013-11-23 01:21:01
SVN Revision: 334629
People watching this port, also watch:: subversion, pcre, libfontenc
License: not specified in port
WWW:
http://gcc.gnu.org/
Description:
GCC, the GNU Compiler Collection, supports a number of languages. This port installs the C and C++ front ends as gcc42 and g++42, respectively. WWW: http://gcc.gnu.org/ Gerald Pfeifer <gerald@FreeBSD.org>
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • gcc>0:lang/gcc42
No installation instructions:
This port has been deleted.
PKGNAME: gcc
Flavors: there is no flavor information for this port.
NOT_FOR_ARCHS: arm powerpc
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bison : devel/bison
  2. gmake : devel/gmake
  3. perl5.14.4 : lang/perl5.14
Library dependencies:
  1. gmp : math/gmp
  2. mpfr : math/mpfr
  3. libiconv.so.3 : converters/libiconv
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (19 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.dti.ad.jp/pub/lang/gcc/snapshots/4.2-20090325/
  3. ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/snapshots/4.2-20090325/
  4. ftp://ftp.gwdg.de/pub/misc/gcc/snapshots/4.2-20090325/
  5. ftp://ftp.iij.ad.jp/pub/gnu/gnu/gcc/snapshots/4.2-20090325/
  6. ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/snapshots/4.2-20090325/
  7. ftp://ftp.lip6.fr/pub/gcc/snapshots/4.2-20090325/
  8. ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/snapshots/4.2-20090325/
  9. ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/gcc.gnu.org/pub/gcc/snapshots/4.2-20090325/
  10. ftp://ftp.nctu.edu.tw/computer-languages/C/gcc/snapshots/4.2-20090325/
  11. ftp://ftp.nluug.nl/mirror/languages/gcc/snapshots/4.2-20090325/
  12. ftp://ftp.ntua.gr/pub/gnu/gcc/snapshots/4.2-20090325/
  13. ftp://ftp.uvsq.fr/pub/gcc/snapshots/4.2-20090325/
  14. ftp://gcc.gnu.org/pub/gcc/snapshots/4.2-20090325/
  15. ftp://mirror.aarnet.edu.au/pub/gnu/gcc/snapshots/4.2-20090325/
  16. ftp://mirrors.laffeycomputer.com/pub/gcc.gnu.org/pub/gcc/snapshots/4.2-20090325/
  17. http://ftp.cs.pu.edu.tw/Linux/sourceware/gcc/snapshots/4.2-20090325/
  18. http://gd.tuwien.ac.at/gnu/sourceware/gcc/snapshots/4.2-20090325/
  19. http://mirrors.kernel.org/sources.redhat.com/gcc/snapshots/4.2-20090325/
Collapse this list.

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

1 | 2  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.2.5.20090325_5
23 Nov 2013 01:21:01
Revision:334629Original commit files touched by this commit
gerald search for other commits by this committer
Bye, bye lang/gcc42 aka GCC 4.2.  As a port you have served us well,
but six-and-a-half years after the upstream release of GCC 4.2.0 and
exactly two years after the removal of lang/gcc45 the time has come.

This reduces package name collisions around GCC related ports by 12.5%. [1]

Reported by:	bapt [1]
4.2.5.20090325_5
20 Sep 2013 19:53:10
Revision:327741Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
4.2.5.20090325_5
20 Sep 2013 12:54:55
Revision:327697Original commit files touched by this commit
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.2.5.20090325_5
12 Sep 2013 10:20:45
Revision:327052Original commit files touched by this commit
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
4.2.5.20090325_5
06 Sep 2013 21:51:27
Revision:326552Original commit files touched by this commit
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
4.2.5.20090325_5
06 Sep 2013 18:11:06
Revision:326533Original commit files touched by this commit
gerald search for other commits by this committer
Work around a bug in libcpp that pulls in the optional system iconv
if present (even if the libiconv port is present) and fails using that.

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.

libstdc++ does not seem to require adjustments, so PR 161417 may not
be relevant in full.

PR:		161417
4.2.5.20090325_5
04 Sep 2013 20:01:06
Revision:326316Original commit files touched by this commit
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)
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure Refresh
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
4.2.5.20090325_5
27 Apr 2013 11:59:29
Revision:316662Original commit files touched by this commit
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
4.2.5.20090325_5
08 Mar 2013 11:32:12
Revision:313635Original commit files touched by this commit
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
4.2.5.20090325_5
09 Oct 2012 22:12:14
Revision:305610Original commit files touched by this commit
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.
4.2.5.20090325_5
12 Sep 2012 23:20:44
Revision:304167Original commit files touched by this commit
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".
4.2.5.20090325_5
25 Aug 2012 15:04:46
Original commit files touched by this commit
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]
4.2.5.20090325_5
09 Apr 2012 20:43:05
Original commit files touched by this commit
gerald search for other commits by this committer
Remove EXPIRATION_DATE, Mk/bsd.gnustep.mk still relies on this port.

Feature safe:   yes
4.2.5.20090325_5
18 Mar 2012 00:29:26
Original commit files touched by this commit
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
4.2.5.20090325_5
11 Dec 2011 23:54:00
Original commit files touched by this commit
linimon search for other commits by this committer
Re-add lang/gcc42.

Hat:            portmgr
Feature safe:   yes
4.2.5.20090325_5
11 Dec 2011 23:52:41
Original commit files touched by this commit
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
4.2.5.20090325_5
11 Dec 2011 09:06:56
Original commit files touched by this commit
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
4.2.5.20090325_5
21 May 2011 19:34:29
Original commit files touched by this commit
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]
4.2.5.20090325_5
14 Aug 2010 17:30:47
Original commit files touched by this commit
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.
4.2.5.20090325_4
11 Jun 2010 15:09:45
Original commit files touched by this commit
ale search for other commits by this committer
Chase mpfr library and bump PORTREVISION.
4.2.5.20090325_3
19 Apr 2010 10:43:43
Original commit files touched by this commit
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)
4.2.5.20090325_2
16 Apr 2010 16:09:15
Original commit files touched by this commit
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
4.2.5.20090325_2
11 Mar 2010 23:34:12
Original commit files touched by this commit
linimon search for other commits by this committer
Enable build on ia64 to see what happens.

Hat:            portmgr
4.2.5.20090325_2
08 Jan 2010 16:18:57
Original commit files touched by this commit
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)
4.2.5.20090325_2
02 Jan 2010 05:12:53
Original commit files touched by this commit
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
4.2.5.20090325_2
30 Dec 2009 23:53:20
Original commit files touched by this commit
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)
4.2.5.20090325_1
03 Dec 2009 09:46:38
Original commit files touched by this commit
gerald search for other commits by this committer
Reenable the Objective-C frontend for now, gnustep still uses it.

Reported by:    dinoex
4.2.5.20090325
18 Nov 2009 22:08:46
Original commit files touched by this commit
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.
4.2.5.20090325
26 May 2009 14:26:23
Original commit files touched by this commit
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.
4.2.5_20090325
13 May 2009 09:46:02
Original commit files touched by this commit
ale search for other commits by this committer
Chase libgmp and bump PORTREVISION.
4.2.5_20090325
29 Mar 2009 11:22:25
Original commit files touched by this commit
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.
4.2.5_20090311
14 Mar 2009 11:51:51
Original commit files touched by this commit
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.
4.2.5_20090218
20 Feb 2009 00:26:38
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20090218 snapshot of GCC 4.2.5.
4.2.5_20081126
01 Feb 2009 14:58:35
Original commit files touched by this commit
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]
4.2.5_20081126
30 Jan 2009 23:23:18
Original commit files touched by this commit
ale search for other commits by this committer
Chase mpfr library.
4.2.5_20081126
05 Jan 2009 20:36:33
Original commit files touched by this commit
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
4.2.5_20081126
03 Jan 2009 19:52:17
Original commit files touched by this commit
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
4.2.5_20081126
27 Nov 2008 19:39:55
Original commit files touched by this commit
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.
4.2.5_20080702
20 Jul 2008 08:21:30
Original commit files touched by this commit
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.
4.2.5_20080702
06 Jul 2008 13:02:54
Original commit files touched by this commit
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).
4.2.4_20080430
03 May 2008 07:54:38
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20080430 snapshot of GCC 4.2.4.
4.2.4_20080409
12 Apr 2008 10:16:53
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20080409 snapshot of GCC 4.2.4.
4.2.4_20080326
27 Mar 2008 14:38:22
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20080326 snapshot of GCC 4.2.4.
4.2.4_20080305
08 Mar 2008 22:34:57
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20080305 snapshot of GCC 4.2.4.
4.2.4_20080220
21 Feb 2008 12:59:07
Original commit files touched by this commit
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]
4.2.4_20080213
17 Feb 2008 01:02:51
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20080213 snapshot of GCC 4.2.4.
4.2.3_20080130
02 Feb 2008 11:45:04
Original commit files touched by this commit
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.
4.2.3_20080123
25 Jan 2008 22:13:31
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20080123 snapshot of GCC 4.2.3.
4.2.3_20080116
17 Jan 2008 13:22:43
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20080116 snapshot of GCC 4.2.3.
4.2.3_20080102
04 Jan 2008 08:53:16
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20080102 snapshot of GCC 4.2.3.
4.2.3_20071219
25 Dec 2007 20:08:06
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20071219 snapshot of GCC 4.2.3.
4.2.3_20071024
25 Oct 2007 12:34:45
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20071024 snapshot of GCC 4.2.3.
4.2.3_20071017
19 Oct 2007 23:51:28
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20071017 snapshot of GCC 4.2.3.
4.2.3_20071011
17 Oct 2007 10:13:01
Original commit files touched by this commit
ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
4.2.3_20071011
12 Oct 2007 10:25:02
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20071011 snapshot of GCC 4.2.3.
4.2.2_20070927
29 Sep 2007 06:52:00
Original commit files touched by this commit
gerald search for other commits by this committer
Update to GCC 4.2.2 RC2.
4.2.2_20070905
07 Sep 2007 13:08:03
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20070905 snapshot of GCC 4.2.2.
4.2.2_20070822
30 Aug 2007 09:56:05
Original commit files touched by this commit
ale search for other commits by this committer
Chase mpfr library and bump PORTREVISION.
4.2.2_20070822
23 Aug 2007 10:54:13
Original commit files touched by this commit
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.
4.2.2_20070815
19 Aug 2007 15:07:06
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20070815 snapshot of GCC 4.2.2.
4.2.1_20070712
23 Jul 2007 09:36:52
Original commit files touched by this commit
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
4.2.1_20070712
15 Jul 2007 02:15:10
Original commit files touched by this commit
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.
4.2.1_20070703
07 Jul 2007 10:51:20
Original commit files touched by this commit
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.
4.2.1_20070627
28 Jun 2007 10:55:40
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20070627 snapshot of GCC 4.2.1.
4.2.1_20070620
22 Jun 2007 08:58:04
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20070620 snapshot of GCC 4.2.1.
4.2.1_20070530
31 May 2007 18:04:36
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20070530 snapshot of GCC 4.2.1.
4.2.1_20070523
28 May 2007 16:50:20
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20070523 snapshot of GCC 4.2.1.
4.2.0_20070501
03 May 2007 18:54:25
Original commit files touched by this commit
gerald search for other commits by this committer
Update to GCC 4.2.0 RC3.
4.2.0_20070307
16 Apr 2007 14:26:08
Original commit files touched by this commit
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
4.2.0_20070307
13 Apr 2007 22:20:59
Original commit files touched by this commit
gerald search for other commits by this committer
Add WANT_GNOME=yes per our GNOME porting documentation.
4.2.0_20070307
10 Apr 2007 22:15:06
Original commit files touched by this commit
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]
4.2.0_20070307
09 Apr 2007 11:14:04
Original commit files touched by this commit
gerald search for other commits by this committer
lang/gfortran is gone; remove CONFLICTS.
4.2.0_20070307
09 Mar 2007 02:45:45
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20070307 snapshot of GCC 4.2.0.
4.2.0_20070228
03 Mar 2007 05:08:16
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20070228 snapshot of GCC 4.2.0.
4.2.0_20070221
22 Feb 2007 12:00:06
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20070221 snapshot of GCC 4.2.0.
4.2.0_20070214
15 Feb 2007 23:53:25
Original commit files touched by this commit
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.
4.2.0_20070207
09 Feb 2007 10:54:59
Original commit files touched by this commit
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.
4.2.0_20070131
04 Feb 2007 22:30:17
Original commit files touched by this commit
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.
4.2.0_20070124
25 Jan 2007 22:29:59
Original commit files touched by this commit
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
4.2.0_20070117
18 Jan 2007 12:42:53
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20070117 snapshot of GCC 4.2.0.
4.2.0_20070110
14 Jan 2007 11:52:45
Original commit files touched by this commit
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.
4.2.0_20070110
11 Jan 2007 22:33:38
Original commit files touched by this commit
gerald search for other commits by this committer
Add missing Jave frontend tarball.
4.2.0_20070110
11 Jan 2007 13:10:35
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20070110 snapshot of GCC 4.2.0.
4.2.0_20070102
03 Jan 2007 09:12:06
Original commit files touched by this commit
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.
4.2.0_20070102
03 Jan 2007 09:09:37
Original commit files touched by this commit
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.
4.2.0_20061226
27 Dec 2006 10:56:56
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20061226 snapshot of GCC 4.2.0.
4.2.0_20061212
14 Dec 2006 20:40:05
Original commit files touched by this commit
fjoe search for other commits by this committer
Update to 20061212.

On behalf of:   MAINTAINER
4.2.0_20061205
07 Dec 2006 10:24:26
Original commit files touched by this commit
fjoe search for other commits by this committer
Update to 20061205 snapshot.

On behalf of:   MAINTAINER
4.2.0_20061128
02 Dec 2006 01:48:04
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20061128 snapshot of GCC 4.2.0.
4.2.0_20061121
22 Nov 2006 11:00:21
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20061121 snapshot of GCC 4.2.0.
4.2.0_20061107
09 Nov 2006 00:17:02
Original commit files touched by this commit
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.
4.2.0_20061024
03 Nov 2006 03:25:22
Original commit files touched by this commit
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.
4.2.0_20061024
31 Oct 2006 07:46:41
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20061024 snapshot GCC 4.2.0.
4.2.0_20061014
19 Oct 2006 16:43:59
Original commit files touched by this commit
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)
4.2.0_20060923
24 Sep 2006 11:48:03
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060923 snapshot of GCC 4.2.0.
4.2.0_20060916
18 Sep 2006 09:13:26
Original commit files touched by this commit
maho search for other commits by this committer
Remove bootclasspath setting to java-gcj-compat
when building with awt gtk peer.
4.2.0_20060916
17 Sep 2006 18:27:16
Original commit files touched by this commit
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).
4.2.0_20060909
11 Sep 2006 08:54:58
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060909 snapshot of GCC 4.2.0.
4.2.0_20060906
06 Sep 2006 19:32:44
Original commit files touched by this commit
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.

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

1 | 2  »