summaryrefslogtreecommitdiff
path: root/lang/gcc33 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Significantly simplify and shorten the post-install handling of GCJ includeGerald Pfeifer2003-11-151-26/+7
| | | | | | | files. Notes: svn path=/head/; revision=94031
* Restore support for gij.Gerald Pfeifer2003-11-091-1/+1
| | | | Notes: svn path=/head/; revision=93507
* Update to the 2003-11-03 snapshot of GCC 3.3.3. Handle binaries that areGerald Pfeifer2003-11-082-12/+20
| | | | | | | | not provided on all platforms (notably SPARC at this time) by installing a dummy instead. Notes: svn path=/head/; revision=93413
* Build GCC using `make bootstrap-lean` instead of `make bootstrap` to increaseGerald Pfeifer2003-11-081-1/+1
| | | | | | | the chance of success on disk starved hosts (e.g. on the FreeBSD cluster). Notes: svn path=/head/; revision=93407
* Use an updated version of the bounds checking patch which applies w/oGerald Pfeifer2003-10-222-2/+2
| | | | | | | problems. Notes: svn path=/head/; revision=91855
* Adopt this port.Gerald Pfeifer2003-10-201-1/+1
| | | | | | | Agreed to by: obrien Notes: svn path=/head/; revision=91759
* Update to a slightly newer version of the optional bounds checking patches,Gerald Pfeifer2003-10-202-5/+5
| | | | | | | | | | but disable the note on WITH_BOUNDSCHECKING as even these have not been updated for GCC 3.3.2 yet. Noticed by: trevor Notes: svn path=/head/; revision=91740
* Update to the GCC 3.3.2 release, fixing packaging problems caused by theGerald Pfeifer2003-10-172-48/+17
| | | | | | | | | | | previous update on the way. Generalize this port such that switching between GCC snapshots and releases will be even simpler next time. Remove code to use CVS to obtain sources as I (wearing my GCC hat) can guarantee that we will provide snapshots as long as needed in the future. Notes: svn path=/head/; revision=91509
* Update from the 2003-08-04 to the 2003-10-13 snapshot which essentiallyGerald Pfeifer2003-10-153-11/+10
| | | | | | | will become GCC 3.3.2. Fix the incorrect pkg-descr on binaries installed. Notes: svn path=/head/; revision=91349
* - ECHO -> ECHO_MSGEdwin Groothuis2003-09-271-3/+3
| | | | | | | | | | | | for some ports: - ECHO -> ECHO_CMD - pre-fetch -> pre-everything PR: ports/56800-56819 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89491
* Update the optional GCC bounds checking patch to the latest version whichGerald Pfeifer2003-08-112-1/+3
| | | | | | | | | | again works with current GCC 3.3 sources (modulo a minor tweak to avoid a patch affecting a bison generated file). PR: 54587 Notes: svn path=/head/; revision=86772
* Upgrade to the 4-Aug-2003 GCC 3.3.1 in-development snapshot.David E. O'Brien2003-08-062-8/+7
| | | | Notes: svn path=/head/; revision=86394
* style nit.David E. O'Brien2003-08-041-1/+1
| | | | Notes: svn path=/head/; revision=86308
* Use the nice new infrastructure for handling .info files. It's so muchGerald Pfeifer2003-08-042-22/+2
| | | | | | | simpler now. Notes: svn path=/head/; revision=86293
* Upgrade to the 28-July-2003 GCC 3.3.1 in-development snapshot.David E. O'Brien2003-08-042-19/+19
| | | | Notes: svn path=/head/; revision=86262
* Use ${STRIP_CMD} instead of strip. Strip some additional files and simplifyGerald Pfeifer2003-07-111-17/+16
| | | | | | | | | | | | the machinery so that we do not need to maintain duplicate lists of binaries. Rename loop variables from $file to $f to avoid warnings by future versions of portlint. Fix a post-build comment. Reviewed by: obrien Notes: svn path=/head/; revision=84717
* My manpage creation fake-out broke with 3.1.1. Give up and add a buildDavid E. O'Brien2003-07-111-0/+1
| | | | | | | dependency on perl 5.6. Notes: svn path=/head/; revision=84680
* Add checksum for bounds-checking-gcc-3.3-1.00.patch.bz2 lost by revision 1.69.Gerald Pfeifer2003-07-091-0/+1
| | | | Notes: svn path=/head/; revision=84546
* Upgrade to the 7-July-2003 GCC 3.3.1 in-development snapshot.David E. O'Brien2003-07-093-18/+17
| | | | Notes: svn path=/head/; revision=84543
* Add bounds-checking support using Herman ten Brugge's patches.Gerald Pfeifer2003-06-173-1/+36
| | | | | | | | PR: 53395 Submitted by: Dan Nelson <dnelson@allantgroup.com> Notes: svn path=/head/; revision=83188
* Don't remove the share/java and share/java/classes system directories.Kris Kennaway2003-06-091-2/+0
| | | | Notes: svn path=/head/; revision=82586
* Update to the official release of GCC 3.3. On the way, somewhat restructureGerald Pfeifer2003-05-153-24/+20
| | | | | | | | | the port so that switching between snapshots and releases will amount to fewer changes in the future. Clean up PLIST_SUB and pkg-plist and add two missing entries to MAN1. Notes: svn path=/head/; revision=81031
* Update to the second prerelease of GCC 3.3. Add support for the coreGerald Pfeifer2003-05-092-6/+16
| | | | | | | languages testsuites (similar to the lang/gcc32 port). Notes: svn path=/head/; revision=80551
* I now made .bz2 sources available on gcc.gnu.org, so again use these insteadGerald Pfeifer2003-05-081-3/+1
| | | | | | | | of .gz sources. Remove a makeinfo related hack for CONFIGURE_ENV which is not needed any longer. Notes: svn path=/head/; revision=80439
* Update to the first prerelease of GCC 3.3, which is only available as .tar.gz.Gerald Pfeifer2003-05-063-38/+20
| | | | | | | Adjust COMMENT and remove NO_CDROM. Reenable man pages. Notes: svn path=/head/; revision=80294
* Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.Gerald Pfeifer2003-05-061-1/+1
| | | | Notes: svn path=/head/; revision=80260
* Properly add the "[FreeBSD]" marker to the GCC version string also forGerald Pfeifer2003-05-061-1/+1
| | | | | | | prereleases and releases. Notes: svn path=/head/; revision=80255
* G++ headers are now installed in c++/<gcc_ver> rather than g++-v3.David E. O'Brien2003-05-061-1/+1
| | | | Notes: svn path=/head/; revision=80194
* Upgrade to the 28-April-2003 GCC 3.3 in-development snapshot.David E. O'Brien2003-05-042-6/+6
| | | | Notes: svn path=/head/; revision=80096
* Upgrade to the 21-April-2003 GCC 3.3 in-development snapshot.David E. O'Brien2003-04-282-6/+6
| | | | Notes: svn path=/head/; revision=79773
* Merge targets pre-configure and pre-build, simplify them, and removeGerald Pfeifer2003-04-252-20/+2
| | | | | | | | patch-va. All of these dealt with us patching generated files (which we don't do any longer). Notes: svn path=/head/; revision=79641
* Make MAINTAINER overrideable by slave ports.Gerald Pfeifer2003-04-251-1/+1
| | | | Notes: svn path=/head/; revision=79618
* Fifty-one months after ELF flag day, and after the system compiler becameGerald Pfeifer2003-04-243-96/+0
| | | | | | | | | | ELF-only as well, remove support for aout from the next generation of GCC. Suggested by: Loren James Rittle <rittle@labs.mot.com> Discussed with: obrien Notes: svn path=/head/; revision=79579
* Further fixes to pkg-plist. (Tested according to Porter's Handbook 2.4 onGerald Pfeifer2003-04-231-3/+1
| | | | | | | i386-unknown-freebsd4.8.) Notes: svn path=/head/; revision=79509
* Allow YACC to be used, rather than Bison, for C/C++.David E. O'Brien2003-04-221-0/+29
| | | | | | | Submitted by: kan Notes: svn path=/head/; revision=79462
* merge changes from gcc32 to gcc33 after testingDirk Meyer2003-04-212-7/+36
| | | | | | | | | | | - Option WANT_SHAREDLIBS now uses ldconfig, so LIB_DEPENDS work. - fix PLIST so critical file libgcc_s.so.1 is included. - complete PLIST - COMMENT can be overrritten by a slave port - uncomment MANPAGES, as they are currently not installed. Notes: svn path=/head/; revision=79398
* Not sure how I missed these patches in my 24-March-2003 GCC 3.3David E. O'Brien2003-04-202-90/+10
| | | | | | | in-development snapshot upgrade. Notes: svn path=/head/; revision=79364
* Remove files/patch-t-freebsd. The underlying problem has been fixed inGerald Pfeifer2003-04-171-10/+0
| | | | | | | | | | | | GCC 3.2.x, on the GCC 3.3 branch and GCC mainline, and while all versions of FreeBSD should build fine with this patchs, its just another extra difference to pristine FSF sources and may cause subtle header-related bugs for FreeBSD 4.x systems. Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com> Notes: svn path=/head/; revision=79139
* Remove the last part of jdp's profile fixes from 1998/10/08, which actuallyGerald Pfeifer2003-04-141-11/+0
| | | | | | | | | breaks -fprofile-arcs for current GCCs. PR: 50842 Notes: svn path=/head/; revision=78980
* Appease portlint by various whitespace changes. Remove last traces ofGerald Pfeifer2003-04-061-12/+8
| | | | | | | | PATCH_SITES and PATCHFILES which we haven't used lately as well as of libgcj not building properly. Notes: svn path=/head/; revision=78423
* Finally remove the parts of this patch that date back to 1998 and have nowGerald Pfeifer2003-04-021-24/+0
| | | | | | | been commented for more than a year. Notes: svn path=/head/; revision=78003
* Remove special alpha optimization warning. alpha support now should beGerald Pfeifer2003-04-021-20/+0
| | | | | | | sufficiently stable. Notes: svn path=/head/; revision=77965
* LATEST_LINK can now be overwritten by the slave port.Dirk Meyer2003-03-311-1/+1
| | | | | | | added ${PKGNAMESUFFIX} to LATEST_LINK, so it differs when set. Notes: svn path=/head/; revision=77786
* Upgrade to the 24-March-2003 GCC 3.3 in-development snapshot.David E. O'Brien2003-03-293-18/+60
| | | | Notes: svn path=/head/; revision=77705
* Fix COMMENT and a Makefile comment.Gerald Pfeifer2003-03-241-2/+2
| | | | Notes: svn path=/head/; revision=77402
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Use the most modern spelling of egcs.cygnus.com.David E. O'Brien2002-12-031-1/+1
| | | | Notes: svn path=/head/; revision=71354
* The effort to maintain these for FreeBSD just isn't worth it with the lackDavid E. O'Brien2002-11-051-1/+1
| | | | | | | of reward. Notes: svn path=/head/; revision=69508
* Use MASTER_SITES_GCC.Akinori MUSHA2002-10-191-3/+2
| | | | | | | Approved by: obrien (maintainer) Notes: svn path=/head/; revision=68364
* Upgrade to the 14-Oct-2002 GCC 3.3 in-development snapshot.David E. O'Brien2002-10-182-9/+9
| | | | Notes: svn path=/head/; revision=68241