summaryrefslogtreecommitdiffstats
path: root/lang/gcc28
Commit message (Collapse)AuthorAgeFilesLines
* Don't install compiler binaries without a version in the file name.obrien2004-11-152-7/+6
|
* DEPRECATE the unused, outdated gcc28 and gcc31 ports for removal at a future ↵kris2004-03-141-0/+2
| | | | date.
* Remove entry for bounds-checking patch, which was reported to betrevor2004-03-101-1/+1
| | | | | | | | | | unfetchable and has been not been used by the Makefile since last May. PR: 51738 Submitted by: parv Add size datum.
* BROKEN on alpha: does not compilekris2004-02-231-0/+4
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0
|
* - 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
|
* Remove support for bounds checking (which used to be enabled by settinggerald2003-05-071-5/+0
| | | | | | | | | WANT_BOUNDS_CHECKING), as Herman ten Brugge <hermantenbrugge@home.nl>, the author of these patches, removed them from their web-site, saying that they contain bugs fixed in later versions and strongly suggested to use current versions of GCC. PR: 51738
* Simpler version of the "make this work on 5-CURRENT again" fix.obrien2003-04-282-6/+10
| | | | | In this version we simply use the default emulation rather than explicitly setting it [wrong].
* Fix build on -CURRENT.gerald2003-04-271-0/+6
| | | | | PR: 46899 Submitted by: David Holm <david@realityrift.com>
* De-pkg-comment.knu2003-02-202-1/+1
|
* Use the full path to /sbin/sysctlkris2003-01-301-1/+1
| | | | Noticed by: 'make index' in crontab
* 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
* Adjust pkg-comment and pkg-descr. gcc28 isn't the Latest Release andarved2002-11-052-5/+1
| | | | | | will probably not become our base system compiler in the near future. Submitted by: Frerich Raabe <frerichraabe@gmx.de>
* The effort to maintain these for FreeBSD just isn't worth it with the lackobrien2002-11-051-1/+1
| | | | of reward.
* Document.obrien2002-03-241-1/+1
|
* Let machine/ansi.h know not to play glibc for us.obrien2002-03-242-2/+11
|
* 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.)
* Adjust(fix) info processing.obrien2001-03-112-0/+28
| | | | Submitted by: YAZAKI Hiroyuki <yazaki@nn.iij4u.or.jp>
* Adjust(fix) the info processing.obrien2001-03-112-3/+15
| | | | Submitted by: YAZAKI Hiroyuki <yazaki@nn.iij4u.or.jp>
* Add $FreeBSD$, which help me in problem reports.obrien2000-11-221-0/+1
|
* Don't define "ASM_WEAKEN_LABEL" in the a.out case.obrien2000-11-101-7/+1
| | | | | PR: 16882 Submitted by: Bly Hostetler <hostetlb@agcs.com>
* Add in the bounds checking patch from XXX Haj Ten Brugge ifobrien2000-11-102-0/+6
| | | | "WANT_BOUNDS_CHECKING" is defined.
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-2/+2
|
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* portlintobrien1999-09-041-1/+1
|
* ln -> ${LN}mharo1999-08-281-2/+2
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Don't waste CDROM real estate on a soon to be OBE version.obrien1999-07-151-1/+3
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-261-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Switch over fully to "CONFIGURE_TARGET" and specify a unique one so I canobrien1999-03-311-14/+10
| | | | | tell if people built Gcc28 from the ports collection in a normal manner when I get bug reports.
* Add support for -fformat-extensions.obrien1999-03-314-6/+283
| | | | (kernel and world should now be buildable using gcc28)
* Make -fsjlj-exceptions the default (ie, no DWARF2_UNWIND_INFO) for the ELFobrien1999-03-221-3/+8
| | | | | | case too. Submitted by: terry (Thanks to Amancio for identification)
* Fix to make ports work with bsd.port.mk rev. 1.306.asami1999-03-081-1/+2
| | | | | | | | | | | | | | | | ${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :)
* GNUHOST is now "i386-unknown-freebsd3" for ELF machines andobrien1999-02-095-14/+96
| | | | "i386-unknown-freebsdaout3" for a.out machines.
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.fenner1999-01-271-1/+2
|
* DEFAULT_PCC_STRUCT_RETURN should be "0" for the ELF case too.obrien1999-01-121-3/+14
|
* i386 => ${ARCH}obrien1998-11-131-4/+4
| | | | Requested by: imp
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-6/+7
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* Pass the GNUARCH value to `configure' to force the detection of an ELF system.obrien1998-11-101-6/+14
| | | | | | | (I still intend to fix the bug in the script that misses an ELF system for an a.out one) Current fix submitted by: "Alec Wolman" <wolman@cs.washington.edu>
* GNUHOST was defined twice. Also, take out the ELF cruft, a simpleasami1998-10-081-8/+2
| | | | BROKEN_ELF will do. :)
* Broken on ELF boxes.obrien1998-09-271-1/+8
|
* The first time I tried committing this set of manpage removals it gothoek1998-08-181-3/+0
| | | | | | | | all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy.
* dont ask..obrien1998-08-181-29/+29
|
* Update to use PLIST_SUBobrien1998-08-181-6/+2
|
* * expmed.c (expand_mult): Use 0 as add_target if should preserveobrien1998-08-141-0/+37
| | | | | | | | subexpressions. * expmed.c (expand_divmod): Save last divison constant and if rem is same as div, don't adjust rem cost. Submitted by: Peter Jeremy <peter.jeremy@auss2.alcatel.com.au>
OpenPOWER on IntegriCloud