| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Reviewed by: pi
MFH: 2017Q4
Differential Revision: https://reviews.freebsd.org/D12617
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
| |
* Switch to github (project has moved).
PR: 219275
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After the last commit to this port [1], that updated DISTFILES, patch
errors were reported on pkg-fallout:
patch: **** can't cd to /wrkdirs/usr/ports/astro/gpstk/work/dev: No such file or directory
=> Patch patch-ext__lib__FileDirProc__FileHunter.cpp failed to apply cleanly.
*** Error code 1
This change replaces a WRKSRC override with a CMAKE_SOURCE_PATH
variable to declare the source directory and regenerates patchfiles
against the default WRKSRC.
While I'm here: switch to USES=cmake:outsource to match the build
instructions upstream [2]
It was also noted during testing that this port builds with the base
Clang c++ compiler and does not require USE_GCC. Upstream documentation
requires only 'a modern, ANSI compliant C++ compiler' [3]
[1] https://svnweb.freebsd.org/changeset/ports/399654
[2] http://www.gpstk.org/bin/view/Documentation/BuildingGPSTkUnderUnix
[3] http://www.gpstk.org/bin/view/Documentation/SystemRequirements
PR: 201196
MFH: 2015Q4
|
|
|
|
|
|
|
|
| |
Move EXTRACT_AFTER_ARGS out of the PORTNAME section causing FATAL portlint
error.
PR: 201196
MFH: 2015Q4
|
|
|
|
|
|
|
|
|
|
|
| |
- Update distinfo
- Add EXTRACT_AFTER_ARGS
- Mark unbroken
PR: 201196
Submitted by: John Hein <z7dr6ut7gs snkmail com
Approved by: unmaintained (blanket)
MFH: 2014Q4
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
http://www.gpstk.org/bin/view/Development/ReleaseNotes21
http://www.gpstk.org/bin/view/Development/ReleaseNotes22
http://www.gpstk.org/bin/view/Development/ReleaseNotes23
http://www.gpstk.org/bin/view/Development/ReleaseNotes24
http://www.gpstk.org/bin/view/Development/ReleaseNotes25
Switchover from build tool jam to cmake, with lots of restructuring
of code.
|
|
|
|
|
|
|
|
| |
- Allow for parallel (-jX) builds
- Cleanup Makefile while I'm at here
- Augment port description, fix WWW
N.b., there's version 2.4 available.
|
|
|
|
|
|
| |
pending PR (related to stage)
With hat: portmgr
|
|
|
|
| |
With hat: portmgr
|
| |
|
| |
|
|
|
|
| |
astro)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
|
| |
PR: ports/169584
Changes: http://www.gpstk.org/bin/view/Development/ReleaseNotes20
Submitted by: maintainer, jhein@symmetricom.com
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/168824
Submitted by: John Hein <jhein@symmetricom.com> (maintainer)
|
|
|
|
|
| |
PR: ports/165518
Submitted by: John Hein <jhein@symmetricom.com> (maintainer)
|
|
|
|
|
|
|
| |
Pass maintainership to submitter
PR: 165139
Submitted by: John Hein <jhein@symmetricom.com>
|
| |
|
| |
|
|
|
|
|
|
|
| |
data
PR: 140855
Submitted by: IPS FreeBSD <freebsd@ips.gov.au>
|
|
|
|
|
| |
PR: 134621
Submitted by: Ports Fury
|
| |
|
|
|
|
| |
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
|
|
|
|
| |
Nudged by: linimon
|
|
|
|
|
| |
Submitted by: Ying-Chieh Liao
PR: 115675
|
|
|
|
| |
Approved by: MAINTAINER
|
|
|
|
| |
Pass CC and CXX into Jam environment as appropriate.
|
| |
|
| |
|
| |
|
| |
|
|
with raw GPS data, NMEA feeds, ephemerii, etc.
Requested by: Tom McHugh
|