Commit Graph

324 Commits

Author SHA1 Message Date
Gerald Pfeifer
48fa42c8e7 Update from repo-copy of lang/gcc33 to the 2003-11-12 snapshot of GCC 3.4.
There is no bounds-checking patch for GCC 3.4 yet, extended printf format
checking for FreeBSD has not been ported yet, and the port is BROKEN due
to weird libjava build failures which occur if and only if building from
within the FreeBSD ports system.
2003-11-14 22:01:13 +00:00
Edwin Groothuis
a58129d3de - ECHO -> ECHO_MSG
for some ports:
- ECHO -> ECHO_CMD
- pre-fetch -> pre-everything

PR:		ports/56800-56819
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-27 00:50:09 +00:00
Gerald Pfeifer
a45e081cf6 Use ${STRIP_CMD} instead of strip. Strip some additional files and simplify
the machinery so that we do not need to maintain duplicate lists of binaries.
Rename loop variables from $file to $f to avoid warnings by future versions
of portlint.
Fix a post-build comment.

Reviewed by:	obrien
2003-07-11 20:35:45 +00:00
David E. O'Brien
ff39f0fa07 My manpage creation fake-out broke with 3.1.1. Give up and add a build
dependency on perl 5.6.
2003-07-11 17:10:13 +00:00
Gerald Pfeifer
4e8956733b Add checksum for bounds-checking-gcc-3.3-1.00.patch.bz2 lost by revision 1.69. 2003-07-09 21:52:36 +00:00
David E. O'Brien
ea2f5a20cc Upgrade to the 7-July-2003 GCC 3.3.1 in-development snapshot. 2003-07-09 21:20:55 +00:00
Gerald Pfeifer
1006fbdfb8 Add bounds-checking support using Herman ten Brugge's patches.
PR:		53395
Submitted by:	Dan Nelson <dnelson@allantgroup.com>
2003-06-17 21:17:12 +00:00
Kris Kennaway
0cfa4535b7 Don't remove the share/java and share/java/classes system directories. 2003-06-09 11:59:17 +00:00
Gerald Pfeifer
6234046b7f Update to the official release of GCC 3.3. On the way, somewhat restructure
the port so that switching between snapshots and releases will amount to fewer
changes in the future.
Clean up PLIST_SUB and pkg-plist and add two missing entries to MAN1.
2003-05-15 12:56:34 +00:00
Gerald Pfeifer
3d5eaab42b Update to the second prerelease of GCC 3.3. Add support for the core
languages testsuites (similar to the lang/gcc32 port).
2003-05-09 14:47:00 +00:00
Gerald Pfeifer
e41c7da010 I now made .bz2 sources available on gcc.gnu.org, so again use these instead
of .gz sources.  Remove a makeinfo related hack for CONFIGURE_ENV which is
not needed any longer.
2003-05-08 11:32:06 +00:00
Gerald Pfeifer
f23ec6ffe5 Update to the first prerelease of GCC 3.3, which is only available as .tar.gz.
Adjust COMMENT and remove NO_CDROM. Reenable man pages.
2003-05-06 22:14:55 +00:00
Gerald Pfeifer
da95daf4a9 Remove --with-gnu-as --with-gnu-ld, which are actually no-ops. 2003-05-06 11:45:22 +00:00
Gerald Pfeifer
8c09145995 Properly add the "[FreeBSD]" marker to the GCC version string also for
prereleases and releases.
2003-05-06 11:19:17 +00:00
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
Gerald Pfeifer
3978f0bf02 Further fixes to pkg-plist. (Tested according to Porter's Handbook 2.4 on
i386-unknown-freebsd4.8.)
2003-04-23 13:20:53 +00:00
David E. O'Brien
8a8eef1274 Allow YACC to be used, rather than Bison, for C/C++.
Submitted by:	kan
2003-04-22 17:14:43 +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
David E. O'Brien
0c6eadf766 Not sure how I missed these patches in my 24-March-2003 GCC 3.3
in-development snapshot upgrade.
2003-04-20 17:20:51 +00:00
Gerald Pfeifer
8e282b7bde Remove files/patch-t-freebsd. The underlying problem has been fixed in
GCC 3.2.x, on the GCC 3.3 branch and GCC mainline, and while all versions
of FreeBSD should build fine with this patchs, its just another extra
difference to pristine FSF sources and may cause subtle header-related bugs
for FreeBSD 4.x systems.

Submitted by:	Loren James Rittle <rittle@latour.rsch.comm.mot.com>
2003-04-17 14:04:43 +00:00
Gerald Pfeifer
1db51c3071 Remove the last part of jdp's profile fixes from 1998/10/08, which actually
breaks -fprofile-arcs for current GCCs.

PR:		50842
2003-04-14 19:56:36 +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
Gerald Pfeifer
61cf47fa3f Finally remove the parts of this patch that date back to 1998 and have now
been commented for more than a year.
2003-04-02 20:18:22 +00:00
Gerald Pfeifer
0442b27ae7 Remove special alpha optimization warning. alpha support now should be
sufficiently stable.
2003-04-02 11:43:15 +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
704ef6b8f8 This is now in the stock FSF sources. 2002-05-18 19:06:11 +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
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
a6568b932b 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)
2002-04-12 07:41:58 +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
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
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
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
Peter Wemm
fe8f04069f $Id$ -> $FreeBSD$ 1999-08-30 12:01:11 +00:00
David E. O'Brien
f0f690adc1 Change Id->FreeBSD. 1999-08-25 06:35:40 +00:00
David E. O'Brien
356cdb7882 Merge parts of the GCC-2.95 update, in preperation for the 1st post 2.95
snapshot.
Mark BROKEN until the next Cygnus snapshot.
1999-08-05 16:21:08 +00:00
David E. O'Brien
bfd0ab6504 Fix SWITCH_TAKES_ARG / WORD_SWITCH_TAKES_ARG breakage on the Alpha created
when I changed from defining these in gcc/config/freebsd.h and instead defined
extensable FreeBSD-wide definitions.

While I am here, move the *SWITCH_TAKES_ARG = FBSD_*SWITCH_TAKES_ARG
assignments to the global file to remove one more thing from the arch specific
config files.
1999-07-25 03:34:39 +00:00
David E. O'Brien
228ed0867b Update to the 1999-07-18 beta snapshot of GCC-2.95. 1999-07-20 15:30:52 +00:00
David E. O'Brien
dcbfd9ec96 Upgrade to the July 12th GCC-2.95 prerelease. 1999-07-15 11:08:16 +00:00
David E. O'Brien
a5c7dc9572 Upgrade to the 1999-06-29 pre-GCC-2.95 snapshot. 1999-07-06 07:29:39 +00:00
Steve Price
aba8e158d0 Correct spelling in a comment. 1999-07-04 21:49:26 +00:00
David E. O'Brien
978929c178 The number of things this port installs has grown.
(mostly junk in PREFIX/lib/gcc-lib/.../include)
1999-07-04 20:58:11 +00:00
David E. O'Brien
7d3e0363c5 Changes to work with updated files/freebsd.h. 1999-07-04 20:57:15 +00:00
David E. O'Brien
c10a03a4c2 Minor reorg of the dealing with autoconf' and autoheader' stuff. 1999-07-04 20:55:43 +00:00
David E. O'Brien
5b92de7d87 Upgrade to the 19990623 GCC 2.95 pre-release snapshot. 1999-06-24 19:11:57 +00:00
David E. O'Brien
34f41f20b2 Update to the 19990616 GCC 2.95-prerelease. 1999-06-21 18:17:56 +00:00
David E. O'Brien
2f3c81d522 Update to the 1999-06-08 (gcc 2.95 prerelease). 1999-06-15 07:31:21 +00:00
Hidetoshi Shimokawa
683d7f1024 Fix for alpha.
- sync alpha-freebsd.h with /usr/src/contrib/egcs/gcc/config/alpha/freebsd.h
 - add patch for mkfixinc.sh
 - PLIST kludge
1999-06-10 14:31:10 +00:00
Michael Haro
5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
David E. O'Brien
dd0c9cce89 Upgrade to 19990524 gcc-2.95 prerelease. 1999-05-26 10:26:29 +00:00
David E. O'Brien
632eeb3298 Fix "EGCS_REV". 1999-05-24 17:13:47 +00:00
David E. O'Brien
52b78a29b0 Upgrade to the 19990517 snapshot. EGCS is not in a feature freeze for the
upcoming 1.2 release.  Which, BTW, will be called GCC-2.95.
1999-05-18 18:15:36 +00:00
David E. O'Brien
90cf712e7a Sync up with some diffs I sent to Cygnus. 1999-04-22 00:40:40 +00:00
Marc G. Fournier
a05c0a07b8 this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ... 1999-04-22 00:17:18 +00:00
David E. O'Brien
ccfd6f92ac I give you the latest and greatest of the EGCS snapshot series.
This is their bleeding edge offering.  This will enable us to better track
the direction EGCS is going for future upgrades of /usr/contrib/egcs/.

Above ver 1.1.2, this offering gives you many C++ fixes/enhancements, *and*
a native Java compiler.
1999-04-21 07:48:59 +00:00
Satoshi Asami
73746c7d97 Mark this FORBIDDEN while DavidO works on an upgrade after a repo copy. 1999-04-13 05:41:10 +00:00
Bill Fumerola
049b253ab2 Proper URLs that reference directories end in '/' 1999-04-08 19:05:48 +00:00
David E. O'Brien
3d4549d577 Don't fetch alpha suppliment -- the bits are now part of the port. 1999-03-30 02:58:02 +00:00
David E. O'Brien
3dc22c924d Don't create empty ``PREFIX/info/dir''. It is already taken care of for us. 1999-03-23 18:37:47 +00:00
David E. O'Brien
7b9d7e0720 * Add support for ``-pthead''
* Add Alpha support

Obtained from:	Alpha bits taken from Hidetoshi Shimokawa's
                <simokawa@FreeBSD.ORG> work
1999-03-22 01:35:36 +00:00
David E. O'Brien
b4f4cda51d Upgrade to 1.1.2 release. 1999-03-17 00:40:26 +00:00
Marc G. Fournier
d5ba786a25 Commit all Y2K/WWW_SITE changes from today... 1999-03-11 21:47:15 +00:00
Satoshi Asami
e244b8bccc Fix to make ports work with bsd.port.mk rev. 1.306.
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined.  Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.

The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.

At least we've got much fewer "-unknown-"s in the tree as the result. :)
1999-03-08 07:28:36 +00:00
David E. O'Brien
5e26fb9668 Support building libstdc++ shared if "WANT_SHAREDLIBS" is defined.
Submitted by:	dfr
1999-02-28 12:18:36 +00:00
David E. O'Brien
8268f8bd85 Upgrade to egcs-1.1.2 pre-release-2
(if you are an EGCS user, please test this port.  I would like to get any
feedback before the 1.1.2 release)
1999-02-28 10:50:51 +00:00
David E. O'Brien
7fe3d489b9 * clean up verbosity of Makefile
* now GNUHOST is i386-unknown-freebsd{OS_VER} vs. i386-unknown-freebsd
1999-02-09 22:17:21 +00:00
David E. O'Brien
9740802749 GNUHOST is now "i386-unknown-freebsd" for an ELF machine, and
"i386-unknown-freebsdaout" for an a.out machine.
1999-02-09 18:24:50 +00:00
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.

The fix here is one of the following.

(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
    EXTRACT_* commands.

(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
    calling the "tar" command (i.e., arguments like "-xzf" are spelled
    out).

(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
    add ${EXTRACT_AFTER_ARGS} to the command line as well.

(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
    is set, define the other two too.
1999-02-03 11:12:01 +00:00
David E. O'Brien
ec6d85e380 Allow '$' in labels as our offical compiler does.
Reviewed by:	jdp
Submitted by:	Keith Walker <kew@timesink.spk.wa.us>
1999-01-23 06:08:11 +00:00
David E. O'Brien
8ce8f1b897 Wasn't in the main dir when I commited this the first time.
Noticed by:	jdp
1998-12-26 20:10:02 +00:00
David E. O'Brien
e9035ce80a Build and install crtbegin.o crtbeginS.o crtend.o crtendS.o for the ELF case.
This should fix some of the problems with exceptions under ELF.

PR:		ports/9089
Submitted by:	jdp via Robert Schulhof <rrs@LMI.Net>
1998-12-25 19:42:01 +00:00
David E. O'Brien
d99ea25357 Use the bzip2 version of the distfile. It saves almost 3meg. 1998-12-05 04:00:40 +00:00
David E. O'Brien
acefef6462 EGCS 1.1.1 *Release* is out. 1998-12-05 03:40:17 +00:00
David E. O'Brien
f60d718deb Add OSREL to tail end of ${ARCH}-unknown-freebsd to get a properly formed
GNU description string.
1998-12-04 11:05:05 +00:00
David E. O'Brien
f1e20b513d "upgrade" to EGCS egcs-1.1.1-prerelease-3.
Note that the 1.1 versions are an older code base (egcs rev 2.91.x) vs.
the snapshot this is replacing (egcs rev 2.92.x).  However people have
reported less problems with 1.1.1-prerel than the current snapshots.
1998-12-02 09:41:28 +00:00
David E. O'Brien
7ee43cf06d switch to new pre/post bsd.port.mk 1998-11-13 07:34:57 +00:00
David E. O'Brien
9554bec5c6 i386 => ${ARCH}
Requested by:   imp
1998-11-13 07:32:21 +00:00
John Polstra
71e64d35d1 Make profiling work. 1998-10-08 21:33:02 +00:00
David E. O'Brien
7ad180cedf Allow building and packaging for ELF. 1998-10-01 21:40:03 +00:00
Satoshi Asami
d180c1547c Doesn't package due to PLUST_SUB/GNUHOST definition and bsd.port.mk
inclusion order.
1998-09-28 09:47:01 +00:00
David E. O'Brien
1beb04227c Build properly on ELF systems. 1998-09-27 01:56:14 +00:00
David E. O'Brien
8c737eadca make fetchable 1998-09-27 00:44:18 +00:00
David E. O'Brien
cd91803be3 back to the snaps w/egcs-19980914
Submitted by:	jdp
1998-09-26 18:17:13 +00:00
David E. O'Brien
c7328c76ae Upgrade to 1.1b.
Since there has been announced a to-be ver 1.1.1, change my versioning to
a 4th "." to avoid "a"/"b" to avoid being mistaken for an alpha/beta vers.
1998-09-10 04:05:27 +00:00
David E. O'Brien
3500d06a33 my goof. fetch only egcs-1.1a.tar.gz, not the entire release/egcs-1.1a
directory.
Submitted by:	Werner Griessl <werner@btp1da.phy.uni-bayreuth.de>
1998-09-04 18:56:55 +00:00
David E. O'Brien
6d7e6da0b7 egcs 1.1 HAS BEEN RELEASED!!
(I will probably not be tracking the snapshots as closely now.  I'd like to
see if 1.1 isn't stable enough to stay with for a while)

Cygnus calls this 1.1a (not Alpha, but a second rolling because a few G77
files were left out).   I'm naming this version 1.1.1 so people won't think
it is an alpha version.
1998-09-03 08:49:10 +00:00
David E. O'Brien
c36f11a763 * upgrade to 19980816 snapshot
* reduce maintance costs, advantage PLIST_SUB
1998-08-26 09:51:16 +00:00
Tim Vanderhoek
8ce50883da The first time I tried committing this set of manpage removals it got
all the way to diffing yorick/pkg/PLIST and then died with a
"bad hostname freefall.freebsd.org" ....  Hopefully that's not bad...  ;-)

Hmm..  Maybe I'll try doing this from beast, next!  kickme's a boring
machine, and bento is busy.
1998-08-18 18:33:15 +00:00
John Polstra
1596221df9 Fix Version-required comment. 1998-08-12 04:39:10 +00:00
David E. O'Brien
9ccc2ed115 Upgrade to the 19980803 snapshot. 1998-08-11 08:22:46 +00:00
Satoshi Asami
48887e4ba8 Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, all
under lang) use ${OSREL} as defined in bsd.port.mk rev 1.281 and
1.227.2.43.

Note gcc28 is hopelessly broken, it uses an undefined variable
${GNUOSREL} and thus has an empty string wherever ${OSREL} should
be.  However, it's consistent with its own PLIST at the current state
so I haven't "fixed" it yet.
1998-08-07 22:49:31 +00:00
David E. O'Brien
46f2115274 Upgrade to the 19980721 snap. 1998-07-26 23:43:40 +00:00
David E. O'Brien
dcb89c7cec Sync with gcc28 port:
* Implement support for weak symbols.  This solves the "___error" undefined
  problem on 3.0-CURRENT systems.
* look for crt0.o in /usr/lib/aout on 3.0-CURRENT systems.
1998-07-19 22:03:43 +00:00
David E. O'Brien
0d874aa8de upgrade to the July 15th (19980715) snapshot 1998-07-16 06:23:42 +00:00
David E. O'Brien
63124d5dfb Upgrade to the 19980628 snapshot.
(note the 19980608 snapshot had major problems -- I'd suggest upgrading
if you are using this version)
1998-07-06 10:17:17 +00:00
David E. O'Brien
1395c6719c upgrade to 19980608 snapshot 1998-06-10 05:29:14 +00:00
David E. O'Brien
a3d2e77c73 + Remove the MANUAL_PACKAGE_BUILD.
+ The C++ includes and gcc specific libs now live under gcc-lib/.....
+ don't install ``c++''
+ make links egcc and eg++
+ c++filt --> g++filt  to non conflict with stock version
+ clean up package dirs on ``pkg_delete''
1998-05-20 08:59:31 +00:00
David E. O'Brien
4ef26603cc Upgrade to 1998-05-08 snapshot version. 1998-05-19 22:33:45 +00:00
David E. O'Brien
7f9110e8e8 Upgrade to the May 2nd 1998 snapshot version. 1998-05-05 06:34:48 +00:00
David E. O'Brien
d53d3cdfc1 Upgrade to 980406 snapshot
Reviewed by:	my PITA ecs240 project
1998-04-14 10:17:32 +00:00
David E. O'Brien
24009d8ad4 Used to build for me, now doesn't. Bombs in making the stage2 compiler.
For now, use ``cvs co -regcs_102 egcs'' if you want a working version
before the next upgrade.
1998-04-11 01:32:19 +00:00
David E. O'Brien
c70534b96a Upgrade to the 980315 snapshot. 1998-04-07 01:18:16 +00:00
David E. O'Brien
d0d4155962 Upgrade to version 1.0.2 release. 1998-04-07 01:14:29 +00:00
John Polstra
5212ff50e2 Fix the "Version required" comment. 1998-03-17 21:10:40 +00:00
David E. O'Brien
e29e62d236 The private copy of float.h seems to have gone away. 1998-03-10 06:23:53 +00:00
David E. O'Brien
4391ea5a75 Fix things so it packages.
Take over maintaince from jdp until after the 3.0 crunch is over.
Ok'ed by:	jdp
1998-03-08 12:54:14 +00:00
John Polstra
b0004515aa Master site changed. 1998-02-23 01:52:52 +00:00
David E. O'Brien
4887a1304c Just-cant-get-this-one-right by: obrien 1998-02-17 00:05:47 +00:00
David E. O'Brien
e57cd2ec04 Forgot to submit PLIST diff.
Noticed by:	Satoshi
1998-02-17 00:04:54 +00:00
Satoshi Asami
5306c7abab Mark this port broken, doesn't package. 1998-02-16 09:18:13 +00:00
David E. O'Brien
f8cd0b6297 Upgrade to 1998-02-05 SNAP. Fixes problems several have had with 1.0.1.
Including linking with the STL vector class.
1998-02-14 04:18:25 +00:00
David E. O'Brien
028a674b3b Set __FreeBSD__ to 2, not 3.
Ports track -STABLE.
1998-02-13 08:16:17 +00:00
Satoshi Asami
57795467ce Add MANUAL_PACKAGE_BUILD, this port installs a "libstdc++.a" in
/usr/local/lib and that will cause the system gcc to be unhappy if
something is linked with -L/usr/local/lib.
1998-02-03 07:48:35 +00:00
John Polstra
67e588bd58 Make "-fsjlj-exceptions" (use setjmp/longjmp for exceptions) the
default for FreeBSD.  The standard exception implementation reliably
dumps core under FreeBSD.  Users can put "-fno-sjlj-exceptions" on
the command line if they really want to override the new default.

Configure with "--with-gnu-as" and "--with-gnu-ld".

Define "__FreeBSD__" as 3.
1998-01-23 17:49:47 +00:00
David E. O'Brien
1667cde2e4 Strip the binaries. 1998-01-14 07:24:54 +00:00
Satoshi Asami
6aaee5f116 sed -> ${SED}. 1998-01-13 05:18:16 +00:00
John Polstra
fa5dde5a30 This is a new port for egcs, which probably stands for something
like "enhanced GNU compiler suite."  It contains updated versions of
gcc, g++, and g77 with many bugfixes and some new optimizations.
The C++ compiler in particular is vastly improved over gcc-2.7.2.1.
1998-01-10 21:40:10 +00:00