summaryrefslogtreecommitdiffstats
path: root/lang/gcc31
Commit message (Collapse)AuthorAgeFilesLines
* These older compilers don't support amd64, sparc64, and ia64.obrien2003-05-091-0/+1
|
* De-pkg-comment.knu2003-02-202-1/+1
|
* Use the most modern spelling of egcs.cygnus.com.obrien2002-12-031-1/+1
|
* Fix cklatest paths.obrien2002-12-031-1/+1
| | | | | Reported by: gerald Approved by: kris
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-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)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-062-1/+2
| | | | Approved by: pat
* The effort to maintain these for FreeBSD just isn't worth it with the lackobrien2002-11-051-1/+1
| | | | of reward.
* Use MASTER_SITES_GCC.knu2002-10-191-5/+3
| | | | Approved by: obrien (maintainer)
* Total hack to allow gcc31 to build on -CURRENT.obrien2002-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.
* Fix breakage introduced in previous commit.sobomax2002-09-141-4/+5
| | | | Submitted by: "Dan Langille" <dan@langille.org>
* Due to popular demant into each port which might be inserted into dependencysobomax2002-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.)
* Upgrade to the official GCC 3.1.1 release.obrien2002-08-022-31/+24
| | | | This will be the last release on the GCC 3.1 branch.
* Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also thegerald2002-07-311-2/+2
| | | | | | path was wrong). Approved by: obrien (maintainer+mentor)
* Upgrade to the 1-July-2002 GCC 3.1.1 pre-release snapshot.obrien2002-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.
* Do not require Gcc 3.1 to compile -- or we have an infinate loop on RELENG_4.obrien2002-07-021-0/+2
| | | | Problem Reported by: Oliver Brandmueller <ob@e-Gitt.NET>
* Upgrade to the 17-June-2002 GCC 3.1.1 pre-release snapshot.obrien2002-06-222-11/+11
|
* Upgrade to the 27-May-2002 GCC 3.1.1 pre-release snapshot.obrien2002-06-022-11/+9
|
* I changed a patch.obrien2002-05-291-1/+1
|
* Update to match what is in -current.obrien2002-05-281-89/+78
|
* Upgrade to the 21-May-2002 GCC 3.1.1 pre-release snapshot.obrien2002-05-283-51/+15
|
* This is now in the stock FSF sources.obrien2002-05-181-64/+0
|
* Upgrade to the 6-May-2002 GCC 3.1 pre-release snapshot.obrien2002-05-112-7/+7
|
* Upgrade to the 29-April-2002 GCC 3.1 pre-release snapshot.obrien2002-05-012-7/+7
|
* Upgrade to the 22-April-2002 GCC 3.1 pre-release snapshot.obrien2002-04-292-7/+7
|
* Upgrade to the Tax Day GCC 3.1 development snapshot.obrien2002-04-242-7/+8
|
* GCC 2.95 and later aren't called egcs (any longer). Also updategerald2002-04-172-13/+3
| | | | | | description and web address. Approved by: obrien (maintainer+mentor)
* GCC 2.95 and later aren't called egcs (any longer), so remove two patchesgerald2002-04-122-23/+0
| | | | | | that add references to egcs to the documentation. Approved by: obrien (maintainer+mentor)
* Upgrade to the April FOOLS GCC 3.1 development snapshot.obrien2002-04-032-7/+7
|
* Upgrade to the 25-March-2002 GCC 3.1 development snapshot.obrien2002-03-282-17/+16
|
* Upgrade to the 18-March-2002 GCC 3.1 development snapshot.obrien2002-03-202-6/+10
|
* Upgrade to the 11-March-2002 GCC 3.1 development snapshot.obrien2002-03-132-6/+6
|
* Upgrade to the 9-March-2002 GCC 3.1 development snapshot.obrien2002-03-112-8/+8
|
* Upgrade to the 4-March-2002 GCC 3.1 development snapshot.obrien2002-03-093-27/+33
|
* Sync with gcc30's style.obrien2002-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.
* Upgrade to the 25-Feb-2002 GCC 3.1 development snapshot.obrien2002-03-023-28/+10
|
* Update to the 2002-02-04 snapshot.obrien2002-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...
* This allows the port to build, but it still has install problems.obrien2002-02-051-2/+5
|
* Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.obrien2002-02-0311-297/+202
|
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-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.
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-201-1/+1
| | | | the later case
* Utilize the PATCH_WRKDIR knob now that it exists.obrien2001-10-271-4/+1
|
* Major overhall and style clean up.obrien2001-08-151-27/+17
|
* Upgrade to the 30-April-2001 edition GCC 2.97 development snapshot.obrien2001-05-043-14/+29
| | | | [and a sad day in history]
* Upgrade to the 20-March-2001 edition GCC 2.97 development snapshot.obrien2001-03-242-6/+6
| | | | [a nice friend's b-day at that :-)]
* Fix version number.obrien2001-03-111-1/+1
|
* Upgrade to the 5-March-2001 edition GCC 2.97 development snapshot.obrien2001-03-062-6/+6
|
* Fix nits in the auto lib-gcc PLIST generation.obrien2001-03-022-26/+14
|
* Upgrade to the 5-Feb-2001 edition GCC 2.97 development snapshot.obrien2001-02-144-130/+157
|
* typo clean up police: \s -> \tlioux2001-02-141-1/+1
|
* Upgrade to the Christmas edition GCC 2.97 development snapshot.obrien2000-12-272-6/+6
|
OpenPOWER on IntegriCloud