Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Does not compile on alpha. Since it's unlikely anyone is going to fix | kris | 2005-01-02 | 1 | -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) | ||||
* | Does not compile on alpha | kris | 2005-01-02 | 1 | -0/+4 |
| | | | | Approved by: portmgr (self) | ||||
* | If built on a machine with GCC 3.2 or later; assume the machine has CPUTYPE | obrien | 2004-12-11 | 1 | -0/+4 |
| | | | | set to something GCC 2.95 won't understand. Also, set NO_CDROM. | ||||
* | Tidy up whitespace. | trevor | 2004-04-10 | 1 | -2/+2 |
| | |||||
* | DEPRECATE the unused, outdated egcs port for removal at a future date. | kris | 2004-03-14 | 1 | -0/+2 |
| | |||||
* | % in filenames break perforce: | eik | 2004-02-18 | 3 | -0/+0 |
| | | | | | | <http://lists.freebsd.org/pipermail/freebsd-ports/2004-February/009324.html> Submitted by: Mark Santcroos <marks@ripe.net> | ||||
* | Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. | marcus | 2004-02-04 | 1 | -0/+1 |
| | | | | (Part 2) | ||||
* | SIZEify. | trevor | 2004-01-29 | 1 | -0/+4 |
| | |||||
* | - make build only on i386 alpha | dinoex | 2003-11-11 | 1 | -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 | ||||
* | Make portlint(1) happy by changing strip to ${STRIP_CMD} | osa | 2003-09-24 | 1 | -1/+1 |
| | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 | ||||
* | BROKEN on 5.1: does not compile | kris | 2003-05-18 | 1 | -0/+4 |
| | |||||
* | De-pkg-comment. | knu | 2003-02-20 | 2 | -1/+1 |
| | |||||
* | Use the full path to /sbin/sysctl | kris | 2003-01-30 | 1 | -1/+1 |
| | | | | Noticed by: 'make index' in crontab | ||||
* | egcs.cygnus.com does not exist any longer; refer to gcc.gnu.org instead. | gerald | 2002-12-27 | 1 | -3/+1 |
| | | | | Approved by: knu (portmgr) | ||||
* | Rather than try to hack up the GNU strsignal (and psignal) to play nice | obrien | 2002-11-25 | 3 | -15/+22 |
| | | | | on 5-CURRENT, just use our native one. | ||||
* | Don't specify an emulation in the link spec. Just use the 'ld' default. | obrien | 2002-11-25 | 1 | -1/+10 |
| | | | | The proper emulation is different between RELENG_4 and 5-CURRENT. | ||||
* | Rather than try to duplicate the declarations from stdio.h, just use them! | obrien | 2002-11-25 | 1 | -10/+6 |
| | |||||
* | Use MASTER_SITE_GCC. | obrien | 2002-11-24 | 1 | -8/+2 |
| | |||||
* | Remove erronious GNU assumptions about 5-CURRENT's data types. | obrien | 2002-11-24 | 2 | -0/+0 |
| | | | | Submitted by: edwin | ||||
* | Fix lang/egcs on -current | edwin | 2002-11-24 | 2 | -0/+22 |
| | | | | | PR: ports/44857 Submitted by: Volker Stolz <vs@foldr.org> | ||||
* | o Rollback PORTCOMMENT modifications while this feature's implementation | lioux | 2002-11-10 | 2 | -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. | adamw | 2002-11-06 | 2 | -1/+2 |
| | | | | Approved by: pat | ||||
* | The effort to maintain these for FreeBSD just isn't worth it with the lack | obrien | 2002-11-05 | 1 | -1/+1 |
| | | | | of reward. | ||||
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | knu | 2002-01-29 | 1 | -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. | ||||
* | Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵ | lioux | 2001-11-20 | 1 | -1/+1 |
| | | | | the later case | ||||
* | Do dynamic PLIST creation like the `gcc-devel' port. This is the easiest | obrien | 2000-12-05 | 2 | -185/+13 |
| | | | | | way to deal with the differing results fix-includes gives depending on the FreeBSD version this port is built on. | ||||
* | Change the libstdc++.so version number to be more like the stock one. | obrien | 2000-12-05 | 1 | -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. | ||||
* | Add all of the FreeBSD hacks I had in the base EGCS-1.1.2 compiler way | obrien | 2000-12-04 | 13 | -24/+659 |
| | | | | back when... that is all but a.out support. | ||||
* | Commit the right version of this file. | obrien | 2000-12-02 | 1 | -19/+20 |
| | |||||
* | MF contrib/gcc/c-common.c rev 1.12: | obrien | 2000-12-02 | 1 | -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. | ||||
* | This should take this port back to the last version of it for EGCS-1.1.2. | obrien | 2000-11-30 | 24 | -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. | ||||
* | Add "-Wnon-const-format" which checks for non-constant format strings for | obrien | 2000-11-27 | 2 | -25/+176 |
| | | | | | | | auditing purposes. Submitted by: kris Obtained from: NetBSD | ||||
* | Use PLIST_SUB to only include curses.h when OSVERSION >= 400000. (It | asami | 2000-10-10 | 2 | -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.) | ||||
* | Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is | asami | 2000-10-08 | 1 | -1/+1 |
| | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. | ||||
* | Oops, curses.h isn't built for 3-stable systems. | asami | 2000-06-02 | 1 | -1/+0 |
| | |||||
* | Add missing file (curses.h). | asami | 2000-06-01 | 1 | -0/+1 |
| | |||||
* | Convert to the PORTNAME - PORTVERSION syntax. | obrien | 2000-04-12 | 1 | -2/+2 |
| | |||||
* | Restore useless version required comments. | obrien | 2000-03-22 | 1 | -0/+1 |
| | |||||
* | Remove the "version required" line. | obrien | 2000-03-20 | 1 | -1/+0 |
| | |||||
* | Update to version 2.95.2. | obrien | 1999-11-01 | 2 | -12/+10 |
| | |||||
* | Resolve many 301 Moved Permanently URLs in DESCR. | fenner | 1999-09-17 | 1 | -2/+2 |
| | |||||
* | portlint | obrien | 1999-09-04 | 1 | -2/+2 |
| | |||||
* | Remove support for the Chill language. If someone really, really needs | obrien | 1999-08-30 | 1 | -7/+0 |
| | | | | the Chill language let me know. | ||||
* | trim distfiles | obrien | 1999-08-30 | 1 | -2/+1 |
| | |||||
* | Add RCS keyword. | obrien | 1999-08-30 | 1 | -0/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-30 | 2 | -2/+2 |
| | |||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Upgrade to version 2.95.1. | obrien | 1999-08-19 | 2 | -8/+8 |
| | |||||
* | Use a better sed(1) pattern in case I break __FreeBSD__ again. | obrien | 1999-08-18 | 1 | -2/+2 |
| | |||||
* | Don't assign __FreeBSD__ a value here. (pulled too much in from | obrien | 1999-08-18 | 1 | -2/+2 |
| | | | | | | | src/contrib/egcs/ again) PR: 13224 Submitted by: imura@cs.titech.ac.jp |