1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

170 Commits

Author SHA1 Message Date
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
Thomas Zander
3b52579b07 Update to upstream version 9.4.0, update USES for QT5 OPTION 2016-08-26 05:20:17 +00:00
Thomas Zander
79dd378018 Update to upstream version 9.3.1 2016-07-16 09:24:04 +00:00
Thomas Zander
3eea24b5ed Take maintainership
Details:
mkvtoolnix shows spurious build issues due to a gcc-internal segfault
on the build cluster on 9.x. However, this is not perfectly
reproducible and on other hardware setups it builds reliably, so we
don't want to mark it broken on 9.x.
Taking maintainership so pkg-fallout won't continue spam the
multimedia@ mailing list.
2016-07-07 17:39:37 +00:00
Thomas Zander
c74aded201 Update to upstream version 9.2.0
While on it:
Mark unbroken on 9.x. gcc internal segfault is not reproducible
on my test box on 9.3 with gcc 4.8
2016-06-01 18:07:37 +00:00
Brooks Davis
0e9b91d8e7 Mark broken on 9.x
This has been failing for weeks on i386 and amd64 and it seems likely to
be broken elsewhere.
2016-05-25 17:47:23 +00:00
Thomas Zander
ecc5ede1c2 Fix build with gcc 4.8 2016-04-24 06:58:11 +00:00
Thomas Zander
5120a1e4e8 Update to upstream releaser 9.1.0 2016-04-23 19:02:11 +00:00
Thomas Zander
66152c9477 Update to upstream version 9.0.1, retire CURL OPTION
Details:
- Update to upstream version 9.0.1 (released on 2016-03-28
- Update MASTER_SITES
- Retire CURL OPTION. Rationale: curl is not required for mkvtoolnix
  core functionality, but to check for upstream updates. There is little
  use for this feature when distributing software via ports / packages.
2016-04-03 13:23:47 +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
Thomas Zander
9801be278f Update to upstream version 8.8.0 2016-01-12 20:08:55 +00:00
Thomas Zander
721fa21e68 Update to upstream version 8.7.0 ; Fix build failure on pre-10.x systems
MFH:		2016Q1
2016-01-05 13:41:44 +00:00
Thomas Zander
a8de4b8e62 Update to upstream version 8.6.1 2015-12-26 14:33:48 +00:00
Max Brazhnikov
c954c8d482 multimedia/mkvtoolnix:
- Fix gettext detection. Building the port with NLS and without QT5 option
  reveals the problem.

Reported by:	olgeni
2015-11-19 10:38:21 +00:00
Max Brazhnikov
b25dc6aa1f multimedia/mkvtoolnix:
- Update to 8.5.2.
- WXGTK support has been removed upstream in favour of Qt
- Amend BROKEN message
- Enable verbose build when PACKAGE_BUILDING is set (instead of BATCH)
- Decouple CURL option for online update checks from QT5
- Add NLS option
- Sort plist

PR:		based on 204312
Submitted by:	yuri@rawbw.com
2015-11-18 10:47:26 +00:00
Emanuel Haupt
f699fbf4fe Update to 8.3.0 2015-09-05 06:31:03 +00:00
Emanuel Haupt
a50ccd9bb7 Introduce an option to build the new Qt5 based GUI. The Qt5 version will replace
the now deprecated WXGTK version in the future. If you're currently launching 'mmg'
(the WXGTK GUI) you will get the following notification:

  Please note that this program (mkvmerge GUI) is deprecated and will be removed
  within one or two releases. It has been superseded by the new MKVToolNix GUI
  which should also be included in the same package.

Don't enable this option by default to give current users a notice that future
updates will pull in the Qt5 dependency chain by default. However, users are
encouraged to try the Qt5 version and report bugs.

This new option does not change the current default build of the port and
therefore no PORTREVISION bump is required.
2015-08-13 15:07:12 +00:00
Emanuel Haupt
a4efe3bdf7 Fix package list if the default option WXGTK is disabled. 2015-08-12 12:43:32 +00:00
Emanuel Haupt
cce843e0b1 Update to 8.2.0 2015-08-12 11:37:40 +00:00
Emanuel Haupt
a90e703d56 Fix build on FreeBSD 8/9. Thanks to tijl@ for the solution. 2015-06-09 14:09:03 +00:00
Emanuel Haupt
840ae007fd Mark broken on FreeBSD < 10.0-RELEASE, it does not compile. Add patches that
solve a problem with missing headers. A bug report has been submitted upstream.
2015-06-09 08:06:54 +00:00
Emanuel Haupt
f7e5d292df Update to 7.9.0 2015-06-01 20:54:04 +00:00
Thomas Zander
d73dc2b998 Update to upstream version 7.7.0
PR:		198800
Submitted by:	aberg010@my.hennepintech.edu
Reviewed by:	riggs
2015-03-24 16:24:40 +00:00
Baptiste Daroussin
42510f4ef4 Remove Author from pkg-descr and white space fixes 2015-03-02 23:36:35 +00:00
John Marino
52f0fabf1c multimedia/mkvtoolnix: set environment during build/install and unsuppress
This port was strange in that it not only failed to set the environment,
it was unsetting PREFIX to whatever environment it had.  This change sets
the environment in both build and install targets with the exception of
PREFIX.  I don't know why that is done, but I maintained that part.

While here, unsuppress the commands so that the build can be logged and
change ";" to "&&" conjunctions which is preferred.

Approved by:	blanket
2015-02-25 11:36:31 +00:00