94 Commits

Author SHA1 Message Date
naddy
c715eab9a5 drop RCS Ids 2022-03-11 19:38:05 +00:00
sthen
e49907eb38 update to gpsd-3.23.1 2022-02-26 14:56:04 +00:00
sthen
3fb7cdbcf6 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:35 +00:00
kirby
c58cae1891 remove duplicating CFLAGS 2021-11-01 02:10:11 +00:00
sthen
69d5bcb419 fix fallout from scons update, from Omar Polo 2021-10-31 17:30:22 +00:00
kirby
aa7b4ffd18 add -fPIC to CFLAGS. Fixes build with SCons-4.x
from Omar Polo, thanks!
2021-10-28 08:37:13 +00:00
sthen
a77da07fa3 update to gpsd-3.23, while there fix bad paths in gpsd_config.h (they
included the port WRKDIR) and add an rc script for the daemon.

notably includes a fix for a GPS rollover bug that will be triggered
after 2021-10-23 affecting gpsd 3.20 and above, in code that was doing
sanity checks against leap second numbers; choice comment from the
discussion at https://gitlab.com/gpsd/gpsd/-/issues/144 :-

  "Until last year, leap seconds had been very predicable. The effect of
  global warming on earth rotational speeds was only very recently seen,
  or even predicted. But, yes, going forward, that needs to change."
2021-08-07 12:41:15 +00:00
kirby
c40fc9f6b6 Update to gpsd-3.22
ok solene@ landry@
2021-06-30 12:23:50 +00:00
sthen
06e20cb110 switch default MODPHP_VERSION to 7.4 and bump ports which have changed
version. (as of 6 Dec 2020, 7.3 went into "security fixes only" mode).
2021-02-24 16:48:59 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
kirby
77351d98c9 Update to gpsd-3.21
Changelog: https://gpsd.gitlab.io/gpsd/NEWS
OK rsadowski@ and sthen@ on slightly different versionof diff.
2021-02-14 08:30:56 +00:00
sthen
d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
ajacoutot
9890d8665a Bump after py-gobject3 merge. 2020-10-03 15:39:57 +00:00
landry
afab1bd548 patch out the cairo/gi python module detection.
sadly, gpsd uses scons as a build system, which is python2 only, thus
tries to load py-cairo and py-gobject3 to detect their presence. We
enfore the RUN_DEPENDS on the python3 version of those, so no need for
this check.

to be revisited if scons switches to python3 someday.

Fixes packaging problem when py-cairo/py-gobject3 are missing as
reported by ajacoutot@
2020-09-22 15:16:20 +00:00
landry
5d2815167d switch to use python3 by default
xgps starts and runs fine (with some goi warnings)
prompted by/ok ajacoutot@
2020-09-21 14:24:37 +00:00
sthen
a1085b9f12 REVISION bumps for php default version switch to 7.3 2019-09-26 21:59:30 +00:00
landry
284bdc2281 Add missing BDEP on textproc/xmlto, spotted on sparc64 2019-08-06 17:38:05 +00:00
kirby
be54f300dc add MODGCC4_CPPLIBDEP to LIB_DEPENDS-main to unbreak !clang arches
reported by landry@
2019-08-03 08:44:41 +00:00
kirby
48b6e7d8cb update to gpsd-3.19
changelog: https://gpsd.gitlab.io/gpsd/NEWS

tweaks and OKs from sthen@ and landry@, thanks!
2019-07-31 15:44:30 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
jca
4cf784fbaa Amend LIB_DEPENDS-main so libestdc++ from gcc-libs can be found
Unbreaks build on sparc64.  Sync WANTLIB-main while here.
2019-05-04 20:52:01 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
sthen
44f8a14fd9 switch default php version from 7.0 to 7.1 (not 7.2 yet as some things are still
using mcrypt).
2018-10-17 14:15:55 +00:00
landry
582224ebba xgps needs py-gtk2, add it to RDEP-x11 2018-08-23 06:53:04 +00:00
nigel
9cd5d49794 bump after php switch to 7.0
Ok sthen@
2018-05-29 22:07:41 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
schwarze
5ff7c6286f Crappy DocBook v1.75.2 stuff.
Looks better with mandoc than with groff now,
so drop USE_GROFF and bump the two subpackages containing manuals.
2017-06-15 00:41:06 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
robert
9c1017ae2d bump revision due to the change of the default php version to 5.6
ok aja@
2015-06-05 06:00:20 +00:00
naddy
030b50217c fold PFRAG.shared into PLIST for SHARED_ONLY ports 2015-03-20 22:47:40 +00:00
sthen
174f98ce56 bump REVISION for php version switch 2014-11-06 17:13:39 +00:00
jasper
ddbbde83f6 - remove unreachable homepages on berlios and add a working one where applicable
- move master sites to the berliosbot created sourceforge projects
2014-07-09 16:49:35 +00:00
kirby
d5b7649053 - Berlios is almost dead, so update homepage url
- regen distinfo while here
2014-07-09 09:24:47 +00:00
espie
5999e4c4c4 simplify with bsd.port.arch.mk 2013-11-10 12:12:26 +00:00
brad
1d77e89c13 Remove Chris Kuethe as maintainer. OpenBSD e-mail address bounces and has been
inactive for quite awhile.
2013-10-10 02:08:19 +00:00
robert
d5b92ddea0 bump REVISION due to the php update 2013-08-12 04:11:20 +00:00
jasper
ea2ad64f08 use ${VARBASE} instead of hardcoding /var 2013-07-05 07:38:47 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
sthen
f5a323c546 Don't use ${FLAVOR:L}, we only support lower-case flavours now.
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
sthen
00035f474d missing LIB_DEPENDS/wantlib 2012-12-21 13:01:32 +00:00
ajacoutot
ff52f74e3c docbook-xsl already comes with libxslt. 2012-09-27 17:26:05 +00:00
ajacoutot
3775594cc1 Remove pthread patches. 2012-08-23 17:51:22 +00:00
sthen
2dbb880006 php is only a run dep (noticed by Brian Callahan) so use
MODPHP_BUILDDEP=No.  No bump needed.
2012-04-01 19:38:57 +00:00
ajacoutot
e128a0bf97 Put these users in the daemon class to be consistent with all the other
ones in ports.

discussed with and ok sthen@
2012-01-26 08:03:56 +00:00
robert
93923bd770 switch php to version 5.3 by default 2011-11-16 15:56:36 +00:00
espie
e820071495 normalize pkgpath 2011-09-16 10:31:20 +00:00
sthen
6df0d68c4d Bump for PKGSPEC changes in ports/lang/php/Makefile.inc 2011-07-22 10:20:10 +00:00
robert
97ea1bef87 switch to lang/php 2011-07-08 21:02:33 +00:00