Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.25 19 Nov 2024 16:59:07 |
Charlie Li (vishwin) |
devel/py-gobject3: use USE_GNOME=pygobject3 helper
The helper is equivalent to the previous explicit dependency
declaration so no functional or metadata changes.
With hat: gnome
PR: 273722 |
3.25 25 Jun 2024 16:24:48 |
Fernando Apesteguía (fernape) Author: John Hay |
astro/gpsd: update to 3.25
PR: 279718
Reported by: john@sanren.ac.za
Approved by: z7dr6ut7gs@snkmail.com (maintainer, timeout > 2 weeks) |
3.23.1_3 30 Jan 2024 22:35:30 |
Muhammad Moinur Rahman (bofh) |
astro/gpsd: Moved man to share/man
Approved by: portmgr (blanket) |
3.23.1_2 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
3.23.1_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.23.1_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.23.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.23.1 20 Jul 2022 14:20:50 |
Tobias C. Berner (tcberner) |
astro: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp>
* Alexander Leidinger
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Karpov <toxa@toxahost.ru>
* Brion Moss <brion@queeg.com>
* Bruce M Simpson <bms@FreeBSD.org>
* Chris Piazza <cpiazza@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.23.1 14 Mar 2022 00:31:48 |
Steve Wills (swills) |
astro/gpsd: update to 3.23.1
PR: 258109
Approved by: z7dr6ut7gs@snkmail.com (maintainer timeout, >2 months) |
3.20_2 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.20_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.20_2 24 Dec 2020 13:17:10 |
fluffy |
astro/gpsd: switch to PYTHON_EXT_SUFFIX |
3.20_2 22 Jul 2020 20:36:13 |
cmt |
switch gpsd to python3-scons for building
and amend plist with file found by testport
PR: 247623
Approved by: maintainer (timeout) |
3.20_1 27 Jun 2020 09:37:51 |
sunpoet |
Move comms/py-serial to comms/py-pyserial
- 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) |
3.20 25 May 2020 18:33:44 |
sunpoet |
Update USES=scons to specify scons of Python 2
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons |
3.20 12 Mar 2020 08:40:29 |
antoine |
astro/gpsd supports any python 3.6+
PR: 244745 |
3.20 11 Mar 2020 08:26:04 |
lbartoletti |
astro/gpsd: Update to 3.20
- 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 |
3.17_1 11 Feb 2020 17:57:35 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
3.17_1 08 Nov 2019 09:27:57 |
tobik |
a-b: Add missing USES={gnome,php,sdl,xorg} |
3.17_1 16 Mar 2019 23:40:55 |
tcberner |
astro/gpsd: remove QTBIND option (Qt4 deprecation)
Approved by: portmgr (implicit) |
3.17 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
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 |
3.17 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
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 |
3.17 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
3.17 21 Jan 2018 15:19:42 |
riggs |
Update to upstream version 3.17
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 |
3.16 31 May 2017 17:46:59 |
amdmi3 |
- Don't needlessly rebuild bundled manpages, drop unneeded build depends
PR: 217147
Submitted by: jau@iki.fi
Approved by: z7dr6ut7gs@snkmail.com (maintainer) |
3.16 02 May 2017 16:26:15 |
amdmi3 |
- Update to 3.16
PR: 207273
Submitted by: z7dr6ut7gs@snkmail.com (maintainer) |
3.14_4 22 Apr 2017 09:25:44 |
miwi |
- Fix shebangs |
3.14_3 18 Nov 2016 05:04:34 |
marino |
astro/gpsd: Set USES+=ncurses when NCURSES option is on
Approved by: ncurses blanket |
3.14_3 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
3.14_3 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
3.14_3 18 Feb 2016 04:53:58 |
glebius |
Pass maintainership to John Hein <z7dr6ut7gs snkmail.com>. Unfortunately,
I no longer travel with my precious FreeBSD based CarPC. |
3.14_3 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
3.14_3 21 May 2015 07:49:06 |
glebius |
Fix paths in pkgconf installed files.
Submitted by: Craig Whipp <crwhipp gmail.com> |
3.14_2 20 May 2015 22:44:34 |
glebius |
Disable PPS support by default. The PPS thread enters infinite loop and
GPSD consumes 100% of CPU time. I'm out of time to debug that now, so
simply turn off by default. |
3.14_1 20 May 2015 22:43:03 |
glebius |
Use MAKE_ARGS instead of SCONS_ARGS, which is now ignored.
Submitted by: bapt |
3.14 19 May 2015 21:27:03 |
amdmi3 |
- Update to 3.14
Submitted by: glebius (maintainer) |
3.9 16 May 2015 15:48:53 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
3.9 03 Mar 2015 22:44:01 |
rakuco |
Fix LIB_DEPENDS for the DBUS option.
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 |
3.9 19 Oct 2014 23:19:41 |
bapt |
Cleanup plist |
3.9 18 Oct 2014 08:11:50 |
mva |
- Convert to USES=python
Approved by: portmgr (implicit)
With hat: python@ |
3.9 16 Jul 2014 07:53:29 |
bapt |
Fix some LIB_DEPENDS
With hat: portmgr |
3.9 20 May 2014 16:41:06 |
amdmi3 |
- Stagify
- Switch to USES=scons
Approved by: glebius (maintainer) |
3.9 20 Sep 2013 13:14:05 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro) |
3.9 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.9 03 May 2013 04:56:41 |
rm |
- update astro/gpsd to 3.9
- fix build on head
- remove stale options and patch
- chase the update in dependent ports
PR: 178279
Submitted by: glebius (maintainer) |
3.6_1 23 Apr 2013 06:26:32 |
bapt |
Convert all a categories to USE=pkgconfig
While here trim some headers and convert some gnomehack to pathfix |
3.6_1 21 Mar 2013 17:32:35 |
bapt |
Convert to new options framework left un converted ports in a* categories
While here trim headers
Convert some gnomehack to pathfix
Convert some pkgconfig to USE_PKGCONFIG=build |
3.6_1 07 Feb 2013 15:37:15 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: astro)
Approved by: portmgr |
3.6_1 03 Sep 2012 17:12:52 |
amdmi3 |
- Fix linking with pthreads
- While here, add IGNORE for specific illegal options combination
PR: ports/170510
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Approved by: glebius (maintainer) |
3.6 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
3.6 24 May 2012 18:09:14 |
amdmi3 |
- Update to 3.6
Submitted by: glebius (maintainer) |
3.5 15 Apr 2012 20:35:02 |
amdmi3 |
- Update to 3.5
Submitted by: glebius (maintainer via private email) |
3.4 15 Jan 2012 16:20:02 |
amdmi3 |
- Update to 3.4
Submitted by: glebius (maintainer) |
3.3 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
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. |
3.3 30 Oct 2011 18:27:32 |
amdmi3 |
- Update to 3.3
Submitted by: glebius (maintainer) |
3.2 27 Oct 2011 10:54:44 |
amdmi3 |
- Update to 3.2
Submitted by: glebius (maintainer) |
3.1 05 Oct 2011 17:33:30 |
amdmi3 |
- Project moved from berlios to savannah, change MASTER_SITES and WWW
- 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) |
3.1 02 Sep 2011 22:14:44 |
amdmi3 |
- Fix parallel build
Reported by: marck
Approved by: glebius (maintainer, implicit) |
3.1 30 Aug 2011 11:58:59 |
amdmi3 |
- Update to 3.1
- Unbreak build on 7.0
- Unbreak some options
Approved by: glebius (maintainer implicit) |
3.0 24 Aug 2011 13:00:43 |
amdmi3 |
- Update to 3.0
Submitted by: glebius@ (maintainer via private email)
Reworked by: myself |
2.96 15 May 2011 02:49:17 |
dougb |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
2.96 25 Mar 2011 19:41:45 |
amdmi3 |
- Update to 2.96
Submitted by: glebius (maintainer) |
2.95 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.95 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.95 15 Oct 2010 15:07:07 |
glebius |
Fix typo in option comment.
Approved by: az |
2.95 29 Jul 2010 19:45:01 |
makc |
Fix and sort plist
Fix distinfo
Explicitly disable QT bindings
Approved by: glebius@ (maintainer) |
2.95 29 Jul 2010 09:38:26 |
glebius |
Fix last commit.
Pointy hat to: me
Approved by: az |
2.95 28 Jul 2010 11:05:41 |
tobez |
Assign maintainer to glebius:
- he has provided several updates in the past
- the previous maintainer suggested glebius to
take over the port in the past (see followup to ports/148589) |
2.95 28 Jul 2010 09:57:14 |
tobez |
Update to 2.95.
PR: 148589
Submitted by: glebius
Approved by: maintainer timeout (2 weeks) |
2.94_2 10 Jun 2010 02:02:40 |
wen |
- Fix installation of gpsfake, gpscat, gpsprof and their manual pages. [1]
- Remove MKT3301 [1]
- Add AIVDM option. [1]
- gpsdecode and its manual page are installed only and only if three
options are on: RTCM104V2 && RTCM104V3 && AIVDM. [1]
- Fix PLIST
PR: ports/147722 [1]
Submitted by: Gleb Smirnoff <glebius@freebsd.org> [1] |
2.94_1 28 May 2010 00:52:25 |
wen |
- Improve rc scipts
Submitted by: glebius@freebsd.org (via email) |
2.94 20 May 2010 06:20:08 |
wen |
- Update to 2.94
PR: ports/146739
Submitted by: Gleb Smirnoff <glebius@cell.glebius.int.ru> |
2.90_1 03 May 2010 04:09:15 |
wen |
- Fix the build about xgps and xgpsspeed
PR: ports/146065
Submitted by: Thomas Rasmussen <thomas@gibfest.dk> |
2.90 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.90 28 Dec 2009 06:46:31 |
wen |
- Update to 2.90 |
2.39 17 Aug 2009 06:25:26 |
linimon |
Over to new volunteer. |
2.39 17 Aug 2009 05:44:51 |
linimon |
Reset toxa@toxahost.ru due to maintainer-timeouts and no response to
email.
Hat: portmgr |
2.39 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
2.39 30 May 2009 19:45:18 |
miwi |
- Update to 2.39
PR: 134353
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer timeout |
2.38 28 Feb 2009 19:56:03 |
miwi |
- Update to 2.38
PR: 131599
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer timeout |
2.37 19 Jul 2008 17:47:10 |
miwi |
- Update to 2.37
PR: 124816
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: maintainer timeout |
2.36 22 Mar 2008 14:48:03 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
2.36 20 Jan 2008 13:21:41 |
rafan |
- Update to 2.36
PR: ports/119687
Submitted by: Anton Karpov <toxa at toxahost.ru> (maintainer) |
2.32_2 01 Sep 2007 20:59:37 |
araujo |
- Fix wrong PORTREVISION number in previous commit.
Approved by: stas (mentor) |
2.32_3 01 Sep 2007 20:48:37 |
araujo |
- Add rc script.
PR: ports/115592
Submitted by: Douglas William Thrift <douglas@dougalshthrift.net>
Approved by: stas (mentor), maintainer timeout (2 weeks) |
2.32_1 06 Aug 2007 20:40:11 |
araujo |
- Pet portlint.
- Bump portrevision.
PR: ports/115155
Submitted by: David Yeske <dyeske@gmail.com>
Approved by: pav (portmgr, in mentor's absence), Toxa <toxa@toxahost.ru>
(maintainer) |
2.32 22 Jul 2007 19:53:52 |
laszlof |
- Add even more ports to the new "geography" category
Approved by: Pav (wearing portmgr hat) |
2.32 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
2.32 30 Mar 2006 16:45:32 |
garga |
- Update to 2.32
PR: ports/95038
Submitted by: maintainer |
2.30 30 Jan 2006 16:28:43 |
novel |
Fix build on 4.x.
Reported by: pointyhat via kris |
2.30 11 Jan 2006 13:02:37 |
novel |
gpsd is a service daemon that monitors one or more GPSes
attached to a host computer through serial or USB ports,
making all data on the location/course/velocity of the
sensors available to be queried on TCP port 2947 of the
host computer. With gpsd, multiple GPS client applications
(such as navigational and wardriving software) can share
access to GPSes without contention or loss of data. Also,
gpsd responds to queries with a format that is substantially
easier to parse than the NMEA 0183 emitted by most GPSes.
WWW: http://gpsd.berlios.de/
PR: ports/91630
Submitted by: Anton Karpov <toxa@toxahost.ru> |