aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc7-devel
Commit message (Collapse)AuthorAgeFilesLines
* Update to the 20170727 snapshot of GCC 7.1.1.Gerald Pfeifer2017-07-292-4/+4
| | | | Notes: svn path=/head/; revision=446871
* Update to the 20170720 snapshot of GCC 7.1.1.Gerald Pfeifer2017-07-213-5/+4
| | | | | | | | | | Remove workaround for PR 219274 that bapt@ had put in place in 2014 from pkg-plist. [1] PR: 219274 [1] Notes: svn path=/head/; revision=446309
* Update to the 20170713 snapshot of GCC 7.1.1.Gerald Pfeifer2017-07-152-4/+4
| | | | Notes: svn path=/head/; revision=445854
* Update to the 20170706 snapshot of GCC 7.1.1.Gerald Pfeifer2017-07-082-4/+4
| | | | Notes: svn path=/head/; revision=445303
* Update to the 20170629 snapshot of GCC 7.1.1.Gerald Pfeifer2017-07-022-4/+5
| | | | | | | | | | Remove headers being created by GCC's fixincludes machinery from the installation / packaging to avoid breakage when FreeBSD's headers are changing afterwards. Several fellow committers have strongly indicated that our headers do not need the kind of adjustments that GCC performs. Notes: svn path=/head/; revision=444861
* Update to the 20170622 snapshot of GCC 7.1.1.Gerald Pfeifer2017-07-012-4/+4
| | | | Notes: svn path=/head/; revision=444816
* Alphabetize ARCH definitions.Mark Linimon2017-06-261-1/+1
| | | | | | | | | | No need to bump PORTREVISION because package does not change. Reviewed by: gerald Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=444424
* Update to the 20170615 snapshot of GCC 7.1.1.Gerald Pfeifer2017-06-172-6/+6
| | | | | | | | When we set STAGE1_CXXFLAGS / CXXFLAGS in MAKE_FLAGS for arm platforms, do so incrementally (with += instead of =). Notes: svn path=/head/; revision=443793
* Update to the 20170608 snapshot of GCC 7.1.1.Gerald Pfeifer2017-06-092-4/+4
| | | | Notes: svn path=/head/; revision=443045
* Improve language and formatting slightly. Adjust URL to refer to httpsGerald Pfeifer2017-06-041-4/+4
| | | | | | | and avoid a trailing slash. Notes: svn path=/head/; revision=442530
* Update to the 20170601 snapshot of GCC 7.1.1.Gerald Pfeifer2017-06-042-4/+4
| | | | Notes: svn path=/head/; revision=442525
* Update to the 20170525 snapshot of GCC 7.1.1. This now comes inGerald Pfeifer2017-05-272-5/+5
| | | | | | | .tar.xz instead of .tar.bz2 format. Notes: svn path=/head/; revision=441877
* Update to the 20170518 snapshot of GCC 7.1.1.Gerald Pfeifer2017-05-202-4/+4
| | | | Notes: svn path=/head/; revision=441332
* Update to the 20170504 snapshot of GCC 7, slightly after the GCC 7.1Gerald Pfeifer2017-05-062-4/+4
| | | | | | | release (the first on that branch). Notes: svn path=/head/; revision=440264
* Update to the 20170427 snapshot of GCC 7, essentially RC1 of GCC 7.1,Gerald Pfeifer2017-04-292-4/+4
| | | | | | | the first release on this branch. Notes: svn path=/head/; revision=439758
* Update to the 20170420 snapshot of GCC 7, the first after GCC 7 hasGerald Pfeifer2017-04-222-6/+5
| | | | | | | | | | | branched for the release, so quality should be essentially there. Remove bogusly placed PORTREVISION. Sort ONLY_FOR_ARCHS. Notes: svn path=/head/; revision=439146
* Update to the 20170416 snapshot of GCC 7.Gerald Pfeifer2017-04-172-5/+5
| | | | | | | Sort PKGNAMESUFFIX and DISTNAME properly. Notes: svn path=/head/; revision=438677
* Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.Mathieu Arnold2017-04-111-3/+4
| | | | | | | | | | | | | | | | | | | | There are two cases: - The upstream versionning is compatible with our versionning, or using DISTVERSION's magic leads to a compatible PORTVERSION, use DISTVERSION. If it is possible to use DISTVERSIONPREFIX and DISTVERSIONSUFFIX to make it compatible, use them. - The upstream versionning is not compatible with our versionning, and DISTVERSION's magic does not lead to a correct PORTVERSION, then set PORTVERSION to the equivalent of our versionning, and set DISTNAME. It is possible to use a third variable where you store upstream's version and use it to compute PORTVERSION and/or DISTNAME, like the dns/bind9* ports do. Sponsored by: Absolight Notes: svn path=/head/; revision=438272
* Update to the 20170409 snapshot of GCC 7.Gerald Pfeifer2017-04-102-4/+4
| | | | | | | | Among other changes, now close to release quality, this brings some improvements for FreeBSD/AArch64 by andreast. Notes: svn path=/head/; revision=438127
* Update to the 20170402 snapshot of GCC 7.Gerald Pfeifer2017-04-032-5/+4
| | | | Notes: svn path=/head/; revision=437617
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+2
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Update to the 20170326 snapshot of GCC 7Gerald Pfeifer2017-04-013-4/+6
| | | | | | | | This adds a man page for gcov-dump7 (introduced recently) and also one for gcov-tool7 (which we have had for a while). Notes: svn path=/head/; revision=437397
* Update to the 20170319 development snapshot of GCC 7.Gerald Pfeifer2017-03-213-4/+5
| | | | | | | | This brings a new little utility program gcov-dump7 to dump code coverage data (unfortunately without a man page or documentation). Notes: svn path=/head/; revision=436634
* Update to the 20170312 development snapshot of GCC 7.Gerald Pfeifer2017-03-132-4/+4
| | | | Notes: svn path=/head/; revision=436043
* Update to the 20170305 development snapshot of GCC 7.Gerald Pfeifer2017-03-062-4/+4
| | | | Notes: svn path=/head/; revision=435568
* Update to the 20170226 development snapshot of GCC 7.Gerald Pfeifer2017-02-272-4/+4
| | | | Notes: svn path=/head/; revision=434917
* Update to the 20170219 development snapshot of GCC 7.Gerald Pfeifer2017-02-202-4/+4
| | | | Notes: svn path=/head/; revision=434442
* Update to the 20170212 development snapshot of GCC 7. Ongoing bugGerald Pfeifer2017-02-132-4/+4
| | | | | | | fixing for the release. Notes: svn path=/head/; revision=433987
* Update to the 20170205 development snapshot of GCC 7.Gerald Pfeifer2017-02-062-4/+4
| | | | Notes: svn path=/head/; revision=433485
* Update to the 20170129 development snapshot of GCC 7.Gerald Pfeifer2017-01-302-4/+4
| | | | Notes: svn path=/head/; revision=432869
* Update to the 20170122 development snapshot of GCC 7, which is now inGerald Pfeifer2017-01-233-24/+4
| | | | | | | | | | | pre-release mode (and changed it's version number from 7.0.0 to 7.0.1 accordingly). Remove gcc7-devel/files/patch-libc++ again, which dim@ and me managed to get in upstream quickly. Notes: svn path=/head/; revision=432212
* Fix system includes in lang/gcc7-develDimitry Andric2017-01-211-0/+20
| | | | | | | | | | | | | | | | | | | Similar to bug 212465 and bug 216266, lang/gcc7-devel doesn't compile with libc++ 4.0.0, due to clashes between the redefined abort macro and standard C++ headers. Upstream seems to have realized this issue, and are now using system.h to pull in C++ standard headers, when INCLUDE_xxx is defined, where xxx is ALGORITHM, VECTOR, and so on. In this case only gcov.c needs to be fixed. Approved by: gerald (maintainer) PR: 216303 MFH: 2017Q1 Notes: svn path=/head/; revision=432076
* Update to the 20170115 development snapshot of GCC 7.Gerald Pfeifer2017-01-182-4/+4
| | | | Notes: svn path=/head/; revision=431829
* Enable gcc build for aarch64. Obsolete armv6hf builds.Andreas Tobler2017-01-101-2/+2
| | | | | | | Approved by: gerald (maintaier) Notes: svn path=/head/; revision=431137
* Update to the 20170108 development snapshot of GCC 7.Gerald Pfeifer2017-01-092-4/+4
| | | | Notes: svn path=/head/; revision=431042
* Update to the 20170101 development snapshot of GCC 7.Gerald Pfeifer2017-01-012-4/+4
| | | | Notes: svn path=/head/; revision=430305
* Update to the 20161225 development snapshot of GCC 7.Gerald Pfeifer2016-12-262-4/+4
| | | | Notes: svn path=/head/; revision=429513
* Update to the 20161218 development snapshot of GCC 7.Gerald Pfeifer2016-12-192-4/+4
| | | | Notes: svn path=/head/; revision=428966
* Update to the 20161211 development snapshot of GCC 7.Gerald Pfeifer2016-12-133-25/+4
| | | | | | | | Remove files/patch-unwind-ia64.h since, like lang/gcc6 even, we no longer support ia64 (ONLY_FOR_ARCHS does not include ia64). Notes: svn path=/head/; revision=428477
* Update to the 20161224 development snapshot of GCC 7.Gerald Pfeifer2016-12-052-4/+4
| | | | | | | (Last week's snapshot failed to build out of the box.) Notes: svn path=/head/; revision=427824
* Replace USE_GCC=4.9+ by USE_GCC=yes, now that lang/gcc and the defaultGerald Pfeifer2016-11-251-1/+1
| | | | | | | version for GCC in the Ports Collection have moved to GCC 4.9. Notes: svn path=/head/; revision=427129
* Update to the 20161120 development snapshot of GCC 7.Gerald Pfeifer2016-11-232-4/+4
| | | | Notes: svn path=/head/; revision=426964
* Update to the 20161106 development snapshot of GCC 7.Gerald Pfeifer2016-11-082-4/+4
| | | | Notes: svn path=/head/; revision=425741
* Update to the 20161030 development snapshot of GCC 7.Gerald Pfeifer2016-11-012-4/+4
| | | | Notes: svn path=/head/; revision=425046
* Update to the 20161023 development snapshot of GCC 7.Gerald Pfeifer2016-10-252-4/+4
| | | | Notes: svn path=/head/; revision=424636
* ${RM} already has -f.Mathieu Arnold2016-10-211-3/+3
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Update to the 20161016 development snapshot of GCC 7.Gerald Pfeifer2016-10-192-4/+4
| | | | Notes: svn path=/head/; revision=424261
* Update to the 20161009 development snapshot of GCC 7.Gerald Pfeifer2016-10-112-5/+4
| | | | Notes: svn path=/head/; revision=423756
* Support for Java (both the GCJ front end and libgcj) has been removedGerald Pfeifer2016-10-034-83/+5
| | | | | | | | | | | upstream. Remove the JAVA option, which we already changed to off by default for this version of GCC, remove java from CATEGORIES, remove files/java-patch-hier, simplify post-stage accordingly, and adjust pkg-descr and pkg-plist. Notes: svn path=/head/; revision=423220
* Update to the 20161002 development snapshot of GCC 7.Gerald Pfeifer2016-10-032-4/+4
| | | | Notes: svn path=/head/; revision=423172