21935 Commits

Author SHA1 Message Date
benoit
281c0028a9 Update to p5-Data-Types-0.17. 2020-02-05 11:39:19 +00:00
benoit
f29c031b27 Update to p5-Config-Grammar-1.13. 2020-02-05 11:33:03 +00:00
benoit
e0005d0b06 Update to p5-Class-Inspector-1.36. 2020-02-05 10:43:30 +00:00
benoit
7a8d606d1a Update to p5-B-Keywords-1.20. 2020-02-05 10:29:18 +00:00
benoit
c632b5fdd7 Update to p5-B-Hooks-OP-Check-0.22. 2020-02-05 10:11:01 +00:00
benoit
b82458c59c Update to p5-autobox-2.86. 2020-02-05 09:59:18 +00:00
rpointel
c84503c3ce update xlsxwriter to 1.2.7 2020-02-05 09:32:39 +00:00
rpointel
25a60177bf update to 1.6.6. 2020-02-05 09:16:09 +00:00
rpointel
d26b42a172 update jadx to 1.1.0. 2020-02-05 09:15:24 +00:00
benoit
93e737cc7d Update to p5-Algorithm-Dependency-1.111. 2020-02-05 08:52:18 +00:00
sthen
3bb504f0ed update to ccache-3.7.7 2020-02-05 00:12:44 +00:00
gkoehler
be83b26049 Unbreak p5-SDL on amd64, i386.
Patch src/SDL.xs: it had been calling boot_SDL() without the required
arguments, which doesn't work on all platforms.

Also remove a dead HOMEPAGE and add c to WANTLIB.

ok cwen@ afresh1@
2020-02-04 22:50:04 +00:00
fcambus
b4f2f99dd2 Drop maintainership for some Perl modules. 2020-02-04 21:17:28 +00:00
benoit
c74e0134b2 Update to p5-Cache-FastMmap-1.48 from wen heping, thanks. 2020-02-04 09:50:59 +00:00
rsadowski
a6d4020e62 Register qhacc removal 2020-02-04 06:29:37 +00:00
rsadowski
54006b2750 Register luma removal 2020-02-04 06:22:52 +00:00
fcambus
5c180be8a3 Drop maintainership for Lua modules. 2020-02-03 22:42:36 +00:00
bluhm
aa5b109585 Use patch from rt.cpan.org to fix test with current Perl.
Cleanup dependencies.
Take maintainer.
2020-02-03 21:48:19 +00:00
bluhm
2eec811e7b update p5-YAML-Syck to 1.32 2020-02-03 20:42:49 +00:00
sthen
a3e5de8f53 drop maintainer 2020-02-03 20:40:37 +00:00
bluhm
01df8ac770 update p5-File-Find-Object-Rule to 0.0312 2020-02-03 20:32:54 +00:00
bluhm
9f34ed70c3 update p5-File-Find-Object to 0.3.5 2020-02-03 20:28:57 +00:00
jeremy
9bfdba9c89 Update to ruby-ffi 1.12.1 2020-02-03 19:04:05 +00:00
bluhm
f75807e019 update Test2-Suite to 0.000129
from wen heping
2020-02-01 20:48:34 +00:00
naddy
ecf3f7acb5 Update to 4.3.
This includes two documented backward-incompatibilities affecting
the handling of \# and +=.  See the release announcement for details.
https://lists.gnu.org/archive/html/bug-make/2020-01/msg00057.html
A tree sweep for fallout from the changes has been completed.

Bits from bcallah@ who independently worked on the same update.
2020-02-01 15:29:24 +00:00
naddy
11b1187f19 upstream fix for changed handling of include file open failures in
upcoming gmake 4.3; ok kurt@
2020-02-01 15:06:24 +00:00
rsadowski
524f575115 Register dclib, valknut removal 2020-01-31 18:52:53 +00:00
rsadowski
1993b21826 CVE quirk for mariadb, p5-Mail-SpamAssassin, rsync, samba, sudo
OK espie jca bket
2020-01-31 18:38:32 +00:00
rsadowski
b3b3157ba8 Sort $cvs 2020-01-31 18:32:28 +00:00
kn
ad4bda576a Add CVE entry for security/opensc 2020-01-31 10:28:54 +00:00
bket
d77a47121d Update CVE entry for security/polarssl 2020-01-31 04:18:03 +00:00
jasper
f70d76033e register py-natsort removal 2020-01-30 21:19:42 +00:00
sthen
a91a9370aa oops, I missed bumping REVISION-md for the plist change 2020-01-30 14:29:15 +00:00
kmos
96b2d95db1 Adding patch I forgot to add when committing update earlier.
Bump REVISION-main again while here.

Pointed out by Nam Nguyen. Thank you.
2020-01-30 01:42:34 +00:00
kmos
d7c6a44cae Fix devel/boost python3 bindings
From Nam Nguyen

With input from rsadowski and sthen

Reworked by sthen

Tested by myself and sthen

ok sthen
2020-01-29 22:39:09 +00:00
cwen
0692573dca libiscsi: fix data segment length comparison to unsigned long
This allows libiscsi to be built on macppc and i386. Also,don't build
with `-Werror'. Hints by sthen@ and jca@ (thanks!).

OK sthen@, "go ahead" Brad (maintainer)
2020-01-29 11:17:29 +00:00
rsadowski
76924394b1 Register qsynergy and kqoauth removal 2020-01-29 05:02:22 +00:00
rsadowski
2db12166a8 Update qgit to 2.9 (Switch Qt4 to Qt5)
Final diff and OK jca@ (Thanks)
2020-01-29 04:51:17 +00:00
martin
06df3f73c5 - reenable fortran support
- switch COMPILER to ports-gcc only, due to limitations in the
  build system, MODULES=fortran requires ports-gcc anyway. If problems
  with C++ ever show up, we might make a version with fortran disabled
  and base-clang only. Compiling mpi applications with base-clang is still
  possible.
- adjust SHARED_LIBS accordingly, add @so lib markers while there
- add a simple README with example code

joint effort with j@bitminer.ca
2020-01-28 13:50:08 +00:00
abieber
20504bb1b1 Install the git perl libs into locations perl looks at. Also stop shipping the
FromCPAN stuff as its functionality is covered by the RUN_DEPS.

This fixes tools like git-credential-netrc and git-mw.

OK and tweaks from sthen@
2020-01-27 23:49:12 +00:00
rsadowski
ef49b24e60 Regenerate PLIST (@so tags) 2020-01-27 10:31:00 +00:00
rsadowski
a03d5c3024 Register qt-gstreamer removal. 2020-01-27 04:57:19 +00:00
cwen
2675ceff40 etl: fix consumers' build on !clang archs by not discarding some
qualifiers.

OK kmos@
2020-01-26 22:38:05 +00:00
naddy
74977820f9 fix for \# backward-incompatibility in upcoming gmake 4.3; ok bcallah@ 2020-01-26 22:11:18 +00:00
bket
9a277c48d1 Add entry for dropped python2 flavor of graphics/py-seaborn 2020-01-26 19:23:40 +00:00
ajacoutot
834846a5f5 Update to libiscsi-1.19.0.
from Brad (maintainer)
2020-01-26 12:48:36 +00:00
jasper
c0d71858db update MASTER_SITES where distfiles.nl was used 2020-01-26 11:14:29 +00:00
rsadowski
43e199b867 Register eigen and eigen2 removal. 2020-01-26 07:44:09 +00:00
cwen
f644d0b5ee physfs: use <endian.h> to detect endianness instead of an incorrect
list of architectures. This fixes at least zipfiles loading on
powerpc.

OK thfr@ (maintainer)
2020-01-25 14:43:41 +00:00
ajacoutot
2e61f78c74 Update to meson-0.53.1. 2020-01-25 05:42:15 +00:00