aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc7-devel
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update to the 20160925 development snapshot of GCC 7.Gerald Pfeifer2016-09-262-4/+4
| | | | Notes: svn path=/head/; revision=422789
* Update to the 20160918 development snapshot of GCC 7.Gerald Pfeifer2016-09-212-4/+4
| | | | Notes: svn path=/head/; revision=422571
* Update to the 20160911 development snapshot of GCC 7.Gerald Pfeifer2016-09-122-4/+4
| | | | Notes: svn path=/head/; revision=421919
* Update to the 20160904 development snapshot of GCC 7.Gerald Pfeifer2016-09-052-4/+4
| | | | Notes: svn path=/head/; revision=421355
* Update to the 20160828 development snapshot of GCC 7.Gerald Pfeifer2016-08-292-4/+4
| | | | Notes: svn path=/head/; revision=421044
* Update to the 20160821 development snapshot of GCC 7.Gerald Pfeifer2016-08-222-4/+4
| | | | Notes: svn path=/head/; revision=420592
* Update to the 20160814 development snapshot of GCC 7.Gerald Pfeifer2016-08-162-4/+4
| | | | Notes: svn path=/head/; revision=420268
* Update to the 20160807 development snapshot of GCC 7.Gerald Pfeifer2016-08-082-4/+4
| | | | Notes: svn path=/head/; revision=419804
* Update to the 20160731 development snapshot of GCC 7.Gerald Pfeifer2016-08-012-4/+4
| | | | Notes: svn path=/head/; revision=419433
* Update to the 20160724 development snapshot of GCC 7.Gerald Pfeifer2016-07-262-4/+4
| | | | Notes: svn path=/head/; revision=419104
* Update to the 20160717 development snapshot of GCC 7.Gerald Pfeifer2016-07-242-4/+4
| | | | Notes: svn path=/head/; revision=419011
* Update to the 20160710 development snapshot of GCC 7.Gerald Pfeifer2016-07-162-4/+4
| | | | Notes: svn path=/head/; revision=418630