| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=446871
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=445854
|
|
|
|
| |
Notes:
svn path=/head/; revision=445303
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=444816
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
When we set STAGE1_CXXFLAGS / CXXFLAGS in MAKE_FLAGS for arm platforms,
do so incrementally (with += instead of =).
Notes:
svn path=/head/; revision=443793
|
|
|
|
| |
Notes:
svn path=/head/; revision=443045
|
|
|
|
|
|
|
| |
and avoid a trailing slash.
Notes:
svn path=/head/; revision=442530
|
|
|
|
| |
Notes:
svn path=/head/; revision=442525
|
|
|
|
|
|
|
| |
.tar.xz instead of .tar.bz2 format.
Notes:
svn path=/head/; revision=441877
|
|
|
|
| |
Notes:
svn path=/head/; revision=441332
|
|
|
|
|
|
|
| |
release (the first on that branch).
Notes:
svn path=/head/; revision=440264
|
|
|
|
|
|
|
| |
the first release on this branch.
Notes:
svn path=/head/; revision=439758
|
|
|
|
|
|
|
|
|
|
|
| |
branched for the release, so quality should be essentially there.
Remove bogusly placed PORTREVISION.
Sort ONLY_FOR_ARCHS.
Notes:
svn path=/head/; revision=439146
|
|
|
|
|
|
|
| |
Sort PKGNAMESUFFIX and DISTNAME properly.
Notes:
svn path=/head/; revision=438677
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Among other changes, now close to release quality, this brings
some improvements for FreeBSD/AArch64 by andreast.
Notes:
svn path=/head/; revision=438127
|
|
|
|
| |
Notes:
svn path=/head/; revision=437617
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=436043
|
|
|
|
| |
Notes:
svn path=/head/; revision=435568
|
|
|
|
| |
Notes:
svn path=/head/; revision=434917
|
|
|
|
| |
Notes:
svn path=/head/; revision=434442
|
|
|
|
|
|
|
| |
fixing for the release.
Notes:
svn path=/head/; revision=433987
|
|
|
|
| |
Notes:
svn path=/head/; revision=433485
|
|
|
|
| |
Notes:
svn path=/head/; revision=432869
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=431829
|
|
|
|
|
|
|
| |
Approved by: gerald (maintaier)
Notes:
svn path=/head/; revision=431137
|
|
|
|
| |
Notes:
svn path=/head/; revision=431042
|
|
|
|
| |
Notes:
svn path=/head/; revision=430305
|
|
|
|
| |
Notes:
svn path=/head/; revision=429513
|
|
|
|
| |
Notes:
svn path=/head/; revision=428966
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
(Last week's snapshot failed to build out of the box.)
Notes:
svn path=/head/; revision=427824
|
|
|
|
|
|
|
| |
version for GCC in the Ports Collection have moved to GCC 4.9.
Notes:
svn path=/head/; revision=427129
|
|
|
|
| |
Notes:
svn path=/head/; revision=426964
|
|
|
|
| |
Notes:
svn path=/head/; revision=425741
|
|
|
|
| |
Notes:
svn path=/head/; revision=425046
|
|
|
|
| |
Notes:
svn path=/head/; revision=424636
|
|
|
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=424411
|
|
|
|
| |
Notes:
svn path=/head/; revision=424261
|
|
|
|
| |
Notes:
svn path=/head/; revision=423756
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=423172
|