| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
31 Jul 2005 13:34:35
3.1.1_20020909
|
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. |
27 Jul 2005 22:19:08
3.1.1_20020909
|
gerald  |
Remove duplicate PORTREVISION.
Reported by: flz |
20 Mar 2005 17:53:05
3.1.1_20020909
|
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. |
13 Feb 2005 21:53:39
3.1.1_20020909
|
krion  |
Handle USE_GCC properly and exchange its value 'X' with an actual
version number. |
13 Jan 2005 21:19:50
3.1.1_20020909
|
obrien  |
Fix one bug about bootstraping on FreeBSD/amd64. |
02 Jan 2005 01:00:40
3.1.1_20020909
|
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) |
11 Dec 2004 04:00:50
3.1.1_20020909
|
obrien  |
Remove a reference to two FORTRAN libraries that I missed in rev 1.148. |
27 Nov 2004 23:38:42
3.1.1_20020909
|
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. |
26 Nov 2004 00:28:11
3.1.1_20020909
|
kris  |
BROKEN: Broken pkg-plist |
13 May 2004 09:05:40
3.1.1_20020909
|
kris  |
BROKEN on sparc64: Install fails (trying to install missing java support) |
10 Apr 2004 17:26:55
3.1.1_20020909
|
trevor  |
Tidy up whitespace. |
14 Mar 2004 03:22:00
3.1.1_20020909
|
kris  |
DEPRECATE the unused, outdated gcc28 and gcc31 ports for removal at a future
date. |
04 Feb 2004 05:21:48
3.1.1_20020909
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
29 Jan 2004 07:24:56
3.1.1_20020909
|
trevor  |
SIZEify. |
22 Jan 2004 11:06:02
3.1.1_20020909
|
trevor  |
Use the SORT macro from bsd.port.mk. |
27 Sep 2003 00:50:09
3.1.1_20020909
|
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> |
24 Sep 2003 09:37:11
3.1.1_20020909
|
osa  |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998 |
09 May 2003 05:34:06
3.1.1_20020909
|
obrien  |
These older compilers don't support amd64, sparc64, and ia64. |
20 Feb 2003 18:38:02
3.1.1_20020909
|
knu  |
De-pkg-comment. |
03 Dec 2002 23:21:14
3.1.1_20020909
|
obrien  |
Use the most modern spelling of egcs.cygnus.com. |
03 Dec 2002 04:35:07
3.1.1_20020909
|
obrien  |
Fix cklatest paths.
Reported by: gerald
Approved by: kris |
05 Nov 2002 03:10:08
3.1.1_20020909
|
obrien  |
The effort to maintain these for FreeBSD just isn't worth it with the lack
of reward. |
19 Oct 2002 18:55:52
3.1.1_20020909
|
knu  |
Use MASTER_SITES_GCC.
Approved by: obrien (maintainer) |
18 Sep 2002 14:43:04
3.1.1_20020909
|
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. |
14 Sep 2002 16:57:47
3.1.1_20020726
|
sobomax  |
Fix breakage introduced in previous commit.
Submitted by: "Dan Langille" <dan@langille.org> |
14 Sep 2002 13:32:07
3.1.1_20020726
|
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.) |
02 Aug 2002 14:54:20
3.1.1_20020726
|
obrien  |
Upgrade to the official GCC 3.1.1 release.
This will be the last release on the GCC 3.1 branch. |
31 Jul 2002 12:10:17
3.1.1_20020701
|
gerald  |
Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also the
path was wrong).
Approved by: obrien (maintainer+mentor) |
08 Jul 2002 18:10:23
3.1.1_20020701
|
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. |
02 Jul 2002 23:03:50
3.1.1_20020617
|
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> |
22 Jun 2002 20:26:52
3.1.1_20020617
|
obrien  |
Upgrade to the 17-June-2002 GCC 3.1.1 pre-release snapshot. |
02 Jun 2002 07:09:12
3.1.1_20020527
|
obrien  |
Upgrade to the 27-May-2002 GCC 3.1.1 pre-release snapshot. |
29 May 2002 18:51:46
3.1_20020521
|
obrien  |
I changed a patch. |
28 May 2002 03:44:00
3.1_20020521
|
obrien  |
Update to match what is in -current. |
28 May 2002 03:00:14
3.1_20020521
|
obrien  |
Upgrade to the 21-May-2002 GCC 3.1.1 pre-release snapshot. |
18 May 2002 19:06:12
3.1_20020506
|
obrien  |
This is now in the stock FSF sources. |
11 May 2002 06:40:54
3.1_20020506
|
obrien  |
Upgrade to the 6-May-2002 GCC 3.1 pre-release snapshot. |
01 May 2002 02:54:46
3.1_20020429
|
obrien  |
Upgrade to the 29-April-2002 GCC 3.1 pre-release snapshot. |
29 Apr 2002 20:55:22
3.1_20020422
|
obrien  |
Upgrade to the 22-April-2002 GCC 3.1 pre-release snapshot. |
24 Apr 2002 14:43:13
3.1_20020415
|
obrien  |
Upgrade to the Tax Day GCC 3.1 development snapshot. |
17 Apr 2002 07:15:28
3.1_20020401
|
gerald  |
GCC 2.95 and later aren't called egcs (any longer). Also update
description and web address.
Approved by: obrien (maintainer+mentor) |
12 Apr 2002 07:41:08
3.1_20020401
|
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) |
03 Apr 2002 20:21:08
3.1_20020401
|
obrien  |
Upgrade to the April FOOLS GCC 3.1 development snapshot. |
28 Mar 2002 22:37:21
3.1_20020325
|
obrien  |
Upgrade to the 25-March-2002 GCC 3.1 development snapshot. |
20 Mar 2002 00:35:28
3.1_20020318
|
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. |