summaryrefslogtreecommitdiff
path: root/lang/gcc45 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Upgrade to a 7-Oct-2002 GCC 3.3 in-development checkout.David E. O'Brien2002-10-105-146/+165
| | | | Notes: svn path=/head/; revision=67786
* ftp://ftp.netwinder.org/ is no longer a MASTER_SITE.Gerald Pfeifer2002-07-311-1/+0
| | | | | | | Approved by: obrien (maintainer+mentor) Notes: svn path=/head/; revision=63804
* This is now in the stock FSF sources.David E. O'Brien2002-05-181-64/+0
| | | | Notes: svn path=/head/; revision=59437
* Upgrade to a 18-May-2002 GCC 3.2 in-development checkout.David E. O'Brien2002-05-181-15/+15
| | | | Notes: svn path=/head/; revision=59423
* GCC 2.95 and later aren't called egcs (any longer). Also updateGerald Pfeifer2002-04-172-13/+3
| | | | | | | | | description and web address. Approved by: obrien (maintainer+mentor) Notes: svn path=/head/; revision=57788
* GCC 2.95 and later aren't called egcs (any longer), so remove two patchesGerald Pfeifer2002-04-122-23/+0
| | | | | | | | | that add references to egcs to the documentation. Approved by: obrien (maintainer+mentor) Notes: svn path=/head/; revision=57605
* Upgrade to a 06-April-2002 GCC 3.2 in-development checkout.David E. O'Brien2002-04-072-30/+30
| | | | Notes: svn path=/head/; revision=57405
* Upgrade to a 27-March-2002 GCC 3.2 in-development checkout.David E. O'Brien2002-03-292-24/+28
| | | | Notes: svn path=/head/; revision=56827
* Upgrade to a 12-March-2002 GCC 3.2 in-development checkout.David E. O'Brien2002-03-131-2/+2
| | | | Notes: svn path=/head/; revision=55986
* Upgrade to the 10-March-2002 GCC 3.2 in-development snapshot.David E. O'Brien2002-03-132-41/+46
| | | | | | | | Due to the lack of a real snapshot distfile, this has to use CVS as the fetch method. Notes: svn path=/head/; revision=55985
* Mark broken while I find a suitable snapshot.David E. O'Brien2002-03-091-0/+1
| | | | Notes: svn path=/head/; revision=55780
* Sync with gcc30's style.David E. O'Brien2002-03-043-85/+39
| | | | | | | | | This includes changing the name from g<BINARY> to <BINARY>31, using a single .info file rather than the mirage of them, and switch to using the .bz2 distfiles. Notes: svn path=/head/; revision=55533
* Upgrade to the 25-Feb-2002 GCC 3.1 development snapshot.David E. O'Brien2002-03-023-28/+10
| | | | Notes: svn path=/head/; revision=55407
* Update to the 2002-02-04 snapshot.David E. O'Brien2002-02-102-6/+6
| | | | | | | | This port still does not install properly (still has some old cruft in it). But incase someone wants to work on a patch to help me out... Notes: svn path=/head/; revision=54484
* This allows the port to build, but it still has install problems.David E. O'Brien2002-02-051-2/+5
| | | | Notes: svn path=/head/; revision=54222
* Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.David E. O'Brien2002-02-0311-297/+202
| | | | Notes: svn path=/head/; revision=54155