Port details |
- gcc31 GNU Compiler Collection 3.1
- 3.1.1_20020909 lang
=21 3.1.1_20020909Version of this port present on the latest quarterly branch. DEPRECATED: "This port is no longer in use by anything in the ports collection and will be removed in the future. Use a later release instead"
NO CDROM: 'dated material'
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2002-03-09 06:00:59
- Last Update: 2005-07-31 13:34:35
- SVN Revision: UNKNOWN
- People watching this port, also watch:: zip, freetype2, unzip, javavmwrapper
- License: not specified in port
- WWW:
- http://gcc.gnu.org/
- Description:
- GCC, the GNU Compiler Collection includes gcc, g++, g77, and gcj.
Beware: This port installs new versions of "gcc", "g++", "c++" and
so forth into the "${PREFIX}/bin" directory. Mind your PATHs if you
don't want to use this compiler by default.
WWW: http://gcc.gnu.org/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- 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:
-
- 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. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- bison : devel/bison
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.1_20020909 31 Jul 2005 13:34:35
 |
gerald  |
Remove the lang/gcc31 port. It fails to build on several architectures
(even ones it is supposed to work on, cf. pointyhat), it fails to build
on FreeBSD 6 and 7, and lang/gcc32 is basically the same plus a single
ABI changes and many bug fixes.
It is strongly recommended to migrate to GCC 3.4 or 4.0, since only these
are still actively maintained upstream and support FreeBSD 7, for example. |
3.1.1_20020909 27 Jul 2005 22:19:08
 |
gerald  |
Remove duplicate PORTREVISION.
Reported by: flz |
3.1.1_20020909 20 Mar 2005 17:53:05
 |
adamw  |
It was discovered that running "make clean" from a port with a dependency
on gcc31 or gcc32 (either with a BUILD_DEPENDS or via USE_GCC) with that
version of gcc already installed causes infinite recursion problems.
The issue stems from gcc31 and gcc32 using USE_GCC internally. Internally,
it was used to override any other definition and say that you can use any
gcc version to build gcc31/gcc32. But that USE_GCC redefinition was causing
recursion errors, so handle the problem instead by just simply undefining
USE_GCC inside the gcc port Makefile itself.
This should make things happy again. |
3.1.1_20020909 13 Feb 2005 21:53:39
 |
krion  |
Handle USE_GCC properly and exchange its value 'X' with an actual
version number. |
3.1.1_20020909 13 Jan 2005 21:19:50
 |
obrien  |
Fix one bug about bootstraping on FreeBSD/amd64. |
3.1.1_20020909 02 Jan 2005 01:00:40
 |
kris  |
Does not compile on alpha. Since it's unlikely anyone is going to fix
these old compilers, drop alpha from the supported arch list. Flip over
from NOT_FOR_ARCHS to ONLY_FOR_ARCHS where used, since these ports will
not support any future architectures FreeBSD runs on.
Approved by: portmgr (self) |
3.1.1_20020909 11 Dec 2004 04:00:50
 |
obrien  |
Remove a reference to two FORTRAN libraries that I missed in rev 1.148. |
3.1.1_20020909 27 Nov 2004 23:38:42
 |
obrien  |
Unbreak the port by remove the Java language from this port. Anyone using
GCC 3.1 isn't using it for the Java compiler, but for C/C++ code. Same
for FORTRAN77. The Java bits also don't compile on FreeBSD/sparc64. |
3.1.1_20020909 26 Nov 2004 00:28:11
 |
kris  |
BROKEN: Broken pkg-plist |
3.1.1_20020909 13 May 2004 09:05:40
 |
kris  |
BROKEN on sparc64: Install fails (trying to install missing java support) |
3.1.1_20020909 10 Apr 2004 17:26:55
 |
trevor  |
Tidy up whitespace. |
3.1.1_20020909 14 Mar 2004 03:22:00
 |
kris  |
DEPRECATE the unused, outdated gcc28 and gcc31 ports for removal at a future
date. |
3.1.1_20020909 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
3.1.1_20020909 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
3.1.1_20020909 22 Jan 2004 11:06:02
 |
trevor  |
Use the SORT macro from bsd.port.mk. |
3.1.1_20020909 27 Sep 2003 00:50:09
 |
edwin  |
- ECHO -> ECHO_MSG
for some ports:
- ECHO -> ECHO_CMD
- pre-fetch -> pre-everything
PR: ports/56800-56819
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
3.1.1_20020909 24 Sep 2003 09:37:11
 |
osa  |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998 |
3.1.1_20020909 09 May 2003 05:34:06
 |
obrien  |
These older compilers don't support amd64, sparc64, and ia64. |
3.1.1_20020909 20 Feb 2003 18:38:02
 |
knu  |
De-pkg-comment. |
3.1.1_20020909 03 Dec 2002 23:21:14
 |
obrien  |
Use the most modern spelling of egcs.cygnus.com. |
3.1.1_20020909 03 Dec 2002 04:35:07
 |
obrien  |
Fix cklatest paths.
Reported by: gerald
Approved by: kris |
3.1.1_20020909 05 Nov 2002 03:10:08
 |
obrien  |
The effort to maintain these for FreeBSD just isn't worth it with the lack
of reward. |
3.1.1_20020909 19 Oct 2002 18:55:52
 |
knu  |
Use MASTER_SITES_GCC.
Approved by: obrien (maintainer) |
3.1.1_20020909 18 Sep 2002 14:43:04
 |
obrien  |
Total hack to allow gcc31 to build on -CURRENT.
This hack makes gcc totally use our stock headers vs. the fixinc'ed ones.
There is probably zero chance of getting this fixed in the FSF/GCC CVS
repository, as the 3.1 branch is offically closed. |
3.1.1_20020726 14 Sep 2002 16:57:47
 |
sobomax  |
Fix breakage introduced in previous commit.
Submitted by: "Dan Langille" <dan@langille.org> |
3.1.1_20020726 14 Sep 2002 13:32:07
 |
sobomax  |
Due to popular demant into each port which might be inserted into dependency
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.
Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.) |
3.1.1_20020726 02 Aug 2002 14:54:20
 |
obrien  |
Upgrade to the official GCC 3.1.1 release.
This will be the last release on the GCC 3.1 branch. |
3.1.1_20020701 31 Jul 2002 12:10:17
 |
gerald  |
Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also the
path was wrong).
Approved by: obrien (maintainer+mentor) |
3.1.1_20020701 08 Jul 2002 18:10:23
 |
obrien  |
Upgrade to the 1-July-2002 GCC 3.1.1 pre-release snapshot.
Note that with this update we loose the .info files.
I am sick and tired of dealing with them and most of all makeinfo --no-split
isn't working. |
3.1.1_20020617 02 Jul 2002 23:03:50
 |
obrien  |
Do not require Gcc 3.1 to compile -- or we have an infinate loop on RELENG_4.
Problem Reported by: Oliver Brandmueller <ob@e-Gitt.NET> |
3.1.1_20020617 22 Jun 2002 20:26:52
 |
obrien  |
Upgrade to the 17-June-2002 GCC 3.1.1 pre-release snapshot. |
3.1.1_20020527 02 Jun 2002 07:09:12
 |
obrien  |
Upgrade to the 27-May-2002 GCC 3.1.1 pre-release snapshot. |
3.1_20020521 29 May 2002 18:51:46
 |
obrien  |
I changed a patch. |
3.1_20020521 28 May 2002 03:44:00
 |
obrien  |
Update to match what is in -current. |
3.1_20020521 28 May 2002 03:00:14
 |
obrien  |
Upgrade to the 21-May-2002 GCC 3.1.1 pre-release snapshot. |
3.1_20020506 18 May 2002 19:06:12
 |
obrien  |
This is now in the stock FSF sources. |
3.1_20020506 11 May 2002 06:40:54
 |
obrien  |
Upgrade to the 6-May-2002 GCC 3.1 pre-release snapshot. |
3.1_20020429 01 May 2002 02:54:46
 |
obrien  |
Upgrade to the 29-April-2002 GCC 3.1 pre-release snapshot. |
3.1_20020422 29 Apr 2002 20:55:22
 |
obrien  |
Upgrade to the 22-April-2002 GCC 3.1 pre-release snapshot. |
3.1_20020415 24 Apr 2002 14:43:13
 |
obrien  |
Upgrade to the Tax Day GCC 3.1 development snapshot. |
3.1_20020401 17 Apr 2002 07:15:28
 |
gerald  |
GCC 2.95 and later aren't called egcs (any longer). Also update
description and web address.
Approved by: obrien (maintainer+mentor) |
3.1_20020401 12 Apr 2002 07:41:08
 |
gerald  |
GCC 2.95 and later aren't called egcs (any longer), so remove two patches
that add references to egcs to the documentation.
Approved by: obrien (maintainer+mentor) |
3.1_20020401 03 Apr 2002 20:21:08
 |
obrien  |
Upgrade to the April FOOLS GCC 3.1 development snapshot. |
3.1_20020325 28 Mar 2002 22:37:21
 |
obrien  |
Upgrade to the 25-March-2002 GCC 3.1 development snapshot. |
3.1_20020318 20 Mar 2002 00:35:28
 |
obrien  |
Upgrade to the 18-March-2002 GCC 3.1 development snapshot. |
13 Mar 2002 04:04:28
 |
obrien  |
Upgrade to the 11-March-2002 GCC 3.1 development snapshot. |
11 Mar 2002 09:25:21
 |
obrien  |
Upgrade to the 9-March-2002 GCC 3.1 development snapshot. |
09 Mar 2002 09:00:59
    |
obrien  |
Upgrade to the 4-March-2002 GCC 3.1 development snapshot. |