2019-04-26 16:12:50 by Maya Rashish | Files touched by this commit (205) |
Log message:
fix some whitespace, mostly introduced in the previous
python 3.4 / 3.5 removal commit.
|
2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473) |
Log message:
Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
|
2019-04-25 09:33:32 by Maya Rashish | Files touched by this commit (620) |
Log message:
PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
|
2018-07-03 07:03:44 by Adam Ciarcinski | Files touched by this commit (495) |
Log message:
extend PYTHON_VERSIONS_ for Python 3.7
|
2017-03-20 01:31:57 by Roy Marples | Files touched by this commit (1) |
Log message:
syncok test has been comitted, remove bogus getsyx test.
|
2017-03-19 17:31:43 by Greg Troxel | Files touched by this commit (1) |
Log message:
Use better method to avoid NetBSD curses
The basic issue is that gpsd does not build with NetBSD curses because
it uses syncok. Previously, I set CURSES_DEFAULT, which is incorrect
because it is a user-settable variable.
Include syncok in USE_CURSES (which doesn't has any effect because it
isn't yet supported in curses.builtin.mk). Also include getsyx, which
gpsd doesn't use, but which will prevent NetBSD curses from being
selected. The getsyx line can be removed when there is syncok
support.
Also restore FAKE_NCURSES, because gpsd doesn't look for curses, only
ncurses (not yet filed upstream).
Thanks to Joerg for pointing out my error and to Roy for the specific
fix suggestion.
|
2017-03-19 01:23:00 by Greg Troxel | Files touched by this commit (1) |
Log message:
Require ncurses
The last commit used the curses framework, and allowed NetBSD base
system curses to be used. However, several programs in gpsd use
syncok, which NetBSD 7's curses doesn't have. Resolve this by asking
for ncurses.
|
2017-01-04 19:06:59 by Roy Marples | Files touched by this commit (1) |
Log message:
Use the curses framework.
|
2017-01-01 15:44:09 by Thomas Klausner | Files touched by this commit (577) |
Log message:
Add python-3.6 to incompatible versions.
|
2016-07-09 15:04:18 by Thomas Klausner | Files touched by this commit (599) |
Log message:
Remove python33: adapt all packages that refer to it.
|