Commit graph

135 commits

Author SHA1 Message Date
David E. O'Brien
430972b2aa G++ headers are now installed in c++/<gcc_ver> rather than g++-v3. 2003-05-06 00:44:10 +00:00
David E. O'Brien
91003077c5 Upgrade to the 28-April-2003 GCC 3.3 in-development snapshot. 2003-05-04 02:52:49 +00:00
David E. O'Brien
61c4db0e8e Upgrade to the 21-April-2003 GCC 3.3 in-development snapshot. 2003-04-28 02:23:49 +00:00
Gerald Pfeifer
3e6f00c31e Merge targets pre-configure and pre-build, simplify them, and remove
patch-va.  All of these dealt with us patching generated files (which
we don't do any longer).
2003-04-25 17:06:46 +00:00
Gerald Pfeifer
216a3c7853 Make MAINTAINER overrideable by slave ports. 2003-04-25 06:40:43 +00:00
Gerald Pfeifer
e5cd9dacdf Fifty-one months after ELF flag day, and after the system compiler became
ELF-only as well, remove support for aout from the next generation of GCC.

Suggested by:	Loren James Rittle <rittle@labs.mot.com>
Discussed with:	obrien
2003-04-24 10:37:23 +00:00
Dirk Meyer
f4e43b6408 merge changes from gcc32 to gcc33 after testing
- Option WANT_SHAREDLIBS now uses ldconfig, so LIB_DEPENDS work.
- fix PLIST so critical file libgcc_s.so.1 is included.
- complete PLIST
- COMMENT can be overrritten by a slave port
- uncomment MANPAGES, as they are currently not installed.
2003-04-21 07:59:03 +00:00
Gerald Pfeifer
7884ebd7be Appease portlint by various whitespace changes. Remove last traces of
PATCH_SITES and PATCHFILES which we haven't used lately as well as of
libgcj not building properly.
2003-04-06 14:30:41 +00:00
Dirk Meyer
9c77d269ae LATEST_LINK can now be overwritten by the slave port.
added ${PKGNAMESUFFIX} to LATEST_LINK, so it differs when set.
2003-03-31 01:19:14 +00:00
David E. O'Brien
21080a020f Upgrade to the 24-March-2003 GCC 3.3 in-development snapshot. 2003-03-29 23:14:33 +00:00
Gerald Pfeifer
4a2ca53673 Fix COMMENT and a Makefile comment. 2003-03-24 16:03:14 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
David E. O'Brien
19abf1681e Use the most modern spelling of egcs.cygnus.com. 2002-12-03 23:21:14 +00:00
David E. O'Brien
3d7bd2c689 The effort to maintain these for FreeBSD just isn't worth it with the lack
of reward.
2002-11-05 03:10:08 +00:00
Akinori MUSHA
e8dcfa2a89 Use MASTER_SITES_GCC.
Approved by:	obrien (maintainer)
2002-10-19 18:55:52 +00:00
David E. O'Brien
7cd2eff96a Upgrade to the 14-Oct-2002 GCC 3.3 in-development snapshot. 2002-10-18 04:14:28 +00:00
David E. O'Brien
86c666a8ce Upgrade to a 7-Oct-2002 GCC 3.3 in-development checkout. 2002-10-10 23:19:05 +00:00
Gerald Pfeifer
f95783c497 ftp://ftp.netwinder.org/ is no longer a MASTER_SITE.
Approved by:	obrien (maintainer+mentor)
2002-07-31 12:34:31 +00:00
David E. O'Brien
a320d6dbeb Upgrade to a 18-May-2002 GCC 3.2 in-development checkout. 2002-05-18 10:16:53 +00:00
David E. O'Brien
232042d3a6 Upgrade to a 06-April-2002 GCC 3.2 in-development checkout. 2002-04-07 10:48:11 +00:00
David E. O'Brien
71db5c7255 Upgrade to a 27-March-2002 GCC 3.2 in-development checkout. 2002-03-29 00:58:14 +00:00
David E. O'Brien
2f276e99ec Upgrade to a 12-March-2002 GCC 3.2 in-development checkout. 2002-03-13 07:50:44 +00:00
David E. O'Brien
d3909fe686 Upgrade to the 10-March-2002 GCC 3.2 in-development snapshot.
Due to the lack of a real snapshot distfile, this has to use CVS
as the fetch method.
2002-03-13 05:08:26 +00:00
David E. O'Brien
5d96a80946 Mark broken while I find a suitable snapshot. 2002-03-09 21:23:05 +00:00
David E. O'Brien
9a20bf6731 Sync with gcc30's style.
This includes changing the name from g<BINARY> to <BINARY>31, using a
single .info file rather than the mirage of them, and switch to using the
.bz2 distfiles.
2002-03-04 21:08:06 +00:00
David E. O'Brien
9604fa36af Upgrade to the 25-Feb-2002 GCC 3.1 development snapshot. 2002-03-02 18:53:57 +00:00
David E. O'Brien
1190560cdc Update to the 2002-02-04 snapshot.
This port still does not install properly (still has some old cruft in it).
But incase someone wants to work on a patch to help me out...
2002-02-10 11:16:51 +00:00
David E. O'Brien
f80f7f352a This allows the port to build, but it still has install problems. 2002-02-05 02:54:52 +00:00
David E. O'Brien
1262671749 Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot. 2002-02-03 07:15:30 +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
392eebf7c3 Utilize the PATCH_WRKDIR knob now that it exists. 2001-10-27 18:33:06 +00:00
David E. O'Brien
20e050b64d Major overhall and style clean up. 2001-08-15 16:54:42 +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
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