Commit graph

194 commits

Author SHA1 Message Date
Thomas Zander
5b1fb0b443 Fix build on GCC-based architectures
PR:		232822
Submitted by:	pkubaj@anongoth.pl
Reviewed by:	riggs, linimon
2018-11-24 12:00:56 +00:00
Tobias C. Berner
89d1bb9ab0 Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
  porting simpler; the set of ports using either mostly coincided.

Exp-run by:	antoine
PR:		223687
PR:		232751
2018-11-04 19:00:53 +00:00
Thomas Zander
cd9204fdf7 Update to upstream version 28.2.0 (bug fixes only)
MFH:		2018Q4
2018-10-27 10:22:53 +00:00
Jan Beich
da05cacc52 multimedia/mkvtoolnix: unbreak with boost 1.69
src/common/debugging.h:63:14: fatal error: no viable conversion from returned value of type 'boost::tribool' to function return type 'bool'
      return m_requested;
             ^~~~~~~~~~~

PR:		232525
2018-10-22 20:30:18 +00:00
Thomas Zander
b6a1abc3c8 Update to upstream version 28.0.0
Details:
- Fixes and minor enhancements
- Details see upstream changelog
  https://mkvtoolnix.download/doc/NEWS.md

MFH:		2018Q4
2018-10-21 10:44:29 +00:00
Thomas Zander
7f507d748d Update to upstream release 27.0.0 2018-09-29 07:09:06 +00:00
Thomas Zander
4883362ac3 Update to upstream version 26.0.0
MFH:		2018Q3
2018-08-30 14:29:06 +00:00
Jan Beich
0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00
Thomas Zander
0e99517e98 Update to upstream version 25.0.0
Details:
- Fixes and minor enhancements
- Details see upstream changelog
  https://mkvtoolnix.download/doc/NEWS.md

MFH:		2018Q3
2018-07-16 05:21:13 +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
Thomas Zander
c1a0a02c5d Update to upstream version 24.0.0
Details:
- Fixes and minor enhancements
- Details see upstream changelog
  https://mkvtoolnix.download/doc/NEWS.md

MFH:		2018Q2
2018-06-16 07:08:36 +00:00
Thomas Zander
16eb5d5e99 Update to upstream version 23.0.0
Details:
- Upstream release 23.0.0 includes runtime fixes indcluding
  fixes for crashes, see
  https://gitlab.com/mbunkus/mkvtoolnix/blob/release-23.0.0/NEWS.md

MFH:		2018Q2
2018-05-12 18:01:25 +00:00
Thomas Zander
22f12140d3 Bump PORTREVISION for ports depending on libmatroska
MFH:		2018Q2
2018-04-22 18:14:24 +00:00
Jan Beich
cc95712fbe devel/boost-*: update to 1.67.0
Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
2018-04-18 13:57:42 +00:00
Thomas Zander
cbeef6ab45 Update to upstream version 22.0.0
MFH:		2018Q2
2018-04-02 13:38:58 +00:00
Thomas Zander
358603b206 Update to upstream version 21.0.0
Details:
- Upstream changelog, see
  https://mkvtoolnix.download/doc/NEWS.md
- mkvinfo is now command-line-only
2018-03-24 08:49:43 +00:00
Thomas Zander
a58f726f39 Update to upstream version 20.0.0
Details:
- Update to upstream version 20.0.0
  a.o. removal of deprecated options in command line clients, see
  Changelog: https://mkvtoolnix.download/doc/NEWS.md
- QT version now requires textproc/cmark
2018-01-20 20:43:27 +00:00
Jan Beich
25beeff079 devel/boost-*: update to 1.66.0
Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
2018-01-18 04:11:02 +00:00
Thomas Zander
41990c66a6 Update to upstream version 19.0.0 2017-12-31 14:28:07 +00:00
Thomas Zander
9572c13fe8 Update to upstream version 18.0.0
MFH:		2017Q4
2017-11-19 21:34:09 +00:00
Thomas Zander
166f6fc6d6 Update to upstream version 17.0.0
MFH:		2017Q4
2017-10-23 05:50:50 +00:00
Thomas Zander
10d021e933 Update to upstream version 16.0.0 2017-10-01 14:37:55 +00:00
Jan Beich
98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00
Jan Beich
7e21a6476a devel/boost-*: enable C++11 features
PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:05:05 +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
Thomas Zander
5d339c6777 Update to upstream version 15.0.0
MFH:		2017Q3
2017-08-19 14:04:51 +00:00
Thomas Zander
ec7ecfc35f Update to upstream version 14.0.0
MFH:		2017Q3
2017-07-29 17:38:41 +00:00
Thomas Zander
355b5d8164 Update to upstream version 13.0.0
MFH:		2017Q2
2017-06-26 18:53:35 +00:00
Thomas Zander
478caad0cd Update to upstream version 12.0.0
MFH:		2017Q2
2017-06-03 09:59:13 +00:00
Jan Beich
b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00
Thomas Zander
600bc36b0c Update to upstream release 11.0.0
MFH:		2017Q2
2017-04-23 21:14:38 +00:00
Emanuel Haupt
f40a46c2b3 Chase multimedia/libmatroska update. 2017-04-23 10:23:13 +00:00
Thomas Zander
6912876248 Drop support for releases older than FreeBSD 10.3 2017-04-03 06:10:33 +00:00
Thomas Zander
ea3a902384 Update to upstream version 10.0.0
MFH:		2017Q2
2017-04-01 17:10:18 +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
Thomas Zander
f91bd66847 Update to upstream version 9.9.0, new non-default OPTION MANTRANS
Details:
- Update to upstream version 9.9.0
- Manpages do not come pre-packaged anymore, hence new
  build dependencies to docbook-xsl, libxslt and po4a
  in case translations are requested
- Add MANTRANS option to build translated manpages
2017-03-11 20:57:48 +00:00
Thomas Zander
ae1cddaa42 Update to upstream version 9.8.0
Detailed log:
- Update to upstream version 9.8.0
- Remove no longer used CONFIGURE_ARGS
- BUILD_DEPENDS on devel/rubygem-rake
  - bundled drake is retired
  - USE_RUBY is no longer required
  - retire custom do-build and do-install targets
2017-01-28 17:58:10 +00:00
Thomas Zander
6861412eed Unbundle pugixml, update LIB_DEPENDS accordingly, bump PORTREVISION
PR:		216445
Reported by:	w.schwarzenfeld@utanet.at
MFH:		2017Q1
2017-01-26 20:32:02 +00:00
Dmitry Marakasov
9d79e7b146 - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-09 13:16:49 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Jan Beich
32d56ae68a Assume "pkg-config zlib" works after 9.x reached EOL
Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz"
which is unsafe at least with lang/gcc* that override some system headers
and have newer libgcc_s.so that our old version in base may not be
forward-compatible with.
2017-01-03 17:06:49 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Thomas Zander
4ded66481c Update to upstream version 9.7.1
Details:
- Now requires Qt5Concurrent
- Now requires a c++14 compiler
2016-12-28 14:38:08 +00:00
Thomas Zander
41c446bf70 Update to upstream release 9.6.0 2016-12-18 17:41:17 +00:00
Jan Beich
a8713d15f4 devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
2016-11-23 12:45:46 +00:00
Thomas Zander
cb3893477c Update to upstream version 9.5.0 2016-10-17 17:06:20 +00:00
Dmitry Marakasov
5a216e340c - Switch to USES=localbase
- Verbosify build
- Cosmetic fixes

Approved by:	portmgr blanket
2016-10-13 12:57:29 +00:00
Thomas Zander
d0697cedfd Fix build on archs where sizeof(size_t) != sizeof(uint64_t) 2016-10-11 19:20:39 +00:00
Thomas Zander
cf93eedc0f Update to upstream version 9.4.2; fixes code execution vulnerability
MFH:		2016Q4
2016-10-09 08:26:27 +00:00
Dmitry Marakasov
48190e9021 - Mark BROKEN on 9.x:
g++48: internal compiler error: Segmentation fault: 11 (program cc1plus)

Approved by:	portmgr blanket
2016-09-11 18:47:51 +00:00