aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc32
Commit message (Collapse)AuthorAgeFilesLines
* - drop maintainershipDirk Meyer2004-07-201-1/+1
| | | | Notes: svn path=/head/; revision=114269
* - mark BROKEN on amd64Dirk Meyer2004-06-021-0/+3
| | | | Notes: svn path=/head/; revision=110643
* - fix configure for amd64Dirk Meyer2004-05-311-5/+4
| | | | Notes: svn path=/head/; revision=110473
* - mark BROKEN on ia64Dirk Meyer2004-05-211-0/+3
| | | | | | | | Bootstrap comparison failure! java/decl.o differs Notes: svn path=/head/; revision=109651
* - fix typo in condition.Dirk Meyer2004-04-161-1/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=107208
* - fix amd64 buildDirk Meyer2004-04-151-5/+17
| | | | | | | - add option WITHOUT_LIBJAVA=yes Notes: svn path=/head/; revision=107148
* - take maintainershipDirk Meyer2004-04-131-2/+2
| | | | | | | | | | | | | | | | gcc33 objc compilers don't compile gnustep-base. so this port is still needed for a bit. - let build also on alpha and sparc64 bento succesfull build logs: i386-5-latest-logs 2004 Apr 11 09:50:21 gcc-objc-3.2.3_1.log ia64-5-latest-logs 2004 Apr 8 18:37:05 gcc-objc-3.2.3_1.log alpha-5-latest-logs 2004 Apr 4 12:34:15 gcc-objc-3.2.3_1.log.bz2 alpha-4-latest-logs 2004 Mar 25 20:11:44 gcc-objc-3.2.3_1.log.bz2 sparc64-5-latest-logs 2004 Mar 22 15:23:03 gcc-objc-3.2.3_1.log.bz2 Notes: svn path=/head/; revision=106890
* This old version of GCC really only makes sense on i386 at this point (if atGerald Pfeifer2004-04-111-5/+3
| | | | | | | all), so use ONLY_FOR_ARCHS=i386. Drop maintainership. Notes: svn path=/head/; revision=106720
* Remove WITH_BOUNDSCHECKING knob, as the patch disappeared upstream andGerald Pfeifer2004-03-132-26/+0
| | | | | | | | | GCC 3.3 with a current bounds checking patch should be better anyways. Reported by: trevor Notes: svn path=/head/; revision=103890
* Mark broken on amd64 (which used to be called x86_64).Gerald Pfeifer2004-02-181-0/+4
| | | | Notes: svn path=/head/; revision=101310
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Use the SORT macro from bsd.port.mk.Trevor Johnson2004-01-221-1/+2
| | | | Notes: svn path=/head/; revision=98788
* 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