Commit graph

134 commits

Author SHA1 Message Date
David E. O'Brien
261a9ec095 Remove Java from this port. If you want to use GCC's Java you really want
to use GCC 3.1.  Also for some reason `gettext' 0.11.1 will not work after
gcc30 [w/Java] has been installed (PR 37361).
2002-04-26 17:22:13 +00:00
Gerald Pfeifer
9956fb5b95 GCC 2.95 and later aren't called egcs (any longer). Also update
description and web address.

Approved by:	obrien (maintainer+mentor)
2002-04-17 07:17:04 +00:00
Gerald Pfeifer
193c9144fd GCC 2.95 and later aren't called egcs (any longer), so remove three patches
that add references to egcs to the documentation.

Approved by:	obrien (maintainer+mentor)
2002-04-12 08:36:34 +00:00
David E. O'Brien
4405bd4097 Upgrade to version 3.0.4. 2002-03-09 21:11:01 +00:00
Akinori MUSHA
c982f5faf1 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
2002-01-29 11:24:09 +00:00
David E. O'Brien
9bfa379481 Upgrade to version 3.0.3. 2002-01-27 13:19:16 +00:00
Akinori MUSHA
e2657f7c1e Set these ports' LATEST_LINK to gcc{27,28,295,30} to avoid conflict
with each other's package link name.

(Maintainer timeout; I think it's too trivial to bother him with.)
2002-01-19 19:15:11 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
David E. O'Brien
392eebf7c3 Utilize the PATCH_WRKDIR knob now that it exists. 2001-10-27 18:33:06 +00:00
David E. O'Brien
e45a1649f2 Update to 3.0.2. 2001-10-27 16:46:57 +00:00
FUJISHIMA Satsuki
a2706f9b96 install/deinstall info entryies correctly (revision bump is not needed). 2001-09-23 08:12:10 +00:00
FUJISHIMA Satsuki
e21ef27847 fix package:
unify info files rather than fixing pkg-plist at every future update.
remove %D/lib/gcc-lib/blah if empty.

Non-response from:	maintainer
2001-09-11 15:59:34 +00:00
David E. O'Brien
9f105650b3 Update to 3.0.1. 2001-08-30 19:12:04 +00:00
David E. O'Brien
3f4fe1d4a0 Update to GCC 3.0.0. 2001-08-30 19:06:54 +00:00
David E. O'Brien
5ed3c00f2c Majorly clean this port up. 2001-06-20 19:26:25 +00:00
David E. O'Brien
d277028560 I missed a gcc30'ism when converting this from `gcc-devel'. 2001-06-20 17:42:22 +00:00
David E. O'Brien
f64c99fcbe Fix this port up so gcc30 can be used bsd.port.mk for when we return
to mixed compilers between -current and -stable.
2001-06-02 19:12:03 +00:00
David E. O'Brien
1e2ea8ca7d Upgrade to the 30-April-2001 edition GCC 2.97 development snapshot.
[and a sad day in history]
2001-05-04 08:50:08 +00:00
David E. O'Brien
739d74a4c7 Upgrade to the 20-March-2001 edition GCC 2.97 development snapshot.
[a nice friend's b-day at that :-)]
2001-03-24 01:40:09 +00:00
David E. O'Brien
3d59e4474e Fix version number. 2001-03-11 04:46:54 +00:00
David E. O'Brien
59d8aee249 Upgrade to the 5-March-2001 edition GCC 2.97 development snapshot. 2001-03-06 23:55:37 +00:00
David E. O'Brien
b9f823ab2b Fix nits in the auto lib-gcc PLIST generation. 2001-03-02 10:09:40 +00:00
David E. O'Brien
aa33b0f337 Upgrade to the 5-Feb-2001 edition GCC 2.97 development snapshot. 2001-02-14 20:52:39 +00:00
Mario Sergio Fujikawa Ferreira
d124027c46 typo clean up police: \s -> \t 2001-02-14 20:19:44 +00:00
David E. O'Brien
0436695113 Upgrade to the Christmas edition GCC 2.97 development snapshot. 2000-12-27 02:22:16 +00:00
David E. O'Brien
7450726d85 Upgrade to the 2000-12-18 GCC 2.97 development snapshot. 2000-12-21 23:50:36 +00:00
David E. O'Brien
84cba185ca Forgot to commit the bits that rm's the new libjava as it breaks the
GCC bootstrap.
2000-12-13 18:54:40 +00:00
David E. O'Brien
7d7ab1639f Upgrade to the 2000-12-11 GCC 2.97 development snapshot. 2000-12-13 02:26:23 +00:00
David E. O'Brien
76a9878ebc Change name of programs from e<program_name> to g<program_name>, since
e<program_name> conflicts with the egcs port.  I'm open to a better nameing
scheme.

Also change the shared libs configuring logic a little bit due to changed
way of doing it on libstdc++-v3, which this snapshot uses by default.
2000-12-05 21:36:59 +00:00
David E. O'Brien
932231b1d5 Change the libstdc++.so version number to be more like the stock one.
This change is needed as the one I was using is too much in the range of
shared version numbers the stock libstdc++.so will have.
2000-12-05 20:35:40 +00:00
David E. O'Brien
c517f4bd29 First cut at configure support for FreeBSD PowerPC, Sparc64, and StrongARM. 2000-11-28 19:54:42 +00:00
David E. O'Brien
52693c37bd Upgrade to the 2000-11-20 GCC 2.97 development snapshot.
This one should be using libstdc++ v3 and the new 3.0 C++ ABI now.
2000-11-28 18:55:06 +00:00
David E. O'Brien
1c8d799fc5 Upgrade to the 2000-10-02 GCC 2.97 development snapshot. 2000-10-10 23:32:34 +00:00
David E. O'Brien
572a796bf3 Upgrade to the 2000-08-28 GCC 2.96 development snapshot. 2000-09-15 23:43:48 +00:00
David E. O'Brien
81388430e3 Upgrade to the 2000-07-17 GCC 2.96 development snapshot. 2000-09-05 16:59:15 +00:00
David E. O'Brien
c1d22efdd6 Upgrade to the 2000-05-01 GCC 2.96 development snapshot. 2000-05-06 22:47:09 +00:00
David E. O'Brien
dad8517b05 Upgrade to the 2000-04-10 GCC 2.96 development snapshot. 2000-04-14 17:15:20 +00:00
David E. O'Brien
5cd5b258b5 Convert to the PORTNAME - PORTVERSION syntax. 2000-04-12 06:21:15 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00
David E. O'Brien
da36feaffe Remove the "version required" line. 2000-03-20 02:37:50 +00:00
David E. O'Brien
dad8513fc7 Upgrade to the 2000-03-13 GCC 2.96 development snapshot. 2000-03-19 08:43:52 +00:00
David E. O'Brien
4dae0e3ce1 Upgrade to the 2000-03-06 GCC 2.96 development snapshot. 2000-03-08 19:01:17 +00:00
David E. O'Brien
1a5149403c Upgrade to the 2000-02-21 GCC 2.96 development snapshot. 2000-03-08 02:21:03 +00:00
David E. O'Brien
8aeb263242 Upgrade to the 2000-02-07 GCC 2.96 development snapshot. 2000-02-14 11:39:38 +00:00
David E. O'Brien
19b929d5e3 Upgrade to the 2000-01-10 GCC 2.96 development snapshot. 2000-01-17 12:27:59 +00:00
David E. O'Brien
199334c90f Update to the 1999-11-10 development snapshot. 1999-11-15 02:02:35 +00:00
David E. O'Brien
128698d192 Update to the 1999-11-02 development snapshot. 1999-11-03 11:41:50 +00:00
David E. O'Brien
a9426f70f2 Update to the 1999-10-25 snapshot. 1999-11-01 07:39:15 +00:00
David E. O'Brien
2078ed00c4 Upgrade to the 1999-10-04 development snapshot. 1999-10-10 23:14:29 +00:00
David E. O'Brien
134508746d Upgrade to the 1999-09-20 development snapshot. 1999-10-10 20:28:35 +00:00