aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc
Commit message (Collapse)AuthorAgeFilesLines
* Update to the 20080509 snapshot of GCC 4.4.0.Gerald Pfeifer2008-05-112-19/+19
| | | | Notes: svn path=/head/; revision=212923
* Update to the 20080502 snapshot of GCC 4.4.0.Gerald Pfeifer2008-05-032-19/+19
| | | | Notes: svn path=/head/; revision=212550
* Update to the 20080411 snapshot of GCC 4.4.0.Gerald Pfeifer2008-04-122-19/+19
| | | | Notes: svn path=/head/; revision=211128
* Update to the 20080328 snapshot of GCC 4.4.0.Gerald Pfeifer2008-03-302-19/+19
| | | | Notes: svn path=/head/; revision=210141
* Update to the 20080321 snapshot of GCC 4.4.0.Gerald Pfeifer2008-03-232-19/+19
| | | | Notes: svn path=/head/; revision=209626
* Update to the 20080314 snapshot of GCC 4.4.0.Gerald Pfeifer2008-03-182-19/+19
| | | | Notes: svn path=/head/; revision=209279
* Update to the 20080307 snapshot of GCC 4.4. Very early alpha, take care!Gerald Pfeifer2008-03-082-19/+19
| | | | Notes: svn path=/head/; revision=208645
* Now track GCC 4.4 development (currently at 4.4.0 snapshot 20080229) viaGerald Pfeifer2008-03-014-26/+26
| | | | | | | | | | | the new lang/gcc44 port. At this point, this is mostly identical to what we have in lang/gcc43 which is in the final stages before the GCC 4.3.0 release, but things will start diverging soon. PR: 120984 Notes: svn path=/head/; revision=208291
* Update to the 20080221 snapshot of GCC 4.3.0.Gerald Pfeifer2008-02-222-20/+20
| | | | | | | | | Make PORTSNAME overridable.[1] Submitted by: maho[1] Notes: svn path=/head/; revision=207743
* Update to the 20080215 snapshot of GCC 4.3.0.Gerald Pfeifer2008-02-162-19/+19
| | | | Notes: svn path=/head/; revision=207334
* Update to the 20080208 snapshot of GCC 4.3.0.Gerald Pfeifer2008-02-102-19/+19
| | | | Notes: svn path=/head/; revision=207002
* Update to the 20080201 snapshot of GCC 4.3.0.Gerald Pfeifer2008-02-022-19/+19
| | | | Notes: svn path=/head/; revision=206645
* Update to the 20080125 snapshot of GCC 4.3.0.Gerald Pfeifer2008-01-262-19/+19
| | | | Notes: svn path=/head/; revision=206250
* Update to the 20080118 snapshot of GCC 4.3.0.Gerald Pfeifer2008-01-192-19/+19
| | | | Notes: svn path=/head/; revision=205835
* Update to the 20080111 snapshot of GCC 4.3.0.Gerald Pfeifer2008-01-122-19/+19
| | | | Notes: svn path=/head/; revision=205492
* Update to the 20080104 snapshot of GCC 4.3.0.Gerald Pfeifer2008-01-062-19/+19
| | | | Notes: svn path=/head/; revision=205098
* Update to the 20071221 snapshot of GCC 4.3.0.Gerald Pfeifer2007-12-252-19/+19
| | | | Notes: svn path=/head/; revision=204522
* Update to the 20071026 snapshot of GCC 4.3.0.Gerald Pfeifer2007-10-272-19/+19
| | | | Notes: svn path=/head/; revision=202130
* Update to the 20071019 snapshot of GCC 4.3.0.Gerald Pfeifer2007-10-202-19/+19
| | | | Notes: svn path=/head/; revision=201686
* 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 20071012 snapshot of GCC 4.3.0.Gerald Pfeifer2007-10-142-19/+19
| | | | Notes: svn path=/head/; revision=201443
* Update to the 20070928 snapshot of GCC 4.3.0.Gerald Pfeifer2007-09-292-19/+19
| | | | Notes: svn path=/head/; revision=200360
* Update to the 20070914 snapshot of GCC 4.3.0.Gerald Pfeifer2007-09-152-19/+19
| | | | Notes: svn path=/head/; revision=199528
* Update to the 20070831 snapshot of GCC 4.3.0.Gerald Pfeifer2007-09-032-19/+19
| | | | Notes: svn path=/head/; revision=198682
* Chase mpfr library and bump PORTREVISION.Alex Dupre2007-08-301-1/+1
| | | | Notes: svn path=/head/; revision=198517
* Update to the 20070817 snapshot of GCC 4.3.0.Gerald Pfeifer2007-08-202-19/+19
| | | | Notes: svn path=/head/; revision=197948
* Add missing note on the CONFLICTS with lang/gcc295.Gerald Pfeifer2007-08-111-0/+2
| | | | | | | Reported by: cy Notes: svn path=/head/; revision=197485
* Update to the 20070810 snapshot of GCC 4.3.0.Gerald Pfeifer2007-08-112-19/+20
| | | | Notes: svn path=/head/; revision=197483
* Update to the 20070727 snapshot of GCC 4.3.0.Gerald Pfeifer2007-07-282-19/+19
| | | | Notes: svn path=/head/; revision=196477
* - 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 20070720 snapshot of GCC 4.3.0.Gerald Pfeifer2007-07-212-19/+19
| | | | Notes: svn path=/head/; revision=196000
* Update to the 20070713 snapshot of GCC 4.3.0.Gerald Pfeifer2007-07-152-19/+19
| | | | Notes: svn path=/head/; revision=195640
* Update to the 20070622 snapshot of GCC 4.3.0.Gerald Pfeifer2007-06-242-19/+19
| | | | Notes: svn path=/head/; revision=194193
* Update to the 20070601 snapshot of GCC 4.3.0.Gerald Pfeifer2007-06-022-19/+19
| | | | Notes: svn path=/head/; revision=192575
* Update to the 20070518 snapshot of GCC 4.3.0 (since this week's one isGerald Pfeifer2007-05-282-19/+19
| | | | | | | broken). Notes: svn path=/head/; revision=192169
* Update to the 20070427 snapshot of GCC 4.3.0.Gerald Pfeifer2007-04-282-19/+19
| | | | Notes: svn path=/head/; revision=191059
* Update to the 20070420 snapshot of GCC 4.3.0.Gerald Pfeifer2007-04-212-22/+22
| | | | | | | | | | Move the WITH_JAVA_AWT bits into the ! WITHOUT_JAVA branch, that is, enable this only when Java is enabled. PR: 111544 Notes: svn path=/head/; revision=190526
* Update to the 20070413 snapshot of GCC 4.3.0.Gerald Pfeifer2007-04-142-19/+20
| | | | | | | Add WANT_GNOME=yes per our GNOME porting documentation. Notes: svn path=/head/; revision=189952
* libjava now also provides cp-tools.info.Gerald Pfeifer2007-04-121-1/+2
| | | | | | | Reported by: rafan Notes: svn path=/head/; revision=189829
* Move everything related to the WITH_JAVA_AWT knob into a single blockGerald Pfeifer2007-04-111-14/+12
| | | | | | | | | and make this a subset of the general Java-specific section. Submitted by: alepulver Notes: svn path=/head/; revision=189795
* Check for, and warn about the datasize limit, before trying to buildGerald Pfeifer2007-04-091-0/+9
| | | | | | | | | | with Java support. PR: 111126 Suggested by: kris, cperciva Notes: svn path=/head/; revision=189593
* Update to the 20070406 snapshot of GCC 4.3.0.Gerald Pfeifer2007-04-092-19/+19
| | | | Notes: svn path=/head/; revision=189564
* Document the large memory requirements when building with Java support.Gerald Pfeifer2007-03-311-0/+4
| | | | | | | Discussed with: alepulver Notes: svn path=/head/; revision=188891
* Update to the 20070323 snapshot of GCC 4.3.0.Gerald Pfeifer2007-03-282-19/+19
| | | | Notes: svn path=/head/; revision=188668
* Update to the 20070316 snapshot of GCC 4.3.0.Gerald Pfeifer2007-03-172-19/+19
| | | | Notes: svn path=/head/; revision=187587
* Update to the 20070309 snapshot of GCC 4.3.0. This brings a new gcjh43Gerald Pfeifer2007-03-123-20/+31
| | | | | | | | | application and man pages for gappletviewer43, gjar43, gjarsigner43, gjavah43, gkeytool43, gnative2ascii43, gorbd43, grmid43, gserialver43, and gtnameserv43. Notes: svn path=/head/; revision=187211
* Update to the 20070302 snapshot of GCC 4.3.0.Gerald Pfeifer2007-03-042-19/+19
| | | | Notes: svn path=/head/; revision=186496
* Update to the 20070223 snapshot of GCC 4.3.0. No extra patch is neededGerald Pfeifer2007-02-243-50/+19
| | | | | | | to build on i386 any longer. Notes: svn path=/head/; revision=185812
* Update to the 20070216 snapshot of GCC 4.3.0.Gerald Pfeifer2007-02-184-20/+53
| | | | | | | | | | This has a patch of mine to account for the removal of /usr/bin/objformat on 7-CURRENT and defaults to elf instead of aout in this case. Add a temporary patch to fix the bootstrap on i386. Notes: svn path=/head/; revision=185476
* Update to the 20070209 snapshot of GCC 4.3.0.Gerald Pfeifer2007-02-123-20/+27
| | | | | | | | | This adds a couple of further programs related to Java language support, specifically gjar, gjavah, gnative2ascii, gorbd, grmid, gserialver, and gtnameserv. Notes: svn path=/head/; revision=184933