aboutsummaryrefslogtreecommitdiff
path: root/lang/egcs
Commit message (Collapse)AuthorAgeFilesLines
* Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis2005-12-051-3/+0
| | | | Notes: svn path=/head/; revision=150431
* Use INFO macroEdwin Groothuis2005-12-042-61/+2
| | | | Notes: svn path=/head/; revision=150405
* - Add SHA256Pav Lucistnik2005-11-251-0/+4
| | | | Notes: svn path=/head/; revision=149341
* Does not compile on alpha. Since it's unlikely anyone is going to fixKris Kennaway2005-01-021-5/+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) Notes: svn path=/head/; revision=125651
* Does not compile on alphaKris Kennaway2005-01-021-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=125647
* If built on a machine with GCC 3.2 or later; assume the machine has CPUTYPEDavid E. O'Brien2004-12-111-0/+4
| | | | | | | set to something GCC 2.95 won't understand. Also, set NO_CDROM. Notes: svn path=/head/; revision=123682
* Tidy up whitespace.Trevor Johnson2004-04-101-2/+2
| | | | Notes: svn path=/head/; revision=106671
* DEPRECATE the unused, outdated egcs port for removal at a future date.Kris Kennaway2004-03-141-0/+2
| | | | Notes: svn path=/head/; revision=103943
* % in filenames break perforce:Oliver Eikemeier2004-02-183-0/+0
| | | | | | | | | <http://lists.freebsd.org/pipermail/freebsd-ports/2004-February/009324.html> Submitted by: Mark Santcroos <marks@ripe.net> Notes: svn path=/head/; revision=101317
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+4
| | | | Notes: svn path=/head/; revision=99360
* - make build only on i386 alphaDirk Meyer2003-11-111-0/+1
| | | | | | | | | | from bento: > Configuration sparc64-portbld-freebsd5.1 not supported > Configuration amd64-portbld-freebsd5.1 not supported > Configuration ia64-portbld-freebsd5.1 not supported Notes: svn path=/head/; revision=93744
* 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
* BROKEN on 5.1: does not compileKris Kennaway2003-05-181-0/+4
| | | | Notes: svn path=/head/; revision=81231
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Use the full path to /sbin/sysctlKris Kennaway2003-01-301-1/+1
| | | | | | | Noticed by: 'make index' in crontab Notes: svn path=/head/; revision=74251
* egcs.cygnus.com does not exist any longer; refer to gcc.gnu.org instead.Gerald Pfeifer2002-12-271-3/+1
| | | | | | | Approved by: knu (portmgr) Notes: svn path=/head/; revision=71929
* Rather than try to hack up the GNU strsignal (and psignal) to play niceDavid E. O'Brien2002-11-253-15/+22
| | | | | | | on 5-CURRENT, just use our native one. Notes: svn path=/head/; revision=71092
* Don't specify an emulation in the link spec. Just use the 'ld' default.David E. O'Brien2002-11-251-1/+10
| | | | | | | The proper emulation is different between RELENG_4 and 5-CURRENT. Notes: svn path=/head/; revision=71091
* Rather than try to duplicate the declarations from stdio.h, just use them!David E. O'Brien2002-11-251-10/+6
| | | | Notes: svn path=/head/; revision=71090
* Use MASTER_SITE_GCC.David E. O'Brien2002-11-241-8/+2
| | | | Notes: svn path=/head/; revision=71022
* Remove erronious GNU assumptions about 5-CURRENT's data types.David E. O'Brien2002-11-242-0/+0
| | | | | | | Submitted by: edwin Notes: svn path=/head/; revision=71020
* Fix lang/egcs on -currentEdwin Groothuis2002-11-242-0/+22
| | | | | | | | PR: ports/44857 Submitted by: Volker Stolz <vs@foldr.org> Notes: svn path=/head/; revision=70992
* 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 ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-8/+8
| | | | | | | | | | | 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
* Do dynamic PLIST creation like the `gcc-devel' port. This is the easiestDavid E. O'Brien2000-12-052-185/+13
| | | | | | | | way to deal with the differing results fix-includes gives depending on the FreeBSD version this port is built on. Notes: svn path=/head/; revision=35701
* Change the libstdc++.so version number to be more like the stock one.David E. O'Brien2000-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. Notes: svn path=/head/; revision=35697
* Add all of the FreeBSD hacks I had in the base EGCS-1.1.2 compiler wayDavid E. O'Brien2000-12-0413-24/+659
| | | | | | | back when... that is all but a.out support. Notes: svn path=/head/; revision=35660
* Commit the right version of this file.David E. O'Brien2000-12-021-19/+20
| | | | Notes: svn path=/head/; revision=35596
* MF contrib/gcc/c-common.c rev 1.12:David E. O'Brien2000-12-021-15/+15
| | | | | | | | Move our `null_format_ok' addition to the end of record_function_format() and it's uses. This makes it easier to see our changes to the virgin source. Notes: svn path=/head/; revision=35594
* This should take this port back to the last version of it for EGCS-1.1.2.David E. O'Brien2000-11-3024-686/+489
| | | | | | | | | | | The gcc-2.95.2 bits have been repo copied to ports/lang/gcc295. GCC 2.95.2 does not work for some people's code. GCC 3.0 will be even worse. So it looks like we'll have to keep a port for each version of GCC we've ever used. Notes: svn path=/head/; revision=35534
* Add "-Wnon-const-format" which checks for non-constant format strings forDavid E. O'Brien2000-11-272-25/+176
| | | | | | | | | | auditing purposes. Submitted by: kris Obtained from: NetBSD Notes: svn path=/head/; revision=35457
* Use PLIST_SUB to only include curses.h when OSVERSION >= 400000. (ItSatoshi Asami2000-10-102-9/+15
| | | | | | | | | | is not built on 3-stable systems.) Change the ELF-only stuff to use PLIST_SUB too. (This part is purely cosmetic -- no functional changes.) Notes: svn path=/head/; revision=33690
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Oops, curses.h isn't built for 3-stable systems.Satoshi Asami2000-06-021-1/+0
| | | | Notes: svn path=/head/; revision=29110
* Add missing file (curses.h).Satoshi Asami2000-06-011-0/+1
| | | | Notes: svn path=/head/; revision=29060
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27458
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Update to version 2.95.2.David E. O'Brien1999-11-012-12/+10
| | | | Notes: svn path=/head/; revision=22839
* Resolve many 301 Moved Permanently URLs in DESCR.Bill Fenner1999-09-171-2/+2
| | | | Notes: svn path=/head/; revision=21694
* portlintDavid E. O'Brien1999-09-041-2/+2
| | | | Notes: svn path=/head/; revision=21256
* Remove support for the Chill language. If someone really, really needsDavid E. O'Brien1999-08-301-7/+0
| | | | | | | the Chill language let me know. Notes: svn path=/head/; revision=21142
* trim distfilesDavid E. O'Brien1999-08-301-2/+1
| | | | Notes: svn path=/head/; revision=21141
* Add RCS keyword.David E. O'Brien1999-08-301-0/+2
| | | | Notes: svn path=/head/; revision=21140
* $Id$ -> $FreeBSD$Peter Wemm1999-08-302-2/+2
| | | | Notes: svn path=/head/; revision=21122
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952