aboutsummaryrefslogtreecommitdiff
path: root/astro/foxtrotgps
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* astro/foxtrotgps: update to 1.2.2Fernando Apesteguía2020-08-295-146/+16
| | | | | | | | | | ChangeLog: https://bazaar.launchpad.net/~foxtrotgps-team/foxtrotgps/trunk/revision/317 PR: 248944 Submitted by: crwhipp@gmail.com (maintainer) Notes: svn path=/head/; revision=546924
* astro/foxtrotgps: fix build on recent currentTobias C. Berner2020-08-291-0/+30
| | | | | | | Obtained from: https://bazaar.launchpad.net/~foxtrotgps-team/foxtrotgps/trunk/revision/323 Notes: svn path=/head/; revision=546873
* astro/gpsd: Update to 3.20Loïc Bartoletti2020-03-112-1/+33
| | | | | | | | | | | | | | | | | | | | - Update to 3.20 (welcome ubxtool and gpsrinex!) - Fix SConstruct per python3 [1] - Replace spaces by tabs (pet portlint) - Fixes astro/foxtrotgps, astro/gpxloggerd and comms/direwolf Changelog: - https://gitlab.com/gpsd/gpsd/-/blob/master/NEWS#L16 [1] scons is py27 only and check py27 packages for a py37 port. I commented these tests in SConstruct since we already do it in our Makefile. PR: 243980 Reviewed by: tcberner (mentor) Approved by: tcberner (mentor), maintainer timeout (z7dr6ut7gs@snkmail.com, > 2 weeks) Differential Revision: https://reviews.freebsd.org/D23920 Notes: svn path=/head/; revision=528219
* a-b: Add missing USES={gnome,php,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517040
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* Fix build on gcc-based architectures:Mark Linimon2019-03-151-1/+2
| | | | | | | | | /usr/local/lib/libgraphite2.so.3: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8' Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=495752
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=484628
* Properly register info filesBaptiste Daroussin2018-11-032-2/+2
| | | | Notes: svn path=/head/; revision=483895
* - Add LICENSE_FILEDmitry Marakasov2017-09-142-1/+2
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=449824
* - Fix shebangsMartin Wilke2017-04-241-3/+7
| | | | | | | Submitted by: Jochen Neumeister (via irc) Notes: svn path=/head/; revision=439287
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-1/+1
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-251-2/+1
| | | | | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414014
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Provide patch from future version to fix yournavigation.org API.Gleb Smirnoff2015-05-222-0/+124
| | | | | | | | PR: 200366 Approved by: Craig Whipp <crwhipp gmail.com> (maintainer) Notes: svn path=/head/; revision=386994
* Update to version 1.2.0Pawel Pekala2014-11-044-28/+22
| | | | | | | | PR: 194602 Submitted by: maintainer Notes: svn path=/head/; revision=372145
* Cleanup plistBaptiste Daroussin2014-10-191-27/+0
| | | | Notes: svn path=/head/; revision=371223
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-041-1/+1
| | | | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360588
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Define the license.Thierry Thomas2014-03-041-0/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=347049
* Fix installation of locale files.Thierry Thomas2014-03-043-39/+40
| | | | | | | | | PR: ports/186670 Submitted by: Florian Degner <f.degner (at) gmx.de> Approved by: maintainer Notes: svn path=/head/; revision=347022
* - Stage supportAntoine Brodin2014-01-302-4/+5
| | | | | | | - Fix LIB_DEPENDS Notes: svn path=/head/; revision=341893
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-4/+4
| | | | | | | | | LIB_DEPENDS in astro With hat: portmgr Notes: svn path=/head/; revision=336154
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with a) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331267
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | astro) Notes: svn path=/head/; revision=327701
* Convert astro to USES=gmakeBaptiste Daroussin2013-08-301-8/+6
| | | | | | | | | | While here: - Trim headers - Use shebangfix when needed - Convert to new perl5 world Notes: svn path=/head/; revision=325648
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* astro/foxtrotgps: fix run crashWilliam Grzybowski2013-06-242-1/+22
| | | | | | | | | | - Fix crash, retrieved from upstream PR: ports/179919 Submitted by: Craig Whipp <crwhipp@gmail.com> (maintainer) Notes: svn path=/head/; revision=321685
* - update astro/gpsd to 3.9Ruslan Makhmatkhanov2013-05-031-1/+1
| | | | | | | | | | | | - fix build on head - remove stale options and patch - chase the update in dependent ports PR: 178279 Submitted by: glebius (maintainer) Notes: svn path=/head/; revision=317170
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - graphics/libexif:Po-Chien Lin2013-03-141-5/+2
| | | | | | | | | | | | | | | | * Update to 0.6.21 * Add LICENSE * Switch to OptionsNG and PORTDOCS - Document libexif 2012-07-12 vulnerabilty - Bump PORTREVISION for libexif related ports - Trim headers while here PR: ports/175910 Approved by: swills (mentor) Security: d881d254-70c6-11e2-862d-080027a5ec9a Notes: svn path=/head/; revision=314141
* - Fix build after recent automake updateSunpoet Po-Chuan Hsieh2012-07-191-2/+0
| | | | | | | | Notified by: pointyhat Submitted by: Craig Whipp <crwhipp@gmail.com> (maintainer) Notes: svn path=/head/; revision=301144
* - Update to 1.1.1Sunpoet Po-Chuan Hsieh2012-06-192-9/+8
| | | | | | | | | | | - While I'm here, pet portlint by removing ABI version number from LIB_DEPENDS Changes: http://www.foxtrotgps.org/branches/foxtrotgps-dev/NEWS PR: ports/169233 Submitted by: Craig R. Whipp <crwhipp@gmail.com> (maintainer) Notes: svn path=/head/; revision=299624
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 1.1.0Pav Lucistnik2012-03-073-3/+14
| | | | | | | Submitted by: Craig Whipp <crwhipp@gmail.com> (maintainer) Notes: svn path=/head/; revision=292874
* - Update to 1.0.1Pav Lucistnik2011-06-034-99/+9
| | | | | | | | PR: ports/156995 Submitted by: Craig Whipp <crwhipp@gmail.com> (maintainer) Notes: svn path=/head/; revision=275012
* - Chase astro/gpsd shlib version bumpDmitry Marakasov2011-03-252-2/+96
| | | | | | | | | | - Add patches required for compatibility with new version of libgps Submitted by: glebius Tested by: glebius Notes: svn path=/head/; revision=271753
* - Bump PORTREVISION to chase the update of libexifWen Heping2011-03-041-0/+1
| | | | Notes: svn path=/head/; revision=270222
* FoxtrotGPS is a fork of Marcus Bauer's TangoGPS project, with a focus onMartin Wilke2011-01-294-0/+97
cooperation and fostering community innovation. It is a lightweight moving map application that can be used with or without a gps unit. By default, maps tiles are downloaded from the OpenStreetMap project, but other sources are available, and new ones may be added. Map areas may be downloaded and cached for use while offline. WWW: http://www.foxtrotgps.org PR: ports/154052 Submitted by: Craig Whipp <crwhipp@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=268361