summaryrefslogtreecommitdiffstats
path: root/lang/gcc30
Commit message (Collapse)AuthorAgeFilesLines
* If built on a machine with GCC 3.2 or later; assume the machine has CPUTYPEobrien2004-11-151-0/+3
| | | | set to something GCC 2.95 won't understand.
* Fix the 1st problem hit trying to build this on FBSD 5.x.obrien2004-11-141-0/+5
|
* This port doesn't have any Java bits.obrien2004-11-141-1/+1
|
* This port installs as gcc30, so the warning is bogus.obrien2004-11-141-4/+0
|
* Tidy up whitespace.trevor2004-04-101-7/+7
|
* This port is no longer in use by anything in the ports collection. Markkris2004-03-141-0/+2
| | | | it DEPRECATED for future removal.
* The Java compiler has been omitted from this port since 2002-04-26.trevor2004-03-101-1/+4
| | | | | | Remove its entry. Add size data.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* 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
* BROKEN on 5.1: does not compilekris2003-05-181-0/+4
|
* These older compilers don't support amd64, sparc64, and ia64.obrien2003-05-091-0/+1
|
* De-pkg-comment.knu2003-02-202-1/+1
|
* Add the fsf-funding.7 gfdl.7 gpl.7 manpages. IMO it is questionablekris2003-01-141-0/+1
| | | | whether these should even be installed.
* 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-3/+2
| | | | Approved by: obrien (maintainer)
* Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also thegerald2002-07-311-1/+1
| | | | | | path was wrong). Approved by: obrien (maintainer+mentor)
* Remove Java from this port. If you want to use GCC's Java you really wantobrien2002-04-262-10/+1
| | | | | to use GCC 3.1. Also for some reason `gettext' 0.11.1 will not work after gcc30 [w/Java] has been installed (PR 37361).
* 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 three patchesgerald2002-04-123-36/+0
| | | | | | that add references to egcs to the documentation. Approved by: obrien (maintainer+mentor)
* Upgrade to version 3.0.4.obrien2002-03-092-8/+8
|
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-11/+11
| | | | | | | | 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.
* Upgrade to version 3.0.3.obrien2002-01-273-33/+25
|
* Set these ports' LATEST_LINK to gcc{27,28,295,30} to avoid conflictknu2002-01-191-0/+2
| | | | | | with each other's package link name. (Maintainer timeout; I think it's too trivial to bother him with.)
* 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
|
* Update to 3.0.2.obrien2001-10-273-9/+9
|
* install/deinstall info entryies correctly (revision bump is not needed).sf2001-09-232-3/+5
|
* fix package:sf2001-09-113-59/+15
| | | | | | | unify info files rather than fixing pkg-plist at every future update. remove %D/lib/gcc-lib/blah if empty. Non-response from: maintainer
* Update to 3.0.1.obrien2001-08-303-9/+9
|
* Update to GCC 3.0.0.obrien2001-08-308-67/+93
|
* Majorly clean this port up.obrien2001-06-202-37/+21
|
* I missed a gcc30'ism when converting this from `gcc-devel'.obrien2001-06-201-1/+1
|
* Fix this port up so gcc30 can be used bsd.port.mk for when we returnobrien2001-06-022-16/+16
| | | | to mixed compilers between -current and -stable.
* 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
|
* Upgrade to the 2000-12-18 GCC 2.97 development snapshot.obrien2000-12-212-33/+29
|
* Forgot to commit the bits that rm's the new libjava as it breaks theobrien2000-12-131-0/+1
| | | | GCC bootstrap.
* Upgrade to the 2000-12-11 GCC 2.97 development snapshot.obrien2000-12-133-35/+42
|
* Change name of programs from e<program_name> to g<program_name>, sinceobrien2000-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.
* Change the libstdc++.so version number to be more like the stock one.obrien2000-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.
OpenPOWER on IntegriCloud