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
gcc40 GNU Compiler Collection 4.0
4.0.4_1,1 lang Deleted on this many watch lists=11 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.0.4_1,1Version of this port present on the latest quarterly branch.
Maintainer: gerald@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2004-10-31 05:29:22
Last Update: 2007-11-03 23:36:42
SVN Revision: UNKNOWN
People watching this port, also watch:: postfix
License: not specified in port
WWW:
http://gcc.gnu.org/
Description:
GCC, the GNU Compiler Collection includes C, C++, and Objective-C. This port installs the various front ends as gcc40, g++40, and so forth into the ${PREFIX}/bin directory. WWW: http://gcc.gnu.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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/gcc40
No installation instructions:
This port has been deleted.
PKGNAME: gcc
Flavors: there is no flavor information for this port.
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. gmake : devel/gmake
  2. perl5.8.8 : lang/perl5.8
Library dependencies:
  1. iconv.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 (18 items)
Collapse this list.
  1. ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/sources.redhat.com/gcc/releases/gcc-4.0.4/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  3. ftp://ftp.dti.ad.jp/pub/lang/gcc/releases/gcc-4.0.4/
  4. ftp://ftp.eos.hokudai.ac.jp/pub/gcc/releases/gcc-4.0.4/
  5. ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/releases/gcc-4.0.4/
  6. ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-4.0.4/
  7. ftp://ftp.iij.ad.jp/pub/gcc/releases/gcc-4.0.4/
  8. ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/releases/gcc-4.0.4/
  9. ftp://ftp.lip6.fr/pub/gcc/releases/gcc-4.0.4/
  10. ftp://ftp.mirrorservice.org/sites/sources.redhat.com/pub/gcc/releases/gcc-4.0.4/
  11. ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/gcc.gnu.org/pub/gcc/releases/gcc-4.0.4/
  12. ftp://ftp.nctu.edu.tw/computer-languages/C/gcc/releases/gcc-4.0.4/
  13. ftp://ftp.nluug.nl/mirror/languages/gcc/releases/gcc-4.0.4/
  14. ftp://ftp.ntua.gr/pub/gnu/gcc/releases/gcc-4.0.4/
  15. ftp://ftp.uvsq.fr/pub/gcc/releases/gcc-4.0.4/
  16. ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.0.4/
  17. ftp://mirror.aarnet.edu.au/pub/gcc/releases/gcc-4.0.4/
  18. ftp://mirrors.laffeycomputer.com/pub/gcc.gnu.org/pub/gcc/releases/gcc-4.0.4/
Collapse this list.

Number of commits found: 107 (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.0.4_1,1
03 Nov 2007 23:36:42
Original commit files touched by this commit
gerald search for other commits by this committer
Remove lang/gcc40 which only has three dependencies left in the tree
(all of which only have it as a minimal requirement and also build with
lang/gcc42) and has issues on at least 8-CURRENT.

Approved by:    portmgr (pav)
4.0.4_1,1
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.0.4_1,1
15 Feb 2007 10:14:57
Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION.
4.0.4,1
15 Feb 2007 01:14:38
Original commit files touched by this commit
gerald search for other commits by this committer
Account for the removal of /usr/bin/objformat on 7-CURRENT and default
to elf instead of aout in this case.
4.0.4,1
04 Feb 2007 10:49:02
Original commit files touched by this commit
gerald search for other commits by this committer
Update to GCC 4.0.4, the official release.  This closes the GCC 4.0 branch.

Remove the cklatest target and files/patch-gengtype-yacc.y; bison no longer
is a requirement.
4.0.4_20070114
15 Jan 2007 01:48:37
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20070114 snapshot of GCC 4.0.4.
4.0.4_20061228
29 Dec 2006 09:34:46
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20061228 snapshot of GCC 4.0.4.
4.0.4_20061130
02 Dec 2006 01:45:56
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20061130 snapshot of GCC 4.0.4.
4.0.4_20061123
26 Nov 2006 15:32:47
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20061123 snapshot of GCC 4.0.4.
4.0.4_20061026
31 Oct 2006 12:00:20
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20061026 snapshot of GCC 4.0.4.
4.0.4_20061005
09 Oct 2006 19:21:41
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20061005 snapshot of GCC 4.0.4.
4.0.4_20060921
22 Sep 2006 10:28:22
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060921 snapshot of GCC 4.0.4.

This brings one potential fix for the intermittent bootstrap comparison
failures kris has been seeing on the Ports Build Cluster for FreeBSD 6.x.
4.0.4_20060914
15 Sep 2006 12:45:57
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060914 snapshot of GCC 4.0.4.

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.0.4_20060907
10 Sep 2006 00:25:47
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060907 snapshot of GCC 4.0.4.
4.0.4_20060824
25 Aug 2006 10:13:38
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060824 snapshot of GCC 4.0.4.
4.0.4_20060810
12 Aug 2006 15:24:09
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060810 snapshot of GCC 4.0.4.
4.0.4_20060720
21 Jul 2006 21:49:13
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060720 snapshot of GCC 4.0.4.

No longer create ${PREFIX}/libdata/ldconfig, the issue has been addressed
in Mk/bsd.port.mk now.
4.0.4_20060713
14 Jul 2006 07:02:39
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060713 snapshot of GCC 4.0.4.
4.0.4_20060706
08 Jul 2006 20:09:56
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060706 snapshot of GCC 4.0.4.

Simplify the subdirectory we use for GCC-specific libraries and include
files from gcc/${CONFIGURE_TARGET}/${PORTVERSION} to gcc-${PORTVERSION}.

Remove the hack to set RANLIB=: now that this has been addressed upstream.
4.0.4_20060629
01 Jul 2006 12:17:44
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060629 snapshot of GCC 4.0.4.
4.0.4_20060622
23 Jun 2006 13:24:20
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060622 snapshot of GCC 4.0.4.
Fix USE_LDCONFIG for non-default prefix installation.
4.0.4_20060615
17 Jun 2006 12:38:07
Original commit files touched by this commit
gerald search for other commits by this committer
Employ the new USE_LDCONFIG feature, which allows us to get rid of the
various, much more manual and error-prone hacks we needed so far.

Reviewed by:    flz
4.0.4_20060615
16 Jun 2006 08:20:15
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060615 snapshot of GCC 4.0.4.
4.0.4_20060525
26 May 2006 13:32:11
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060525 snapshot of GCC 4.0.4.
4.0.4_20060518
19 May 2006 12:54:31
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060518 snapshot of GCC 4.0.4.
4.0.4_20060511
12 May 2006 19:48:37
Original commit files touched by this commit
gerald search for other commits by this committer
Avoid hard-coding the GCC release series in the cklatest target.
4.0.4_20060511
12 May 2006 12:54:21
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060511 snapshot of GCC 4.0.4.
4.0.4_20060427
28 Apr 2006 11:30:24
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060427 snapshot of GCC 4.0.4.
4.0.4_20060420
23 Apr 2006 11:00:59
Original commit files touched by this commit
gerald search for other commits by this committer
Make sure all lang/gcc* ports I maintain can be properly used as master
ports by allowing MAINTAINER and COMMENT to be overridden.
4.0.4_20060420
21 Apr 2006 21:16:54
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060420 snapshot of GCC 4.0.4.
4.0.4_20060413
18 Apr 2006 20:48:29
Original commit files touched by this commit
gerald search for other commits by this committer
Restore hack to call amd64 by the name of x86_64 for the sake of configure.
4.0.4_20060413
14 Apr 2006 20:02:03
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060413 snapshot of GCC 4.0.4.  Try to get rid of the
x86_64-specific configure hack.
4.0.4_20060406
07 Apr 2006 06:57:10
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060406 snapshot of GCC 4.0.4.
4.0.4_20060330
31 Mar 2006 16:09:43
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060330 snapshot of GCC 4.0.4.
4.0.4_20060323
27 Mar 2006 23:06:22
Original commit files touched by this commit
gerald search for other commits by this committer
Fix handling of shared libraries via rc.d for non-default prefixes.
4.0.4_20060323
26 Mar 2006 05:16:44
Original commit files touched by this commit
dinoex search for other commits by this committer
- add RC_D_SH to keep shared libs working after reboot
4.0.4_20060323
25 Mar 2006 06:04:15
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060323 snapshot of GCC 4.0.4.
4.0.4_20060316
17 Mar 2006 13:21:04
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060316 snapshot of GCC 4.0.4.

Now that GCC 4.1.0 has been released, remove support for the Fortran
frontend which was still quite immature in the 4.0 series compared to
what we now have in the the 4.1 series.

Always build both shared and static libraries instead of having these as
two exclusive options defaulting to the former.

Do not strip some of the the binaries any longer.

No longer hardcode the version number in LATEST_LINK.
4.0.3_20060216
17 Feb 2006 09:52:53
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060216 snapshot of GCC 4.0.3.

Remove USE_REINPLACE= as advised by new portlint.
4.0.3_20060209
11 Feb 2006 13:09:02
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060209 snapshot of GCC 4.0.3.
4.0.3_20060202
04 Feb 2006 02:31:52
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060202 snapshot of GCC 4.0.3.
4.0.3_20060126
27 Jan 2006 14:29:26
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060126 snapshot of GCC 4.0.3.
4.0.3_20060119
21 Jan 2006 05:10:38
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060119 snapshot of GCC 4.0.3.
4.0.3_20060112
14 Jan 2006 00:00:41
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060112 snapshot of GCC 4.0.3.
4.0.3_20060105
07 Jan 2006 09:51:17
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20060105 snapshot of GCC 4.0.3.
4.0.3_20051229
30 Dec 2005 21:46:20
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20051229 snapshot of GCC 4.0.3.

Remove broken removal of the info/gcc40 directory; this has to be
handled by Mk/bsd.ports.mk.
4.0.3_20051222
23 Dec 2005 00:15:04
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20051222 snapshot of GCC 4.0.3.
4.0.3_20051215
22 Dec 2005 00:47:46
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20051215 snapshot of GCC 4.0.3.

Install the .info files of the lang/gcc40 port in a port-specific
subdirectory, and move include/mf-runtime.h into a version specific
directory.   This allows us to remove the conflicts with lang/gcc33,
lang/gcc41 and lang/gcc42.

Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead
of hardcoding the version number 40.
4.0.3_20051208
21 Dec 2005 22:38:26
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20051220 snapshot of GCC 3.4.6.

Install the .info files of the lang/gcc34 port in a port-specific
subdirectory, which allows us to remove the conflicts with lang/gcc40
and lang/gcc41 and also removes the hidden conflict with lang/gcc33.

Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead
of hardcoding the version number 34.
4.0.3_20051208
09 Dec 2005 11:11:29
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20051208 snapshot of GCC 4.0.3.
4.0.3_20051201
02 Dec 2005 19:37:57
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20051201 snapshot of GCC 4.0.3.
4.0.3_20051124
27 Nov 2005 20:14:36
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20051124 snapshot of GCC 4.0.3.
4.0.3_20051117
21 Nov 2005 20:05:15
Original commit files touched by this commit
gerald search for other commits by this committer
The Fortran frontend now installs the language driver as
bin/%%GNU_HOST%%-gfortran40 as well, like the other languages.
4.0.3_20051117
18 Nov 2005 01:36:54
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20051117 snapshot of GCC 4.0.3.
4.0.3_20051110
14 Nov 2005 16:25:42
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20051110 snapshot of GCC 4.0.3 (which requires a fix to
build with GCC 2.95 that I already submitted upstream as well).

Add a long missing dependency on USE_ICONV=yes.[1]

PR:             88894 [1]
Submitted by:   Björn König" <bkoenig@cs.tu-berlin.de> [1]
4.0.3_20051020
09 Nov 2005 01:02:14
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20051020 snapshot of GCC 4.0.3.
4.0.3_20050929
01 Oct 2005 13:06:35
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050929 snapshot of GCC 4.0.3.
4.0.2_20050922
23 Sep 2005 14:21:07
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050922 snapshot of GCC 4.0.2.
4.0.2_20050908
11 Sep 2005 00:08:51
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050908 snapshot of GCC 4.0.2.
4.0.2_20050901
02 Sep 2005 22:15:27
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050901 snapshot of GCC 4.0.2.
4.0.2_20050825
01 Sep 2005 22:19:48
Original commit files touched by this commit
gerald search for other commits by this committer
The previous fix addressed PR85495.

PR:             85495
4.0.2_20050825
01 Sep 2005 22:11:00
Original commit files touched by this commit
gerald search for other commits by this committer
We now also need the math/mpfr port to build the Fortran frontend.
4.0.2_20050825
29 Aug 2005 12:12:01
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050825 snapshot of GCC 4.0.2.
4.0.2_20050728
29 Jul 2005 18:55:07
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050728 snapshot of GCC 4.0.2.

Remove support for Java, not the least because libjava only builds on i386
and still does not really work there.
4.0.2_20050721
22 Jul 2005 15:18:34
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050721 snapshot of GCC 4.0.2.  Should now work on FreeBSD 7.
4.0.2_20050714
19 Jul 2005 15:07:34
Original commit files touched by this commit
gerald search for other commits by this committer
We no longer install any libraries to $PREFIX/lib, so remove this from
LDCONFIG_DIRS.
4.0.2_20050714
18 Jul 2005 14:33:02
Original commit files touched by this commit
gerald search for other commits by this committer
Fix installation/deinstallation in case the PREFIX contains the string lib.
4.0.2_20050714
15 Jul 2005 16:18:19
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050714 snapshot of GCC 4.0.2.

No longer put target specific files and include files at the very
end of pkg-plist since that broke the /sbin/ldconfig invocations the
ports machinery added there (before we'd get a chance).[1]

Reported by:    dinoex [1]
4.0.1_20050707
08 Jul 2005 12:54:17
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050707 snapshot of GCC 4.0.1.
This basically is the 4.0.1 release.
4.0.1_20050630
04 Jul 2005 22:05:35
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050630 snapshot of GCC 4.0.1.
4.0.1_20050623
25 Jun 2005 23:58:33
Original commit files touched by this commit
gerald search for other commits by this committer
Directly install libraries into a port-specific location instead of
moving them there after the original installation.  This is simpler
and also avoids the problem where the port would overwrite/remove an
existing copy of libiberty.a, which boils down to a true conflict.
4.0.1_20050623
25 Jun 2005 00:01:58
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050623 snapshot of GCC 4.0.1.
4.0.1_20050616
19 Jun 2005 22:57:17
Original commit files touched by this commit
obrien search for other commits by this committer
Update to the 20050616 snapshot of GCC 4.0.1.
4.0.1_20050609
12 Jun 2005 23:18:31
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050609 snapshot of GCC 4.0.1.
4.0.1_20050602
03 Jun 2005 09:00:41
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050602 snapshot of GCC 4.0.1.
4.0.1_20050526
27 May 2005 10:32:52
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050526 snapshot of GCC 4.0.1.

Treat Fortran libraries exactly like other language support libraries,
reducing conflicts with other gcc ports and getting rid of the libtool
archives on the way.
4.0.1_20050521
22 May 2005 21:44:14
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050521 snapshot of 4.0.1.  Simplify the handling of man
pages on systems with an old version of Perl, once and for all and forever.
4.0.1_20050514
16 May 2005 20:31:22
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050514 snapshot of GCC 4.0.1.

Add a conflict with the gcc34 port and address portlint warnings.
Simplify the handling of libraries which are not installed in all
configurations and put all libgcj libraries in the same directory
as all others, getting rid of the libtool .la archives on the way.
No longer install fsf-funding.7 gfdl.7 gpl.7, remove some cruft from
the post-install target, and simplify generation of the dynamic parts
of the packaging list.
4.0.1_20050507
08 May 2005 22:18:08
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050507 snapshot of GCC 4.0.1.  Add the new gjnih40 program
and its man page, address some portlint warnings, and resort pkg-plist. The
fix to allow sparc64 bootstraps is upstream and the local patch not needed
any longer.
4.0.1_20050430
04 May 2005 17:46:57
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050430 snapshot of GCC 4.0.1.  Address some issues pointed
out by portlint and mark conflicts with lang/gcc33 and lang/gcc41.
4.0.1_20050423
30 Apr 2005 20:14:19
Original commit files touched by this commit
gerald search for other commits by this committer
Unbreak sparc64.

Submitted by:   Eric Botcazou (via upstream Bugzilla)
4.0.1_20050423
24 Apr 2005 19:29:57
Original commit files touched by this commit
gerald search for other commits by this committer
GCC 4.0.0 has been release.  Update to the first snapshot of GCC 4.0.1,
which is basically identical with the 4.0.0 release.
4.0.0_20050416
17 Apr 2005 17:30:36
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050416 snapshot of GCC 4.0.0.
4.0.0_20050409
10 Apr 2005 20:52:18
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050409 snapshot of GCC 4.0.0.  That's getting rather close
to the real thing now.
4.0.0_20050402
03 Apr 2005 16:41:02
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050402 snapshot of GCC 4.0.0.
4.0.0_20050319
31 Mar 2005 23:24:12
Original commit files touched by this commit
gerald search for other commits by this committer
Mark BROKEN on sparc64.  I reported the problem upstream, but there is no
fix in sight yet.

Approved by:    portmgr (krion)
4.0.0_20050319
20 Mar 2005 22:08:59
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050319 snapshot of GCC 4.0.0.
4.0.0_20050312
19 Mar 2005 17:45:56
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050312 of GCC 4.0.0.
4.0.0_20050226
02 Mar 2005 08:46:01
Original commit files touched by this commit
obrien search for other commits by this committer
portlint.
4.0.0_20050226
02 Mar 2005 08:33:46
Original commit files touched by this commit
obrien search for other commits by this committer
Update to the 20050226 snapshot.
4.0.0_20050220
21 Feb 2005 16:40:36
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050220 snapshot of GCC 4.0, and mostly fix the packing list
for the libjava case (still disabled for now, though).
4.0.0_20050130
01 Feb 2005 17:10:39
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050130 snapshot of GCC 4.0.0.  Adjust pkg-plist wrt. to
libjava which I hope to re-enable with the next update.
4.0.0_20050116
16 Jan 2005 20:32:30
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050116 snapshot of GCC 4.0.
4.0.0_20050109
09 Jan 2005 20:47:26
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20050109 snapshot of GCC 4.0.0.
4.0.0_20041226
28 Dec 2004 12:19:08
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20041226 snapshot of GCC 4.0.0.
4.0.0_20041219
25 Dec 2004 15:16:14
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20041219 snapshot of GCC 4.0.0.  Quite some changes.
4.0.0_20041205
16 Dec 2004 09:32:21
Original commit files touched by this commit
maho search for other commits by this committer
Adding knob WITH_FORTRAN.
Now we have GNU Fortran 90/95 compiler
with this knob.

PR:             74187
Approved by:    gerald (maintainer)
4.0.0_20041205
06 Dec 2004 19:44:35
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20041205 snapshot of GCC 4.0.0.
4.0.0_20041128
30 Nov 2004 13:44:33
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20041128 snapshot of GCC 4.0.0.
4.0.0_20041121
22 Nov 2004 13:51:50
Original commit files touched by this commit
gerald search for other commits by this committer
Update to the 20041121 snapshot of GCC 4.0.0 (removing last traces of the
old bounds checker).  This includes quite a couple of SPARC fixes and should
fix the bootstrap failure there.

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

1 | 2  »