aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc42
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for the Java frontend. The purpose of this port at thisGerald Pfeifer2010-08-142-67/+8
| | | | | | | | point is only to support FreeBSD 6.x systems who have an older system compiler than FreeBSD 7 and beyond. Notes: svn path=/head/; revision=259228
* Chase mpfr library and bump PORTREVISION.Alex Dupre2010-06-111-2/+2
| | | | Notes: svn path=/head/; revision=256398
* Switch to use newer GMP version.Alex Dupre2010-04-191-2/+2
| | | | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) Notes: svn path=/head/; revision=252906
* Force the use of system as and ld. This makes building and using thisGerald Pfeifer2010-04-161-6/+8
| | | | | | | | | | | | port consistent across installations and avoids confusing error modes for users who may have others flavors of these tools earlier in PATH. On the way, sort CONFIGURE_ARGS. Triggered by: glarkin Notes: svn path=/head/; revision=252774
* Enable build on ia64 to see what happens.Mark Linimon2010-03-111-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=250926
* - Moved fetching of ecj.jar from the post-patch target using theGreg Larkin2010-01-083-30/+11
| | | | | | | | | | | | | contrib/download_ecj script to the fetch phase using extra MASTER_SITES and DISTFILES. Pointyhat does not allow fetching outside of the fetch phase, and the size and checksums of ecj.jar need to be recorded in distinfo. Reported by: pointyhat (pav) Approved by: gerald (via private email) Notes: svn path=/head/; revision=247404
* Remove some extra aspects brought in by the previous changeset, andGerald Pfeifer2010-01-021-17/+1
| | | | | | | | | remove the WITH_JAVA_AWT knob. Discusssed with: glarkin Notes: svn path=/head/; revision=246975
* - Re-enabled the Java (gcj) frontend to support print/pdftkGreg Larkin2009-12-305-6/+119
| | | | | | | | | | | | - Added support for gcj on amd64 - Added call to contrib/download_ecj so gcj executable doesn't die with a "file not found" error after it's built Submitted by: glarkin Approved by: gerald (via email) Notes: svn path=/head/; revision=246904
* Reenable the Objective-C frontend for now, gnustep still uses it.Gerald Pfeifer2009-12-032-1/+6
| | | | | | | Reported by: dinoex Notes: svn path=/head/; revision=245154
* Remove support for the Java frontend and library where users are betterGerald Pfeifer2009-11-185-95/+9
| | | | | | | | | | | | | served using GCC 4.4 or later. This makes this port a whole lot cheaper and also allows us to remove the (somewhat bogus) check for lang/gcc295 as well as WANT_GNOME. No longer download Objective-C related files which we don't actually use. Set MAINTAINER unconditionally. Notes: svn path=/head/; revision=244443
* Move the snapshot date from PORTREVISION to being a part of PORTVERSIONGerald Pfeifer2009-05-261-15/+14
| | | | | | | | | | | | | | | | | | | | | | | | to allow for PORTREVISION bumps. Simplify pre-everything and adjust PLIST_SUB accordingly. Extract SUFFIX from PORTVERSION. Use SUFFIX for TARGLIB (and thus for the library path used by this port). Also use SUFFIX for the libexec directory instead of the full port version and flatten the directory structure and simplify the logic along the way. Move VERSIONSTRING down to pacify portlint after all those years and extract it from PORTVERSION, too. Make the determination of CONFIGURE_SCRIPT more robust. Address a long term FIXME related to older versions of FreeBSD by removing NOMANCOMPRESS=yes. Adjust Makefile header; nothing really left from the original. Notes: svn path=/head/; revision=234581
* Chase libgmp and bump PORTREVISION.Alex Dupre2009-05-131-1/+1
| | | | Notes: svn path=/head/; revision=233833
* Update to the 20090325 snapshot of GCC 4.2.5 which should concludeGerald Pfeifer2009-03-292-13/+14
| | | | | | | | | this GCC branch (I disabled further snapshots upstream). Set MAKE_JOBS_SAFE to allow for parallel builds. Notes: svn path=/head/; revision=231238
* Update to the 20090311 snapshot of GCC 4.2.5.Gerald Pfeifer2009-03-142-22/+15
| | | | | | | | | Remove obsolete code to create (empty) man pages in case regular man pages cannot be created. This catches four dummy man pages we are now able to remove: grepjar42, jar42, rmic42, and rmiregistry42. Notes: svn path=/head/; revision=230035
* Update to the 20090218 snapshot of GCC 4.2.5.Gerald Pfeifer2009-02-202-13/+13
| | | | Notes: svn path=/head/; revision=228697
* Set PORTNAME, COMMENT, and LATEST_LINK unconditionally as opposed toGerald Pfeifer2009-02-014-27/+7
| | | | | | | | | | | | | | | | | | | | using ?=. Add powerpc to NOT_FOR_ARCHS. [1] No longer include the Fortran frontend. This version has been super- seded by later ports, and the main purpose of lang/gcc42 is being on par with the GCC 4.2-based system compiler recent versions of FreeBSD feature. Remove gcc-testsuite from DISTFILES, along with the post-build and check targets. This reduces disk and bandwidth consumptions for a feature (apparently) never used. PR: 130964 [1] Notes: svn path=/head/; revision=227369
* Chase mpfr library.Alex Dupre2009-01-301-1/+1
| | | | Notes: svn path=/head/; revision=227228
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-8/+2
| | | | Notes: svn path=/head/; revision=225297
* Replace CONFLICTS=gcc-2.95.*, which actually is too late to preventGerald Pfeifer2009-01-031-3/+8
| | | | | | | | | us running into build problems, by an earlier check (pre-extract). Suggested by: pav Notes: svn path=/head/; revision=225198
* Update to the 20081126 snapshot of GCC 4.2.5. Mostly assorted bugfixesGerald Pfeifer2008-11-272-19/+19
| | | | | | | since the previous snapshot. Notes: svn path=/head/; revision=223466
* Remove alpha from NOT_FOR_ARCHS based on a report and request byGerald Pfeifer2008-07-201-1/+1
| | | | | | | | Anton Shterenlikht <mexas@bristol.ac.uk> and no objections from the freebsd-alpha@ list. Notes: svn path=/head/; revision=217173
* Update to the 20080702 snapshot of GCC 4.2.5 (which includes everythingGerald Pfeifer2008-07-062-20/+20
| | | | | | | in the ultimate GCC 4.2.4 release). Notes: svn path=/head/; revision=216393
* Update to the 20080430 snapshot of GCC 4.2.4.Gerald Pfeifer2008-05-032-19/+19
| | | | Notes: svn path=/head/; revision=212519
* Update to the 20080409 snapshot of GCC 4.2.4.Gerald Pfeifer2008-04-122-19/+19
| | | | Notes: svn path=/head/; revision=211118
* Update to the 20080326 snapshot of GCC 4.2.4.Gerald Pfeifer2008-03-272-19/+19
| | | | Notes: svn path=/head/; revision=209950
* Update to the 20080305 snapshot of GCC 4.2.4.Gerald Pfeifer2008-03-082-19/+19
| | | | Notes: svn path=/head/; revision=208657
* Update to the 20080220 snapshot of GCC 4.2.4.Gerald Pfeifer2008-02-212-20/+20
| | | | | | | | | Make PORTSNAME overridable.[1] Submitted by: maho[1] Notes: svn path=/head/; revision=207716
* Update to the 20080213 snapshot of GCC 4.2.4.Gerald Pfeifer2008-02-172-20/+20
| | | | Notes: svn path=/head/; revision=207438
* Update to the 20080130 snapshot of GCC 4.2.3 which is more or less theGerald Pfeifer2008-02-022-19/+19
| | | | | | | 4.2.3 release itself. Notes: svn path=/head/; revision=206637
* Update to the 20080123 snapshot of GCC 4.2.3.Gerald Pfeifer2008-01-252-19/+19
| | | | Notes: svn path=/head/; revision=206209
* Update to the 20080116 snapshot of GCC 4.2.3.Gerald Pfeifer2008-01-172-19/+19
| | | | Notes: svn path=/head/; revision=205749
* Update to the 20080102 snapshot of GCC 4.2.3.Gerald Pfeifer2008-01-042-19/+19
| | | | Notes: svn path=/head/; revision=204968
* Update to the 20071219 snapshot of GCC 4.2.3.Gerald Pfeifer2007-12-252-19/+19
| | | | Notes: svn path=/head/; revision=204532
* Update to the 20071024 snapshot of GCC 4.2.3.Gerald Pfeifer2007-10-252-19/+19
| | | | Notes: svn path=/head/; revision=201991
* Update to the 20071017 snapshot of GCC 4.2.3.Gerald Pfeifer2007-10-192-19/+19
| | | | Notes: svn path=/head/; revision=201679
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-1/+1
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* Update to the 20071011 snapshot of GCC 4.2.3.Gerald Pfeifer2007-10-122-21/+21
| | | | Notes: svn path=/head/; revision=201357
* Update to GCC 4.2.2 RC2.Gerald Pfeifer2007-09-292-20/+20
| | | | Notes: svn path=/head/; revision=200315
* Update to the 20070905 snapshot of GCC 4.2.2.Gerald Pfeifer2007-09-072-19/+19
| | | | Notes: svn path=/head/; revision=199026
* Chase mpfr library and bump PORTREVISION.Alex Dupre2007-08-301-1/+1
| | | | Notes: svn path=/head/; revision=198517
* Update to the 20070822 snapshot of GCC 4.2.2. Add the same CONFLICTS withGerald Pfeifer2007-08-232-19/+22
| | | | | | | lang/gcc295 that we already have in lang/gcc43. Notes: svn path=/head/; revision=198181
* Update to the 20070815 snapshot of GCC 4.2.2.Gerald Pfeifer2007-08-192-21/+21
| | | | Notes: svn path=/head/; revision=197922
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Update to the 20070712 snapshot of GCC 4.2.1 which also is the second RCGerald Pfeifer2007-07-152-19/+19
| | | | | | | for the GCC 4.2.1 release. Notes: svn path=/head/; revision=195638
* Update to the 20070703 snapshot of GCC 4.2.1 which also is the first RCGerald Pfeifer2007-07-072-20/+20
| | | | | | | for the GCC 4.2.1 release. Notes: svn path=/head/; revision=195128
* Update to the 20070627 snapshot of GCC 4.2.1.Gerald Pfeifer2007-06-282-19/+19
| | | | Notes: svn path=/head/; revision=194373
* Update to the 20070620 snapshot of GCC 4.2.1.Gerald Pfeifer2007-06-222-19/+19
| | | | Notes: svn path=/head/; revision=194052
* Update to the 20070530 snapshot of GCC 4.2.1.Gerald Pfeifer2007-05-312-19/+19
| | | | Notes: svn path=/head/; revision=192484
* Update to the 20070523 snapshot of GCC 4.2.1.Gerald Pfeifer2007-05-282-22/+22
| | | | Notes: svn path=/head/; revision=192202
* Update to GCC 4.2.0 RC3.Gerald Pfeifer2007-05-032-21/+21
| | | | Notes: svn path=/head/; revision=191489