summaryrefslogtreecommitdiff
path: root/lang/egcs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* alpha-freebsd-elf.h should have gone away in the gcc-2.95 upgrade.David E. O'Brien1999-08-161-61/+0
| | | | Notes: svn path=/head/; revision=20748
* 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
* Cleanup the FREEBSD_NATIVE stuff, which we don't use anymore in this context.David E. O'Brien1999-06-281-37/+0
| | | | Notes: svn path=/head/; revision=19866
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-052-6/+2
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...Marc G. Fournier1999-04-222-3/+3
| | | | Notes: svn path=/head/; revision=18059
* Fix the CPP_PREDEFINES so it properly gets the "global" definition too.David E. O'Brien1999-04-181-1/+1
| | | | Notes: svn path=/head/; revision=17960
* Real URLs that reference directories end in '/'Bill Fumerola1999-04-081-2/+2
| | | | Notes: svn path=/head/; revision=17743
* Worked better before.David E. O'Brien1999-04-022-2/+2
| | | | Notes: svn path=/head/; revision=17562
* Use proper include directive.David E. O'Brien1999-03-302-2/+2
| | | | Notes: svn path=/head/; revision=17460
* Add FreeBSD's ``-fformat-extensions''. Taken from 4.0-CURRENT, this allowsDavid E. O'Brien1999-03-303-0/+266
| | | | | | | 2.x/3.x people to compile kernels and world with EGCS. Notes: svn path=/head/; revision=17459
* Don't fetch alpha suppliment -- the bits are now part of the port.David E. O'Brien1999-03-301-4/+1
| | | | Notes: svn path=/head/; revision=17448
* Don't create empty ``PREFIX/info/dir''. It is already taken care of for us.David E. O'Brien1999-03-231-2/+1
| | | | Notes: svn path=/head/; revision=17363
* * Add support for ``-pthead''David E. O'Brien1999-03-228-32/+750
| | | | | | | | | | * Add Alpha support Obtained from: Alpha bits taken from Hidetoshi Shimokawa's <simokawa@FreeBSD.ORG> work Notes: svn path=/head/; revision=17335
* Upgrade to 1.1.2 release.David E. O'Brien1999-03-178-82/+130
| | | | Notes: svn path=/head/; revision=17256
* Commit all Y2K/WWW_SITE changes from today...Marc G. Fournier1999-03-111-1/+3
| | | | Notes: svn path=/head/; revision=17142
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi 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. :) Notes: svn path=/head/; revision=17053
* Support building libstdc++ shared if "WANT_SHAREDLIBS" is defined.David E. O'Brien1999-02-281-1/+8
| | | | | | | Submitted by: dfr Notes: svn path=/head/; revision=16938
* STL 3.0 rope fix.David E. O'Brien1999-02-281-0/+12
| | | | | | | Obtained from: aspell 0.27.1 port Notes: svn path=/head/; revision=16937
* Upgrade to egcs-1.1.2 pre-release-2David E. O'Brien1999-02-282-12/+16
| | | | | | | | (if you are an EGCS user, please test this port. I would like to get any feedback before the 1.1.2 release) Notes: svn path=/head/; revision=16933
* * clean up verbosity of MakefileDavid E. O'Brien1999-02-091-9/+4
| | | | | | | * now GNUHOST is i386-unknown-freebsd{OS_VER} vs. i386-unknown-freebsd Notes: svn path=/head/; revision=16577
* GNUHOST is now "i386-unknown-freebsd" for an ELF machine, andDavid E. O'Brien1999-02-096-19/+81
| | | | | | | "i386-unknown-freebsdaout" for an a.out machine. Notes: svn path=/head/; revision=16573
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-6/+2
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* Allow '$' in labels as our offical compiler does.David E. O'Brien1999-01-232-10/+36
| | | | | | | | Reviewed by: jdp Submitted by: Keith Walker <kew@timesink.spk.wa.us> Notes: svn path=/head/; revision=16273
* Wasn't in the main dir when I commited this the first time.David E. O'Brien1998-12-262-2/+10
| | | | | | | Noticed by: jdp Notes: svn path=/head/; revision=15639
* Build and install crtbegin.o crtbeginS.o crtend.o crtendS.o for the ELF case.David E. O'Brien1998-12-251-0/+10
| | | | | | | | | | This should fix some of the problems with exceptions under ELF. PR: ports/9089 Submitted by: jdp via Robert Schulhof <rrs@LMI.Net> Notes: svn path=/head/; revision=15612
* Use the bzip2 version of the distfile. It saves almost 3meg.David E. O'Brien1998-12-052-5/+11
| | | | Notes: svn path=/head/; revision=15116