2556 Commits

Author SHA1 Message Date
bluhm
1d113f53aa Create the flavor ns0_full for open62541. This builds the library
with full namespace zero support.  The specification is fetched as
additional distfile from the OPC UA foundation.  The compiler needs
8 MB stack limit.  The package size grows from 4 to 10 MB.
OK sthen@
2021-07-29 23:13:24 +00:00
bluhm
8bbcd73861 Update open62541 to 1.0.3 .
Only 1.0.1 to 1.0.3 contains minor bug fixes.
Newer versions will break the API and are harder to port.
Use recent release directory at github.
Bump library version as public structures have changed.
2021-07-29 15:05:43 +00:00
bluhm
a4e3966bb6 update p5-OPCUA-Open62541 to 0.027 2021-07-29 13:15:01 +00:00
fcambus
f48c2443e6 Update dialog to 1.3-20210621. 2021-07-20 13:39:51 +00:00
ajacoutot
11851ed625 Update to hwdata-0.349. 2021-07-09 10:03:21 +00:00
kirby
c40fc9f6b6 Update to gpsd-3.22
ok solene@ landry@
2021-06-30 12:23:50 +00:00
cwen
22265a68e4 uniutils: unbreak unireverse's runtime on unsigned char arches
A looped getc(3) call in unireverse never reached EOF on these arches
because the return value was stored in a char, instead of the
by-the-book type, int. This fixes an infinite loop at runtime.

OK jca@, maintainer timeout
2021-06-28 21:34:19 +00:00
ajacoutot
1f5fe29ef2 Update to osinfo-db-20210621. 2021-06-25 15:25:01 +00:00
sthen
8b8ee77be5 update to remind-3.3.7, from maintainer 2021-06-07 18:26:22 +00:00
stsp
d63a2a7133 Mention the graphics/seq2gif companion tool in DESCR of misc/ttyrec.
Suggested by sthen@
2021-06-05 13:29:52 +00:00
jasper
7a5c0b3ec5 drop maintainership for stuff i've not used in a long time 2021-06-05 12:34:05 +00:00
ajacoutot
ca95f09dd0 Update to osinfo-db-20210531. 2021-06-05 08:50:01 +00:00
ajacoutot
615f12a097 Update to hwdata-0.348. 2021-06-03 08:24:46 +00:00
kmos
2795ba2341 Bump the REVISION on all ports that use the python2 version of
py-setuptools.

Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports

ok sthen@
2021-05-21 19:50:21 +00:00
ajacoutot
4807017fc7 Update to hwdata-0.347. 2021-05-04 08:25:13 +00:00
ajacoutot
44b6fb72e0 Update to osinfo-db-20210426. 2021-04-28 05:53:54 +00:00
naddy
8f972352b2 misc/bible-kjv: maintenance update to 4.32, no changes for us 2021-04-03 15:09:21 +00:00
ajacoutot
0bfc98d1c8 Update to hwdata-0.346. 2021-04-02 08:35:27 +00:00
bket
eea623274f Update to remind-3.3.6
Release notes can be found at
https://dianne.skoll.ca/pipermail/remind-fans/2021/003826.html

From MAINTAINER (Martin Ziemer <horrad AT horrad DOT de>).
2021-03-31 13:38:18 +00:00
sthen
b94e36790c update to dialog-1.3.20210324 2021-03-27 13:59:58 +00:00
ajacoutot
dde42ffcd6 Update to osinfo-db-20210312. 2021-03-13 11:08:46 +00:00
ajacoutot
76d043d969 Update to hwdata-0.345. 2021-03-05 12:45:55 +00:00
zhuk
270578277e Link up fortunes-ru, reminded by rsadowski@ 2021-03-05 12:17:00 +00:00
zhuk
59f7c6c032 fortune-mod-ru is a collection of Russian fortunes, authored by
Pavel Maryanov, Nikolay Vekshin, Evgeniy Kascheev & Sergey Sharshutin.

Tweaks and okay rsadowski@
2021-03-05 09:12:13 +00:00
ajacoutot
b25fdb8308 Fox python3 only ports, use the proper construct for FLAVOR and forcibly assign
the variable.
FLAVOR = python3
(not FLAVOR =?)

ok sthen@
2021-02-27 11:13:34 +00:00
naddy
379594c5c2 misc/logjam: fix build with -fno-common; sync WANTLIB and PLIST while here 2021-02-26 22:40:32 +00:00
naddy
afcc689c59 remove carriage returns ('\r') from patch files and set FIX_CRLF_FILES 2021-02-26 18:20:31 +00:00
tb
ea881306d3 misc/wmmand: update to 1.3.2 and add fix for -fno-common
ok gnezdo
2021-02-26 15:25:04 +00:00
sthen
7cb1984d5f use FIX_CRLF_FILES, this is so much neater I can't believe we didn't
do it before!
2021-02-25 22:26:01 +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
gkoehler
2719af69f9 fix -fno-common, LP64_ARCHS, HFS+ without wrapper
misc/hfsplus is old code from 2002; failed to build with -fno-common;
assumed sizeof(long) == 4, which is wrong on LP64_ARCHS; failed when
the HFS+ has no HFS wrapper.  Thaison Nguyen reported that hpmount
always gave an error.

 - Simplify Makefile by setting AUTORECONF.
 - Fix LP64_ARCHS by changing UInt32 and like types from long to int.
   Change many "%ld" to "%d" in printf()s to match.
 - Apply a patch from Gentoo to fix -fno-common.
 - Fix HFS+ with no HFS wrapper by setting vol->maxblocks.
 - In src/copyout.c, fix passing &size to int *lenptr.

ok tb@
2021-02-20 03:46:48 +00:00
sthen
248932be74 switch MODPY_BIN_SUFFIX to -2 for py2 and (blank) for py3
switch ports using command-line tools from py-sphinx that don't need a
py2 version of it to py3-sphinx
2021-02-19 23:13:00 +00:00
sthen
66628b86fb misc/plan: fix commons (yylineno) 2021-02-17 17:52:58 +00:00
ajacoutot
4a942b2319 Update to osinfo-db-20210215. 2021-02-17 07:58:37 +00:00
sthen
1df6ad3a7a astrolog: it's C++, drop COMPILER_LANGS=c 2021-02-16 16:53:35 +00:00
naddy
c7badf6e26 misc/geekcode: fix build with -fno-common, missing prototypes 2021-02-14 20:48:18 +00:00
kn
89c10a7dd7 Remove misc/viz
It fails with "-fno-common", there's been no update in more than twenty
years, MASTER_SITES is already missing and we fall back to our cdn;
finally, there's a pledged vis(1) in base.

OK rsadowski kevlo
2021-02-14 15:27:21 +00:00
kn
0aae79f2f7 Remove misc/viz
It fails with "-fno-common", there's been no update in more than twenty
years, MASTER_SITES is already missing and we fall back to our cdn;
finally, there's a pledged vis(1) in base.

OK rsadowski kevlo
2021-02-14 15:26:33 +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
naddy
168ab6a4ff misc/vttest: maintenance update to 20210210 2021-02-13 22:12:56 +00:00
kirby
ccad57c5e4 update to mc-4.8.26
OK robert@ (maintainer)
2021-02-12 13:44:00 +00:00
sthen
fe07caf195 brltty: fix commons and regen plist 2021-02-11 12:51:03 +00:00
sthen
590e626ab0 screen: disable utf8 2021-02-09 20:17:22 +00:00
sthen
5151130395 astrolog: use base-clang/ports-gcc; TLS 2021-02-09 11:51:41 +00:00
phessler
fb2c5e85ca fix "Making the RFC status index" error when using the mirror subcommand
OK tb@ kn@
2021-02-05 14:16:17 +00:00
sthen
8591e3e7f2 update to astrolog-7.10, based on a diff from Evandro Rathke taking maintainer 2021-02-05 11:58:32 +00:00
ajacoutot
5c57edfb84 Update osinfo to version 1.9.0. 2021-02-04 11:47:56 +00:00
ajacoutot
91ac65c84e Update to osinfo-db-20210202. 2021-02-03 12:29:42 +00:00
ajacoutot
38216c6b03 Update to hwdata-0.344. 2021-02-02 11:41:11 +00:00