summaryrefslogtreecommitdiffstats
path: root/lang/gcc295
Commit message (Collapse)AuthorAgeFilesLines
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-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.
* 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.)
* ftp.freesoftware.com -- R.I.P.obrien2001-09-131-2/+1
|
* Remove duplicate words where appropriate.dd2001-06-241-1/+1
| | | | Approved by: sobomax, obrien
* DEFAULT_VTABLE_THUNKS got set back to `1' from `2' in 2.95.3.obrien2001-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.
* Update to version 2.95.3.obrien2001-03-192-17/+15
|
* Use MASTER_SITE_SOURCEWARE.obrien2001-02-151-9/+6
| | | | Submitted by: sf
* Update to the 3rd 2.95.3 pre-release (test) release.obrien2001-02-132-12/+13
|
* Introduce `TARGLIB' from gcc-devel to clean this thing up.obrien2001-01-071-16/+16
| | | | Also change the ELF vs. aout logic so other formats can be targeted.
* Update to GCC 2.95.3 release candidate "test1"obrien2001-01-072-15/+17
|
* Make LIBSTDCPP_REV match the new reality.obrien2000-12-131-1/+1
| | | | Submitted by: Max Khon <fjoe@iclub.nsu.ru>
* 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.
* Do dynamic PLIST creation like the `gcc-devel' port. This is the easiestobrien2000-12-052-229/+13
| | | | | way to deal with the differing results fix-includes gives depending on the FreeBSD version this port is built on.
* Add "-Wnon-const-format" which checks for non-constant format strings forobrien2000-11-275-25/+234
| | | | | | | auditing purposes. Submitted by: kris Obtained from: NetBSD
* Use PLIST_SUB to only include curses.h when OSVERSION >= 400000. (Itasami2000-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.)
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-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.
* Oops, curses.h isn't built for 3-stable systems.asami2000-06-021-1/+0
|
* Add missing file (curses.h).asami2000-06-011-0/+1
|
* 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
|
* Update to version 2.95.2.obrien1999-11-012-12/+10
|
* Resolve many 301 Moved Permanently URLs in DESCR.fenner1999-09-171-2/+2
|
* portlintobrien1999-09-041-2/+2
|
* Remove support for the Chill language. If someone really, really needsobrien1999-08-301-7/+0
| | | | the Chill language let me know.
* trim distfilesobrien1999-08-301-2/+1
|
* Add RCS keyword.obrien1999-08-301-0/+2
|
* $Id$ -> $FreeBSD$peter1999-08-302-2/+2
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Upgrade to version 2.95.1.obrien1999-08-192-8/+8
|
* Use a better sed(1) pattern in case I break __FreeBSD__ again.obrien1999-08-181-2/+2
|
* Don't assign __FreeBSD__ a value here. (pulled too much in fromobrien1999-08-181-2/+2
| | | | | | | src/contrib/egcs/ again) PR: 13224 Submitted by: imura@cs.titech.ac.jp
* Key off the DISTNAME more, so that upgrading requires less editing.obrien1999-08-181-24/+24
|
* As in the i386, `tm.h' includes headers for us.obrien1999-08-161-4/+0
|
* Include the proper arch header for a.out systems.obrien1999-08-161-1/+1
|
* More EGCS->GCC transition.obrien1999-08-162-18/+18
| | | | | * binaries/manpages are now gcc295 / g++295 / g77 * use {MASTER_SITE_GNU}
* Make -pthread work again -- pulled too much in from src/contrib/egcs/obrien1999-08-161-2/+4
|
* Tweak a German master site.obrien1999-08-091-2/+2
| | | | Submitted by: Dirk Froemberg <dirk@FreeBSD.org>
* Add "java" to categories list. GCC-2.95 now has parts of a Java compilerobrien1999-08-051-2/+2
| | | | bunded in.
* Update to GCC-2.95 (what would have been EGCS-1.2).obrien1999-08-0520-306/+524
|
* Define "OBSTACK_CHUNK_SIZE" as getpagesize().obrien1999-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
* Cleanup the FREEBSD_NATIVE stuff, which we don't use anymore in this context.obrien1999-06-281-37/+0
|
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-052-6/+2
| | | | in bsd.port.mk and this helps to unify the check and install.
* this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...scrappy1999-04-222-3/+3
|
* Fix the CPP_PREDEFINES so it properly gets the "global" definition too.obrien1999-04-181-1/+1
|
* Real URLs that reference directories end in '/'billf1999-04-081-2/+2
|
* Worked better before.obrien1999-04-022-2/+2
|
* Use proper include directive.obrien1999-03-302-2/+2
|
* Add FreeBSD's ``-fformat-extensions''. Taken from 4.0-CURRENT, this allowsobrien1999-03-303-0/+266
| | | | 2.x/3.x people to compile kernels and world with EGCS.
* Don't fetch alpha suppliment -- the bits are now part of the port.obrien1999-03-301-4/+1
|
OpenPOWER on IntegriCloud