summaryrefslogtreecommitdiff
path: root/lang/gcc295 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also theGerald Pfeifer2002-07-311-1/+1
| | | | | | | | | path was wrong). Approved by: obrien (maintainer+mentor) Notes: svn path=/head/; revision=63802
* Allow to build in -CURRENT.David E. O'Brien2002-05-062-0/+70
| | | | Notes: svn path=/head/; revision=58633
* Catch up with Makefile rev 1.83.David E. O'Brien2002-05-061-11/+2
| | | | Notes: svn path=/head/; revision=58632
* Remove the split up .info bits files. I switched to "makeinfo --no-split".David E. O'Brien2002-05-061-54/+0
| | | | Notes: svn path=/head/; revision=58631
* Update pkg-comment to reflect GCC's new meaning (since 2.95) and referGerald Pfeifer2002-04-122-7/+7
| | | | | | | | | | to http://gcc.gnu.org instead of http://egcs.cygnus.com. Also, 2.95 is not GNU's latest offering any longer. ;-) Approved by: obrien (maintainer+mentor) Notes: svn path=/head/; revision=57627
* GCC 2.95 and later aren't called egcs (any longer), so remove three patchesGerald Pfeifer2002-04-123-36/+0
| | | | | | | | | that add references to egcs to the documentation. Approved by: obrien (maintainer+mentor) Notes: svn path=/head/; revision=57610
* Since I cannot think of any reason one would use this port for FORTRAN orDavid E. O'Brien2002-04-101-15/+10
| | | | | | | | Java compilers (the newer versions are much better); trim this port down to just the parts we will need when GCC 3.1 becomes the -CURRENT compiler. Notes: svn path=/head/; revision=57515
* Document.David E. O'Brien2002-03-241-1/+1
| | | | Notes: svn path=/head/; revision=56545
* Let machine/ansi.h know not to play glibc for us.David E. O'Brien2002-03-241-5/+13
| | | | Notes: svn path=/head/; revision=56531
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-6/+6
| | | | | | | | | | | 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
* Set these ports' LATEST_LINK to gcc{27,28,295,30} to avoid conflictAkinori MUSHA2002-01-191-0/+2
| | | | | | | | | with each other's package link name. (Maintainer timeout; I think it's too trivial to bother him with.) Notes: svn path=/head/; revision=53351
* ftp.freesoftware.com -- R.I.P.David E. O'Brien2001-09-131-2/+1
| | | | Notes: svn path=/head/; revision=47810
* Remove duplicate words where appropriate.Dima Dorfman2001-06-241-1/+1
| | | | | | | Approved by: sobomax, obrien Notes: svn path=/head/; revision=44392
* DEFAULT_VTABLE_THUNKS got set back to `1' from `2' in 2.95.3.David E. O'Brien2001-04-171-2/+14
| | | | | | | | Just forget about VTABLE THUNKS and use the C++ ABI the base 2.95 G++ uses since there is no advantage the other way. Notes: svn path=/head/; revision=41522
* Update to version 2.95.3.David E. O'Brien2001-03-192-17/+15
| | | | Notes: svn path=/head/; revision=40032
* Use MASTER_SITE_SOURCEWARE.David E. O'Brien2001-02-151-9/+6
| | | | | | | Submitted by: sf Notes: svn path=/head/; revision=38391
* Update to the 3rd 2.95.3 pre-release (test) release.David E. O'Brien2001-02-132-12/+13
| | | | Notes: svn path=/head/; revision=38302
* Introduce `TARGLIB' from gcc-devel to clean this thing up.David E. O'Brien2001-01-071-16/+16
| | | | | | | Also change the ELF vs. aout logic so other formats can be targeted. Notes: svn path=/head/; revision=36907
* Update to GCC 2.95.3 release candidate "test1"David E. O'Brien2001-01-072-15/+17
| | | | Notes: svn path=/head/; revision=36905
* Make LIBSTDCPP_REV match the new reality.David E. O'Brien2000-12-131-1/+1
| | | | | | | Submitted by: Max Khon <fjoe@iclub.nsu.ru> Notes: svn path=/head/; revision=35956
* 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=35700
* Do dynamic PLIST creation like the `gcc-devel' port. This is the easiestDavid E. O'Brien2000-12-052-229/+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=35699
* Add "-Wnon-const-format" which checks for non-constant format strings forDavid E. O'Brien2000-11-275-25/+234
| | | | | | | | | | 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
* Upgrade to version 2.95.1.David E. O'Brien1999-08-192-8/+8
| | | | Notes: svn path=/head/; revision=20803
* Use a better sed(1) pattern in case I break __FreeBSD__ again.David E. O'Brien1999-08-181-2/+2
| | | | Notes: svn path=/head/; revision=20800
* Don't assign __FreeBSD__ a value here. (pulled too much in fromDavid E. O'Brien1999-08-181-2/+2
| | | | | | | | | | src/contrib/egcs/ again) PR: 13224 Submitted by: imura@cs.titech.ac.jp Notes: svn path=/head/; revision=20799
* Key off the DISTNAME more, so that upgrading requires less editing.David E. O'Brien1999-08-181-24/+24
| | | | Notes: svn path=/head/; revision=20787
* As in the i386, `tm.h' includes headers for us.David E. O'Brien1999-08-161-4/+0
| | | | Notes: svn path=/head/; revision=20749
* Include the proper arch header for a.out systems.David E. O'Brien1999-08-161-1/+1
| | | | Notes: svn path=/head/; revision=20747
* More EGCS->GCC transition.David E. O'Brien1999-08-162-18/+18
| | | | | | | | * binaries/manpages are now gcc295 / g++295 / g77 * use {MASTER_SITE_GNU} Notes: svn path=/head/; revision=20741
* Make -pthread work again -- pulled too much in from src/contrib/egcs/David E. O'Brien1999-08-161-2/+4
| | | | Notes: svn path=/head/; revision=20740
* Tweak a German master site.David E. O'Brien1999-08-091-2/+2
| | | | | | | Submitted by: Dirk Froemberg <dirk@FreeBSD.org> Notes: svn path=/head/; revision=20630
* Add "java" to categories list. GCC-2.95 now has parts of a Java compilerDavid E. O'Brien1999-08-051-2/+2
| | | | | | | bunded in. Notes: svn path=/head/; revision=20541
* Update to GCC-2.95 (what would have been EGCS-1.2).David E. O'Brien1999-08-0520-306/+524
| | | | Notes: svn path=/head/; revision=20540
* Define "OBSTACK_CHUNK_SIZE" as getpagesize().David E. O'Brien1999-06-281-17/+17
| | | | | | | | | | | | | Our malloc can allocte pagesized blocks efficiently and the EGCS default size of 4072 bytes is not optimal. Protect #define's and other minor syncing with src/contrib/egcs/gcc/config/freebsd.h OBSTACK_CHUNK_SIZE Submitted by: Hidetoshi Shimokawa Notes: svn path=/head/; revision=19867