136516 Commits

Author SHA1 Message Date
sthen
a20fd05451 handle jdk 11 for unifi;
unifi requires javax.activation from activation.jar, which is present
and active in jdk 8, present but deprecated in 9/10 (hidden behind a
command-line flag), and removed in jdk 11.

add a FETCH_MANUALLY distfile to take this from Java Activation Framework;
this is under Oracle's binary license with an indemnity clause so you get
to download it yourself, but it's fairly straightforward. adapt the startup
script to cope.
2019-03-25 03:13:32 +00:00
sthen
7430f53ef3 add some fixes for yubiserve's oath support, from drcate at att net 2019-03-25 01:29:42 +00:00
sthen
828f08b0e2 sweep all java ports with a couple of adjustments to build/dependency
environment, which will reduce complexity in java.port.mk when jdk 11 is
added. direction agreed with kurt@.

- switch all MODJAVA_VER to at least 1.8 (we don't currently have any
version earlier than this anyway).

- drop MODJAVA_JRERUN, the separate jre package will be going away with
jdk 11.

- bump changed ports
2019-03-24 22:24:12 +00:00
sthen
771704c1f4 update to vim-8.1.1048 2019-03-24 22:02:15 +00:00
cwen
614f2c8953 drawpile: use devel/kf5 module, unbreak the build
Hints and OK rsadowski@
2019-03-24 20:43:34 +00:00
landry
47eca3902a Update to xfce4-weather 0.9.1 2019-03-24 19:45:12 +00:00
jca
c5859b7f0c Our stddef.h provides max_align_t, let cstddef provide std::max_align_t
This unbreaks www/webkitgtk4 on sparc64.  ok pascal@ (maintainer)
2019-03-24 16:47:48 +00:00
bket
3ee389731a Update to lastpass-cli-1.3.2.
- Switch to GH_ variables, tarballs are not uploaded as assets any more.
- Drop patch that has been merged upstream.
2019-03-24 16:27:12 +00:00
fcambus
ac7f753695 Update goattracker to 2.75. 2019-03-24 13:56:59 +00:00
rsadowski
778a93db7a Unbreak bulk build
Fix PKGSPEC and bump all consumers

Spotted by naddy@ and ajacoutot@; Thanks!
2019-03-24 13:45:20 +00:00
ajacoutot
3e59238f77 Put commands in the cheat sheet. 2019-03-24 13:32:49 +00:00
robert
5305d373e6 fix missing patches from previous commit 2019-03-24 13:05:34 +00:00
robert
29857da0bc upate to 73.0.3683.86 2019-03-24 12:24:44 +00:00
rsadowski
3b4c8c86c8 Zap variable KDE5
We are now KDE4 free in kde-applications so there is no reason to tag KDE5
ports.
2019-03-24 11:56:57 +00:00
rsadowski
471fe72b00 Cleanup and added comments why we can not porting some applications 2019-03-24 11:23:00 +00:00
rsadowski
ef21bd666f Remove: libkgeomap, libkface
Now a part of digikam-kde4 and we don't use it anywhere else.
2019-03-24 11:20:22 +00:00
ajacoutot
2cd169e4b6 Default limits must be bumped for gjs (and gnome-shell) to run properly.
found out the hard way by stsp@
2019-03-24 10:18:19 +00:00
robert
e728b8d4f3 update to 6.2.2.2 2019-03-24 09:17:45 +00:00
ajacoutot
d36ee33a27 Chase FFmpeg version update.
from Brad (maintainer)
2019-03-24 09:03:35 +00:00
ajacoutot
07231c2a23 Update to ffmpeg-4.1.2.
from Brad (maintainer)
2019-03-24 09:02:52 +00:00
rpointel
bcf67958cf update exiftool to 11.30.
ok afresh1@
2019-03-24 08:57:03 +00:00
bcallah
71905ab38f Update to flang-7.0.1.20190320 2019-03-23 23:55:13 +00:00
mariani
a6ec63644f Updating py-scandir from 1.9.0 to 1.10.0
From Kurt Mosiejczuk.

OK kn@
2019-03-23 15:00:15 +00:00
bcallah
c73428b4f9 Update to ponyc-0.28.0
Changelog: https://github.com/ponylang/ponyc/releases/tag/0.28.0
2019-03-23 13:52:06 +00:00
rapha
c030f0cdc9 Import portmidi-217
PortMidi is a library for real time input and output of MIDI data.

Support for sndio is incomplete, only output is implemented for now.

ok jca@, ratchov@
2019-03-23 13:30:08 +00:00
semarie
14e412f735 update weboob to 1.4
taking maintainership
2019-03-23 13:09:40 +00:00
ajacoutot
5b2b49ca3c Update to cups-2.2.11. 2019-03-23 12:19:54 +00:00
jca
3af625615a Move comment to the right place 2019-03-23 10:55:51 +00:00
jca
83c7e2b107 DPB_PROPERTIES=parallel not needed
Sneaked in the last OCaml update.  Those ports aren't big nor critical
enough to warrant the use of multiple build slots in regular bulk
builds.
2019-03-23 10:54:59 +00:00
ajacoutot
a6b19bdd36 Update to login_krb5-6.5.1. 2019-03-23 10:41:05 +00:00
jca
f0a47f266c Use FIX_EXTRACT_PERMISSIONS 2019-03-23 10:31:17 +00:00
jca
7009ecffc7 Also use https for HOMEPAGE 2019-03-23 10:30:02 +00:00
ajacoutot
ad9d6a5cd3 Update to login_krb5-6.5. 2019-03-23 10:19:20 +00:00
jca
f7dcc361f6 frama-c needs findlib at runtime
from Greg Czerniak
2019-03-23 10:12:53 +00:00
jca
d1ce8a93b7 Split BUILD/RUN_DEPENDS, one per line 2019-03-23 10:11:00 +00:00
stsp
5665f58009 Fix a use-after-free in glib2 which got triggered by gnome-session-binary.
ok ajacoutot@
2019-03-23 08:51:15 +00:00
landry
346fd9cb98 Update to firefox-esr 60.6.1.
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2019-10/
2019-03-23 08:05:16 +00:00
rsadowski
18a27af128 Update nomacs to 3.10.2
OK kn@
2019-03-23 07:28:45 +00:00
rsadowski
c09b77722e Update opencv to 3.4.2
OK kn@ Thanks! Big Thanks!
2019-03-23 07:26:56 +00:00
landry
35acc085af Update to sqlite3 3.27.2.
Went into a bulk without fallout.
2019-03-23 07:16:35 +00:00
otto
f3f8fbac43 Missed in previous 2019-03-23 06:32:30 +00:00
feinerer
5c3319e5d4 Update to libv4l 1.16.4 2019-03-23 05:40:03 +00:00
jsg
07fe514275 Don't specify major version when dlopen()ing the vulkan loader, always
use the latest.  Similiar to the situation with libGL.

ok thfr@
2019-03-23 05:27:32 +00:00
rsadowski
f6efefc2e2 Unhook libkface,libkgeomap
say goodbye to the last KDE4 ports in x11/kde-applications
2019-03-22 22:09:55 +00:00
rsadowski
222372dd0d rename digikam (KDE4) to digikam-kde4
Pointer by espie; Thanks!
2019-03-22 22:09:48 +00:00
rsadowski
d1bd58b2c4 Teach digikam4 to build with graphics/opencv2
Highlights:

- Rename digikam to digikam-kde4 (see Quirks bits)
- New mutli-packages: face and geomap which make
  x11/kde-applications/{libkface, libkgeomap} unnecessary

Notable changes:

- fix MASTER_SITE
- s/https/https/
- dependencies WANTLIB cleanup
- regen PLIST
2019-03-22 22:09:37 +00:00
naddy
57c180fd83 update to 5.0 patchlevel 3 2019-03-22 21:04:10 +00:00
rsadowski
9a1e574100 Import opencv2-2.4.13.4; Tweaks and OK kn@. Big Thanks!
The Open Computer Vision Library is a collection of algorithms and sample
code for various computer vision problems.

This package contains main OpenCV components.

It's completely based on graphics/opencv with following changes:

- PKGNAME to opencv2 to enable coexistence between opencv2 and
  opencv3/4.
- Dropped -java, -docs (Is not required for the last consumers)
- Drop examples and tests
- Changed install paths to avoid conflicts with (main) opencv.
  - bin to ${LOCALBASE}\bin\opencv2
  - libs to ${LOCALBASE}\libs\opencv2
  - include/opencv to ${LOCALBASE}\include\opencv2
  - and so on.
2019-03-22 20:39:06 +00:00
otto
9710e68622 Update to 4.1.8; ok sthen@ 2019-03-22 19:13:33 +00:00
landry
3f9e8d0be3 Update to firefox 66.0.1.
See https://www.mozilla.org/en-US/firefox/66.0.1/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2019-09/
2019-03-22 18:22:09 +00:00