Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | First cut at configure support for FreeBSD PowerPC, Sparc64, and StrongARM. | obrien | 2000-11-28 | 1 | -0/+64 | |
| | ||||||
* | Upgrade to the 2000-11-20 GCC 2.97 development snapshot. | obrien | 2000-11-28 | 9 | -277/+86 | |
| | | | | This one should be using libstdc++ v3 and the new 3.0 C++ ABI now. | |||||
* | Upgrade to the 2000-10-02 GCC 2.97 development snapshot. | obrien | 2000-10-10 | 7 | -623/+173 | |
| | ||||||
* | Upgrade to the 2000-08-28 GCC 2.96 development snapshot. | obrien | 2000-09-15 | 3 | -69/+89 | |
| | ||||||
* | Upgrade to the 2000-07-17 GCC 2.96 development snapshot. | obrien | 2000-09-05 | 10 | -370/+156 | |
| | ||||||
* | Upgrade to the 2000-05-01 GCC 2.96 development snapshot. | obrien | 2000-05-06 | 3 | -9/+8 | |
| | ||||||
* | Upgrade to the 2000-04-10 GCC 2.96 development snapshot. | obrien | 2000-04-14 | 2 | -6/+6 | |
| | ||||||
* | Convert to the PORTNAME - PORTVERSION syntax. | obrien | 2000-04-12 | 1 | -3/+2 | |
| | ||||||
* | Restore useless version required comments. | obrien | 2000-03-22 | 1 | -0/+1 | |
| | ||||||
* | Remove the "version required" line. | obrien | 2000-03-20 | 1 | -1/+0 | |
| | ||||||
* | Upgrade to the 2000-03-13 GCC 2.96 development snapshot. | obrien | 2000-03-19 | 3 | -27/+27 | |
| | ||||||
* | Upgrade to the 2000-03-06 GCC 2.96 development snapshot. | obrien | 2000-03-08 | 3 | -7/+9 | |
| | ||||||
* | Upgrade to the 2000-02-21 GCC 2.96 development snapshot. | obrien | 2000-03-08 | 3 | -7/+7 | |
| | ||||||
* | Upgrade to the 2000-02-07 GCC 2.96 development snapshot. | obrien | 2000-02-14 | 7 | -85/+75 | |
| | ||||||
* | Upgrade to the 2000-01-10 GCC 2.96 development snapshot. | obrien | 2000-01-17 | 8 | -89/+84 | |
| | ||||||
* | Update to the 1999-11-10 development snapshot. | obrien | 1999-11-15 | 2 | -6/+6 | |
| | ||||||
* | Update to the 1999-11-02 development snapshot. | obrien | 1999-11-03 | 2 | -6/+6 | |
| | ||||||
* | Update to the 1999-10-25 snapshot. | obrien | 1999-11-01 | 3 | -13/+10 | |
| | ||||||
* | Upgrade to the 1999-10-04 development snapshot. | obrien | 1999-10-10 | 2 | -6/+6 | |
| | ||||||
* | Upgrade to the 1999-09-20 development snapshot. | obrien | 1999-10-10 | 6 | -76/+98 | |
| | ||||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-30 | 1 | -1/+1 | |
| | ||||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 | |
| | ||||||
* | Merge parts of the GCC-2.95 update, in preperation for the 1st post 2.95 | obrien | 1999-08-05 | 2 | -25/+29 | |
| | | | | | snapshot. Mark BROKEN until the next Cygnus snapshot. | |||||
* | Fix SWITCH_TAKES_ARG / WORD_SWITCH_TAKES_ARG breakage on the Alpha created | obrien | 1999-07-25 | 2 | -20/+8 | |
| | | | | | | | | | 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. | |||||
* | Update to the 1999-07-18 beta snapshot of GCC-2.95. | obrien | 1999-07-20 | 3 | -13/+13 | |
| | ||||||
* | Upgrade to the July 12th GCC-2.95 prerelease. | obrien | 1999-07-15 | 3 | -9/+9 | |
| | ||||||
* | Upgrade to the 1999-06-29 pre-GCC-2.95 snapshot. | obrien | 1999-07-06 | 2 | -11/+11 | |
| | ||||||
* | Correct spelling in a comment. | steve | 1999-07-04 | 1 | -2/+2 | |
| | ||||||
* | The number of things this port installs has grown. | obrien | 1999-07-04 | 1 | -1/+38 | |
| | | | | (mostly junk in PREFIX/lib/gcc-lib/.../include) | |||||
* | Changes to work with updated files/freebsd.h. | obrien | 1999-07-04 | 1 | -12/+29 | |
| | ||||||
* | Minor reorg of the dealing with `autoconf' and `autoheader' stuff. | obrien | 1999-07-04 | 1 | -5/+5 | |
| | ||||||
* | Upgrade to the 19990623 GCC 2.95 pre-release snapshot. | obrien | 1999-06-24 | 3 | -45/+17 | |
| | ||||||
* | Update to the 19990616 GCC 2.95-prerelease. | obrien | 1999-06-21 | 3 | -79/+46 | |
| | ||||||
* | Update to the 1999-06-08 (gcc 2.95 prerelease). | obrien | 1999-06-15 | 6 | -118/+82 | |
| | ||||||
* | Fix for alpha. | simokawa | 1999-06-10 | 2 | -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 now | mharo | 1999-06-05 | 2 | -6/+2 | |
| | | | | in bsd.port.mk and this helps to unify the check and install. | |||||
* | Upgrade to 19990524 gcc-2.95 prerelease. | obrien | 1999-05-26 | 3 | -19/+17 | |
| | ||||||
* | Fix "EGCS_REV". | obrien | 1999-05-24 | 1 | -2/+6 | |
| | ||||||
* | Upgrade to the 19990517 snapshot. EGCS is not in a feature freeze for the | obrien | 1999-05-18 | 4 | -29/+25 | |
| | | | | upcoming 1.2 release. Which, BTW, will be called GCC-2.95. | |||||
* | Sync up with some diffs I sent to Cygnus. | obrien | 1999-04-22 | 3 | -15/+17 | |
| | ||||||
* | this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ... | scrappy | 1999-04-22 | 2 | -3/+3 | |
| | ||||||
* | I give you the latest and greatest of the EGCS snapshot series. | obrien | 1999-04-21 | 14 | -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. | asami | 1999-04-13 | 1 | -1/+3 | |
| | ||||||
* | Proper URLs that reference directories end in '/' | billf | 1999-04-08 | 1 | -2/+2 | |
| | ||||||
* | Don't fetch alpha suppliment -- the bits are now part of the port. | obrien | 1999-03-30 | 1 | -4/+1 | |
| | ||||||
* | Don't create empty ``PREFIX/info/dir''. It is already taken care of for us. | obrien | 1999-03-23 | 1 | -2/+1 | |
| | ||||||
* | * Add support for ``-pthead'' | obrien | 1999-03-22 | 6 | -32/+569 | |
| | | | | | | | * Add Alpha support Obtained from: Alpha bits taken from Hidetoshi Shimokawa's <simokawa@FreeBSD.ORG> work | |||||
* | Upgrade to 1.1.2 release. | obrien | 1999-03-17 | 7 | -73/+122 | |
| | ||||||
* | Commit all Y2K/WWW_SITE changes from today... | scrappy | 1999-03-11 | 1 | -1/+3 | |
| | ||||||
* | Fix to make ports work with bsd.port.mk rev. 1.306. | asami | 1999-03-08 | 1 | -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. :) |