21023 Commits

Author SHA1 Message Date
kn
c4898692af + py-cachetools 2019-06-06 20:16:39 +00:00
kn
36d3486eb3 Import py-cachetools 3.1.1
This module provides various memoizing collections and decorators,
including variants of the Python 3 Standard Library `@lru_cache`_
function decorator.

Feedback and OK jasper
2019-06-06 20:02:50 +00:00
kn
377dc302f1 Update to py-decorator 4.4.0
See https://github.com/micheles/decorator/blob/master/CHANGES.md for
various fixes since 4.0.11.

Note on broken HOMEPAGE and OK danj
2019-06-06 19:48:25 +00:00
sthen
7ce9ab1347 quirks cve thingy for vim, pointed out by danj@ 2019-06-06 15:58:30 +00:00
naddy
fd073d9c15 typo 2019-06-06 14:11:52 +00:00
jasper
5cf356002a +py-cooldict
+py-pefile
2019-06-05 19:49:40 +00:00
jasper
d49649eec9 import py-cooldict-1.04
Small collection of useful dict-like structures.

feedback & ok kn@
2019-06-05 19:46:20 +00:00
jasper
40e56d31f7 import py-pefile-2018.8.8
pefile is a multi-platform Python module to parse and work with Portable
Executable (aka PE) files. Most of the information contained in the PE
headers is accessible as well as all sections' details and their data.

ok kn@
2019-06-05 19:44:18 +00:00
jca
33e2fb4155 Drop -Werror to fix build of leatherman (and consumers) on at least sparc64
ok sthen@ sebastia@ (maintainer)
2019-06-04 15:22:32 +00:00
rpointel
0fceaba17b update jd-gui to 1.5.2. 2019-06-04 07:37:56 +00:00
jturner
fd64e552e6 Unhook www/kwebapp and add quirk to soon to be imported www/openradtool.
ok bentley@
2019-06-03 23:03:35 +00:00
espie
da83befcca fix the pkgname. 2019-06-03 19:19:39 +00:00
sthen
4b6b4342f8 remove ONLY_FOR_ARCHS to allow building acpica on !x86. it at least builds
on aarch64, and there's no particular reason to restrict others (if it fails
on less common arch we can always sprinkle NOT_FOR_ARCHS as needed).

queried by ccardenas@
2019-06-03 17:37:54 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
kili
5de0f2671d Remove left-over patch from devel/c2hs.
Noticed by andreas.kahari@abc.se.
2019-06-03 10:39:02 +00:00
ajacoutot
901b439b14 Bump to unbreak (PLIST changed). 2019-06-03 06:08:52 +00:00
rsadowski
58dfc2a4b7 Bump and adjust WANTLIB after okteta update 2019-06-03 05:19:32 +00:00
kn
a8219e716b + py-bitstring 2019-06-02 22:55:29 +00:00
kn
b219e173e3 Import py-bitstring
Bitstrings can be constructed from integers (big and little endian), hex,
octal, binary, strings or files. They can be sliced, joined, reversed,
inserted into, overwritten, etc. with simple functions or slice notation.
They can also be read from, searched and replaced, and navigated in,
similar to a file or stream.

Feedback and OK jasper
2019-06-02 22:53:44 +00:00
rsadowski
0cd5981809 Bugfix update kdiff3 to 1.8.1 2019-06-02 19:17:09 +00:00
jasper
db160f7c41 +py-ana 2019-06-02 19:14:52 +00:00
jasper
302fc5edc3 import py-ana-0.05
ANA is a project to provide easy distributed data storage for stuff. It
provides every object with a UUID and, when pickled, will first
serialize the object's state to a central location and then "pickle" the
object into just its UUID. This is really handy when you have to
distribute objects in some distributed system, and you'd rather not
pickle the whole object every time you need to send it.

feedback and ok kn@
2019-06-02 19:13:23 +00:00
ajacoutot
54aeb28f89 Update to spidermonkey-60.7.0.
- fix @conflict markers while here

ok jasper@ (maintainer)
2019-06-02 12:54:26 +00:00
jasper
7e66a00f62 update to p5-Event-1.27l 2019-06-02 11:35:28 +00:00
jasper
9139ec6a0d update to flawfinder-2.0.9l 2019-06-02 11:33:36 +00:00
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