aboutsummaryrefslogtreecommitdiff
path: root/astro/gpsd
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* astro/gpsd: switch to PYTHON_EXT_SUFFIXDima Panov2020-12-241-1/+1
| | | | Notes: svn path=/head/; revision=559072
* switch gpsd to python3-scons for buildingChristoph Moench-Tegeder2020-07-222-2/+3
| | | | | | | | | | and amend plist with file found by testport PR: 247623 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=542894
* Move comms/py-serial to comms/py-pyserialSunpoet Po-Chuan Hsieh2020-06-271-1/+2
| | | | | | | | | | | | | - While I'm here, add NO_ARCH - Bump PORTREVISION of dependent ports for dependency change (devel/py-pyvisa-py and finance/odoo will be bumped in next commit, py-pyusb renaming) PR: 246546 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 40 days) Notes: svn path=/head/; revision=540586
* Update USES=scons to specify scons of Python 2Sunpoet Po-Chuan Hsieh2020-05-251-1/+1
| | | | | | | - While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons Notes: svn path=/head/; revision=536497
* astro/gpsd supports any python 3.6+Antoine Brodin2020-03-121-2/+1
| | | | | | | PR: 244745 Notes: svn path=/head/; revision=528275
* astro/gpsd: Update to 3.20Loïc Bartoletti2020-03-114-27/+82
| | | | | | | | | | | | | | | | | | | | - 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
* Update WWWSunpoet Po-Chuan Hsieh2020-02-111-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=525878
* a-b: Add missing USES={gnome,php,sdl,xorg}Tobias Kortkamp2019-11-081-0/+1
| | | | Notes: svn path=/head/; revision=517040
* astro/gpsd: remove QTBIND option (Qt4 deprecation)Tobias C. Berner2019-03-162-20/+3
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=496000
* Mark QT4 ports/functionality for removal on 2019-03-15Rene Ladan2018-12-021-0/+6
| | | | | | | | | | | | | | While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741 Notes: svn path=/head/; revision=486467
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-1/+2
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-3/+3
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Update to upstream version 3.17Thomas Zander2018-01-214-119/+23
| | | | | | | | | | | | | | | | | | | | Details: - bin/ntpshmmon is dependent on PPS option (see sConstruct) - remove patch that has been upstreamed - explicitly reference python2.7 rather than python2 (per current ports tree guidelines) - use python flavors (Note: there is support for python3 in upstream. Reserving that change for a future update (as yet untested) ) - plist changes to reflect upstream changes: lib version bumps, added man page, removed a pkg-config file - add X11 option for bin/xpgs*; update dependencies for 3.17 version of xgps* (needs python gi module & gtk3) PR: 225310 Submitted by: z7dr6ut7gs@snkmail.com Notes: svn path=/head/; revision=459614
* - Don't needlessly rebuild bundled manpages, drop unneeded build dependsDmitry Marakasov2017-05-311-4/+2
| | | | | | | | | PR: 217147 Submitted by: jau@iki.fi Approved by: z7dr6ut7gs@snkmail.com (maintainer) Notes: svn path=/head/; revision=442248
* - Update to 3.16Dmitry Marakasov2017-05-027-69/+113
| | | | | | | | PR: 207273 Submitted by: z7dr6ut7gs@snkmail.com (maintainer) Notes: svn path=/head/; revision=439960
* - Fix shebangsMartin Wilke2017-04-221-2/+4
| | | | Notes: svn path=/head/; revision=439143
* astro/gpsd: Set USES+=ncurses when NCURSES option is onJohn Marino2016-11-181-0/+1
| | | | | | | Approved by: ncurses blanket Notes: svn path=/head/; revision=426309
* Cleanup patches, a* categories.Mathieu Arnold2016-07-262-4/+4
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Pass maintainership to John Hein <z7dr6ut7gs snkmail.com>. Unfortunately,Gleb Smirnoff2016-02-181-1/+1
| | | | | | | I no longer travel with my precious FreeBSD based CarPC. Notes: svn path=/head/; revision=409088
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-168/+47
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* Fix paths in pkgconf installed files.Gleb Smirnoff2015-05-213-1/+21
| | | | | | | Submitted by: Craig Whipp <crwhipp gmail.com> Notes: svn path=/head/; revision=386917
* Disable PPS support by default. The PPS thread enters infinite loop andGleb Smirnoff2015-05-201-2/+2
| | | | | | | | GPSD consumes 100% of CPU time. I'm out of time to debug that now, so simply turn off by default. Notes: svn path=/head/; revision=386901
* Use MAKE_ARGS instead of SCONS_ARGS, which is now ignored.Gleb Smirnoff2015-05-201-42/+43
| | | | | | | Submitted by: bapt Notes: svn path=/head/; revision=386900
* - Update to 3.14Dmitry Marakasov2015-05-195-73/+80
| | | | | | | Submitted by: glebius (maintainer) Notes: svn path=/head/; revision=386813
* - Add CPE infoDmitry Marakasov2015-05-161-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386550
* Fix LIB_DEPENDS for the DBUS option.Raphael Kubo da Costa2015-03-031-1/+1
| | | | | | | | | | | | | | | | The dependency on devel/dbus was still using a shorthand name instead of the full file name of the library. Not bumping PORTREVISION because the build was broken before if the DBUS option was on. PR: 198223 Submitted by: Tobias Berner <tcberner@gmail.com> Approved by: glebius (maintainer) MFH: 2015Q1 Notes: svn path=/head/; revision=380397
* Cleanup plistBaptiste Daroussin2014-10-191-3/+0
| | | | Notes: svn path=/head/; revision=371223
* - Convert to USES=pythonMarcus von Appen2014-10-181-2/+1
| | | | | | | | Approved by: portmgr (implicit) With hat: python@ Notes: svn path=/head/; revision=371097
* Fix some LIB_DEPENDSBaptiste Daroussin2014-07-161-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362046
* - StagifyDmitry Marakasov2014-05-203-25/+51
| | | | | | | | | - Switch to USES=scons Approved by: glebius (maintainer) Notes: svn path=/head/; revision=354654
* 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - update astro/gpsd to 3.9Ruslan Makhmatkhanov2013-05-036-65/+40
| | | | | | | | | | | | - 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 all a categories to USE=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | | | | While here trim some headers and convert some gnomehack to pathfix Notes: svn path=/head/; revision=316309
* Convert to new options framework left un converted ports in a* categoriesBaptiste Daroussin2013-03-211-95/+96
| | | | | | | | | While here trim headers Convert some gnomehack to pathfix Convert some pkgconfig to USE_PKGCONFIG=build Notes: svn path=/head/; revision=314853
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: astro)Pietro Cerutti2013-02-071-3/+0
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=311869
* - Fix linking with pthreadsDmitry Marakasov2012-09-031-0/+8
| | | | | | | | | | | - While here, add IGNORE for specific illegal options combination PR: ports/170510 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> Approved by: glebius (maintainer) Notes: svn path=/head/; revision=303606
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - Update to 3.6Dmitry Marakasov2012-05-242-6/+6
| | | | | | | Submitted by: glebius (maintainer) Notes: svn path=/head/; revision=297350
* - Update to 3.5Dmitry Marakasov2012-04-152-3/+3
| | | | | | | Submitted by: glebius (maintainer via private email) Notes: svn path=/head/; revision=294876
* - Update to 3.4Dmitry Marakasov2012-01-155-8/+22
| | | | | | | Submitted by: glebius (maintainer) Notes: svn path=/head/; revision=289261
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Update to 3.3Dmitry Marakasov2011-10-303-23/+3
| | | | | | | Submitted by: glebius (maintainer) Notes: svn path=/head/; revision=284747
* - Update to 3.2Dmitry Marakasov2011-10-274-19/+42
| | | | | | | Submitted by: glebius (maintainer) Notes: svn path=/head/; revision=284433
* - Project moved from berlios to savannah, change MASTER_SITES and WWWDmitry Marakasov2011-10-053-4/+4
| | | | | | | | | | | - Distfile was rerolled along the way, changes are some defines (HAVE_DAEMON, HAVE_LIBRT, HAVE_DBUS, REVISION) in generated files, which are rewritten in the build process anyway Approved by: glebius (maintainer) Notes: svn path=/head/; revision=282998
* - Fix parallel buildDmitry Marakasov2011-09-021-1/+10
| | | | | | | | Reported by: marck Approved by: glebius (maintainer, implicit) Notes: svn path=/head/; revision=281046
* - Update to 3.1Dmitry Marakasov2011-08-303-85/+37
| | | | | | | | | | - Unbreak build on 7.0 - Unbreak some options Approved by: glebius (maintainer implicit) Notes: svn path=/head/; revision=280756