summaryrefslogtreecommitdiffstats
path: root/lang/gcc31
Commit message (Collapse)AuthorAgeFilesLines
* It was discovered that running "make clean" from a port with a dependencyadamw2005-03-201-2/+5
| | | | | | | | | | | | | on gcc31 or gcc32 (either with a BUILD_DEPENDS or via USE_GCC) with that version of gcc already installed causes infinite recursion problems. The issue stems from gcc31 and gcc32 using USE_GCC internally. Internally, it was used to override any other definition and say that you can use any gcc version to build gcc31/gcc32. But that USE_GCC redefinition was causing recursion errors, so handle the problem instead by just simply undefining USE_GCC inside the gcc port Makefile itself. This should make things happy again.
* Handle USE_GCC properly and exchange its value 'X' with an actualkrion2005-02-131-1/+1
| | | | version number.
* Fix one bug about bootstraping on FreeBSD/amd64.obrien2005-01-131-0/+3
|
* Does not compile on alpha. Since it's unlikely anyone is going to fixkris2005-01-021-1/+1
| | | | | | | | these old compilers, drop alpha from the supported arch list. Flip over from NOT_FOR_ARCHS to ONLY_FOR_ARCHS where used, since these ports will not support any future architectures FreeBSD runs on. Approved by: portmgr (self)
* Remove a reference to two FORTRAN libraries that I missed in rev 1.148.obrien2004-12-111-1/+1
|
* Unbreak the port by remove the Java language from this port. Anyone usingobrien2004-11-273-42/+8
| | | | | GCC 3.1 isn't using it for the Java compiler, but for C/C++ code. Same for FORTRAN77. The Java bits also don't compile on FreeBSD/sparc64.
* BROKEN: Broken pkg-plistkris2004-11-261-0/+2
|
* BROKEN on sparc64: Install fails (trying to install missing java support)kris2004-05-131-0/+4
|
* Tidy up whitespace.trevor2004-04-101-8/+8
|
* DEPRECATE the unused, outdated gcc28 and gcc31 ports for removal at a future ↵kris2004-03-141-0/+2
| | | | date.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* SIZEify.trevor2004-01-291-0/+6
|
* Use the SORT macro from bsd.port.mk.trevor2004-01-221-1/+2
|
* - ECHO -> ECHO_MSGedwin2003-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>
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-1/+1
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* 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
|
OpenPOWER on IntegriCloud