Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Key off the DISTNAME more, so that upgrading requires less editing. | obrien | 1999-08-18 | 1 | -24/+24 |
| | |||||
* | As in the i386, `tm.h' includes headers for us. | obrien | 1999-08-16 | 1 | -4/+0 |
| | |||||
* | Include the proper arch header for a.out systems. | obrien | 1999-08-16 | 1 | -1/+1 |
| | |||||
* | More EGCS->GCC transition. | obrien | 1999-08-16 | 2 | -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/ | obrien | 1999-08-16 | 1 | -2/+4 |
| | |||||
* | Tweak a German master site. | obrien | 1999-08-09 | 1 | -2/+2 |
| | | | | Submitted by: Dirk Froemberg <dirk@FreeBSD.org> | ||||
* | Add "java" to categories list. GCC-2.95 now has parts of a Java compiler | obrien | 1999-08-05 | 1 | -2/+2 |
| | | | | bunded in. | ||||
* | Update to GCC-2.95 (what would have been EGCS-1.2). | obrien | 1999-08-05 | 20 | -306/+524 |
| | |||||
* | Define "OBSTACK_CHUNK_SIZE" as getpagesize(). | obrien | 1999-06-28 | 1 | -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. | obrien | 1999-06-28 | 1 | -37/+0 |
| | |||||
* | Remove the test to create ${PREFIX}/share/info/dir as it is now | mharo | 1999-06-05 | 2 | -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 ... | scrappy | 1999-04-22 | 2 | -3/+3 |
| | |||||
* | Fix the CPP_PREDEFINES so it properly gets the "global" definition too. | obrien | 1999-04-18 | 1 | -1/+1 |
| | |||||
* | Real URLs that reference directories end in '/' | billf | 1999-04-08 | 1 | -2/+2 |
| | |||||
* | Worked better before. | obrien | 1999-04-02 | 2 | -2/+2 |
| | |||||
* | Use proper include directive. | obrien | 1999-03-30 | 2 | -2/+2 |
| | |||||
* | Add FreeBSD's ``-fformat-extensions''. Taken from 4.0-CURRENT, this allows | obrien | 1999-03-30 | 3 | -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. | obrien | 1999-03-30 | 1 | -4/+1 |
| | |||||
* | Don't create empty ``PREFIX/info/dir''. It is already taken care of for us. | obrien | 1999-03-23 | 1 | -2/+1 |
| | |||||
* | * Add support for ``-pthead'' | obrien | 1999-03-22 | 7 | -32/+689 |
| | | | | | | | * Add Alpha support Obtained from: Alpha bits taken from Hidetoshi Shimokawa's <simokawa@FreeBSD.ORG> work | ||||
* | Upgrade to 1.1.2 release. | obrien | 1999-03-17 | 8 | -82/+130 |
| | |||||
* | Commit all Y2K/WWW_SITE changes from today... | scrappy | 1999-03-11 | 1 | -1/+3 |
| | |||||
* | Fix to make ports work with bsd.port.mk rev. 1.306. | asami | 1999-03-08 | 1 | -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. :) | ||||
* | Support building libstdc++ shared if "WANT_SHAREDLIBS" is defined. | obrien | 1999-02-28 | 1 | -1/+8 |
| | | | | Submitted by: dfr | ||||
* | STL 3.0 rope fix. | obrien | 1999-02-28 | 1 | -0/+12 |
| | | | | Obtained from: aspell 0.27.1 port | ||||
* | Upgrade to egcs-1.1.2 pre-release-2 | obrien | 1999-02-28 | 2 | -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) | ||||
* | * clean up verbosity of Makefile | obrien | 1999-02-09 | 1 | -9/+4 |
| | | | | * now GNUHOST is i386-unknown-freebsd{OS_VER} vs. i386-unknown-freebsd | ||||
* | GNUHOST is now "i386-unknown-freebsd" for an ELF machine, and | obrien | 1999-02-09 | 6 | -19/+81 |
| | | | | "i386-unknown-freebsdaout" for an a.out machine. | ||||
* | Adjust port Makefiles to new EXTRACT_* variable defaults. See log of | asami | 1999-02-03 | 1 | -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. | ||||
* | Allow '$' in labels as our offical compiler does. | obrien | 1999-01-23 | 2 | -10/+36 |
| | | | | | Reviewed by: jdp Submitted by: Keith Walker <kew@timesink.spk.wa.us> | ||||
* | Wasn't in the main dir when I commited this the first time. | obrien | 1998-12-26 | 2 | -2/+10 |
| | | | | Noticed by: jdp | ||||
* | Build and install crtbegin.o crtbeginS.o crtend.o crtendS.o for the ELF case. | obrien | 1998-12-25 | 1 | -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> | ||||
* | Use the bzip2 version of the distfile. It saves almost 3meg. | obrien | 1998-12-05 | 2 | -5/+11 |
| | |||||
* | EGCS 1.1.1 *Release* is out. | obrien | 1998-12-05 | 2 | -11/+13 |
| | |||||
* | Fix configure scripts to it correctly detects an ELF system w/o having to | obrien | 1998-12-04 | 1 | -0/+15 |
| | | | | | | be forced. Submitted by: Niall Smart <nialls@euristix.ie> (w/changes by me) | ||||
* | Add OSREL to tail end of ${ARCH}-unknown-freebsd to get a properly formed | obrien | 1998-12-04 | 1 | -3/+3 |
| | | | | GNU description string. | ||||
* | "upgrade" to EGCS egcs-1.1.1-prerelease-3. | obrien | 1998-12-02 | 3 | -15/+11 |
| | | | | | | Note that the 1.1 versions are an older code base (egcs rev 2.91.x) vs. the snapshot this is replacing (egcs rev 2.92.x). However people have reported less problems with 1.1.1-prerel than the current snapshots. | ||||
* | switch to new pre/post bsd.port.mk | obrien | 1998-11-13 | 1 | -4/+7 |
| |