Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The private copy of float.h seems to have gone away. | obrien | 1998-03-10 | 2 | -2/+2 |
| | |||||
* | Fix things so it packages. | obrien | 1998-03-08 | 3 | -43/+43 |
| | | | | | Take over maintaince from jdp until after the 3.0 crunch is over. Ok'ed by: jdp | ||||
* | Master site changed. | jdp | 1998-02-23 | 1 | -2/+2 |
| | |||||
* | Just-cant-get-this-one-right by: obrien | obrien | 1998-02-17 | 1 | -1/+12 |
| | |||||
* | Forgot to submit PLIST diff. | obrien | 1998-02-17 | 2 | -34/+31 |
| | | | | Noticed by: Satoshi | ||||
* | Mark this port broken, doesn't package. | asami | 1998-02-16 | 1 | -1/+2 |
| | |||||
* | Upgrade to 1998-02-05 SNAP. Fixes problems several have had with 1.0.1. | obrien | 1998-02-14 | 4 | -26/+48 |
| | | | | Including linking with the STL vector class. | ||||
* | Set __FreeBSD__ to 2, not 3. | obrien | 1998-02-13 | 1 | -1/+1 |
| | | | | Ports track -STABLE. | ||||
* | Add MANUAL_PACKAGE_BUILD, this port installs a "libstdc++.a" in | asami | 1998-02-03 | 1 | -1/+3 |
| | | | | | /usr/local/lib and that will cause the system gcc to be unhappy if something is linked with -L/usr/local/lib. | ||||
* | Make "-fsjlj-exceptions" (use setjmp/longjmp for exceptions) the | jdp | 1998-01-23 | 2 | -2/+19 |
| | | | | | | | | | | default for FreeBSD. The standard exception implementation reliably dumps core under FreeBSD. Users can put "-fno-sjlj-exceptions" on the command line if they really want to override the new default. Configure with "--with-gnu-as" and "--with-gnu-ld". Define "__FreeBSD__" as 3. | ||||
* | Strip the binaries. | obrien | 1998-01-14 | 1 | -1/+12 |
| | |||||
* | sed -> ${SED}. | asami | 1998-01-13 | 1 | -2/+2 |
| | |||||
* | This is a new port for egcs, which probably stands for something | jdp | 1998-01-10 | 8 | -0/+324 |
like "enhanced GNU compiler suite." It contains updated versions of gcc, g++, and g77 with many bugfixes and some new optimizations. The C++ compiler in particular is vastly improved over gcc-2.7.2.1. |