summaryrefslogtreecommitdiffstats
path: root/lang/gcc42
Commit message (Collapse)AuthorAgeFilesLines
* Fix for alpha.simokawa1999-06-102-7/+123
| | | | | | - sync alpha-freebsd.h with /usr/src/contrib/egcs/gcc/config/alpha/freebsd.h - add patch for mkfixinc.sh - PLIST kludge
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-052-6/+2
| | | | in bsd.port.mk and this helps to unify the check and install.
* Upgrade to 19990524 gcc-2.95 prerelease.obrien1999-05-263-19/+17
|
* Fix "EGCS_REV".obrien1999-05-241-2/+6
|
* Upgrade to the 19990517 snapshot. EGCS is not in a feature freeze for theobrien1999-05-184-29/+25
| | | | upcoming 1.2 release. Which, BTW, will be called GCC-2.95.
* Sync up with some diffs I sent to Cygnus.obrien1999-04-223-15/+17
|
* this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...scrappy1999-04-222-3/+3
|
* I give you the latest and greatest of the EGCS snapshot series.obrien1999-04-2114-146/+508
| | | | | | | | 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.
* Mark this FORBIDDEN while DavidO works on an upgrade after a repo copy.asami1999-04-131-1/+3
|
* Proper URLs that reference directories end in '/'billf1999-04-081-2/+2
|
* Don't fetch alpha suppliment -- the bits are now part of the port.obrien1999-03-301-4/+1
|
* Don't create empty ``PREFIX/info/dir''. It is already taken care of for us.obrien1999-03-231-2/+1
|
* * Add support for ``-pthead''obrien1999-03-226-32/+569
| | | | | | | * Add Alpha support Obtained from: Alpha bits taken from Hidetoshi Shimokawa's <simokawa@FreeBSD.ORG> work
* Upgrade to 1.1.2 release.obrien1999-03-177-73/+122
|
* Commit all Y2K/WWW_SITE changes from today...scrappy1999-03-111-1/+3
|
* Fix to make ports work with bsd.port.mk rev. 1.306.asami1999-03-081-1/+2
| | | | | | | | | | | | | | | | ${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. :)
* Support building libstdc++ shared if "WANT_SHAREDLIBS" is defined.obrien1999-02-281-1/+8
| | | | Submitted by: dfr
* Upgrade to egcs-1.1.2 pre-release-2obrien1999-02-282-12/+16
| | | | | (if you are an EGCS user, please test this port. I would like to get any feedback before the 1.1.2 release)
* * clean up verbosity of Makefileobrien1999-02-091-9/+4
| | | | * now GNUHOST is i386-unknown-freebsd{OS_VER} vs. i386-unknown-freebsd
* GNUHOST is now "i386-unknown-freebsd" for an ELF machine, andobrien1999-02-095-16/+78
| | | | "i386-unknown-freebsdaout" for an a.out machine.
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-031-6/+2
| | | | | | | | | | | | | | | | | | | 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.
* Allow '$' in labels as our offical compiler does.obrien1999-01-232-10/+36
| | | | | Reviewed by: jdp Submitted by: Keith Walker <kew@timesink.spk.wa.us>
* Wasn't in the main dir when I commited this the first time.obrien1998-12-262-2/+10
| | | | Noticed by: jdp
* Build and install crtbegin.o crtbeginS.o crtend.o crtendS.o for the ELF case.obrien1998-12-251-0/+10
| | | | | | | This should fix some of the problems with exceptions under ELF. PR: ports/9089 Submitted by: jdp via Robert Schulhof <rrs@LMI.Net>
* Use the bzip2 version of the distfile. It saves almost 3meg.obrien1998-12-052-5/+11
|
* EGCS 1.1.1 *Release* is out.obrien1998-12-052-11/+13
|
* Add OSREL to tail end of ${ARCH}-unknown-freebsd to get a properly formedobrien1998-12-041-3/+3
| | | | GNU description string.
* "upgrade" to EGCS egcs-1.1.1-prerelease-3.obrien1998-12-023-15/+11
| | | | | | 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.
* switch to new pre/post bsd.port.mkobrien1998-11-131-4/+7
|
* i386 => ${ARCH}obrien1998-11-131-4/+4
| | | | Requested by: imp
* Make profiling work.jdp1998-10-083-4/+132
|
* Allow building and packaging for ELF.obrien1998-10-011-8/+6
|
* Doesn't package due to PLUST_SUB/GNUHOST definition and bsd.port.mkasami1998-09-281-1/+3
| | | | inclusion order.
* Build properly on ELF systems.obrien1998-09-271-1/+6
|
* make fetchableobrien1998-09-271-4/+4
|
* back to the snaps w/egcs-19980914obrien1998-09-263-9/+15
| | | | Submitted by: jdp
* Upgrade to 1.1b.obrien1998-09-102-7/+7
| | | | | 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.
* my goof. fetch only egcs-1.1a.tar.gz, not the entire release/egcs-1.1aobrien1998-09-041-4/+4
| | | | | directory. Submitted by: Werner Griessl <werner@btp1da.phy.uni-bayreuth.de>
* egcs 1.1 HAS BEEN RELEASED!!obrien1998-09-032-7/+8
| | | | | | | | | (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.
* * upgrade to 19980816 snapshotobrien1998-08-263-193/+194
| | | | * reduce maintance costs, advantage PLIST_SUB
* The first time I tried committing this set of manpage removals it gothoek1998-08-181-5/+1
| | | | | | | | 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.
* Fix Version-required comment.jdp1998-08-121-2/+2
|
* Upgrade to the 19980803 snapshot.obrien1998-08-113-189/+187
|
* Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, allasami1998-08-071-1/+3
| | | | | | | | | | 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.
* Upgrade to the 19980721 snap.obrien1998-07-263-185/+185
|
* Sync with gcc28 port:obrien1998-07-191-0/+32
| | | | | | * 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.
* upgrade to the July 15th (19980715) snapshotobrien1998-07-163-188/+190
|
* Upgrade to the 19980628 snapshot.obrien1998-07-063-191/+191
| | | | | (note the 19980608 snapshot had major problems -- I'd suggest upgrading if you are using this version)
* upgrade to 19980608 snapshotobrien1998-06-104-192/+190
|
* + Remove the MANUAL_PACKAGE_BUILD.obrien1998-05-202-161/+185
| | | | | | | | + 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''
OpenPOWER on IntegriCloud