Commit graph

163 commits

Author SHA1 Message Date
Jung-uk Kim
e90df162f1 Update to 5.1.18. 2017-03-15 22:22:59 +00:00
Jung-uk Kim
bc6e83f398 Improve D-Bus support. 2017-03-09 21:50:29 +00:00
Jung-uk Kim
873effc7bb Fix build with option QT4.
Submitted by:	Walter Schwarzenfeld (w dot schwarzenfeld at utanet dot at)
2017-03-09 19:21:42 +00:00
Jung-uk Kim
9fc7e23845 Update to 5.1.16. 2017-03-09 00:25:44 +00:00
Jung-uk Kim
7580c94a58 Update the hints to use service(8). 2017-02-21 22:02:51 +00:00
Jung-uk Kim
addc8acba7 Warn and stop build if the kernel cannot execute a 32-bit binary.
PR:		193946
2017-02-21 21:56:31 +00:00
Jung-uk Kim
db1bb10b97 Fix build with option QT4.
PR:		217240
2017-02-21 20:12:51 +00:00
Jung-uk Kim
b0bdf5622b Fix USB support.
PR:		212845
Submitted by:	hselasky
Tested by:	Graham Menhennitt (graham at menhennitt dot com dot au)
2017-01-25 21:01:18 +00:00
Matthew Seaman
feab39b3c3 Update to 0.9.11
This includes a	security fix for CVE-2016-9941 and CVE-2016-9942

  * Drop files/patch-libvncclient_h264.c -- upstream has dropped h264 support
  * Switch from USE_OPENSSL to USES+=ssl
  * PORTREVISION bump in ports that link against libvncserver.so (with
    their default OPTIONS settings) due to change in ABI version of
    libvncserver.so

PR:		215802
Submitted by:	vlad-fbsd@acheronmedia.com
MFH:		2017Q1
Security:	64be967a-d379-11e6-a071-001e67f15f5a
2017-01-21 21:47:21 +00:00
Jung-uk Kim
1407973eda Fix build with QT4.
Reported by:	ler
Tested by:	ler
2017-01-19 06:36:46 +00:00
Jung-uk Kim
e03ffb78e4 Update to 5.1.14. 2017-01-18 19:09:06 +00:00
Jung-uk Kim
55eb3c678e Update to 5.1.12. 2016-12-21 14:01:15 +00:00
Jung-uk Kim
fb3b57862e Update to 5.1.10. 2016-11-24 20:37:08 +00:00
Jung-uk Kim
4d2e982d84 Update to 5.1.8.
PR:		213683
Differential Revision:	https://reviews.freebsd.org/D8292
2016-10-23 19:37:28 +00:00
Jung-uk Kim
b4f47b1ccb Fix the previous commit. It was incomplete.
Pointy hat:	jkim
2016-10-05 20:57:06 +00:00
Jung-uk Kim
7eaed1bd50 Add newly added slave ports to CONFLICTS_INSTALL. 2016-10-05 20:49:35 +00:00
Jung-uk Kim
bc23624f99 Add the newly added emulators/virtualbox-ose-nox11 to CONFLICTS_INSTALL. 2016-10-05 20:13:07 +00:00
Jung-uk Kim
02d28cdba8 - Rename emulators/virtualbox-ose-lite to emulators/virtualbox-ose-nox11 and
assign its maintainership to vbox@. [1]
- Use OPTIONS_EXCLUDE to simplify its master port.

Approved by:	alfred (maintainer) [1]
2016-10-05 19:55:24 +00:00
Jan Beich
adb3fa4aa4 multimedia/libvpx: update 1.6.0
ABI is incompatible... or not? SONAME has changed but the removed vp10
symbols weren't actually exposed (and still aren't).

Note, FreeBSD 9.x now builds with Clang 3.4 because GCC 4.2 fails:

  vp9/encoder/x86/vp9_frame_scale_ssse3.c: In function 'eight_tap_row_ssse3':
  vp9/encoder/x86/vp9_frame_scale_ssse3.c:93: internal compiler error: in simplify_binary_operation_1, at simplify-rtx.c:2563
  Please submit a full bug report,
  with preprocessed source if appropriate.
  See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.5.0..v1.6.0
ACC report:	https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.5.0_to_1.6.0/compat_report.html
2016-09-30 01:15:10 +00:00
Jung-uk Kim
352492a6dd Remove a redundant PLIST_SUB. 2016-09-16 19:47:10 +00:00
Jung-uk Kim
7006249e8e Add support for Python 3.x.
PR:		212691
2016-09-16 18:48:04 +00:00
Jung-uk Kim
1563c9ac55 Update to 5.1.6. 2016-09-12 22:52:05 +00:00
Jung-uk Kim
e60871787d Update to 5.1.4. 2016-09-07 21:35:38 +00:00
Jung-uk Kim
c2fc3c5f4c Temporarily disable AVX support for guest. It is unstable for FreeBSD.
PR:		211651
2016-08-13 04:05:35 +00:00
Jung-uk Kim
2b81980bdb Fix build with non-base OpenSSL without MD2 support.
PR:		211524
2016-08-02 20:43:05 +00:00
Jung-uk Kim
3721902bc8 Update to 5.0.26. 2016-07-22 20:28:01 +00:00
Mathieu Arnold
e50dc2a336 Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
2016-07-20 15:33:20 +00:00
Jung-uk Kim
e61ac9c171 Allow overriding MAINTAINER from slave ports. 2016-07-12 18:55:35 +00:00
Alfred Perlstein
1998ffd0df virtualbox-ose-lite minimal deps for packaging
This package has minimal deps, only udp server and
vncserver are required.

This works really nicely for someone who just wants
to run headless vms or the VBoxManage tools without
bloat.
2016-07-05 08:06:10 +00:00
Mathieu Arnold
5b55a8a53e Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.
WITH_OPENSSL_* can't be set after bsd.port.pre.mk.
Fold all other usage into using SSL_DEFAULT == foo

PR:		210149
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	The FreeBSD Foundation, Absolight
Differential Revision:	https://reviews.freebsd.org/D6577
2016-06-16 13:23:13 +00:00
Kurt Jaeger
134f5990b0 emulators/virtualbox-ose: fix VirtualBox hang on file dialog in KDE
PR:		199364
Submitted by:	yuri@rawbw.com
Approved by:	maintainer timeout
2016-05-10 05:29:13 +00:00
Jung-uk Kim
aec8860ef3 Update to 4.3.38.
MFH:		2016Q2
2016-04-21 17:11:12 +00:00
Jung-uk Kim
59ea4203de Install NAT helper.
PR:		208893
2016-04-19 16:20:08 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Jung-uk Kim
0e7f31a368 Update to 4.3.36. 2016-02-05 04:24:02 +00:00
Li-Wen Hsu
bb0a79903d Add "Enable R0 logging" option and set BUILD_TYPE=debug while DEBUG option set
PR:		206470
Submitted by:	lwhsu
Approved by:	decke
2016-01-22 12:46:56 +00:00
Jan Beich
1ad587fb06 multimedia/libvpx: update 1.5.0
ABI isn't compatible, so bump PORTREVISION in consumers.

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/e67d45d..v1.5.0
ACC report:	https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.4.0.488_1_to_1.5.0/compat_report.html
PR:		204478
Exp-run by:	antoine
Approved by:	ashish (maintainer)
2015-11-14 19:34:12 +00:00
Jung-uk Kim
034170d71e Update to 4.3.34.
MFH:		2015Q4
2015-11-12 22:15:00 +00:00
Jung-uk Kim
7393b3be86 Update to 4.3.32.
MFH:		2015Q4
2015-10-20 20:09:58 +00:00
Mathieu Arnold
7f0f664d7e Drop 8 support.
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00
Jung-uk Kim
db7da50ecb Update to 4.3.30.
MFH:		2015Q3
2015-07-10 20:42:51 +00:00
Jan Beich
f2fc9d6de4 multimedia/libvpx: update to 1.4.0
ABI isn't compatible, so bump PORTREVISION in consumers.

Changes:	https://chromium.googlesource.com/webm/libvpx/+/v1.4.0
Differential Revision:	https://reviews.freebsd.org/D2570
Exp-run by:	antoine
Approved by:	ashish, multimedia (kwm)
Approved by:	maintainer timeout (ale, dinoex; 2 weeks)
2015-06-09 14:25:41 +00:00
Jung-uk Kim
61fe94530a Fix build without OpenSSL in the base.
PR:		199377
2015-05-15 19:29:10 +00:00
Jung-uk Kim
3ddd0065cb Update to 4.3.28. 2015-05-13 22:20:43 +00:00
Jung-uk Kim
c2b05cbd68 Update to 4.3.26. 2015-03-16 23:04:40 +00:00
Jung-uk Kim
e0f830cec1 Fix the fix. My patch was actually wrong and upstream properly fixed it.
Pointy hat to:	jkim
2015-03-16 17:56:59 +00:00
Jung-uk Kim
995f8b003c Fix several bugs found by Clang. Note few patches were obtained from
upstream.  Other patches were submitted to upstream.
2015-03-13 21:21:10 +00:00
Jung-uk Kim
18ceccec9f VBoxSDL does not support drag and drop feature. Make it depend upon QT4. 2015-03-13 00:39:55 +00:00
Jung-uk Kim
103d703c0f - Enable drag and drop from host to guest.
- Make UDPTUNNEL option actually work.
2015-03-12 06:52:25 +00:00
Jung-uk Kim
19a52b429c Update to 4.3.24. 2015-03-03 05:43:11 +00:00