127735 Commits

Author SHA1 Message Date
rsadowski
6fdcef6edc Update gpgme to 1.10.0
Simple update to the latest stable version 1.10.0. In addition new
multi-package -qt:

Qt and C++  bindings for GnuPG Made Easy (GPGME).

Notable port changes:
- Add --enable-languages='cpp qt'
- remove all duplicated stuff with gpgme in post-install.
- QGpgME is GPLv2 and not LGPL
- Add security/gpgme=${VERSION} so keep in snyc with gpgme.

Survived a bulk, Thanks landry@
2018-04-14 09:56:20 +00:00
tb
bec5903648 Clean up some LIBRESSL_VERSION_NUMBER patches that either did nothing
or provided functions that are now available in libcrypto.

ok gsoares, sthen (for a more aggressive earlier version)

I'll revisit the other bits at p2k18.
2018-04-14 09:05:14 +00:00
rsadowski
9d4e548dff Update intellij to 2018.1.1
From Caspar Schutijser <caspar # schutijser - com>, Thanks!
2018-04-14 07:08:14 +00:00
sthen
93f27fd1d4 update to scribus-1.4.6
kill backtrace_symbols/execinfo use while there
2018-04-13 20:51:12 +00:00
naddy
9c09644f20 fix build with clang6: bugfix from upstream git 2018-04-13 19:50:50 +00:00
ajacoutot
42812bb1be LOCALBASE->TRUEPREFIX
ok sthen@
2018-04-13 15:46:47 +00:00
bluhm
dff03858ba +os-test 2018-04-13 15:40:38 +00:00
bluhm
3b7d533809 import os-test 0.000041
OK sthen@

Prepare to run os-test on a regular basis as a OpenBSD regression
test by providing the software as a port.  As it was not designed
to be installed as a package, implement the runtime environment in
do-install.  The port specific tool os-test uses the installed files
from /usr/local to run the tests and creates the html output in the
current directory.

Comment:
test suites for POSIX operating systems

Description:
os-test is a set of test suites for POSIX operating systems designed
to make it easy to compare differences between operating systems
and to find operating system bugs.  It consists of test suites that
focus on different operating system areas.
2018-04-13 15:38:15 +00:00
jasper
7d55a10c5d fix build with clang6 by forcing c++03
these ports play too much games or the original intent it too hard to decipher (yes, looking at you hylafax)
2018-04-13 15:31:12 +00:00
jasper
b7d69cc0f2 fix build with clang6 2018-04-13 15:19:29 +00:00
jasper
0756b1389c fix build with clang6 2018-04-13 15:12:17 +00:00
edd
e8f674f4ad emulators/dgen-sdl: Unbreak build with clang 6.
OK sthen@, thanks.
2018-04-13 14:52:07 +00:00
bket
37fb63d419 Update to encfs-1.9.4.
Upstream has fixed compilation with LibreSSL, as such there is one patch
less to maintain.

OK jca@
2018-04-13 14:36:09 +00:00
jca
c2cf13c270 Unbreak with clang6, and respect CXXFLAGS
Based on a diff from Matthew Martin.
2018-04-13 11:13:31 +00:00
rpointel
559c139184 update yamllint to 1.11.1 2018-04-13 11:03:58 +00:00
rpointel
e2da96d375 update tld to 0.7.10. 2018-04-13 08:19:04 +00:00
gonzalo
04841c5f0f Update for Apachetop to 0.18.4:
https://github.com/tessus/apachetop/releases
2018-04-13 07:39:33 +00:00
kirby
d62e065478 update to foxtrotgps-1.2.1 2018-04-13 06:27:16 +00:00
kirby
194e6eca89 hook goaccess tokyocabinet flavor 2018-04-13 06:15:35 +00:00
ajacoutot
f383391e29 Update to cups-filters-1.20.3. 2018-04-13 06:10:37 +00:00
sthen
de69cb14ae major update to GPSTk-2.10, unbreaks build with clang6
roll headers into main package
2018-04-12 21:12:56 +00:00
jturner
e95948d985 Update kcgi to 0.10.3. Major updates to FastCGI related code.
See release notes here: https://kristaps.bsd.lv/kcgi/archive.html
2018-04-12 20:41:09 +00:00
naddy
c726412462 Update to 2.9.5. Significant changes:
- Addition of the color name "normal", meaning the default color.
2018-04-12 19:50:41 +00:00
kirby
7e2297ee43 Add tokyocabinet FLAVOR and disable it by defailt. This speed up processing
for most usecases.
Requested and original diff by fcambus@.
OK fcambus@, ideas and OK sthen@, "Yes please!" danj@
2018-04-12 18:26:24 +00:00
jasper
c5925b94c9 fix build with clang6 2018-04-12 18:10:38 +00:00
jasper
4b6f766f63 fix build with clang6; from freebsd 2018-04-12 18:10:27 +00:00
jasper
1e5a67f986 fix build with clang6 2018-04-12 17:55:08 +00:00
jasper
7058096310 fix build with clang6 2018-04-12 17:52:47 +00:00
naddy
a6ff925e3b fix build with clang6 2018-04-12 15:07:38 +00:00
ajacoutot
4ecec835e7 Sync CONFIGURE_ARGS. 2018-04-12 11:42:33 +00:00
mpi
0a4cc523f3 Reorder operations in _kqsub_cancel() to prevent races.
Should prevent the timeout to refill the list of depenencies while
another thread is freeing it.  Should help with segfault reported
on bugs@.

While here sync the kqueue rewrite with upstream.

ok ajacoutot@
2018-04-12 10:03:17 +00:00
bluhm
0ef2362d87 Update botan2 to 2.6.0. Botan tests create temporary files in /tmp
to allow ports privsep.  Do not create symlinks for shared library,
they confuse our tool chain.
2018-04-12 09:53:54 +00:00
sthen
9571cbeb81 static_casts for clang6, substitute MSDOS line-endings in patched files 2018-04-12 08:37:09 +00:00
sthen
f4b108fe1f fix build with clang6, light Makefile tidying 2018-04-12 08:12:05 +00:00
ajacoutot
472a9c47d0 Update to google-cloud-sdk-197.0.0. 2018-04-12 08:03:22 +00:00
sthen
a7f4c53cf0 whitespace around constants for clang6 2018-04-12 08:00:55 +00:00
ajacoutot
fb7fc75a9f Update to libgpg-error-1.29. 2018-04-12 08:00:06 +00:00
pvk
a2e96565da +py-more-itertools 2018-04-12 07:54:09 +00:00
pvk
f37ad73531 Import py-more-itertools 4.1.0, Python routines for operating on iterables beyond itertools
ok sthen@
2018-04-12 07:45:00 +00:00
sthen
c50e5de0df reset maintainer address, bounces reported by Vivek Vinod on misc@
while there: mirror distfile, set homepage to archive.org copy, small
Makefile tweaks
2018-04-12 07:25:12 +00:00
landry
7ff8731767 xfce4-pulseaudio 0.4.1 2018-04-12 06:53:24 +00:00
landry
2e8be69fee Parole 1.0.1 2018-04-12 06:53:06 +00:00
ajacoutot
d32bbec3c1 Update to vault-0.10.0. 2018-04-12 06:26:55 +00:00
gonzalo
8e63bcbfb7 Now we have mpv instead of mplayer.
Adjust the COMMENT.

OK espie@
2018-04-12 06:07:13 +00:00
bentley
f83d7a4271 Update to libtorrent-rasterbar-1.1.7.
Include a patch to fix the build with clang 6.
2018-04-12 04:40:41 +00:00
sthen
bcbcb4232f clang6 space around constants; from David CARLIER 2018-04-11 22:49:40 +00:00
sthen
b69881dacb update to clamav-0.100.0 2018-04-11 21:35:58 +00:00
sthen
eaf8a2a299 update to Roundcube 1.3.6, a couple of fixes, the main one being:
"In Roundcube from versions 1.2.0 to 1.3.5, with the archive
plugin enabled and configured, it's possible to exploit the
unsanitized, user-controlled "_uid" parameter (in an archive.php
_task=mail&_mbox=INBOX&_action=plugin.move2archive request) to perform
an MX (IMAP) injection attack by placing an IMAP command after a %0d%0a
sequence. NOTE: this is less easily exploitable in 1.3.4 and later
because of a Same Origin Policy protection mechanism."

https://github.com/roundcube/roundcubemail/releases/tag/1.3.6
2018-04-11 21:20:40 +00:00
naddy
5da62aab37 fix build with clang6: disambiguate call to bind(2) from std::bind 2018-04-11 20:50:42 +00:00
naddy
ce4c9cf17f fix build with clang6 2018-04-11 20:30:32 +00:00