125152 Commits

Author SHA1 Message Date
ajacoutot
7847971e5e Update to py-boto3-1.5.0. 2017-12-15 08:26:30 +00:00
ajacoutot
ee95b98862 Update to py-botocore-1.8.14. 2017-12-15 08:26:07 +00:00
rsadowski
419de11fc4 Update keepassxc to 2.2.3 2017-12-15 07:59:30 +00:00
jca
6bc26cc00b Stop linking against libelf.
The autotools setup detects and links against it, but the code of vim
doesn't use it.  Discusse with sthen@, who found this mail (2001!) from
upstream.

  https://marc.info/?l=vim-dev&m=100487203621247&w=2
2017-12-15 01:44:21 +00:00
jca
16768a0973 Repair arch tests and maybe unlock neomutt on powerpc
On powerpc, MACHINE_ARCH is "powerpc" and ARCH is "socppc" or "macppc",
the test fails and neomutt tries to use kyotocabinet, marked as BROKEN.
Fix test and use qdbm as intented.  On arm, where MACHINE_ARCH is "arm" and
ARCH is "armv7", the test fails thus neomutt is already using kyotocabinet
(which builds on arm now), so remove the test.  No need for a bump since
the build failed in both cases.

Reported by "gumnos", ok sthen@ (maintainer)
2017-12-15 01:32:22 +00:00
rsadowski
31079c2f2f Remove devel/boost as BUILD_DEPENDS
- Add COMPILER and drop ONLY_FOR_ARCHS
- Add -std=c++11 (clang also needs -Wno-c++11-narrowing to build successful)
- Drop boost as bdep and change tr1-implementation to system.
- Fake function in namespace std::tr1:: and use std::placeholders.

tweak and ok bluhm@
2017-12-14 22:50:45 +00:00
jasper
9d84d8e09f update to gnome-online-accounts-3.26.2 2017-12-14 19:58:42 +00:00
jca
0fc2dfb109 Sync WANTLIB 2017-12-14 19:02:04 +00:00
sthen
0d2e750a7f LDEP+=poppler-qt5, pointed out by landry@ 2017-12-14 17:43:00 +00:00
sthen
b2b893ce13 sync WANTLIB (forgot to check before previous commit), and switch HOMEPAGE
to https while there (it already redirects http->https, so no downside).
2017-12-14 17:25:02 +00:00
sthen
67262cf1f3 update to lumina 1.4.0-p1, from maintainer Bryan C. Everly 2017-12-14 17:22:26 +00:00
jca
37f3422c40 Needs a C++11 compiler 2017-12-14 17:07:17 +00:00
landry
301234b171 xfce4-pulseaudio 0.3.4 2017-12-14 16:33:20 +00:00
landry
f9854870f4 xfce4-notifyd 0.4.1 2017-12-14 16:29:58 +00:00
ajacoutot
227e380b4b Update to libgcrypt-1.8.2. 2017-12-14 14:30:22 +00:00
ajacoutot
a346ccc372 Update to gnome-photos-3.26.3. 2017-12-14 14:23:20 +00:00
jasper
2cbc2fb1fa update to czmq-4.0.2 2017-12-14 11:46:54 +00:00
jca
1b97313b5d Broken with ports-gcc on sparc64 and amd64 -> use ports-clang 2017-12-14 11:00:20 +00:00
jca
75d0f96f67 Drop extra MULTI_PACKAGES, keep the one closest to PSEUDO_FLAVORS.
ok pea@ (maintainer)
2017-12-14 10:38:21 +00:00
landry
4ac373980b Bugfix update to qgis 2.18.15 2017-12-14 10:17:27 +00:00
jasper
03c31577ec update to ansible-2.4.2.0 2017-12-14 10:16:24 +00:00
landry
5ac1f718c7 Update to xfce4-panel 4.12.2
Translation updates and support for RandR's 'primary monitor' feature.
2017-12-14 10:16:07 +00:00
kirby
4aa1be4913 update homepage 2017-12-14 09:47:24 +00:00
jasper
54e70efc0d update to epiphany-3.26.4 2017-12-14 08:19:18 +00:00
jca
b7c5a3f7ff This now requires gcc>=5 or clang, so use ports-clang before ports-gcc
Not removing ports-gcc, since there's a non-zero chance that we get
a newer ports-gcc before clang works on powerpc...

ok ajacoutot@ (maintainer)
2017-12-14 08:14:33 +00:00
jca
e4f698f60a Needs a C11 compiler
ok ajacoutot@
2017-12-14 08:12:09 +00:00
jca
b8218d6d61 Won't build on BE archs. 2017-12-14 07:08:15 +00:00
jca
f4584fe707 Need a C++11/14 compiler 2017-12-14 06:44:23 +00:00
jca
257f4a5f24 Annotate COMPILER (C++1) 2017-12-14 06:11:09 +00:00
jca
52120fcf51 typo 2017-12-14 06:02:30 +00:00
jca
15e3b2d939 Requires a C++11 but doesn't use it (yet), just skip the test 2017-12-14 06:00:17 +00:00
jca
9a7f4dc1ec Bigger hammer to kill UTF-8 BOM (fails to build with base gcc) 2017-12-14 05:57:44 +00:00
jca
776f9df38b Needs a C++11 compiler like other xapian ports 2017-12-14 05:54:18 +00:00
jca
6ab30377f0 autoheader is the default for CONFIGURE_STYLE=autoconf 2017-12-14 00:29:47 +00:00
jca
5f7074aa8b Cope with newer graphics/jasper
ok ajacoutot@
2017-12-14 00:24:36 +00:00
jca
28b5bc97f1 Update to jasper-2.0.14
Security patches removed, since all of them appear to be merged
upstream, APIWARN diffs kept.  The atexit workaround introduced by jolan
is not needed any more.

The port now explicitely requests gnu11 support.  I did not change the
feature set (no libjpeg, no opengl) to ease the update.  People can
enable stuff later if they need to.
Testing quirks:
- not enabling jpeg means that the two first tests fail
- shells/bash should be installed at *configure* time in order for tests
  to be picked up; maybe we should add a "test" FLAVOR so that regular
  builds aren't affected?

Tested on amd64 and arm, bulk build + ok ajacoutot@ (thanks!)
2017-12-14 00:23:28 +00:00
jca
1d6b8ffe0f Sync with other libnet consumers
ok steven@ (maintainer)
2017-12-14 00:16:14 +00:00
bluhm
b773d3e435 update p5-List-MoreUtils to 0.428 2017-12-13 20:34:58 +00:00
schwarze
aa8702b79b We repeatedly received requests to change various OpenBSD manuals
based on questionable advice provided by igor(1), so clarify the
purpose and the limitations of the port in the DESCR and bump.
Using wording tweaks from tb@.
OK tb@ and no objection from jmc@.
2017-12-13 16:45:04 +00:00
sthen
a3fc5ad9b6 librenms tweak: use sed instead of patching to replace username in
sample crontab entries, drop some other minor changes that are no longer
needed/wanted.
2017-12-13 16:25:15 +00:00
sthen
4654b6d668 librenms: avoid gnuism, trying to call rm -v. (why doesn't it just use php
unlink anyway though?)
2017-12-13 15:56:07 +00:00
ajacoutot
af1c9ce459 Update to consolekit2-1.2.1. 2017-12-13 15:36:22 +00:00
sthen
ecf046c6f9 librenms tweaks:
- replace more hardcoded php binary names with ${MODPHP_BIN}, unbreaks some
scripts as we include the PHP release branch in the string (php-5.6 etc).

- drop php-mysql dependency, no longer required.
2017-12-13 15:30:43 +00:00
ajacoutot
ea5e19fc98 Update to awscli-1.14.9. 2017-12-13 12:10:01 +00:00
ajacoutot
af5452d2d2 Update to py-botocore-1.8.13. 2017-12-13 12:09:48 +00:00
ajacoutot
deeb21abde Needs to LDEP on databases/sqlite3. 2017-12-13 08:29:40 +00:00
rpointel
5363714739 update burp to 1.7.30.
Release notes: http://releases.portswigger.net/2017/12/1730.html
2017-12-13 05:50:53 +00:00
rpointel
74d274d040 + SUBDIR += py-yamllint
+     SUBDIR += py-yamllint,python3
2017-12-12 20:52:23 +00:00
rpointel
147b95cd28 import py-yamllint, a linter for YAML files.
inputs and ok bcallah@.
2017-12-12 20:49:50 +00:00
robert
9739d2c972 add run depends on mate-desktop; from Victor Kukshiev 2017-12-12 19:55:53 +00:00