aboutsummaryrefslogtreecommitdiffstats
path: root/astro/gpstk
Commit message (Collapse)AuthorAgeFilesLines
* astro/gpstk: drop unused dependenciesjbeich2017-10-081-3/+2
| | | | | | Reviewed by: pi MFH: 2017Q4 Differential Revision: https://reviews.freebsd.org/D12617
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-0/+1
| | | | | | | | | | | | | | (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
* Update astro/gpstk to 2.9 -- allows to be built with gcc6.tcberner2017-08-027-342/+47
| | | | | | * Switch to github (project has moved). PR: 219275
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1
| | | | | | | | | | | | | | 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
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-201-0/+1
| | | | | | | | | 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.
* astro/gpstk: Fix patches and CMake buildkoobs2015-10-224-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* astro/gpstk: Fix fatal portlint(8) errorkoobs2015-10-191-1/+2
| | | | | | | | Move EXTRACT_AFTER_ARGS out of the PORTNAME section causing FATAL portlint error. PR: 201196 MFH: 2015Q4
* astro/gpstk: Fix distinfo, Mark Unbrokenkoobs2015-10-192-3/+3
| | | | | | | | | | | - Update distinfo - Add EXTRACT_AFTER_ARGS - Mark unbroken PR: 201196 Submitted by: John Hein <z7dr6ut7gs snkmail com Approved by: unmaintained (blanket) MFH: 2014Q4
* Mark as broken ports with bad distfilesbapt2015-04-051-0/+1
|
* astro/gpstk: 2.0 -> 2.5pi2014-10-118-675/+482
| | | | | | | | | | | 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.
* - Stagify; unbreak the against Clangdanfe2014-07-233-15/+46
| | | | | | | | - 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.
* Resetting maintainership on ports that have not been staged and without anybapt2014-07-061-1/+1
| | | | | | pending PR (related to stage) With hat: portmgr
* Convert to USES=dos2unixbapt2014-05-261-2/+2
| | | | With hat: portmgr
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* remove USE_GCC=4.2+ all support freebsd version has it or better.bapt2013-10-091-1/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-5/+2
| | | | astro)
* - Fix all cases of 'No newline at end of file' in ports treeak2013-02-011-1/+1
| | | | Approved by: portmgr (bapt)
* - update to 2.0jgh2012-07-193-33/+90
| | | | | | PR: ports/169584 Changes: http://www.gpstk.org/bin/view/Development/ReleaseNotes20 Submitted by: maintainer, jhein@symmetricom.com
* - Fix conflict & lib linksscheidell2012-06-303-2/+43
| | | | | | | - Bump PORTREVISION PR: ports/168824 Submitted by: John Hein <jhein@symmetricom.com> (maintainer)
* - Avoid unecessary dos2unix invocationswen2012-02-291-0/+1
| | | | | PR: ports/165518 Submitted by: John Hein <jhein@symmetricom.com> (maintainer)
* Update to 1.7arved2012-02-2813-192/+178
| | | | | | | Pass maintainership to submitter PR: 165139 Submitted by: John Hein <jhein@symmetricom.com>
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Fix build when alternate LOCALBASE used.tdb2010-09-151-1/+2
|
* - Fix insufficient buffer size for reading dual frequency NovaTel OEM4 range ↵amdmi32009-11-283-0/+35
| | | | | | | data PR: 140855 Submitted by: IPS FreeBSD <freebsd@ips.gov.au>
* - Update to 1.5miwi2009-05-234-113/+219
| | | | | PR: 134621 Submitted by: Ports Fury
* Drop maintainerships.bms2009-04-211-1/+1
|
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* Nuke old patchesbms2007-09-053-62/+0
| | | | Nudged by: linimon
* Update to release 1.3.bms2007-08-253-168/+302
| | | | | Submitted by: Ying-Chieh Liao PR: 115675
* Remove strict dependency on gcc version (USE_GCC=3.4+).fjoe2007-01-126-1/+86
| | | | Approved by: MAINTAINER
* Mark as requiring gcc 3.4.x; 4.x is not supported by gpstk.bms2007-01-111-2/+3
| | | | Pass CC and CXX into Jam environment as appropriate.
* Fix install target.bms2007-01-022-5/+4
|
* BROKEN: Does not buildkris2006-11-171-0/+2
|
* Fix include file installation.bms2006-11-053-118/+128
|
* Mark gpstk as requiring gcc 3.4.x or greater.bms2006-11-051-0/+1
|
* Add new port gpstk, the ARL GPS Toolkit; a software library for workingbms2006-11-0210-0/+313
with raw GPS data, NMEA feeds, ephemerii, etc. Requested by: Tom McHugh