summaryrefslogtreecommitdiff
path: root/lang/gcc32 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix the incorrect pkg-descr on binaries installed and "sign" this port.Gerald Pfeifer2003-10-152-36/+6
| | | | | | | | Given that the GCC 3.2 branch has been completely frozen, remove CVS and update-related features from Makefile. Notes: svn path=/head/; revision=91338
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* - remove empty dir lib/securityDirk Meyer2003-06-101-0/+1
| | | | Notes: svn path=/head/; revision=82637
* Track upstream update of the patch for WITH_BOUNDSCHECKING (which removedGerald Pfeifer2003-05-223-6/+6
| | | | | | | | | the previous patch). Submitted by: lioux Notes: svn path=/head/; revision=81750
* Remove three obsolete comments.Gerald Pfeifer2003-05-221-3/+0
| | | | Notes: svn path=/head/; revision=81727
* Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.Gerald Pfeifer2003-05-061-2/+1
| | | | | | | Also, we don't need USE_BISON for GCC releases. Notes: svn path=/head/; revision=80259
* Fix install problem of gnustep-objcDirk Meyer2003-04-271-2/+2
| | | | | | | extend comment for ia64 Notes: svn path=/head/; revision=79728
* There is now a version of the bounds-checking patch also for GCC 3.2.3.Gerald Pfeifer2003-04-262-1/+2
| | | | | | | Submitted by: Dan Nelson <dnelson@allantgroup.com> Notes: svn path=/head/; revision=79701
* 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=79644
* Update to GCC 3.2.3 as released today. (This is the last release from thisGerald Pfeifer2003-04-254-16/+11
| | | | | | | branch which has been "closed" in GCC CVS, so we can simplify this port.) Notes: svn path=/head/; revision=79642
* Make MAINTAINER overrideable by slave ports.Gerald Pfeifer2003-04-251-1/+1
| | | | Notes: svn path=/head/; revision=79618
* - drop javlib in PLIST for ia64 too.Dirk Meyer2003-04-221-1/+1
| | | | | | | Approved by: gerald Notes: svn path=/head/; revision=79465
* On sparc64 libgcj is not built by default (and won't build easily), so weGerald Pfeifer2003-04-213-8/+12
| | | | | | | | | need to dynamically construct pkg-plist to take this into account. Noticed by: bento+kris Notes: svn path=/head/; revision=79400
* 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=78949
* 1) COMMENT can be overrritten by a slave port (suggested by obrien)Dirk Meyer2003-04-131-2/+5
| | | | | | | | | | 2) Option WANT_SHAREDLIBS now uses ldconfig, so LIB_DEPENDS work. fix PLIST so critical file libgcc_s.so.1 is included. no response from obrien since 2003-03-31 Approved by: gerald Notes: svn path=/head/; revision=78843
* Remove PATCH_SITES and PATCHFILES which we haven't used lately and relatedGerald Pfeifer2003-04-041-6/+0
| | | | | | | | | material. Reviewed by: obrien Notes: svn path=/head/; revision=78183
* Appease portlint by using ${GMAKE}, ${GREP}, and some whitespace changes.Gerald Pfeifer2003-04-031-11/+10
| | | | Notes: svn path=/head/; revision=78041
* 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
* Simplify the shell code used by the pre-patch target.Gerald Pfeifer2003-04-011-5/+4
| | | | | | | | Suggested by: obrien Reviewed by: Dan Nelson <dnelson@allantgroup.com> Notes: svn path=/head/; revision=77928
* 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. Approved by: gerald Notes: svn path=/head/; revision=77785
* Add support for the bounds-checking patch by Herman ten Brugge (whichGerald Pfeifer2003-03-303-1/+37
| | | | | | | | | | | provides an -fbounds-checking command-line option). This is optional and built only if WITH_BOUNDSCHECKING is defined. PR: 50178 Submitted by: Dan Nelson <dnelson@allantgroup.com> Notes: svn path=/head/; revision=77776
* Add support for the base language test suites.Gerald Pfeifer2003-03-282-0/+10
| | | | | | | Submitted by: Loren James Rittle <rittle@labs.mot.com> Notes: svn path=/head/; revision=77648
* Enable libgcj (which has actually been building fine since GCC 3.1 onGerald Pfeifer2003-03-263-2/+41
| | | | | | | | | | FreeBSD/i386 and works on FreeBSD/alpha using the hack in files/patch-ub). PR: 47790 Partially Submitted by: Loren James Rittle <rittle@labs.mot.com> Notes: svn path=/head/; revision=77491
* Remove special alpha optimization warning. alpha support now should beGerald Pfeifer2003-03-261-20/+0
| | | | | | | | | | sufficiently stable, and the testsuite output for FreeBSD/alpha shows no extra -O2 failures. Submitted by: Loren James Rittle <rittle@labs.mot.com> Notes: svn path=/head/; revision=77482
* Assume maintainership of this port.Gerald Pfeifer2003-03-261-1/+1
| | | | | | | Approved by: obrien (mentor) Notes: svn path=/head/; revision=77478
* Fix COMMENT and a Makefile comment.Gerald Pfeifer2003-03-241-2/+2
| | | | Notes: svn path=/head/; revision=77402
* Remove special USER_H override.Gerald Pfeifer2003-03-201-8/+0
| | | | | | | | Submitted by: Loren James Rittle <rittle@labs.mot.com> Approved by: kris (portmgr) Notes: svn path=/head/; revision=77169
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Bump PORTREVISION to the 5-Feb-2003 release date of GCC 3.2.2 to make sureDavid E. O'Brien2003-02-121-1/+1
| | | | | | | | all the various tools knows a newer version is available than anything installed to date. Notes: svn path=/head/; revision=75380
* Update to GCC 3.2.2.Gerald Pfeifer2003-02-082-7/+7
| | | | | | | Approved by: obrien (mentor) Notes: svn path=/head/; revision=75137
* Adjust pkg-comment, this is not 3.1.Tilman Keskinoz2003-01-221-1/+1
| | | | | | | | PR: 44374 Submitted by: Volker Stolz <vs@foldr.org> Notes: svn path=/head/; revision=73770
* Use the most modern spelling of egcs.cygnus.com.David E. O'Brien2002-12-031-1/+1
| | | | Notes: svn path=/head/; revision=71354
* Fix cklatest paths.David E. O'Brien2002-12-031-1/+1
| | | | | | | | Reported by: gerald Approved by: kris Notes: svn path=/head/; revision=71335
* Update to 3.2.1 release, and fix packaging.David E. O'Brien2002-11-264-42/+49
| | | | Notes: svn path=/head/; revision=71102
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* 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
* Add CVS "fetch" framework.David E. O'Brien2002-10-051-0/+34
| | | | Notes: svn path=/head/; revision=67400
* Total hack to allow gcc32 to build on -CURRENT.David E. O'Brien2002-09-111-4/+12
| | | | | | | | | | | | This hack makes gcc totally use our stock headers vs. the fixinc'ed ones. I don't like this change as I don't think there is any chance of getting this change back into the GCC repository and it is important that the stock GCC sources will bootstrap on FreeBSD 5.0. Submitted by: Don Lewis <dl-freebsd@catspoiler.org> Notes: svn path=/head/; revision=66156
* Upgrade to the 2-Sept-2002 GCC 3.2.1 pre-release snapshot.David E. O'Brien2002-09-113-45/+45
| | | | | | | | (this port has been 100% reset back to an earlier evolution line by a repo copied from the 'gcc31' port) Notes: svn path=/head/; revision=66155
* Upgrade to the official GCC 3.1.1 release.David E. O'Brien2002-08-022-31/+24
| | | | | | | This will be the last release on the GCC 3.1 branch. Notes: svn path=/head/; revision=63869
* Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also theGerald Pfeifer2002-07-311-2/+2
| | | | | | | | | path was wrong). Approved by: obrien (maintainer+mentor) Notes: svn path=/head/; revision=63803
* Upgrade to the 1-July-2002 GCC 3.1.1 pre-release snapshot.David E. O'Brien2002-07-083-37/+37
| | | | | | | | | Note that with this update we loose the .info files. I am sick and tired of dealing with them and most of all makeinfo --no-split isn't working. Notes: svn path=/head/; revision=62666
* Do not require Gcc 3.1 to compile -- or we have an infinate loop on RELENG_4.David E. O'Brien2002-07-021-0/+2
| | | | | | | Problem Reported by: Oliver Brandmueller <ob@e-Gitt.NET> Notes: svn path=/head/; revision=62366
* Upgrade to the 17-June-2002 GCC 3.1.1 pre-release snapshot.David E. O'Brien2002-06-222-11/+11
| | | | Notes: svn path=/head/; revision=61754
* Upgrade to the 27-May-2002 GCC 3.1.1 pre-release snapshot.David E. O'Brien2002-06-022-11/+9
| | | | Notes: svn path=/head/; revision=60448
* I changed a patch.David E. O'Brien2002-05-291-1/+1
| | | | Notes: svn path=/head/; revision=60259
* Update to match what is in -current.David E. O'Brien2002-05-281-89/+78
| | | | Notes: svn path=/head/; revision=60168
* Upgrade to the 21-May-2002 GCC 3.1.1 pre-release snapshot.David E. O'Brien2002-05-283-51/+15
| | | | Notes: svn path=/head/; revision=60163