20208 Commits

Author SHA1 Message Date
ajacoutot
8e94b5fe04 Sync WANTLIB after recent gmime30 update. 2018-10-27 16:59:36 +00:00
ajacoutot
e0952d4d56 Put sample files under share/examples/enlightenment 2018-10-27 14:03:23 +00:00
landry
28d555a883 Update to xfce4-clipman 1.4.3 2018-10-27 12:40:13 +00:00
landry
feaed2630a Update to xfce4-notifyd 0.4.3 2018-10-27 12:36:52 +00:00
jeremy
ecdd34f345 Bump related ports after default ruby version switch. 2018-10-26 16:16:24 +00:00
jeremy
3f28ad01cd Drop FLAVORs for old ruby versions, add ruby25 FLAVOR. 2018-10-26 16:13:50 +00:00
jeremy
9e6887f276 Drop explicit FLAVORS, since FLAVORS inherited from ruby.port.mk are
now acceptable.
2018-10-26 16:13:18 +00:00
ajacoutot
8174d2b35a Update to librsvg-2.44.8. 2018-10-25 09:32:05 +00:00
jsing
42014c814c Stop reaching into libssl internals in order to send TLS alerts.
We're also unlikely to use this server-side code path (as noted by
sthen@).

ok sthen@ tb@
2018-10-24 17:10:22 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
gonzalo
f110c5b5c4 Update for SMPlayer to 18.10.0
OK benoit@
2018-10-24 07:45:42 +00:00
jasper
d984c0b20b unbreak after libssh update 2018-10-23 19:28:47 +00:00
ajacoutot
d8587de147 Update to aisleriot-3.22.7. 2018-10-23 15:56:53 +00:00
rsadowski
e366caf917 Update OpenBSD KDE5 universe.
- Update KDE Frameworks to 5.51.0
-- Change examples handling and use @sample for all of them. Idea by
   ajacoutot@. Discussed with ajacoutot@,sthen@,naddy@.

- Update our KDE Applications to 18.08.2.
-- Nothing special except okteta. They use there own version pattern
   now. I set EPOCH.

- Update all devel/kf5 consumers there are effected by the examples handling.
-- kdevelop
-- krusader
-- tellico
-- yakuake

Thanks to landry@ for feedback and hints
2018-10-22 20:30:41 +00:00
naddy
8274611770 explicitly link against libiconv to satisfy lld 2018-10-22 20:16:22 +00:00
jasper
f0ae28b302 update to i3lock-2.11.1 2018-10-21 12:07:30 +00:00
gonzalo
4e4b0ac1c1 Update for SMTube to 18.9.0
OK benoit@
2018-10-18 11:50:29 +00:00
gonzalo
3c4013b8d0 Update for SMPlayer to 18.9.0
OK benoit@
2018-10-18 11:49:05 +00:00
sthen
44f8a14fd9 switch default php version from 7.0 to 7.1 (not 7.2 yet as some things are still
using mcrypt).
2018-10-17 14:15:55 +00:00
landry
b637f079ce Update to exo 0.12.3 2018-10-16 16:43:23 +00:00
ajacoutot
12ebcc7e96 Update to librsvg-2.44.7 which fixes a few panics. 2018-10-16 11:19:48 +00:00
landry
87f241ee73 Bump all ports using rust to ensure they get rebuilt/updated. 2018-10-08 15:28:05 +00:00
ajacoutot
6ce04465fe Link to merge request. 2018-10-04 06:42:17 +00:00
bcallah
03f26ad058 Update to xfe-1.43.1, bugfix update to fix a regression in search display.
Retake MAINTAINER
ok giovanni@
2018-10-03 13:38:16 +00:00
jasper
426a5296be update to gjs-1.52.4 2018-10-02 10:54:59 +00:00
ajacoutot
4b0590685c The post-install target is not needed anymore. 2018-10-02 07:36:58 +00:00
landry
0fab6ca4e1 Update to xfce4-whiskermenu 2.3.0 2018-10-01 19:59:46 +00:00
rsadowski
6639fdb566 Update py-qtpy-1.5.1
From Elias M. Mariani (maintainer) Thanks!
2018-09-29 08:38:04 +00:00
ajacoutot
dc161628e8 Update to libgda-5.2.5. 2018-09-29 08:08:19 +00:00
ajacoutot
8edecef58d Update to librsvg-2.44.6. 2018-09-28 06:57:41 +00:00
jasper
be6aba1747 update to grilo-plugins-0.3.8 2018-09-27 16:57:34 +00:00
sthen
202fbf484e bump REVISION on ports using rust, to ensure that they pick up the fix
for out of bounds write due to integer overflow that was fixed in rust's
libstd (which is statically linked).
2018-09-25 21:16:37 +00:00
jasper
7bbdea6de6 update to eog-3.28.4 2018-09-25 19:25:15 +00:00
ajacoutot
6297938238 Update to librsvg-2.44.4. 2018-09-25 07:08:56 +00:00
ajacoutot
a8f8e4b2fa Revert part of the configure script to deal with older FFmpeg.
from Brad (maintainer)
2018-09-24 08:11:27 +00:00
landry
73babc0504 Update to xfce4-weather 0.9.0.
Ported to Gtk3, cf
https://mail.xfce.org/pipermail/xfce-announce/2018-September/000636.html
2018-09-24 06:49:14 +00:00
landry
2ce9859cc2 Update to xfce4-battery 1.1.1 2018-09-24 06:44:32 +00:00
ajacoutot
59cb7e8f32 Update to mplayer-20180916.
from Brad (maintainer)
2018-09-22 07:06:05 +00:00
robert
8a59f27578 remove bogus wantlib 2018-09-22 06:08:03 +00:00
robert
fbc02666ad add missing build dependency on textproc/xmlto 2018-09-22 06:04:52 +00:00
ajacoutot
2f74383ee1 Update to ffmpeg 2.8.15 (now followin upstream versioning).
from Brad (maintainer)
2018-09-21 21:40:19 +00:00
robert
09fbe21f25 update to 1.20.1 2018-09-20 11:17:16 +00:00
robert
47f3e879ba update to 3.22.18 2018-09-20 11:17:08 +00:00
robert
1c4558fb21 update to 1.20.1 2018-09-20 11:16:59 +00:00
robert
4724884a49 update to 1.20.1 2018-09-20 11:16:56 +00:00
robert
6f588c3df5 update to 1.20.3 2018-09-20 11:16:52 +00:00
robert
ad9882c086 update to 1.20.1 2018-09-20 11:16:48 +00:00
robert
dc19e54333 update to 1.20.2 2018-09-20 11:16:44 +00:00
robert
dc427e69b3 update to 1.20.2 2018-09-20 11:16:39 +00:00
robert
c11c3a75a3 update to 1.20.2 2018-09-20 11:16:33 +00:00