18202 Commits

Author SHA1 Message Date
sthen
df6fba168f Add perl to WANTLIB, second batch. This used to be done automatically but
since SHARED_ONLY support was removed across the ports tree the perl module
no longer adds it, so it must be done manually for any perl ports that
provide perl shared-library modules (i.e. libdata/perl5/site_perl/$ARCH/*.so)
and you must not remove them from WANTLIB even if they show as "Extra".
2017-02-06 20:28:32 +00:00
landry
aa8b2187de update to xfce4-terminal 0.8.4 2017-02-06 09:54:34 +00:00
landry
d8550f1640 update to xfdashboard 0.6.1 2017-02-06 09:54:14 +00:00
landry
05f896fa4c Update to xfce4-clipman 1.4.1 2017-02-06 09:27:46 +00:00
jca
a70bef51b6 Remove doxygen docs.
Tweaked diff from Rafael Sadowski.
2017-02-04 23:50:28 +00:00
tb
3df723c5ce Suppress printing :00 seconds of remaining battery lifetime, as apm(4)'s
estimate only has a granularity of minutes.

ok jasper
2017-02-02 08:00:43 +00:00
gonzalo
962565891c Update for SMPlayer to 17.1.0
Test as always from Josh.

Thanks!

OK danj@
2017-02-02 02:31:07 +00:00
sthen
bcc3ab3049 As spotted by jmc@ and someone else who I forgot, mplayer has a hidden dep
on libbs2b; add it as a proper dependency to avoid periodic package breakage.
ok Brad.
2017-02-01 20:59:41 +00:00
sthen
a0712c976b Record the dependency on libssl/libcrypto in WANTLIB-main. This would
have been missed previously listed because Qt likes to dlopen() things
so check-lib-depends can't find it, which would stop qt5base getting
updated correctly by pkg_add -u when ssl/crypto libs are updated.
2017-02-01 14:07:30 +00:00
sthen
2fad60be74 Record the dependency on libssl/libcrypto in WANTLIB-main. This would
have been missed previously listed because Qt likes to dlopen() things
so check-lib-depends can't find it, which would stop qt4 getting updated
when ssl/crypto libs are updated.
2017-02-01 13:56:12 +00:00
sthen
22b5695b98 Switch xfreerdp from comparing handshake_func against tls->ssl->method
members to using SSL_in_(connect|accept)_init to fix following visibility
changes in libressl. While there, switch from TLSv1.0-only TLSv1_client_method
to SSLv23_client_method allowing newer TLS versions. Diff from jsing.
2017-02-01 11:43:23 +00:00
jasper
382ec3f00c submitted upstream 2017-01-31 19:01:41 +00:00
jasper
12353cdae6 implement support for finding the first wireless/ethernet device.
one can now use the '_first_' identifier on OpenBSD too.
2017-01-31 18:47:56 +00:00
jca
dbb51ab976 Fix previous, correctly register estdc++ in per-subpackage WANTLIB 2017-01-30 20:36:54 +00:00
jasper
b6deacde1b update to i3status-2.11 2017-01-29 15:12:42 +00:00
sthen
94e8aee89a zap zero-byte files, list from rsadowski 2017-01-27 18:52:26 +00:00
zhuk
2e7bf04982 Fix after recent LibreSSL changes.
Nowadays we have fake SSL_CTRL_SET_CURVES macro, and SSL_CTX_set1_curves
defined as synonym to SSL_CTX_set1_groups. So use the latter instead
of the former.

The patch should be tweaked furthermore before proposing it upstream,
but for now we can at least build things again.
2017-01-27 16:13:08 +00:00
zhuk
15b9240e7d Unbreak after recent LibreSSL changes. Please keep LibreSSL devs out!
(I hope beck@ have a good ophthalmologist, because medical maintenance
is required after looking in that code)

prodded by aja@
2017-01-26 06:19:58 +00:00
ajacoutot
f7852c30f5 Update to pcmanfm-1.2.5.
Take maintainer.
2017-01-26 01:42:27 +00:00
ajacoutot
6d7b2fb5f8 Update to menu-cache-1.0.2.
Take maintainer.
2017-01-26 01:41:55 +00:00
ajacoutot
374c53259d Remove, unused. 2017-01-26 01:41:22 +00:00
ajacoutot
67b746bc55 Update to libfm-1.2.5 and libfm-extra-1.2.5.
Take maintainer.
2017-01-26 01:40:28 +00:00
zhuk
049ca38cc5 Mark KDE3 as broken until build issues (after recent LibreSSL changes)
are resolved.
2017-01-25 11:55:47 +00:00
bentley
e93f458d59 Add a missed dependency on portaudio-svn.
Build failure noticed by naddy@
2017-01-25 03:51:29 +00:00
zhuk
55cb3c3d94 Having comms/qtserialport and x11/qt5/qtserialport not conflicting
is not enough for stable builds: all their dependees should depend
on either <5.6 or >=5.6 version as well.

Issue reported by naddy@
2017-01-21 18:25:02 +00:00
jasper
9790c2c3f3 update to libxkbcommon-0.7.1 2017-01-21 12:58:15 +00:00
ajacoutot
f5a0533d31 Regen WANTLIB to unbreak after pulseaudio lost its dependency on json-c.
reported by naddy@
2017-01-20 13:43:47 +00:00
ajacoutot
2daae115a2 Update to meta-tracker-1.10.4. 2017-01-19 23:26:07 +00:00
ajacoutot
d62f5a9e77 Update to py3-atspi-2.20.3. 2017-01-19 00:16:19 +00:00
jca
e2779ca142 Remove MAINTAINER.
Mail address bounces, no reply from alternative address.
2017-01-17 16:18:18 +00:00
ajacoutot
2f4e25fa8b Update to gtk+3-3.22.7. 2017-01-16 20:30:33 +00:00
ajacoutot
e342eb686e Update to dconf-editor-3.22.3. 2017-01-14 08:28:09 +00:00
jasper
49ea24029c update to gnome-online-accounts-3.22.4 2017-01-11 13:47:16 +00:00
zhuk
3b9df737a4 Pass NULL instead of forcing "passwd" in auth_userokay(3). The latter
won't run interactive auth styles anyway, and focing "passwd" breaks for
users willing to use other styles without fallback to "passwd".

Same as the patch already went in for KDE4 sent by Daniele Mazzocchio.
2017-01-11 13:32:11 +00:00
zhuk
82b23b73a1 Pass NULL instead of forcing "passwd" in auth_userokay(3). The latter
won't run interactive auth styles anyway, and focing "passwd" breaks for
users willing to use other styles without fallback to "passwd".

Report and patch from Daniele Mazzocchio, thanks!
2017-01-11 13:30:34 +00:00
sthen
011f13cc60 update to lumina-1.2.0-p1, from maintainer Bryan C. Everly 2017-01-09 10:10:20 +00:00
sthen
d549cdac3d Backport Qt5 commit https://codereview.qt-project.org/#/c/140750/4//ALL,unified
to prevent unloading Qt plugins in various destructors. Fixes a segfault seen
closing otter-browser using WM kill; otter bug report pointing at the Qt bug
was tracked down by awolk@.  OK zhuk@
2017-01-08 11:51:14 +00:00
ajacoutot
0f04eb3562 Bump here as well after the devel/llvm subpackaging. 2017-01-08 09:06:50 +00:00
bluhm
413a6b64d5 Create subpackage py-llvm that contains the Python bindings for Clang.
Bump revision of llvm main package and x11/gnome/builder.
OK Brad Smith (maintainer) ajacoutot@ sthen@
2017-01-08 01:59:49 +00:00
jeremy
848da9ec3c Add support for building ruby 2.4 version via ruby24 FLAVOR, and update
conflict markers.
2017-01-06 16:06:05 +00:00
zhuk
13ecff52bd Comment out the file qdoc sometimes fails to generate.
The root problem is not known yet, but this way we can get more reliable
builds, at least.

Initial report from naddy@
2017-01-05 09:52:36 +00:00
ajacoutot
f62c209354 Update to gtk+3-3.22.6. 2017-01-05 08:42:25 +00:00
landry
4e4c86ee1e bump ports depending on python3 in x11, thanks portbump(1) for the heavy lifting ! 2017-01-03 19:29:36 +00:00
shadchin
023286d19f Add a MODPY_PYOEXTENSION variable.
Beginning with Python 3.5 .pyo files are no longer used and
have been replaced by a more flexible scheme that includes
the optimization level explicitly in .pyc name (See PEP-488).
2017-01-03 18:54:48 +00:00
ajacoutot
ec73843591 Update to gnome-photos-3.22.3. 2017-01-03 12:30:50 +00:00
jca
354601ebae Unbreak on arm, use lang/gcc for atomic builtins.
May have drawbacks (stdc++/estdc++ mixed up).  ok espie@
2017-01-01 09:44:30 +00:00
jca
a99fc1476c Unbreak on arm: disable a hack not needed with EABI. 2017-01-01 09:40:42 +00:00
jca
96b70dddf4 Unbreak on arm, the use of ".fpu neon" doesn't seem warranted. 2017-01-01 09:32:12 +00:00
jca
10a8e78d9f Regen patch 2017-01-01 09:30:21 +00:00
jsg
f176bc59d1 ogre already builds with ports gcc, now that the arm baseline is armv6k
builtin atomics are available on arm and this builds so stop marking it
as BROKEN on arm.
2016-12-31 00:29:41 +00:00