aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc44
Commit message (Collapse)AuthorAgeFilesLines
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-7/+2
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* Remove ABI version numbers for all library dependencies.Gerald Pfeifer2012-08-051-4/+4
| | | | | | | Just build, do not bootstrap, this obsolete and frozen version of GCC. Notes: svn path=/head/; revision=302116
* Update to the 4.4.7 release which closes the GCC 4.7 release seriesGerald Pfeifer2012-03-182-7/+7
| | | | | | | | | and branch. Feature safe: yes Notes: svn path=/head/; revision=293527
* Update to the 20120306 snapshot of GCC 4.4.7.Gerald Pfeifer2012-03-072-3/+3
| | | | Notes: svn path=/head/; revision=292922
* Update to the 20120117 snapshot of GCC 4.4.7.Gerald Pfeifer2012-01-222-3/+3
| | | | Notes: svn path=/head/; revision=289609
* Update to the 20111108 snapshot of GCC 4.4.7. Refer to GCC 4.6 asGerald Pfeifer2011-11-122-4/+4
| | | | | | | | | the version to upgrade to instead of GCC 4.5 which is going away. Feature safe: yes Notes: svn path=/head/; revision=285628
* Update to the 20110830 snapshot of GCC 4.4.7.Gerald Pfeifer2011-09-042-3/+3
| | | | Notes: svn path=/head/; revision=281182
* Update to the 20110628 snapshot of GCC 4.4.7.Gerald Pfeifer2011-07-032-3/+3
| | | | Notes: svn path=/head/; revision=276997
* Update to the 20110531 snapshot of GCC 4.4.7.Gerald Pfeifer2011-06-032-12/+7
| | | | | | | | | | | | | Upstream now only provides a single tarball, so this brings a number of changes around that. Among others based on this, enable c, c++, and fortran (and only these) explicitly. [1] Reported by: Scott Allendorf <scott-allendorf@uiowa.edu> [1] Notes: svn path=/head/; revision=275034
* Deprecate. Were it not for cad/salome, this would not exist any more.Gerald Pfeifer2011-05-081-0/+2
| | | | Notes: svn path=/head/; revision=273826
* Update to the 20110503 snapshot of GCC 4.4.7.Gerald Pfeifer2011-05-072-7/+7
| | | | Notes: svn path=/head/; revision=273752
* Update to the 20110419 snapshot of GCC 4.4.7.Gerald Pfeifer2011-04-272-7/+7
| | | | Notes: svn path=/head/; revision=273249
* Update to the 20110419 snapshot of GCC 4.4.7, which is basically theGerald Pfeifer2011-04-212-11/+8
| | | | | | | | | | | | release of GCC 4.4.6. Replace the, now dysfunctional, post-patch target with a configure option that marks this build of GCC as "FreeBSD Ports Collection". [1] Reported by: Bjoern Koenig <bkoenig@alpha-tierchen.de> [1] Notes: svn path=/head/; revision=273008
* Update to the 20110412 snapshot of GCC 4.4.6.Gerald Pfeifer2011-04-152-7/+7
| | | | Notes: svn path=/head/; revision=272760
* Update to the 20110405 snapshot of GCC 4.4.6.Gerald Pfeifer2011-04-082-7/+7
| | | | Notes: svn path=/head/; revision=272408
* Update to the 20110329 snapshot of GCC 4.4.6.Gerald Pfeifer2011-04-012-7/+7
| | | | Notes: svn path=/head/; revision=272106
* Update to the 20110322 snapshot of GCC 4.4.6.Gerald Pfeifer2011-03-232-17/+7
| | | | | | | | Remove support for the testsuite and the full-regression-test Makefile target since we'll be phasing out this port in the near future. Notes: svn path=/head/; revision=271513
* Update to the 20110315 snapshot of GCC 4.4.6.Gerald Pfeifer2011-03-192-10/+9
| | | | | | | | | | Remove the explicit passing of CPPFLAGS to MAKE_ENV which is no longer necessary. [1] PR: 153625 [1] Notes: svn path=/head/; revision=271303
* Update to the 20110308 snapshot of GCC 4.4.6.Gerald Pfeifer2011-03-132-9/+9
| | | | Notes: svn path=/head/; revision=270800
* Update to the 20110222 snapshot of GCC 4.4.6.Gerald Pfeifer2011-02-232-9/+9
| | | | Notes: svn path=/head/; revision=269530
* Remove debug code. Completely harmless, but...Gerald Pfeifer2011-02-161-1/+0
| | | | Notes: svn path=/head/; revision=269223
* Update to the 20110215 snapshot of GCC 4.4.6.Gerald Pfeifer2011-02-162-10/+11
| | | | | | | | | Unbreak the case where CPPFLAGS is already pre-initialized. [1] Reported by: avg [1] Notes: svn path=/head/; revision=269222
* Update to the 20110208 snapshot of GCC 4.4.6.Gerald Pfeifer2011-02-092-9/+9
| | | | Notes: svn path=/head/; revision=268837
* Update to the 20110201 snapshot of GCC 4.4.6.Gerald Pfeifer2011-02-022-9/+9
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268562
* Update to the 20110125 snapshot of GCC 4.4.6.Gerald Pfeifer2011-01-282-9/+9
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268313
* Update to the 20110118 snapshot of GCC 4.4.6.Gerald Pfeifer2011-01-212-9/+9
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268091
* Update to the 20110111 snapshot of GCC 4.4.6.Gerald Pfeifer2011-01-142-9/+9
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=267798
* Update to the 20101221 snapshot of GCC 4.4.6.Gerald Pfeifer2011-01-022-14/+11
| | | | | | | | | | | | | | | | Finally fix an intricate build error (amd64 only) that has been hard to reliably track down and unbreak this port on amd64. PR: 151792, 151848 Reported by: pav, QAT, Andrei Lavreniyuk <andy@gmail.com>, "Hartmann, O." <ohartman@zedat.fu-berlin.de> Submitted by: avg (in slightly different form) Tested by: Christoph Moench-Tegeder <cmt@burggraben.net>, Da Rock <freebsd-questions@herveybayaustralia.com.au> Notes: svn path=/head/; revision=267293
* - Mark BROKEN on amd64: does not buildPav Lucistnik2010-11-061-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=264159
* Update to the 20101026 snapshot of GCC 4.4.6.Gerald Pfeifer2010-10-272-13/+13
| | | | Notes: svn path=/head/; revision=263649
* Update to the 20101012 snapshot of GCC 4.4.6.Gerald Pfeifer2010-10-162-13/+13
| | | | Notes: svn path=/head/; revision=263112
* Update to the 20101005 snapshot of GCC 4.4.6 which is pretty much theGerald Pfeifer2010-10-112-13/+13
| | | | | | | state of the GCC 4.4.5 release. Notes: svn path=/head/; revision=262817
* Update to the 20100928 snapshot of GCC 4.4.5.Gerald Pfeifer2010-09-292-13/+13
| | | | Notes: svn path=/head/; revision=262066
* Replace the explicit build dependency on devel/binutils by USE_BINUTILS.Gerald Pfeifer2010-09-281-1/+1
| | | | | | | Submitted by: bf Notes: svn path=/head/; revision=262026
* Update to the 20100921 snapshot 4.4.5.Gerald Pfeifer2010-09-222-13/+13
| | | | Notes: svn path=/head/; revision=261628
* Update to the 20100913 snapshot of GCC 4.4.5.Gerald Pfeifer2010-09-162-13/+13
| | | | Notes: svn path=/head/; revision=261294
* Update to the 20100831 snapshot of GCC 4.4.5.Gerald Pfeifer2010-09-032-13/+13
| | | | Notes: svn path=/head/; revision=260511
* Update to the 20100817 snapshot of GCC 4.4.5.Gerald Pfeifer2010-08-202-14/+14
| | | | | | | | | Replace NOT_FOR_ARCHS by ONLY_FOR_ARCHS. [1] Suggested by: linimon Notes: svn path=/head/; revision=259634
* Update to the 20100803 snapshot of GCC 4.4.5.Gerald Pfeifer2010-08-072-13/+13
| | | | Notes: svn path=/head/; revision=258859
* Update to the 20100720 snapshot of GCC 4.4.5.Gerald Pfeifer2010-07-242-13/+13
| | | | Notes: svn path=/head/; revision=258167
* Update to the 20100706 snapshot of GCC 4.4.5.Gerald Pfeifer2010-07-072-13/+13
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257500
* Update to the 20100622 snapshot of GCC 4.4.5. This brings this versionGerald Pfeifer2010-06-272-14/+14
| | | | | | | | | | | | | | of GCC more in sync with the FreeBSD system compiler enabling features such as __stack_chk_fail, fixing libffi and libmudflap support as well as enabling default_use_cxa_atexit. lang/gcc45 and lang/gcc46 already feature all of these improvements. Simplify full-regression-test. Feature safe: yes Notes: svn path=/head/; revision=257057
* Update to the 20100608 snapshot of GCC 4.4.5.Gerald Pfeifer2010-06-112-14/+13
| | | | Notes: svn path=/head/; revision=256413
* Chase mpfr library and bump PORTREVISION.Alex Dupre2010-06-111-1/+2
| | | | Notes: svn path=/head/; revision=256398
* Remove support for the Java frontend which pretty clearly never has beenGerald Pfeifer2010-05-244-76/+4
| | | | | | | | | | successfully used by anyone, yet adds a lot to build time and size. Those interested in GCJ are better served using lang/gcc45. Also update to the 20100518 snapshot of GCC 4.4.5. Notes: svn path=/head/; revision=254983
* Update to the 20100518 snapshot of GCC 4.4.5.Gerald Pfeifer2010-05-222-16/+16
| | | | Notes: svn path=/head/; revision=254831
* Update to the 20100427 snapshot of GCC 4.4.4.Gerald Pfeifer2010-04-302-16/+16
| | | | Notes: svn path=/head/; revision=253474
* Update to the 20100420 snapshot of GCC 4.4.4.Gerald Pfeifer2010-04-252-17/+16
| | | | Notes: svn path=/head/; revision=253244