summaryrefslogtreecommitdiff
path: root/lang/gcc31 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - ECHO -> ECHO_MSGEdwin Groothuis2003-09-271-2/+2
| | | | | | | | | | | | for some ports: - ECHO -> ECHO_CMD - pre-fetch -> pre-everything PR: ports/56800-56819 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89491
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* These older compilers don't support amd64, sparc64, and ia64.David E. O'Brien2003-05-091-0/+1
| | | | Notes: svn path=/head/; revision=80508
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Use the most modern spelling of egcs.cygnus.com.David E. O'Brien2002-12-031-1/+1
| | | | Notes: svn path=/head/; revision=71354
* Fix cklatest paths.David E. O'Brien2002-12-031-1/+1
| | | | | | | | Reported by: gerald Approved by: kris Notes: svn path=/head/; revision=71335
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* The effort to maintain these for FreeBSD just isn't worth it with the lackDavid E. O'Brien2002-11-051-1/+1
| | | | | | | of reward. Notes: svn path=/head/; revision=69508
* Use MASTER_SITES_GCC.Akinori MUSHA2002-10-191-5/+3
| | | | | | | Approved by: obrien (maintainer) Notes: svn path=/head/; revision=68364
* Total hack to allow gcc31 to build on -CURRENT.David E. O'Brien2002-09-183-10/+12
| | | | | | | | | This hack makes gcc totally use our stock headers vs. the fixinc'ed ones. There is probably zero chance of getting this fixed in the FSF/GCC CVS repository, as the 3.1 branch is offically closed. Notes: svn path=/head/; revision=66611
* Fix breakage introduced in previous commit.Maxim Sobolev2002-09-141-4/+5
| | | | | | | Submitted by: "Dan Langille" <dan@langille.org> Notes: svn path=/head/; revision=66302
* Due to popular demant into each port which might be inserted into dependencyMaxim Sobolev2002-09-141-0/+4
| | | | | | | | | | | | | list by bsd.port.mk insert anti foot-shooting device, which prevents infinite fork loop when the user defines corresponding USE_XXX in global make.conf, command line or environment. Similar devices should probably be inserted into ports that might be inserted into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk and so on.) Notes: svn path=/head/; revision=66299
* Upgrade to the official GCC 3.1.1 release.David E. O'Brien2002-08-022-31/+24
| | | | | | | This will be the last release on the GCC 3.1 branch. Notes: svn path=/head/; revision=63869
* Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also theGerald Pfeifer2002-07-311-2/+2
| | | | | | | | | path was wrong). Approved by: obrien (maintainer+mentor) Notes: svn path=/head/; revision=63803
* Upgrade to the 1-July-2002 GCC 3.1.1 pre-release snapshot.David E. O'Brien2002-07-083-37/+37
| | | | | | | | | Note that with this update we loose the .info files. I am sick and tired of dealing with them and most of all makeinfo --no-split isn't working. Notes: svn path=/head/; revision=62666
* Do not require Gcc 3.1 to compile -- or we have an infinate loop on RELENG_4.David E. O'Brien2002-07-021-0/+2
| | | | | | | Problem Reported by: Oliver Brandmueller <ob@e-Gitt.NET> Notes: svn path=/head/; revision=62366
* Upgrade to the 17-June-2002 GCC 3.1.1 pre-release snapshot.David E. O'Brien2002-06-222-11/+11
| | | | Notes: svn path=/head/; revision=61754
* Upgrade to the 27-May-2002 GCC 3.1.1 pre-release snapshot.David E. O'Brien2002-06-022-11/+9
| | | | Notes: svn path=/head/; revision=60448
* I changed a patch.David E. O'Brien2002-05-291-1/+1
| | | | Notes: svn path=/head/; revision=60259
* Update to match what is in -current.David E. O'Brien2002-05-281-89/+78
| | | | Notes: svn path=/head/; revision=60168
* Upgrade to the 21-May-2002 GCC 3.1.1 pre-release snapshot.David E. O'Brien2002-05-283-51/+15
| | | | Notes: svn path=/head/; revision=60163
* 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