21098 Commits

Author SHA1 Message Date
kn
b69a9863dc Enable py-unicorn,python3
QEMU's configure script cannot cope with modern Python, but unicorn does.

Pass python2 to QEMU in both cases, otherwise unicorn behaves like any
other flavored python port.

"go ahead" jasper
2019-06-01 20:00:01 +00:00
rsadowski
eb508318ed Update catch2 to 2.8.0 2019-05-31 17:45:55 +00:00
ajacoutot
b8b4821b2e Build the MD subpackage on PowerPC.
from Brad and tested by cwen@
2019-05-31 05:51:55 +00:00
jca
a7d88044cd Mark BROKEN on sparc64
From the error log:
  build/genmddeps /usr/ports/pobj/xtensa-elf-gcc-6.3.0/gcc-6.3.0/gcc/common.md /usr/ports/pobj/xtensa-elf-gcc-6.3.0/gcc-6.3.0/gcc/config/xtensa/xtensa.md > tmp-mddeps
  Illegal instruction (core dumped)
2019-05-29 20:33:34 +00:00
fcambus
6e1cce44b0 Update p5-bareword-filehandles to 0.007. 2019-05-29 15:04:53 +00:00
landry
4c5eb805b6 Update to proj 6.1.0 2019-05-29 05:24:25 +00:00
landry
9b01d414b9 Update to buildbot 2.3.1. 2019-05-28 18:54:25 +00:00
kurt
6d2144d5d6 Use closefrom(2) after fork/vfork and before exec instead of
opendir/readdir on /dev/fd. opendir/readdir are not async-signal-
safe and may not be safely called after forking in a multi-threaded
program. Issue raised to my attention by deraadt@.

Also update to bsd release 2 of 11.0.3-7 which contains BsdSocketOptions
fix and other corrections that can be viewed here:

https://github.com/battleblow/openjdk-jdk11u/releases

Okay ian@
2019-05-28 17:39:55 +00:00
kurt
576cdcb0c6 Use closefrom(2) after fork/vfork and before exec instead of
opendir/readdir on /dev/fd. opendir/readdir are not async-signal-
safe and may not be safely called after forking in a multi-threaded
program. Issue raised to my attention by deraadt@. Okay ian@
2019-05-28 17:37:40 +00:00
cwen
74b2149062 p5-SVN-Notify: update to 2.87
Changelog:
https://metacpan.org/source/MPGHF/SVN-Notify-2.87/Changes

OK afresh1@
2019-05-27 11:37:25 +00:00
jca
89c3115f31 Update to quilt-0.66
Mostly a bugfix release, also adding support for lzip and 7zip archives.
No need to add lzip and 7zip to RUN_DEPENDS, they're optional, no need
to add 7zip to BUILD_DEPENDS to set up a compat symlink, as the ports
tree ships a single 7z implementation.

From kspillner@ (maintainer) a few weeks ago with input from bcallah@
and me.  Kent seems to be busy, committing this update now since it
fixes at least one bug that affects me.
2019-05-27 10:59:32 +00:00
jca
3dec838577 Register mariadb CVEs 2019-05-26 22:34:45 +00:00
sthen
fa59fa61b3 p5-Canary-Stability needed at build time 2019-05-26 12:58:01 +00:00
naddy
09486336f9 update CVE entry for net/curl; reminded by danj@ 2019-05-25 19:43:03 +00:00
espie
d3833be27f minor update, works better with current perl 2019-05-24 08:46:08 +00:00
espie
77ec17a33c minor update 2019-05-24 08:40:32 +00:00
bluhm
b06e3f2615 +p5-FFI-CheckLib 2019-05-23 17:50:11 +00:00
bluhm
7821e49e70 import p5-FFI-CheckLib 0.24
OK cwen@

Comment:
check that a library is available for FFI

Description:
This module checks whether a particular dynamic library is available
for FFI to use.  It is modeled heavily on Devel::CheckLib, but will
find dynamic libraries even when development packages are not
installed.  It also provides a find_lib function that will return
the full path to the found dynamic library, which can be feed
directly into FFI::Platypus or another FFI system.
2019-05-23 17:47:50 +00:00
landry
3efa7245b1 Update to cbindgen 0.8.7.
Required to build upcoming gecko 68 per
https://bugzilla.mozilla.org/show_bug.cgi?id=1529002
2019-05-23 12:05:15 +00:00
ajacoutot
804ed7c066 Update to libiscsi-1.18.0.
from Brad (maintainer)
2019-05-23 08:50:29 +00:00
ajacoutot
4ee360bf79 Update to libnfs-4.0.0.
from Brad (maintainer)
2019-05-23 08:49:48 +00:00
bluhm
f10acc1e6a +p5-Test-Exit 2019-05-22 23:39:32 +00:00
bluhm
ea9e6700d5 import p5-Test-Exit 0.11
OK cwen@

Comment:
test whether code exits without terminating testing

Description:
Test::Exit provides some simple tools for testing code that might
call exit(), providing you with the status code without exiting the
test file.
2019-05-22 23:38:03 +00:00
ajacoutot
da18143f1a Update to glib2-2.60.3. 2019-05-22 21:01:18 +00:00
schwarze
6a45220814 Remove use of the moribund MLINKS bsd.man.mk feature and bump.
Add a small number of missing .Nm lines to a handful of NAME sections.
That this port used MLINKS in the upstream Makefiles was found
when naddy@ grepped bulk build logs.
OK naddy@.
2019-05-22 12:56:29 +00:00
jca
1e1521f098 Fix LIB_DEPENDS-lldb in some edge cases on ports-gcc archs.
where we need a way to get to gcc-libs/libestdc++.  This happened to
work so far except when it didn't (slight differences between built
and already installed llvm packages, maybe?), as found the hard way by
cwen@.

Our COMPILER support automatically amends WANTLIB and LIB_DEPENDS, so
use those to explicitely set:
- WANTLIB-main and WANTLIB-lldb
- LIB_DEPENDS-main and LIB_DEPENDS-lldb
2019-05-22 11:03:47 +00:00
jca
ac6d437677 Set devel/llvm as a RUN_DEPENDS for lldb, not a LIB_DEPENDS
Since libLLVM-x.so isn't a properly versioned shared library, we can't
use LIB_DEPENDS/WANTLIB to register the dep.
2019-05-22 10:29:00 +00:00
jasper
c193fb941e - update to py-parsing-2.4.0
- stop installing the html docs, they're no longer bundled with the release. besides they
  can now be found on https://pyparsing-docs.readthedocs.io/
2019-05-21 19:35:55 +00:00
naddy
e15460574a Fix behaviour of msgmerge --for-msgfmt on PO files with no translations.
From upstream git.
2019-05-20 23:45:47 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
sthen
27dab31d0c update to check-0.12.0, from Peter Ezetta, plus shared lib minor bump from
me due to new exported functions
2019-05-20 21:36:54 +00:00
sthen
e40f996745 another batch of ncurses->curses WANTLIB updates, skipping any
that have gettext LIB/RUN_DEPENDS to avoid conflicts for naddy's
multipackaging work
2019-05-20 20:52:31 +00:00
jasper
54d5487146 update to r2pipe-1.3.1 2019-05-20 17:16:56 +00:00
sthen
1dd0a927d8 boost-md needs LIB_DEPENDS/WANTLIB on -main 2019-05-20 15:58:15 +00:00
schwarze
42238575ac Delete the needless MLINKS because the feature will soon be removed
from base.  Instead, add the missing .Nm macros to the NAME section
of the manual page.  Delete the misleading MANDIR variable and
regenate the patches while here.  Bump.
OK sthen@ marco@
2019-05-20 15:12:28 +00:00
naddy
b08772880b switch to CONFIGURE_STYLE=autoreconf 2019-05-20 04:47:01 +00:00
cwen
55a24ab56f p5-Term-Size: update to 0.209
Changelog:
https://metacpan.org/source/FERREIRA/Term-Size-0.209/Changes

OK afresh1@
2019-05-19 21:13:26 +00:00
cwen
82766179d0 p5-Term-Shell: update to 0.11
Changelog:
https://metacpan.org/changes/release/SHLOMIF/Term-Shell-0.11

OK afresh1@
2019-05-19 21:10:50 +00:00
cwen
6e29e5d19b p5-Term-ReadLine-Gnu: update to 1.36
Changelog:
https://metacpan.org/source/HAYASHI/Term-ReadLine-Gnu-1.36/Changes

tweaks and OK afresh1@
2019-05-19 21:07:18 +00:00
danj
ceab685459 Remove maintainers whose addresses bounce 2019-05-19 19:58:51 +00:00
naddy
792b694c0a switch to CONFIGURE_STYLE=autoreconf 2019-05-19 19:13:45 +00:00
ajacoutot
3665b785b8 Update to py-colorama-0.3.9. 2019-05-19 14:52:24 +00:00
rpointel
ee3d9b1e14 update jd-gui to 1.5.0. 2019-05-19 14:47:59 +00:00
naddy
0819fd513b switch to CONFIGURE_STYLE=autoreconf 2019-05-19 11:26:24 +00:00
rsadowski
1bcb31e6c9 Update kdiff3 to 1.8
This update get rid of Qt3 and switch to the modern KDE framework 5.

Tweak and OK kn@
2019-05-18 13:32:19 +00:00
naddy
a1822e2450 switch to CONFIGURE_STYLE=autoreconf 2019-05-18 12:13:33 +00:00
cwen
280bf95236 p5-Term-ProgressBar: update to 2.22
Changelog:
https://metacpan.org/source/MANWAR/Term-ProgressBar-2.22/Changes

OK sthen@
2019-05-18 01:34:20 +00:00
danj
7bc2ee4a84 Remove maintainers per their requests 2019-05-18 00:18:19 +00:00
cwen
6cb9885d5e p5-Term-Encoding: update to 0.03
Changelog:
https://metacpan.org/release/MIYAGAWA/Term-Encoding-0.03

OK afresh1@
2019-05-17 20:23:23 +00:00
ajacoutot
1a382f1894 Bring back lost WANTLIB from the png16 ->png change. 2019-05-17 20:01:59 +00:00