21374 Commits

Author SHA1 Message Date
sthen
a18baffb87 update to p5-Object-Signature-1.08, from wen heping
- tweaks from me: fix whitespace nits while there, and add FIX_EXTRACT_PERMISSIONS=Yes
2019-07-26 14:53:25 +00:00
sthen
dd21dd830f regen patch 2019-07-25 17:50:18 +00:00
juanfra
7636029ffb Tortoise requires mercurial as build dependency in the last version.
Spotted by ajacoutot@
2019-07-25 16:10:53 +00:00
rsadowski
b2fbfae0ae Bugfix update kdevelop to 5.3.3 2019-07-24 19:20:56 +00:00
cwen
e0add5a11c pycdc: unbreak with ports-gcc by removing -Werror from build flags
OK bcallah@, "sound good to me" rpointel@ (maintainer)
2019-07-24 18:21:07 +00:00
juanfra
4958255fe6 Update to tortoisehg 5.0.2. 2019-07-24 17:30:00 +00:00
juanfra
f2cabdac8f Update to mercurial 5.0.2. 2019-07-24 17:29:22 +00:00
stsp
de0e202e24 Update devel/subversion to 1.12.2. 2019-07-24 13:11:22 +00:00
kn
7614d44d99 Remove hardcoded optimizations 2019-07-23 19:56:50 +00:00
kn
f1274de1cd Comment the patch 2019-07-23 19:51:08 +00:00
kn
537892c6ae Set COMPILER
It uses -std=c++11, fix space nit while here.
2019-07-23 19:50:03 +00:00
jasper
fd83bb3b8d +angr 2019-07-23 19:25:30 +00:00
jasper
29511e6dc8 import angr-8.19.4.5 and supporting libraries
angr is a suite of Python 3 libraries that let you load a binary
and do a lot of cool things to it:

- Disassembly and intermediate-representation lifting
- Program instrumentation
- Symbolic execution
- Control-flow analysis
- Data-dependency analysis
- Value-set analysis (VSA)
- Decompilation

join work with and ok kn@
rough edges will be handled in-tree
2019-07-23 19:22:21 +00:00
ajacoutot
18882c5eff Update to spidermonkey-60.8.0.
ok jasper@ (maintainer)
2019-07-23 12:58:22 +00:00
kurt
b0fdb9e3f3 Update to 11.0.4+11:
* Contains many upstream bug fixes and security fixes which can be mined
  from the release notes here:

  https://adoptopenjdk.net/release_notes.html

* Remove patches merged into bsd-port upstream
* Add corrections for issues that didn't make the bsd-port release
2019-07-23 11:55:42 +00:00
kurt
f31adb89db Update to u222:
* Contains many upstream bug fixes and security fixes which can be mined
  from u212-u222 release notes here:

  https://adoptopenjdk.net/release_notes.html

* Removed patches merged upstream
2019-07-22 23:15:39 +00:00
kmos
b2e7a78dba Update devel/py-fasteners to 0.15
Added a missing TEST_DEPENDS on devel/py-pbr

Patched to use built-in time.monotonic rather than py-monotonic for
the python3 flavor. A pull request has been made with upstream to
integrate this change.

ok sthen@
2019-07-22 13:00:01 +00:00
sthen
05926b119d No need to patch Makefile.am to remove doxygen; it is unused unless "make html"
is run. This means autoconf+automake are no longer needed. ok kmos@ tb@
2019-07-20 21:45:04 +00:00
sthen
db56303280 update to protobuf-c 1.3.2, from maintainer Jonathon Sisson 2019-07-20 17:44:50 +00:00
naddy
854be27cbd the autopoint tool requires xz 2019-07-20 15:46:48 +00:00
sthen
46aab92ead update to ccache-3.7.2 2019-07-20 13:43:54 +00:00
jturner
17f1fdf6c2 Update fossil to 2.9. Release notes here: http://fossil-scm.org/home/doc/trunk/www/changes.wiki#v2_9 2019-07-19 13:49:24 +00:00
kmos
b684948c19 Update devel/py-pluggy 0.9.0 -> 0.11.0
Update py-pluggy from 0.9.0 to 0.11.0. The most recent version is
actually 0.12.0, but they added a dependency on a new module that
backports from Python 3.8 that has other dependencies.

ok shachin@ sthen@
2019-07-19 12:09:59 +00:00
ajacoutot
6a479e33b2 Merged upstream. 2019-07-19 10:08:12 +00:00
sthen
e40db86e25 MAP_STACK is also needed for basic_standard_stack_allocator, found while
testing Icinga 2 development code.  Looks good to otto@, ok Brad
2019-07-18 20:27:25 +00:00
jca
1af85b1214 Fix invalid regex
Reported by bcallah@, upstream fix pointed out by sthen@
2019-07-17 20:15:53 +00:00
cwen
ccd175027a +p5-Test-HasVersion 2019-07-17 15:31:18 +00:00
cwen
aec48eb950 Import devel/p5-Test-HasVersion 0.014
Test::HasVersion lets you check a Perl module has a version number in a
Test::Simple fashion.

From Wen Heping, thanks!

OK afresh1@
2019-07-17 15:30:10 +00:00
danj
1991058dbd Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:49:19 +00:00
sthen
e8a3ed4a98 Some ports using gnulib previously detected a broken realpath and switched to an
internal replacement function. Following the changes to make realpath(3) use the
__realpath() syscall these no longer detect broken realpath i.e. produce different
code. Bump REVISION to ensure that users get the new version.
2019-07-16 21:29:41 +00:00
stsp
89b375f628 Fix gitdaemon rc.d(8) script's mechanism for setting the daemon's UID.
UID switching was controlled via git-dameon's --user option in $daemon_flags.
This is problematic in case $gitdaemon_flags is unwittingly set to some value
which omits the --user option: git-daemon would then run as root.

The fix implemented here sets $daemon_user to _gitdaemon by default,
and leaves $daemon_flags empty by default. This ensures that git-daemon
runs as user _gitdaemon regardless of the value of $gitdaemon_flags.

Anyone using git-daemon should check their system. If gitdaemon is
currently running as root, set gitdaemon_user=_gitdaemon in rc.conf.local
and restart the service.

ok kn@
2019-07-16 09:56:55 +00:00
bcallah
c7467d93f5 Update to samurai-0.7
Changelog: https://github.com/michaelforney/samurai/releases/tag/0.7
2019-07-14 21:41:19 +00:00
kmos
29bc9ca41d FreeBSD removed this port in June with the reasoning that the distfile was
only available in the directory of one of their committers who's been
inactive since 2001. It's not licensed such that it can be packaged.

OK rsadowski@ jca@
2019-07-14 20:02:02 +00:00
ajacoutot
15b005053f Add link to PR. 2019-07-14 17:26:48 +00:00
ajacoutot
e49cfb7988 Tweak comment a bit. 2019-07-14 16:58:25 +00:00
naddy
7ab397505a Switch to PERMIT_PACKAGE. CDROM restrictions are no longer applicable. 2019-07-14 00:39:34 +00:00
naddy
07f72ae990 a couple of straggling simple PERMIT_PACKAGE=Yes (different whitespace etc) 2019-07-13 22:12:08 +00:00
sthen
b8d12a3b20 update various simple PERMIT_* in Makefile.inc files 2019-07-13 10:59:26 +00:00
ajacoutot
2d38dbbd95 Update to harfbuzz-2.5.3. 2019-07-13 09:24:31 +00:00
ajacoutot
37712e89dc Update to meson-0.51.1. 2019-07-13 08:14:34 +00:00
sthen
4435b868be replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:15:33 +00:00
sthen
8d7492377d replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:07:45 +00:00
sthen
485792605b replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:02:12 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
sthen
f74b6c2d62 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:44:34 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
ajacoutot
f56b8542b9 Unbreak: changing HOMEPAGE requires a bump 2019-07-12 08:54:14 +00:00
thfr
5314307ac2 update to sdl2-image 2.0.5
addresses TALOS-2019-0820 (CVE-2019-5051), TALOS-2019-0821
(CVE-2019-5052), TALOS-2019-0841, TALOS-2019-0842, TALOS-2019-0843, and
TALOS-2019-0844

ok sthen@
2019-07-12 02:49:57 +00:00
naddy
e39025aba4 The msgmerge utility can use OpenMP; turn off for now.
From j@bitminer.ca
2019-07-11 20:24:00 +00:00
tj
fb0f863edb switch more homepage and master_sites links to https 2019-07-11 17:16:59 +00:00