Commit graph

152 commits

Author SHA1 Message Date
Gerald Pfeifer
5c0c6dc1b8 Update to the 20181213 snapshot of GCC 7.4.1. 2018-12-15 03:52:06 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Gerald Pfeifer
9f81e857a5 Update to the 20181206 snapshot of GCC 7.4.1, that is, this is the first
snapshot after the GCC 7.4 release.
2018-12-07 22:56:59 +00:00
Gerald Pfeifer
3d18f4a170 Update to the 20181129 snapshot of GCC 7.3.1.
Create a separate USES block earlier in the Makefile and moving relevant
items there. [1]

Reported by:	portlint [1]
2018-12-01 18:37:53 +00:00
Gerald Pfeifer
da1f428a7a Update to the 20181122 snapshot of GCC 7.3.1. 2018-11-26 23:58:28 +00:00
Gerald Pfeifer
e62633d3df Update to the 20181115 snapshot of GCC 7.3.1. 2018-11-17 13:14:10 +00:00
Gerald Pfeifer
d6370f371a Update to the 20181108 snapshot of GCC 7.3.1. 2018-11-10 22:17:55 +00:00
Baptiste Daroussin
7990f81066 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
2018-11-10 18:12:57 +00:00
Gerald Pfeifer
b10b333a25 Update to the 20181101 snapshot of GCC 7.3.1. 2018-11-03 12:27:11 +00:00
Gerald Pfeifer
483fbe4fb3 Update to the 20181025 snapshot of GCC 7.3.1. 2018-10-27 17:33:13 +00:00
Gerald Pfeifer
acb87624be Update to the 20181011 snapshot of GCC 7.3.1.
This includes files/patch-libgfortran directly, so remove our local copy
on the way.
2018-10-20 11:11:45 +00:00
Gerald Pfeifer
c19ec21509 Update to the 20181011 snapshot of GCC 7.3.1. 2018-10-14 06:27:21 +00:00
Gerald Pfeifer
7e5a114474 Update to the 20181004 snapshot of GCC 7.3.1.
Add a partial fix for what was reported in PR 231804, 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
2018-10-07 06:08:44 +00:00
Gerald Pfeifer
578d9ccbd6 Update to the 20180927 snapshot of GCC 7.3.1. 2018-09-28 22:11:45 +00:00
Gerald Pfeifer
a8c658df3a Update to the 20180920 snapshot of GCC 7.3.1. 2018-09-22 06:44:28 +00:00
Gerald Pfeifer
c3d81b8d44 Update to the 20180913 snapshot of GCC 7.3.1. 2018-09-14 21:21:31 +00:00
Mathieu Arnold
f57bc4af66 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
2018-09-10 13:11:23 +00:00
Gerald Pfeifer
a081cd1dc7 Update to the 20180906 snapshot of GCC 7.3.1. 2018-09-08 15:20:47 +00:00
Kevin Bowling
0440aafd1f lang/gcc7{,-devel}: Fix powerpc64 USE_GCC dependency loop
Approved by:	gerald (maintainer), timur (mentor)
Differential Revision:	https://reviews.freebsd.org/D16784
2018-09-04 22:26:16 +00:00
Gerald Pfeifer
8ae9f1b008 Update to the 20180830 snapshot of GCC 7.3.1. 2018-09-01 13:07:01 +00:00
Gerald Pfeifer
6118943094 Update to the 20180823 snapshot of GCC 7.3.1. 2018-08-25 12:35:22 +00:00
Gerald Pfeifer
ada18d20be Update to the 20180816 snapshot of GCC 7.3.1. 2018-08-19 14:04:01 +00:00
Gerald Pfeifer
f955c3082d Update to the 20180809 snapshot of GCC 7.3.1. 2018-08-18 16:19:52 +00:00
Gerald Pfeifer
81e9c78c7e Update to the 20180802 snapshot of GCC 7.3.1. 2018-08-04 12:34:14 +00:00
Gerald Pfeifer
09f9633cb6 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
2018-07-29 22:18:44 +00:00
Gerald Pfeifer
ed97756589 Update to the 20180726 snapshot of GCC 7.3.1. 2018-07-29 09:09:09 +00:00
Gerald Pfeifer
ea2b04dee1 Update to the 20180719 snapshot of GCC 7.3.1. 2018-07-22 08:28:14 +00:00
Gerald Pfeifer
911e7083d2 Update to the 20180712 snapshot of GCC 7.3.1. 2018-07-14 18:55:14 +00:00
Gerald Pfeifer
fa6b5eafde Update to the 2018070055 snapshot of GCC 7.3.1. 2018-07-11 14:44:22 +00:00
Gerald Pfeifer
26a5357049 Update to the 20180628 snapshot of GCC 7.3.1. 2018-07-01 19:25:02 +00:00
Gerald Pfeifer
9dd5f75394 Update to the 20180621 snapshot of GCC 7.3.1. 2018-06-24 21:52:24 +00:00
Gerald Pfeifer
1ba53cdcab Update to the 20180607 snapshot of GCC 7.3.1. 2018-06-16 07:50:16 +00:00
Gerald Pfeifer
12cf9f0cd7 Update to the 20180531 snapshot of GCC 7.3.1. 2018-06-02 12:56:02 +00:00
Gerald Pfeifer
ebfd9475a3 Update to the 20180524 snapshot of GCC 7.3.1. 2018-05-27 10:27:16 +00:00
Gerald Pfeifer
72203c995d Update to the 20180517 snapshot of GCC 7.3.1. 2018-05-20 14:16:00 +00:00
Tijl Coosemans
23e99b00ef 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)
2018-05-14 19:15:36 +00:00
Gerald Pfeifer
5056113c37 Update to the 20180503 snapshot of GCC 7.3.1. 2018-05-12 18:20:58 +00:00
Gerald Pfeifer
3195b7fcfb Update to the 20180426 snapshot of GCC 7.3.1. 2018-05-06 10:59:32 +00:00
Gerald Pfeifer
38a64bf9be Update to the 20180419 snapshot of GCC 7.3.1. 2018-04-21 15:12:41 +00:00
Alex Dupre
aca2d686e3 Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports. 2018-04-19 07:08:45 +00:00
Gerald Pfeifer
6d56a2b54d Update to the 20180412 snapshot of GCC 7.3.1. 2018-04-14 15:23:13 +00:00
Danilo Egea Gondolfo
6919f1bde0 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
2018-04-08 19:05:36 +00:00
Gerald Pfeifer
6be67dce08 Update to the 20180405 snapshot of GCC 7.3.1. 2018-04-07 16:29:23 +00:00
Gerald Pfeifer
8672e24cc6 Update to the 20180329 snapshot of GCC 7.3.1. 2018-03-31 13:20:32 +00:00
Mark Linimon
d0c5aa8cc1 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
2018-03-31 12:11:36 +00:00
Gerald Pfeifer
18e7b0b589 Update to the 20180322 snapshot of GCC 7.3.1. 2018-03-24 10:19:59 +00:00
Gerald Pfeifer
c9c6db2978 Update to the 20180315 snapshot of GCC 7.3.1. 2018-03-17 10:30:48 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Gerald Pfeifer
3ac98fbcdb Update to the 20180308 snapshot of GCC 7.3.1. 2018-03-09 15:10:19 +00:00
Gerald Pfeifer
af3768b888 Update to the 20180301 snapshot of GCC 7.3.1. 2018-03-03 21:29:29 +00:00