Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.4.1.s20181024_1 11 Nov 2018 08:04:06 |
gerald |
With the release of GCC 6.5 the GCC 6 release branch has been closed
upstream and there won't be any further snapshots of this branch. (The
current/latest essentially is the same as the 6.5 release).
Hence remove the lang/gcc6-devel port which has been tracking snapshots
all along.
lang/gcc6 is a direct replacement and will be available for a longer
time. Note this is also the last version of GCC featuring the Java
front end. |
6.4.1.s20181024_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
6.4.1.s20181024 27 Oct 2018 17:32:35 |
gerald |
Update to the 20181024 snapshot of GCC 6.4.1, the last snapshot of the
GCC 6.4 series probably. |
6.4.1.s20181017 21 Oct 2018 11:25:41 |
gerald |
Update to the 20181017 snapshot of GCC 6.4.1.
This now includes files/patch-libgfortran directly (which I pushed and
backported upstream), so remove our local copy. |
6.4.1.s20181010 16 Oct 2018 15:23:41 |
gerald |
Update to the 20181003 snapshot of GCC 6.4.1.
Add a partial fix for what was reported in PR 231804, specifically the
part that's actually relevant upstream and that I made there, cf.
https://gcc.gnu.org/ml/gcc-patches/2018-10/msg00076.html as a new local
patch files/patch-libgfortran until I have backported this to the upstream
release branch and hence we get it via the weekly snapshots.
PR: 231804 |
6.4.1.s20181003 07 Oct 2018 11:38:57 |
gerald |
Update to the 20181003 snapshot of GCC 6.4.1. |
6.4.1.s20180926 29 Sep 2018 06:56:56 |
gerald |
Update to the 20180926 snapshot of GCC 6.4.1. |
6.4.1.s20180919 22 Sep 2018 07:33:25 |
gerald |
Update to the 20180919 snapshot of GCC 6.4.1. |
6.4.1.s20180905 10 Sep 2018 13:11:24 |
mat |
After an include, PLIST_SUB must be appended to, not overwritten.
If it is overwritten, many values will be clobbered, and
pain will ensue.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
6.4.1.s20180905 08 Sep 2018 15:47:02 |
gerald |
Update to the 20180905 snapshot of GCC 6.4.1. |
6.4.1.s20180822 25 Aug 2018 13:10:03 |
gerald |
Update to the 20180822 snapshot of GCC 6.4.1. |
6.4.1.s20180815 19 Aug 2018 00:49:35 |
gerald |
Update to the 20180815 snapshot of GCC 6.4.1. |
6.4.1.s20180801 04 Aug 2018 19:06:39 |
gerald |
Update to the 20180801 snapshot of GCC 6.4.1. |
6.4.1.s20180718_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
6.4.1.s20180718 22 Jul 2018 12:30:11 |
gerald |
Update to the 20180718 snapshot of GCC 6.4.1. |
6.4.1.s20180711 14 Jul 2018 18:55:57 |
gerald |
Update to the 20180711 snapshot of GCC 6.4.1. |
6.4.1.s20180627 04 Jul 2018 15:49:36 |
gerald |
Improve the explanation on why on powerpc64 we require USE_GCC=5 and
not one of the more common/flexbile options such as USE_GCC=yes.
Reported by: linimon |
6.4.1.s20180627 02 Jul 2018 16:12:57 |
gerald |
Update to the 20180627 snapshot of GCC 6.4.1. |
6.4.1.s20180620 24 Jun 2018 22:32:57 |
gerald |
Update to the 20180620 snapshot of GCC 6.4.1. |
6.4.1.s20180613 16 Jun 2018 10:50:09 |
gerald |
Update to the 20180613 snapshot of GCC 6.4.1. |
6.4.1.s20180606 07 Jun 2018 13:16:51 |
gerald |
Update to the 20180606 snapshot of GCC 6.4.1. |
6.4.1.s20180530 31 May 2018 11:17:32 |
gerald |
Update to the 20180530 snapshot of GCC 6.4.1. |
6.4.1.s20180523 24 May 2018 22:05:48 |
gerald |
Update to the 20180523 snapshot of GCC 6.4.1. |
6.4.1.s20180516 20 May 2018 10:24:47 |
gerald |
Update to the 20180516 snapshot of GCC 6.4.1. |
6.4.1.s20180509_1 14 May 2018 19:15:36 |
tijl |
Run "/usr/sbin/service ldconfig restart" for USE_LDCONFIG instead of
"ldconfig -m <path>" so the order of ldconfig search directories after
package installation is the same as after a reboot. The original command
simply appends the path to the list of directories while the ldconfig rc.d
script uses "sort -u".
Bump lang/gcc* which are known to install libraries with exactly the same
name so the library loaded at runtime depends on the order of the search
directories.
PR: 228046
Approved by: portmgr (antoine) |
6.4.1.s20180509 10 May 2018 06:54:51 |
gerald |
Update to the 20180509 snapshot of GCC 6.4.1. |
6.4.1.s20180502 06 May 2018 11:38:28 |
gerald |
Update to the 20180502 snapshot of GCC 6.4.1. |
6.4.1.s20180425 27 Apr 2018 16:48:57 |
gerald |
Update to the 20180425 snapshot of GCC 6.4.1. |
6.4.1.s20180418 21 Apr 2018 15:01:36 |
gerald |
Update to the 20180418 snapshot of GCC 6.4.1. |
6.4.1.s20180411_1 19 Apr 2018 07:08:45 |
ale |
Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports. |
6.4.1.s20180411 17 Apr 2018 16:11:53 |
gerald |
Update to the 20180411 snapshot of GCC 6.4.1. |
6.4.1.s20180404_1 08 Apr 2018 19:05:37 |
danilo |
math/cloog
- Update to 0.19.0
- Use github
- Add ac_cv_prog_TEXI2DVI to avoid building docs for now
devel/isl
- Update to 0.19
- Bump PORTREVISION of all dependencies |
6.4.1.s20180404 07 Apr 2018 15:14:00 |
gerald |
Update to the 20180404 snapshot of GCC 6.4.1. |
6.4.1.s20180328 31 Mar 2018 12:11:36 |
linimon |
Allow gcc compilers to be built on new arch 'powerpcspe'.
Tested for no-harm on amd64.
Submitted by: jhibbits
Approved by: portmgr (tier-2 blanket)
Differential Revision: D13126 |
6.4.1.s20180328 29 Mar 2018 21:54:21 |
gerald |
Update to the 20180328 snapshot of GCC 6.4.1. |
6.4.1.s20180321 24 Mar 2018 09:21:13 |
gerald |
Update to the 20180321 snapshot of GCC 6.4.1. |
6.4.1.s20180314 17 Mar 2018 09:53:35 |
gerald |
Update to the 20180314 snapshot of GCC 6.4.1. |
6.4.1.s20180307_1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
6.4.1.s20180307 08 Mar 2018 20:56:43 |
gerald |
Update to the 20180307 snapshot of GCC 6.4.1. |
6.4.1.s20180228 03 Mar 2018 20:35:09 |
gerald |
Update to the 20180228 snapshot of GCC 6.4.1. |
6.4.1.s20180221 23 Feb 2018 12:48:10 |
gerald |
Update to the 20180221 snapshot of GCC 6.4.1. |
6.4.1.s20180214 16 Feb 2018 23:29:08 |
gerald |
Update to the 20180214 snapshot of GCC 6.4.1. |
6.4.1.s20180207 08 Feb 2018 21:37:54 |
gerald |
Update to the 20180207 snapshot of GCC 6.4.1. |
6.4.1.s20180131 01 Feb 2018 16:11:42 |
gerald |
Update to the 20180131 snapshot of GCC 6.4.1. |
6.4.1.s20180124 26 Jan 2018 10:34:54 |
gerald |
Update to the 20180124 snapshot of GCC 6.4.1. |
6.4.1.s20180117 18 Jan 2018 16:27:13 |
gerald |
Update to the 20180117 snapshot of GCC 6.4.1. |
6.4.1.s20180110 12 Jan 2018 20:53:33 |
gerald |
Update to the 20180110 snapshot of GCC 6.4.1. |
6.4.1.s20180103 08 Jan 2018 00:43:22 |
gerald |
Update to the 20180103 snapshot of GCC 6.4.1. |
6.4.1.s20171227 27 Dec 2017 23:52:10 |
gerald |
Update to the 20171227 snapshot of GCC 6.4.1. |
6.4.1.s20171220 23 Dec 2017 04:19:56 |
gerald |
Update to the 20171220 snapshot of GCC 6.4.1. |
6.4.1.s20171213 14 Dec 2017 21:56:11 |
gerald |
Update to the 20171213 snapshot of GCC 6.4.1. |
6.4.1.s20171206 08 Dec 2017 11:49:58 |
gerald |
Update to the 20171206 snapshot of GCC 6.4.1. |
6.4.1.s20171129 30 Nov 2017 06:23:59 |
gerald |
Update to the 20171129 snapshot of GCC 6.4.1.
Like with lang/gcc6 now, make sure what we install is stripped (i.e.,
debug info is removed). (For more background see revisions 454177.) |
6.4.1.s20171122 23 Nov 2017 07:54:09 |
gerald |
Update to the 20171122 snapshot of GCC 6.4.1.
On the way, rework the architecture-specific special settings, sorting
and using .elif instead of distinct .if sequences.
Add a workaround for armv7. [1]
Tested by: andreast [1] |
6.4.1.s20171115 16 Nov 2017 21:31:38 |
gerald |
Update to the 20171115 snapshot of GCC 6.4.1. |
6.4.1.s20171108 11 Nov 2017 23:43:20 |
gerald |
Update to the 20171108 snapshot of GCC 6.4.1.
This addresses a real-world issue around threading and unwinding that
andreast@ has fixed upstream and backported to the GCC 6 release branch
(cf. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82635 ). |
6.4.1.s20171101 02 Nov 2017 08:45:27 |
gerald |
Update to the 20171101 snapshot of GCC 6.4.1. |
6.4.1.s20171025 28 Oct 2017 20:05:29 |
gerald |
Update to the 20171025 snapshot of GCC 6.4.1. |
6.4.1.s20171018 20 Oct 2017 21:34:54 |
gerald |
Update to the 20171018 snapshot of GCC 6.4.1. |
6.4.1.s20171011 12 Oct 2017 16:19:23 |
gerald |
Update to the 20171011 snapshot of GCC 6.4.1.
Enable this on armv7, courtesy of andreast@ pushing support upstream
in time for this snapshot.
PR: 221905 |
6.4.1.s20171004 10 Oct 2017 17:17:21 |
gerald |
Update to the 20171004 snapshot of GCC 6.4.1. |
6.4.1.s20170927 28 Sep 2017 16:13:15 |
gerald |
Update to the 20170927 snapshot of GCC 6.4.1.
Add a conflict with the lang/gcc6 port like we've had it in lang/gcc5-devel
(for lang/gcc5) for a fair while. |
6.4.1.s20170920 21 Sep 2017 21:18:50 |
gerald |
Update to the 20170920 snapshot of GCC 6.4.1.
Make Python a build-only dependency when building Java
(JAVA_USES=python:build) which makes the installed port/package
quite a bit more lightweight. |
6.4.1.s20170913 16 Sep 2017 08:22:53 |
gerald |
Update to the 20170913 snapshot of GCC 6.4.1.
Don't quote constant strings compared with ${ARCH}. [1]
Submitted by: linimon [1] |
6.4.1.s20170906_1 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
6.4.1.s20170906 09 Sep 2017 07:04:40 |
gerald |
Update to the 20170906 snapshot of GCC 6.4.1. |
6.4.1.s20170830 02 Sep 2017 16:22:07 |
gerald |
Update to the 20170830 snapshot of GCC 6.4.1. |
6.4.1.s20170823 30 Aug 2017 20:32:26 |
gerald |
Update to the 20170823 snapshot of GCC 6.4.1.
Move ONLY_FOR_ARCHS earlier in the Makefile per guidance from portlint
and the FreeBSD Porter's Handbook. |
6.4.1.s20170816 17 Aug 2017 20:50:34 |
gerald |
Update to the 20170816 snapshot of GCC 6.4.1. |
6.4.1.s20170809 10 Aug 2017 15:18:37 |
gerald |
Update to the 20170809 snapshot of GCC 6.4.1. |
6.4.1.s20170802 06 Aug 2017 06:21:55 |
gerald |
Update to the 20170802 snapshot of GCC 6.4.1. |
6.4.1.s20170726 29 Jul 2017 08:43:03 |
gerald |
Update to the 20170626 snapshot of GCC 6.4.1. |
6.4.1.s20170719 21 Jul 2017 10:53:42 |
gerald |
Update to the 20170621 snapshot of GCC 6.4.1, moving from GCC 6.3.1
now that GCC 6.4 has been released.
Remove workaround for PR 219274 that bapt@ had put in place in 2014
from pkg-plist.
PR: 219274 |
6.3.1.s20170621_1 08 Jul 2017 09:23:19 |
gerald |
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.
Bump PORTREVISION since unfortunately this appears relevant with the
pending release of FreeBSD 11.1. |
6.3.1.s20170621 29 Jun 2017 11:10:11 |
gerald |
Update to the 20170621 snapshot of GCC 6.3.1.
No longer default to building GCJ/libgcj on any platform, that is,
option JAVA no longer is the default anywhere. lang/gcc6 retains
this for the time being as does lang/gcc5.
And indent JAVA_USES aligned with other entries. |
6.3.1.s20170614 26 Jun 2017 22:50:12 |
linimon |
Alphabetize ARCH definitions.
No need to bump PORTREVISION because package does not change.
Reviewed by: gerald
Approved by: portmgr (tier-2 blanket) |
6.3.1.s20170614 17 Jun 2017 22:31:36 |
gerald |
Update to the 20170614 snapshot of GCC 6.3.1. |
6.3.1.s20170607 14 Jun 2017 21:32:46 |
gerald |
Update to the 20170607 snapshot of GCC 6.3.1.
Adjust WWW reference in pkg-descr to https and avoid a trailing slash. |
6.3.1.s20170531 04 Jun 2017 04:57:44 |
gerald |
Replace the general USE_GCC=yes when building for powerpc64 by the
specific USE_GCC=5 to be future proof when GCC 6 becomes the default
(since USE_GCC=yes would then pull in lang/gcc6 which we obviously
cannot require to build gcc6 itself nor gcc6-devel). This also helps
users who play with GCC_DEFAULT in Mk/bsd.default-versions.mk.
Reported by: jhibbits
Discussed with: andreast |
6.3.1.s20170531 01 Jun 2017 22:52:54 |
gerald |
Update to the 20170531 snapshot of GCC 6.3.1. |
6.3.1.s20170524 27 May 2017 21:31:18 |
gerald |
Update to the 20170524 snapshot of GCC 6.3.1. Upstream tarballs are
now compressed with xz instead of bzip2. |
6.3.1.s20170517 20 May 2017 17:43:54 |
gerald |
Update to the 20170517 snapshot of GCC 6.3.1. |
6.3.1.s20170510 14 May 2017 13:06:30 |
gerald |
Update to the 20170510 snapshot of GCC 6.3.1. |
6.3.1.s20170503 05 May 2017 21:56:24 |
gerald |
Update to the 20170503 snapshot of GCC 6. |
6.3.1.s20170426 29 Apr 2017 06:50:08 |
gerald |
Update to the 20170426 snapshot of GCC 6 (on a new weekday now,
hence the unusual gap of 13 days). |
6.3.1.s20170413 23 Apr 2017 07:56:30 |
gerald |
Sort ONLY_FOR_ARCHS. |
6.3.1.s20170413 14 Apr 2017 23:04:00 |
gerald |
Update to the 20170413 snapshot of GCC 6.
Fix order of PKGNAMESUFFIX and DISTNAME; remove PORTREVISION from
its "interesting" location in the Makefile. |
6.3.1.s20170406_2 14 Apr 2017 20:50:33 |
miwi |
- Fix shebang
Approved by: gerald (maintainer via mail) |
6.3.1.s20170406_1 11 Apr 2017 15:21:23 |
mat |
Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.
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 |
6.3.1.s20170406_1 07 Apr 2017 21:47:25 |
gerald |
Update to the 20170406 snapshot of GCC 6. |
6.3.1.s20170330_1 01 Apr 2017 16:49:10 |
gerald |
Update to the 20170330 snapshot of GCC 6. |
6.3.1.s20170323_1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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 |
6.3.1.s20170323 25 Mar 2017 17:34:53 |
gerald |
Update to the 20170323 snapshot of GCC 6.
This adds a man page for gcov-dump6 (introduced last week) and also
one for gcov-tool6. |
6.3.1.s20170316 17 Mar 2017 10:59:07 |
gerald |
Update to the 20170316 snapshot of GCC 6.
This brings a new little utility program gcov-dump6 to dump code coverage
data (unfortunately without a man page or documentation). |
6.3.1.s20170309 10 Mar 2017 21:44:49 |
gerald |
Update to the 20170309 snapshot of GCC 6. |
6.3.1.s20170302 03 Mar 2017 21:46:36 |
gerald |
Update to the 20170302 snapshot of GCC 6. |
6.3.1.s20170223 24 Feb 2017 20:14:58 |
gerald |
Update to the 20170223 snapshot of GCC 6. |
6.3.1.s20170216 18 Feb 2017 09:08:27 |
gerald |
Update to the 20170216 snapshot of GCC 6. |
6.3.1.s20170209 10 Feb 2017 00:07:24 |
gerald |
Update to the 20170209 snapshot of GCC 6. |
6.3.1.s20170202 03 Feb 2017 08:21:44 |
gerald |
Update to the 20170202 snapshot of GCC 6. |