Commit graph

67 commits

Author SHA1 Message Date
Yuri Victorovich
33089a5d9c net-im/qTox: Add USES=gnome 2018-12-18 19:58:13 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Jan Beich
0872f77fd4 multimedia/ffmpeg: update to 4.1
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2018-11-06 01:50:26 +00:00
Thomas Zander
84b6aee905 Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l 2018-09-29 08:04:27 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Yuri Victorovich
b4cbc81275 net-im/qTox: Update 1.16.2 -> 1.16.3
Reported by:	portscout
2018-07-21 15:14:46 +00:00
Yuri Victorovich
867e28b9b8 net-im/qTox: Update 1.16.1 -> 1.16.2
Reported by:	portscout
2018-07-17 17:41:57 +00:00
Yuri Victorovich
0236c7a917 net-im/qTox: Update 1.16.0 -> 1.16.1
Reported by:	portscout
2018-07-05 08:25:32 +00:00
Yuri Victorovich
fa236657f1 net-im/qTox: Update 1.15.0 -> 1.16.0
Port changes:
* .desktop file got renamed
* Intermediate revision (when present) is based on DISTVERSIONSUFFIX

Reported by:	portscout
2018-07-04 19:28:44 +00:00
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Thierry Thomas
d6a6d2b90e - Upgrade Tox to v0.2.3
Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.3>

- Bump PORTREVISION of consumers.
2018-06-26 10:10:03 +00:00
Yuri Victorovich
6b094d82a8 net-im/qTox: Update 1.14.1 -> 1.15.0
See the changelog in:
https://github.com/qTox/qTox/blob/master/CHANGELOG.md
2018-05-06 06:44:24 +00:00
Jan Beich
c400a2c8b6 multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
2018-05-02 15:07:27 +00:00
Jan Beich
762e131e70 net-im/qTox: unbreak with ffmpeg 4.0
src/video/camerasource.cpp:112:5: error: 'av_register_all' is deprecated [-Werror,-Wdeprecated-declarations]
    av_register_all();
    ^
/usr/local/include/libavformat/avformat.h:2025:6: note: 'av_register_all' declared here
void av_register_all(void);
     ^

PR:		227726
Reported by:	antoine (via exp-run)
Obtained from:	upstream
2018-05-01 03:46:22 +00:00
Yuri Victorovich
8049ba144a net-im/qTox: Update 1.14.0 -> 1.14.1
Changelog:
https://github.com/qTox/qTox/releases/tag/v1.14.1
2018-03-22 09:22:41 +00:00
Yuri Victorovich
2dc58bf791 net-im/qTox: Update to 1.14.0
Changelog:
https://github.com/qTox/qTox/blob/v1.14.0/CHANGELOG.md

Also updated WWW.
2018-03-13 08:03:14 +00:00
Thierry Thomas
fa73e482f7 Chase the upgrade of toxcore to 0.2.0.
Submitted by:	yuri
Differential Revision:	https://reviews.freebsd.org/D14558
2018-03-07 20:58:18 +00:00
Yuri Victorovich
17f8f552f7 net-im/qTox: Update to 1.13.0-134
Port changes:
* Removed GH_ACCOUNT (not needed)
* Added USE_GNOME=gdkpixbuf2
* Added CMAKE_OFF=USE_CCACHE (ccache causes random build failures)
* Minor change in PLIST_FILES

Testing: runs fine

This update makes it compatible with net-im/tox 0.2.0

Approved by:	tcberner (mentor, implicit)
2018-03-04 19:21:39 +00:00
Jan Beich
b964b053b6 multimedia/libvpx: update 1.7.0
Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.6.1..v1.7.0
ABI:		https://abi-laboratory.pro/tracker/timeline/libvpx/
2018-01-25 21:20:12 +00:00
Yuri Victorovich
394d3c4b72 net-im/qTox: Update to 1.13.0
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13252
2017-11-28 06:28:31 +00:00
Vsevolod Stakhov
f191a0244b - Update libsodium to 1.0.15 [1]
- Bump revisions for all dependent ports

PR:		223147 [1]
Submitted by:	Greg V [1]
2017-10-22 10:09:33 +00:00
Tobias C. Berner
6c81eb9a2c Update net-im/qTox to 1.12.1
* the port option PLATFORM_EXTENSIONS to reflect the option in
  CMakeLists.txt for Xorg and screensaver integration. It should
  be normally "on".
* pkg-message is moved into the main folder
* added LICENSE_FILE
* cmake now installs and compresses icon files

* while here, switch it to DISTVERSION.

PR:		222949
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2017-10-21 09:39:18 +00:00
Jan Beich
84e727457f multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
2017-10-21 06:50:49 +00:00
Vanilla I. Shu
9a000af85b 1: upgrade to 4.0.0.
2: chrase shared library version.
2017-09-23 02:59:07 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Tobias C. Berner
184d92cf26 net-im/qTox: Update to 1.11.0
PR:		220814
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2017-07-18 16:41:57 +00:00
Tobias C. Berner
48ae3f0a3a Update net-im/qTox to 1.10.2
PR:		219729
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Approved by:	Yuri Victorovich (maintainer)
2017-06-02 20:27:10 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Jan Beich
d764059958 graphics/opencv: back out r423216 and r423063 (replaying r423316)
Renaming didn't help to unblock 3.x progress as co-existence with 2.x
was no less complex than simply fixing consumers. This commit also
restores directory-level history accidentally lost via git-svn.

PR:		210505
Pointy hat to:	jbeich (should've discussed first)
2017-04-14 05:30:25 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Kirill Ponomarev
f23fb99e4f Update net-im/qTox to 1.9.0
PR:		217941
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D10075
2017-03-22 18:10:16 +00:00
Kirill Ponomarev
e3216a8797 Update net-im/qTox to 1.8.1
PR:		216842
Submitted by:	yuri@rawbw.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9462
2017-02-08 11:33:43 +00:00
Thierry Thomas
d0adfcc938 Chase toxcore and upgrade to 1.7.1.
PR:		215556
Submitted by:	maintainer (Yuri Victorovich)
2017-01-10 20:53:15 +00:00
Jan Beich
0c612c4aa3 multimedia/ffmpeg: update to 3.2.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
2016-12-11 15:22:47 +00:00
Jason E. Hale
9736febb78 Update to 1.6.0
This should fix audio output issues addressed in the PR

PR:		214393
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
Reported by:	<aeuii@posteo.de>
2016-12-02 22:25:47 +00:00
Jason E. Hale
890392b62d Fix build for 9.x i386
Quarterly branch has a different version, but suffers from the same error, so
the fix should be backported.

videoframe.o: In function `VideoFrame::VideoFrame(unsigned long long, AVFrame*, QRect, int, bool)':
videoframe.cpp:(.text+0x19db): undefined reference to `__atomic_fetch_add_8'
camerasource.o: In function `CameraSource::CameraSource()':
camerasource.cpp:(.text+0x327): undefined reference to `__atomic_fetch_add_8'
corevideosource.o: In function `CoreVideoSource::CoreVideoSource()':
corevideosource.cpp:(.text+0x121): undefined reference to `__atomic_fetch_add_8'
collect2: error: ld returned 1 exit status
gmake: *** [Makefile:793: qtox] Error 1

PR:		213841
Submitted by:	<matthew@reztek.cz>
Approved by:	<yuri@rawbw.com> (maintainer)
MFH:		2016Q4
2016-10-31 07:00:10 +00:00
Dmitry Marakasov
0e2b438d00 - Mark BROKEN on 9.x i386:
videoframe.o: In function `VideoFrame::VideoFrame(unsigned long long, AVFrame*, QRect, int, bool)':
videoframe.cpp:(.text+0x19db): undefined reference to `__atomic_fetch_add_8'
camerasource.o: In function `CameraSource::CameraSource()':
camerasource.cpp:(.text+0x327): undefined reference to `__atomic_fetch_add_8'
corevideosource.o: In function `CoreVideoSource::CoreVideoSource()':
corevideosource.cpp:(.text+0x121): undefined reference to `__atomic_fetch_add_8'

Approved by:	portmgr blanket
2016-10-25 09:05:24 +00:00
Pawel Pekala
b1a7c1a825 Update to version 1.5.2
PR:		213161
Submitted by:	maintainer
2016-10-10 19:04:20 +00:00
Jan Beich
ba3ffd9b12 graphics/opencv: add suffix to make room for 3.x series
To avoid confusion, the main port is to track the latest release.
Whether to rename includes/libraries as well making it possible to
install 2.x and 3.x side-by-side remains to be investigated.

PR:		210505 (for tracking)
Inspired by:	PkgSrc
2016-10-03 17:47:08 +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
Pawel Pekala
4d474b6365 Update to version 1.5.1
PR:		211733
Submitted by:	maintainer
2016-08-15 14:02:23 +00:00
John Marino
2e94d74398 security/libsodium: Upgrade version 1.0.8 => 1.0.10
Also bump all ports that depend on libsodium.

PR:		210999
Submitted by:	manu
Approved by:	vsevolod (maintainer)
2016-07-12 22:03:52 +00:00
Tilman Keskinoz
379b1d0fd8 Update to 1.4.1
PR:		209440
Submitted by:	maintainer
2016-05-11 16:15:03 +00:00
Pawel Pekala
665b18b1f7 Update to version 1.4.0
PR:		209040
Submitted by:	maintainer
2016-04-27 19:02:49 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Dmitry Marakasov
8dca01ceb1 - Update WWW
PR:		207961
Submitted by:	j3377622@trbvm.com
Approved by:	yuri@rawbw.com (maintainer)
2016-03-28 15:26:02 +00:00
Vsevolod Stakhov
7349ed49cd - Update libsodium to 1.0.8
- Bump revisions of all dependant ports

PR:		206482
Submitted by:	lev, w.schwarzenfeld@aon.at
2016-03-23 09:20:35 +00:00
Raphael Kubo da Costa
11855edcea Update to 1.3.0.
PR:		207931
Submitted by:	yuri@rawbw.com (maintainer)
2016-03-13 11:13:18 +00:00
Thierry Thomas
983e642b7c Update to 1.2.4.
PR:		ports/206874
Submitted by:	yuri (at) rawbw.com (maintainer)
2016-02-09 22:00:34 +00:00