aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc31
Commit message (Collapse)AuthorAgeFilesLines
* This is now in the stock FSF sources.David E. O'Brien2002-05-181-64/+0
| | | | Notes: svn path=/head/; revision=59437
* Upgrade to the 6-May-2002 GCC 3.1 pre-release snapshot.David E. O'Brien2002-05-112-7/+7
| | | | Notes: svn path=/head/; revision=58896
* Upgrade to the 29-April-2002 GCC 3.1 pre-release snapshot.David E. O'Brien2002-05-012-7/+7
| | | | Notes: svn path=/head/; revision=58394
* Upgrade to the 22-April-2002 GCC 3.1 pre-release snapshot.David E. O'Brien2002-04-292-7/+7
| | | | Notes: svn path=/head/; revision=58340
* Upgrade to the Tax Day GCC 3.1 development snapshot.David E. O'Brien2002-04-242-7/+8
| | | | Notes: svn path=/head/; revision=58060
* GCC 2.95 and later aren't called egcs (any longer). Also updateGerald Pfeifer2002-04-172-13/+3
| | | | | | | | | description and web address. Approved by: obrien (maintainer+mentor) Notes: svn path=/head/; revision=57788
* GCC 2.95 and later aren't called egcs (any longer), so remove two patchesGerald Pfeifer2002-04-122-23/+0
| | | | | | | | | that add references to egcs to the documentation. Approved by: obrien (maintainer+mentor) Notes: svn path=/head/; revision=57605
* Upgrade to the April FOOLS GCC 3.1 development snapshot.David E. O'Brien2002-04-032-7/+7
| | | | Notes: svn path=/head/; revision=57269
* Upgrade to the 25-March-2002 GCC 3.1 development snapshot.David E. O'Brien2002-03-282-17/+16
| | | | Notes: svn path=/head/; revision=56812
* Upgrade to the 18-March-2002 GCC 3.1 development snapshot.David E. O'Brien2002-03-202-6/+10
| | | | Notes: svn path=/head/; revision=56359
* Upgrade to the 11-March-2002 GCC 3.1 development snapshot.David E. O'Brien2002-03-132-6/+6
| | | | Notes: svn path=/head/; revision=55983
* Upgrade to the 9-March-2002 GCC 3.1 development snapshot.David E. O'Brien2002-03-112-8/+8
| | | | Notes: svn path=/head/; revision=55850
* Upgrade to the 4-March-2002 GCC 3.1 development snapshot.David E. O'Brien2002-03-093-27/+33
| | | | Notes: svn path=/head/; revision=55760
* Sync with gcc30's style.David E. O'Brien2002-03-043-85/+39
| | | | | | | | | 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. Notes: svn path=/head/; revision=55533
* Upgrade to the 25-Feb-2002 GCC 3.1 development snapshot.David E. O'Brien2002-03-023-28/+10
| | | | Notes: svn path=/head/; revision=55407
* Update to the 2002-02-04 snapshot.David E. O'Brien2002-02-102-6/+6
| | | | | | | | 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... Notes: svn path=/head/; revision=54484
* This allows the port to build, but it still has install problems.David E. O'Brien2002-02-051-2/+5
| | | | Notes: svn path=/head/; revision=54222
* Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.David E. O'Brien2002-02-0311-297/+202
| | | | Notes: svn path=/head/; revision=54155
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-7/+7
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=53957
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301
* Utilize the PATCH_WRKDIR knob now that it exists.David E. O'Brien2001-10-271-4/+1
| | | | Notes: svn path=/head/; revision=49271
* Major overhall and style clean up.David E. O'Brien2001-08-151-27/+17
| | | | Notes: svn path=/head/; revision=46287
* Upgrade to the 30-April-2001 edition GCC 2.97 development snapshot.David E. O'Brien2001-05-043-14/+29
| | | | | | | [and a sad day in history] Notes: svn path=/head/; revision=42241
* Upgrade to the 20-March-2001 edition GCC 2.97 development snapshot.David E. O'Brien2001-03-242-6/+6
| | | | | | | [a nice friend's b-day at that :-)] Notes: svn path=/head/; revision=40302
* Fix version number.David E. O'Brien2001-03-111-1/+1
| | | | Notes: svn path=/head/; revision=39538
* Upgrade to the 5-March-2001 edition GCC 2.97 development snapshot.David E. O'Brien2001-03-062-6/+6
| | | | Notes: svn path=/head/; revision=39155
* Fix nits in the auto lib-gcc PLIST generation.David E. O'Brien2001-03-022-26/+14
| | | | Notes: svn path=/head/; revision=38969
* Upgrade to the 5-Feb-2001 edition GCC 2.97 development snapshot.David E. O'Brien2001-02-144-130/+157
| | | | Notes: svn path=/head/; revision=38345
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-1/+1
| | | | Notes: svn path=/head/; revision=38343
* Upgrade to the Christmas edition GCC 2.97 development snapshot.David E. O'Brien2000-12-272-6/+6
| | | | Notes: svn path=/head/; revision=36396
* Upgrade to the 2000-12-18 GCC 2.97 development snapshot.David E. O'Brien2000-12-212-33/+29
| | | | Notes: svn path=/head/; revision=36214
* Forgot to commit the bits that rm's the new libjava as it breaks theDavid E. O'Brien2000-12-131-0/+1
| | | | | | | GCC bootstrap. Notes: svn path=/head/; revision=35958
* Upgrade to the 2000-12-11 GCC 2.97 development snapshot.David E. O'Brien2000-12-133-35/+42
| | | | Notes: svn path=/head/; revision=35941
* Change name of programs from e<program_name> to g<program_name>, sinceDavid E. O'Brien2000-12-052-18/+17
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=35702
* Change the libstdc++.so version number to be more like the stock one.David E. O'Brien2000-12-051-1/+1
| | | | | | | | 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. Notes: svn path=/head/; revision=35700
* First cut at configure support for FreeBSD PowerPC, Sparc64, and StrongARM.David E. O'Brien2000-11-281-0/+64
| | | | Notes: svn path=/head/; revision=35498
* Upgrade to the 2000-11-20 GCC 2.97 development snapshot.David E. O'Brien2000-11-289-277/+86
| | | | | | | This one should be using libstdc++ v3 and the new 3.0 C++ ABI now. Notes: svn path=/head/; revision=35497
* Upgrade to the 2000-10-02 GCC 2.97 development snapshot.David E. O'Brien2000-10-107-623/+173
| | | | Notes: svn path=/head/; revision=33689
* Upgrade to the 2000-08-28 GCC 2.96 development snapshot.David E. O'Brien2000-09-153-69/+89
| | | | Notes: svn path=/head/; revision=32664
* Upgrade to the 2000-07-17 GCC 2.96 development snapshot.David E. O'Brien2000-09-0510-370/+156
| | | | Notes: svn path=/head/; revision=32315
* Upgrade to the 2000-05-01 GCC 2.96 development snapshot.David E. O'Brien2000-05-063-9/+8
| | | | Notes: svn path=/head/; revision=28321
* Upgrade to the 2000-04-10 GCC 2.96 development snapshot.David E. O'Brien2000-04-142-6/+6
| | | | Notes: svn path=/head/; revision=27532
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+2
| | | | Notes: svn path=/head/; revision=27458
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Upgrade to the 2000-03-13 GCC 2.96 development snapshot.David E. O'Brien2000-03-193-27/+27
| | | | Notes: svn path=/head/; revision=26817
* Upgrade to the 2000-03-06 GCC 2.96 development snapshot.David E. O'Brien2000-03-083-7/+9
| | | | Notes: svn path=/head/; revision=26672
* Upgrade to the 2000-02-21 GCC 2.96 development snapshot.David E. O'Brien2000-03-083-7/+7
| | | | Notes: svn path=/head/; revision=26635
* Upgrade to the 2000-02-07 GCC 2.96 development snapshot.David E. O'Brien2000-02-147-85/+75
| | | | Notes: svn path=/head/; revision=25815
* Upgrade to the 2000-01-10 GCC 2.96 development snapshot.David E. O'Brien2000-01-178-89/+84
| | | | Notes: svn path=/head/; revision=24793