2475 Commits

Author SHA1 Message Date
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
sthen
e5c21503d7 update to remind-3.3.5, from maintainer Martin Ziemer 2021-02-01 16:20:57 +00:00
naddy
65c52a9878 misc/screen-shm: fix for -fno-common
Declare rather than define global variable in header file.
2021-02-01 15:59:01 +00:00
jsg
853cb28a31 bump REVISION for -fno-common build fixes 2021-02-01 04:16:41 +00:00
cwen
0daeddc9f1 deco: fix the build with -fno-common
OK kn@
2021-02-01 01:22:57 +00:00
kn
eea4a51b88 Update to pdmenu 1.3.6
1.3.5 from may 2018 added --borderspace/-b option and missing docs
1.3.6 from sep 2020 fixes build with GCC 10
2021-01-31 22:25:56 +00:00
jsg
efe142c432 Fix -fno-common build. From FreeBSD ports. 2021-01-30 10:26:43 +00:00
sthen
aa3a5ee2dc update license marker (gplv2 only) 2021-01-20 13:22:45 +00:00
bket
e65fefaa1f Update to remind-3.3.4
Changes: https://dianne.skoll.ca/pipermail/remind-fans/2021/003802.html

From Martin Ziemer <horrad AT horrad DOT de> (maintainer).
2021-01-20 07:27:29 +00:00
rsadowski
d9cd191b6d Unbreak build after recent Qt 5.15 update.
Add missing QPainterPath include
2021-01-19 06:40:43 +00:00
fcambus
7511089faa Drop maintainership. 2021-01-14 21:55:21 +00:00
bentley
dd6757b75d Update to gramps-5.1.3.
From wen heping; thanks!
2021-01-13 09:00:56 +00:00
ajacoutot
1cfcd479ef Update to shared-mime-info-2.1. 2021-01-09 11:14:37 +00:00
ajacoutot
b5861233ae Update to hwdata-0.343. 2021-01-07 10:37:48 +00:00
benoit
b54374059b Update to ytree-2.03 from wen heping 2021-01-06 07:37:16 +00:00
sthen
f04bd35f1d +textproc/py-openpyxl
+textproc/py-et_xmlfile
+misc/py-jdcal
2021-01-05 13:01:46 +00:00
sthen
17e1ab0ed5 import textproc/py-openpyxl and dependencies py-et_xmlfile py-jdcal, benoit@
py-et_xmlfile: low memory library for creating large XML files
py-jdcal: convert between Julian and calendar dates
py-openpyxl: Python library to read/write Excel 2010 xlsx/xlsm files
2021-01-05 12:58:23 +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
cwen
cd4916553c lfm: update to 3.1
This update moves lfm from Python 2 to 3, and has various backward incompatible
changes; see https://inigo.katxi.org/devel/lfm/#upgrading-from-2-x-to-3-x
Thanks to sthen@ and bket@ for their feedback.

OK bket@
2020-12-31 20:05:33 +00:00
naddy
6267360a68 update to bible-kjv_4.31: license update, no other changes 2020-12-28 16:31:52 +00:00
naddy
60358b3ce7 update to 20201225 which matches minor fixes in xterm #363 2020-12-28 16:22:35 +00:00
bcallah
f6bc3e614d Update to feathernotes-0.8.0
Changelog: https://github.com/tsujan/FeatherNotes/releases/tag/V0.8.0
2020-12-21 22:04:52 +00:00
bcallah
f75f099920 Ship the libdialog headers. Also ship a manual page for libdialog. Bump.
ok fcambus@ (MAINTAINER)
2020-12-21 05:10:20 +00:00
ajacoutot
f8ba547802 Remove gtk3mm-documentation.
html documentation is available and up-to-date online and we would enter a
world of conflict if we had to import gtkmm40-documentation.
Not worth the pain.
2020-12-20 15:19:27 +00:00
ajacoutot
a29263fd73 Update to osinfo-db-20201218. 2020-12-19 09:15:41 +00:00
ajacoutot
0e50bd48ce Add docbook to MODGNOME_TOOLS to unbreak.
spotted by naddy@
2020-12-16 17:20:04 +00:00
ajacoutot
36cc161173 Update to gtk3mm-documentation-3.24.1. 2020-12-14 12:38:26 +00:00
giovanni
22fadb5298 Update to 1.6.9 and switch to libevent2
From Moritz Buhl
2020-12-13 08:19:19 +00:00
bluhm
97b0489ca6 update py-opcua-widgets to 0.5.10 2020-12-11 21:34:18 +00:00
ajacoutot
c7afa9d470 This requires textproc/py-sphinx_rtd_theme now. 2020-12-03 07:46:18 +00:00
ajacoutot
a251fd57f3 Update to hwdata-0.342. 2020-12-02 09:31:03 +00:00
fcambus
f102039fd1 Update dialog to 1.3-20201126. 2020-11-28 17:05:36 +00:00