Commit Graph

149853 Commits

Author SHA1 Message Date
ajacoutot
5a281b0d99 Add explicit dependency on textproc/gettext-tools.
This should not be needed because we depend on:
py-distutils-extra -> intltool -> gettext-tools
where this is really used.
But the check for gettext-tools in ports/infrastructure/mk/bsd.port.mk:2650
only checks for direct dependency of the port :-(
2020-08-23 15:43:07 +00:00
cwen
d13b8b2ff4 +p5-Devel-OverloadInfo 2020-08-23 13:28:15 +00:00
cwen
788bbda789 Import devel/p5-Devel-OverloadInfo
Devel::OverloadInfo returns information about overloaded operators for a given
class (or object), including where in the inheritance hierarchy the overloads
are declared and where the code implementing it is.

From Wen Heping who takes maintainer

Tweak and OK afresh1@
2020-08-23 13:27:13 +00:00
cwen
5ef2d659d8 geany: fix the build on powerpc (and probably i386)
There were various undefined references errors at linking time on these archs,
define the missing symbols also on all 32-bit archs (with hints from sthen@,
thanks!).

While here, move HOMEPAGE to https.
2020-08-23 11:46:37 +00:00
cwen
334707e757 gnushogi: mark BROKEN on powerpc
Since the switch to clang-10, gnushogi itself hangs at runtime during the
build.
2020-08-23 11:20:33 +00:00
cwen
0110dcee2b advancemame: mark BROKEN on powerpc
Since the switch to clang-10, the build hangs indefinitely.
2020-08-23 10:56:39 +00:00
bket
140f57b8b7 Fix FutureWarning from py-pandas in py-influxdb
py-pandas>=1.1.0 adds a FutureWarning: Using short name for 'orient' is
deprecated, which caused a test to fail.
2020-08-23 10:15:25 +00:00
jca
55039f29b8 Update to emacs-27.1
The most prominent change for us is probably the new portable dumper,
emacs no longer modifies the layout of its ELF executable as part of its
dumping mechanism.  No more sbrk-based allocator at build time, no more
nopie or ld -Z workarounds, etc.

From the release announce email:
--8<--
Emacs 27.1 has a wide variety of new features, including:
  - Built-in support for arbitrary-size integers
  - Text shaping with HarfBuzz
  - Native support for JSON parsing
  - Better support for Cairo drawing
  - Portable dumping used instead of unexec
  - Support for XDG conventions for init files
  - Additional early-init initialization file
  - Lexical-binding is used by default
  - Built-in support for tab bar and tab-line
  - Support for resizing and rotating of images without ImageMagick
-->8--

Feedback for 27.0.91 pretest from bcallah@, matthieu@, krw@
Feedback for 27.1 from Nam Nguyen, ok krw@
2020-08-23 09:55:00 +00:00
bket
0f18aad150 Update to py-pandas-1.1.0
Changes: https://pandas.pydata.org/pandas-docs/dev/whatsnew/v1.1.0.html

OK daniel@
2020-08-23 09:29:01 +00:00
ajacoutot
e8e83d7974 Update to envconsul-0.10.0. 2020-08-23 09:10:16 +00:00
ajacoutot
04f7d3f386 Update to awscli-1.18.124. 2020-08-23 09:01:45 +00:00
ajacoutot
2650f480f1 Update to py3-boto3-1.14.47. 2020-08-23 09:01:29 +00:00
ajacoutot
a60a36962e Update to py3-botocore-1.17.47. 2020-08-23 09:01:17 +00:00
ajacoutot
768807799f Update to enchant2-2.2.9. 2020-08-23 08:52:10 +00:00
ajacoutot
bd6bda356e Update to gwenhywfar-5.4.0. 2020-08-23 08:24:04 +00:00
ajacoutot
66702bebd9 Add a comment for using gnu libtool.
Sync SHARED_LIBS comments.
2020-08-23 08:23:47 +00:00
ajacoutot
6e50fcdcf8 Remove explicit dependency on intltool.
It's provided by py-distutils-extra.
2020-08-23 08:16:42 +00:00
ajacoutot
95d1673d0f 'py-distutils-extra' => 'py3-distutils-extra' 2020-08-23 08:14:50 +00:00
ajacoutot
24cfbd5628 Move to python3 only.
Add missing RDEP on intltool (DistUtilsExtra/command/build_i18n.py).
2020-08-23 08:14:33 +00:00
landry
610d80586f Update to buildbot 2.8.3. 2020-08-23 07:20:43 +00:00
landry
94dc60452d Update to poedit 2.4.1
From Omar Polo, thanks !
2020-08-23 06:35:02 +00:00
landry
dc9a318976 Update to tor-browser 9.5.3, from maintainer Caspar Schutijser
https://blog.torproject.org/new-release-tor-browser-953
2020-08-23 06:33:55 +00:00
landry
eff10df79d Update to postgis 3.0.2 2020-08-23 06:16:22 +00:00
abieber
27b47d6d24 Bump websocketd to 0.3.1
- Switch to MODGO_MOD*.
- Remove patch in favor of MODGO_LDFLAGS.

OK kspillner@
2020-08-23 02:59:00 +00:00
abieber
f71bd93199 Remove go-xlsx and go-check-v1 2020-08-22 23:20:56 +00:00
abieber
d3211145f7 Remove go-check-v1 as nothing is using it.
OK naddy@
2020-08-22 23:05:34 +00:00
abieber
d05d1e6aea - go-check-v1 2020-08-22 23:02:54 +00:00
jturner
15734c6893 Update fossil to 2.12.1
Includes a client-side security fix.
2020-08-22 22:33:57 +00:00
abieber
895b4738ee Remove go-xlsx as it is no longer used by anything.
OK kn@
2020-08-22 22:08:55 +00:00
abieber
8fd53c0743 - go-xlsx 2020-08-22 22:07:22 +00:00
naddy
0c8b2c1948 Mark BROKEN: requires update to 0.34.0 for LLVM 10 2020-08-22 22:06:01 +00:00
abieber
84f4bad10e Bump xlsx2csv to 20200427211949.
OK kn@
2020-08-22 22:04:27 +00:00
edd
8c6fa226be Update Syncthing to version 1.9.0rc4.
I wouldn't normally reccommend updating a port to a release candidate, but
Syncthing has been broken ever since the golang 1.15beta1 update, and this
version unbreaks it for us.

Details here:
https://forum.syncthing.net/t/syncthing-broken-by-go-1-15-quic/15467/13

OK abieber@, thanks!
2020-08-22 21:27:00 +00:00
naddy
39a0964521 update master site URL; it changes for each distfile 2020-08-22 20:11:53 +00:00
tracey
1a98418287 Update to 2.7.4.
ok km@ benoit@ kmos@
2020-08-22 19:15:24 +00:00
rsadowski
0add2aa315 Bugfix update aqbanking to 6.2.2 2020-08-22 19:02:08 +00:00
bcallah
8f49bc926d Update to diffoscope-157 2020-08-22 18:25:04 +00:00
jca
4b792d8367 Use GNU libtool, avoids an error caused by duplicated symbols
ok rsadowski@ and ajacoutot@ (who had the same diff)

Now py-llvmlite is the only remaining fallout from the update to llvm 10
on amd64.
2020-08-22 14:34:29 +00:00
jca
2f1fe71af4 Zap patch responsible for unresolved symbols errors with lld 10
ok rsadowski@ and ajacoutot@ (who had the same diff)
2020-08-22 14:32:26 +00:00
jasper
7c499ecf54 update to pynetbox-5.0.7 2020-08-22 13:57:09 +00:00
jasper
66b27e2ad2 update to borgmatic-1.5.10 2020-08-22 13:55:16 +00:00
jasper
2063c197f3 update to mosquitto-1.6.12 addressing a memory leak when handling PUBLISH messages 2020-08-22 13:55:07 +00:00
rsadowski
dc735ff824 Register keepassx 2020-08-22 09:06:36 +00:00
rsadowski
4fb8b0ef8c Remove keepassx (Qt4)
With keepassxc we have a better alternative.

No objections from maintainer steven@
2020-08-22 09:04:10 +00:00
rsadowski
bb80fbc514 Register qca{-ossl,gnupg} 2020-08-22 08:48:38 +00:00
rsadowski
06818c31fb Remove QCA Qt4, long live qca-qt5 2020-08-22 08:45:48 +00:00
rsadowski
d3b19d5543 Mark as broken
runtime error: Connection Error: Unable to connect to server

Discussed with landry@
2020-08-22 08:41:40 +00:00
rsadowski
b7d58a2890 Update psi-im to 1.4 2020-08-22 08:40:40 +00:00
robert
5a93380bc5 update to 1.24.1 2020-08-22 08:22:33 +00:00
rsadowski
8d0a42e217 Update libraw to 0.20.0
https://www.libraw.org/news/libraw-0-20-Release
2020-08-22 08:21:40 +00:00