Commit graph

11 commits

Author SHA1 Message Date
Piotr Kubaj
89a0617bbc comms/libbtbb: fix build with GCC-based architectures
Base GCC doesn't support gnu90, but does support gnu89, which is the same.

PR:		239296
Approved by:	gnn (maintainer), linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D20996
2019-07-30 12:03:42 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

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, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
George V. Neville-Neil
1f0be8d0c2 Update to release 2018-12-R1 2019-01-02 14:17:20 +00:00
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +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
George V. Neville-Neil
2bdd507d88 Fix typo 2018-09-04 14:11:56 +00:00
George V. Neville-Neil
d71e98a25e Update the license allow post GPLv2
Reported by:	jbeich
2018-09-04 13:14:07 +00:00
George V. Neville-Neil
5ead7a128d Remove an unused dependency, update to properly grab version of Python
Reported by:	jbeich
2018-09-04 13:12:08 +00:00
George V. Neville-Neil
3a8ad5d8e2 Update build dependencies to track a library rather than an executable 2018-09-03 19:43:07 +00:00
George V. Neville-Neil
e6d9ec2f1a Switch to the more idiomatic inclusion of Python 2018-09-03 19:33:28 +00:00
George V. Neville-Neil
1870b00346 Bluetooth Baseband Library for use by Ubertooth and others 2018-09-03 18:35:25 +00:00