summaryrefslogtreecommitdiff
path: root/lang/gcc32/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * upgrade to 19980816 snapshotDavid E. O'Brien1998-08-261-6/+7
| | | | | | | * reduce maintance costs, advantage PLIST_SUB Notes: svn path=/head/; revision=12863
* Fix Version-required comment.John Polstra1998-08-121-2/+2
| | | | Notes: svn path=/head/; revision=12468
* Upgrade to the 19980803 snapshot.David E. O'Brien1998-08-111-10/+8
| | | | Notes: svn path=/head/; revision=12441
* Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, allSatoshi Asami1998-08-071-1/+3
| | | | | | | | | | | | | under lang) use ${OSREL} as defined in bsd.port.mk rev 1.281 and 1.227.2.43. Note gcc28 is hopelessly broken, it uses an undefined variable ${GNUOSREL} and thus has an empty string wherever ${OSREL} should be. However, it's consistent with its own PLIST at the current state so I haven't "fixed" it yet. Notes: svn path=/head/; revision=12329
* Upgrade to the 19980721 snap.David E. O'Brien1998-07-261-6/+6
| | | | Notes: svn path=/head/; revision=12138
* upgrade to the July 15th (19980715) snapshotDavid E. O'Brien1998-07-161-9/+11
| | | | Notes: svn path=/head/; revision=11930
* Upgrade to the 19980628 snapshot.David E. O'Brien1998-07-061-12/+12
| | | | | | | | (note the 19980608 snapshot had major problems -- I'd suggest upgrading if you are using this version) Notes: svn path=/head/; revision=11759
* upgrade to 19980608 snapshotDavid E. O'Brien1998-06-101-6/+6
| | | | Notes: svn path=/head/; revision=11371
* + Remove the MANUAL_PACKAGE_BUILD.David E. O'Brien1998-05-201-18/+29
| | | | | | | | | | | + The C++ includes and gcc specific libs now live under gcc-lib/..... + don't install ``c++'' + make links egcc and eg++ + c++filt --> g++filt to non conflict with stock version + clean up package dirs on ``pkg_delete'' Notes: svn path=/head/; revision=11080
* Upgrade to 1998-05-08 snapshot version.David E. O'Brien1998-05-191-11/+11
| | | | Notes: svn path=/head/; revision=11068
* Upgrade to the May 2nd 1998 snapshot version.David E. O'Brien1998-05-051-13/+14
| | | | Notes: svn path=/head/; revision=10856
* Upgrade to 980406 snapshotDavid E. O'Brien1998-04-141-13/+13
| | | | | | | Reviewed by: my PITA ecs240 project Notes: svn path=/head/; revision=10516
* Used to build for me, now doesn't. Bombs in making the stage2 compiler.David E. O'Brien1998-04-111-1/+3
| | | | | | | | For now, use ``cvs co -regcs_102 egcs'' if you want a working version before the next upgrade. Notes: svn path=/head/; revision=10462
* Upgrade to the 980315 snapshot.David E. O'Brien1998-04-071-10/+10
| | | | Notes: svn path=/head/; revision=10432
* Upgrade to version 1.0.2 release.David E. O'Brien1998-04-071-12/+13
| | | | Notes: svn path=/head/; revision=10431
* Fix the "Version required" comment.John Polstra1998-03-171-2/+2
| | | | Notes: svn path=/head/; revision=10217
* The private copy of float.h seems to have gone away.David E. O'Brien1998-03-101-1/+2
| | | | Notes: svn path=/head/; revision=10091
* Fix things so it packages.David E. O'Brien1998-03-081-12/+12
| | | | | | | | Take over maintaince from jdp until after the 3.0 crunch is over. Ok'ed by: jdp Notes: svn path=/head/; revision=10074
* Master site changed.John Polstra1998-02-231-2/+2
| | | | Notes: svn path=/head/; revision=9890
* Forgot to submit PLIST diff.David E. O'Brien1998-02-171-2/+1
| | | | | | | Noticed by: Satoshi Notes: svn path=/head/; revision=9767
* Mark this port broken, doesn't package.Satoshi Asami1998-02-161-1/+2
| | | | Notes: svn path=/head/; revision=9744
* Upgrade to 1998-02-05 SNAP. Fixes problems several have had with 1.0.1.David E. O'Brien1998-02-141-13/+19
| | | | | | | Including linking with the STL vector class. Notes: svn path=/head/; revision=9712
* Add MANUAL_PACKAGE_BUILD, this port installs a "libstdc++.a" inSatoshi Asami1998-02-031-1/+3
| | | | | | | | /usr/local/lib and that will cause the system gcc to be unhappy if something is linked with -L/usr/local/lib. Notes: svn path=/head/; revision=9577
* Make "-fsjlj-exceptions" (use setjmp/longjmp for exceptions) theJohn Polstra1998-01-231-2/+2
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=9420
* Strip the binaries.David E. O'Brien1998-01-141-1/+12
| | | | Notes: svn path=/head/; revision=9337
* sed -> ${SED}.Satoshi Asami1998-01-131-2/+2
| | | | Notes: svn path=/head/; revision=9330
* This is a new port for egcs, which probably stands for somethingJohn Polstra1998-01-101-0/+30
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. Notes: svn path=/head/; revision=9316