Exclude util/c.py (a symlink to util/util.py) from SHEBANG_FILES.
The build currently fails in the patch phase with:
sed: util/c.py: in-place editing only works for regular files
This seems to be caused by base r313277.
While here also simplify RUN_DEPENDS.
PR: 219982
Reported by: antoine, pkg-fallout
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D11242
- GPS support has to be disabled for now because `Mk/bsd.qt.mk'
does not know about Qt5Positioning component yet
TIMESTAMP (stellarium-0.16.0.tar.gz) = 1498032288
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748
Note: this skips all the ports that _sometimes_ fail with CMake errors. We
need to investigate that problem, and find out if it is specific to the qemu
environment.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
- Remove USE_CSTD=c99: it was added for [1], now audio/clementine-player builds fine without it
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
PR: 178687 [1]
related phenomena. It is a mostly-compatible rewrite and eventual
replacement of the satpass script in distribution Astro-satpass, aimed
at making it easier to test, and removing some of the odder cruft that
has accumulated in the satpass script.
WWW: http://search.cpan.org/dist/Astro-App-Satpass2/
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