Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Jun 2022 03:34:31 4.5.5_7
|
Yuri Victorovich (yuri)  |
graphics/opencv: Change to devel/onetbb
opencv builds with onetbb, which is a new-gen of TBB.
Also devel/tbb causes conflicts dependent packages using opentbb,
particularly misc/openvdb.
PR: 264688
Reported by & Suggested by: VVD <vvd@unislabs.com> |
30 Apr 2022 08:03:20 4.5.5_6
|
Tobias C. Berner (tcberner)  |
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree
Differential Revision: https://reviews.freebsd.org/D35097 |
17 Apr 2022 23:58:01 4.5.5_6
|
Po-Chuan Hsieh (sunpoet)  |
devel/glog: Update to 0.6.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/glog/releases |
16 Apr 2022 20:55:37 4.5.5_5
|
Po-Chuan Hsieh (sunpoet)  |
graphics/jasper: Bump PORTREVISION of dependent ports for shlib change after
cdcedd316da6d7c8509c394474160c683489a3ae |
16 Apr 2022 04:19:07 4.5.5_4
|
Po-Chuan Hsieh (sunpoet)  |
devel/protobuf: Update to 3.20.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
09 Apr 2022 18:03:54 4.5.5_3
|
Adriaan de Groot (adridg)  |
graphics/opencv: add TESSERACT option
Tesseract support was explicitly turned off previously,
because in a dirty build environment it would pick up
an existing installation and then break. In the meantime,
opencv and leptonica have been updated, and Tesseract
behaves well in combination with opencv.
Make it an option, default off (corresponding to previous
behavior). While here, hand off to desktop@ at tcberner's request.
PR: 259930 |
21 Mar 2022 02:17:46 4.5.5_2
|
Piotr Kubaj (pkubaj)  |
graphics/opencv: fix build with LLVM 13 on powerpc64le
/wrkdirs/usr/ports/graphics/opencv/work/opencv-4.5.5/modules/core/include/opencv2/core/vsx_utils.hpp:352:12:
warning: 'vec_permi' macro redefined [-Wmacro-redefined]
^
/usr/lib/clang/13.0.0/include/altivec.h:13077:9: note: previous definition is
here
^
/wrkdirs/usr/ports/graphics/opencv/work/opencv-4.5.5/modules/core/include/opencv2/core/vsx_utils.hpp:370:25:
error: redefinition of 'vec_promote'
VSX_FINLINE(vec_dword2) vec_promote(long long a, int b)
^
/usr/lib/clang/13.0.0/include/altivec.h:14604:1: note: previous definition is
here
vec_promote(signed long long __a, int __b) {
^
/wrkdirs/usr/ports/graphics/opencv/work/opencv-4.5.5/modules/core/include/opencv2/core/vsx_utils.hpp:377:26:
error: redefinition of 'vec_promote'
VSX_FINLINE(vec_udword2) vec_promote(unsigned long long a, int b)
^ (Only the first 15 lines of the commit message are shown above ) |
28 Feb 2022 12:46:46 4.5.5_2
|
Po-Chuan Hsieh (sunpoet)  |
devel/protobuf: Update to 3.19.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
28 Jan 2022 11:42:16 4.5.5_1
|
Tobias C. Berner (tcberner)  |
graphics/opencv: fix VTK option
As VTK is built with Qt5 support, bring in the required
dependencies for the build system.
Submitted by: Oleg Sidorkin <osidorkin@gmail.com>
PR: 261519 |
26 Jan 2022 20:17:28 4.5.5_1
|
Max Brazhnikov (makc)  |
graphics/opencv: add GTK3 option (off by default)
This option enables gui support in opencv.
Approved by: tcberner@ (maintainer) via irc |
25 Jan 2022 17:22:48 4.5.5_1
|
Piotr Kubaj (pkubaj)  |
graphics/opencv: fix VSX detection
AT_HWCAP should be long. |
19 Jan 2022 12:36:47 4.5.5
|
Piotr Kubaj (pkubaj)  |
graphics/opencv: update to 4.5.5
VTK option currently doesn't build.
For FreeBSD-specific changes, of particular interest is
https://github.com/opencv/opencv/commit/68e425f869a78d9cda721a1c7ed34ac15ea78974
PR: 260895
Approved by: tcberner (maintainer timeout) |
27 Dec 2021 07:17:55 4.5.3_5
|
Tobias C. Berner (tcberner)  |
graphics/opencv: add local patch
- the patch on github has changed a few times (by dropping two
characters).
- instead of having it fail to fetch regularly, just add the patch to
files/
Reported by: yuri |
23 Nov 2021 10:15:48 4.5.3_5
|
Tobias C. Berner (tcberner)  |
graphics/opencv: explicitely disable support for graphics/tesseract
Since the update of graphics/tesseract to 4.1.3 in
3f1cf94980fdec66bdb115c46c94635ec3b54572
the configure script of opencv now can find tesseract support,
however in a broken state.
For now, disable tesseract in graphics/opencv explicitely, so that
people building in an unclean environment with tesseract possibly
installed can still build opencv.
In the future, this will be replaced by an option toggle and fixed
properly.
PR: 259930
Reported by: rhurlin |
22 Nov 2021 09:40:34 4.5.3_5
|
Yuri Victorovich (yuri)  |
math/vtk9: Update 9.0.3 -> 9.1.0 |
16 Oct 2021 09:51:39 4.5.3_4
|
Jimmy Olgeni (olgeni)  |
*: fix tab vs. space issues, and comments according to the guide. |
24 Sep 2021 07:45:59 4.5.3_4
|
Mikael Urankar (mikael)  |
graphics/opencv: Add build time cpu features detection for aarch64
Enables FP16 (CV_CPU_FP16) features on aarch64.
Approved by: tcberner (on irc) |
29 Aug 2021 19:24:29 4.5.3_3
|
Bernhard Froehlich (decke)  |
graphics/opencv: Add CPE information
Approved by: portmgr (blanket) |
03 Aug 2021 18:19:14 4.5.3_3
|
Matthias Andree (mandree)  |
*: graphics/openexr PORTREVISION bumps
OpenEXR changes its SONAME again, so bump PORTREVISION of its users. |
21 Jul 2021 18:11:52 4.5.3_2
|
Po-Chuan Hsieh (sunpoet)  |
devel/protobuf: Update to 3.17.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 257026
Exp-run by: antoine |
18 Jul 2021 13:59:17 4.5.3_1
|
Tobias C. Berner (tcberner)  |
graphics/opencv: fix ffmpeg option desc
- Fix typo by remmoving it (the circular dependency is not an issue in
opencv 4.x)
Reported by: arrowd |
18 Jul 2021 13:55:09 4.5.3_1
|
Tobias C. Berner (tcberner)  |
graphics/opencv: fix plist sort |
18 Jul 2021 13:52:58 4.5.3_1
|
Tobias C. Berner (tcberner)  |
graphics/opencv: add makefile options
Bring back lot of the options that were available in the old port.
Reported by: Ivan Rozhuk <rozhuk.im@gmail.com>
Original by: alt2600@icloud.com
VVD <vvd@unislabs.com>
PR: 253110
PR: 255446 |
18 Jul 2021 10:53:21 4.5.3
|
Tobias C. Berner (tcberner)  |
graphics/opencv: update to 4.5.3
Changes in the port:
- fix prefetch of third party software
- prefetching of distfiles has been fixed
- cmake will now throw an error in ocv_download()
if it is still called
- minor cleanup
- next step: readd some more options, and improve port for
non-poudriere users
PR: 256669 |
03 Jul 2021 05:15:12 4.5.1_4
|
Matthias Andree (mandree)  |
*: Bump PORTREVISION for openexr update
OpenEXR's patchlevel updated bumped the major version
of the OpenEXR library, hence bump PORTREVISION of all
ports that require OpenEXR. |
20 May 2021 16:14:20 4.5.1_3
|
Po-Chuan Hsieh (sunpoet)  |
graphics/opencv: Fix build with glog 0.5.0
PR: 255968
Reported by: thierry |
18 May 2021 17:15:57 4.5.1_3
|
Matthias Andree (mandree)  |
Bump portrevisions of openexr and Imath users. |
23 Apr 2021 20:56:21 4.5.1_2
|
Antoine Brodin (antoine)  |
Cleanup LIB_DEPENDS |
14 Apr 2021 16:13:30 4.5.1_2
|
Jung-uk Kim (jkim)  |
graphics/opencv: Fix JAVA option and correct Apache Ant usage
JAVA option did not work because the actual build knob was wrong.
Especially, on a system where devel/apache-ant was installed, ant and
java binaries were automatically detected and enabled even if the JAVA
option was disabled. While I am here, fix Apache Ant usage by setteing
JAVACMD variable. Without it, it may pick up java binary from JRE via
javavm(1) from java/javavmwrapper. If ant script is used with java from
JRE, build fails because it cannot find jar.
Approved by: tcberner (maintainer) |
12 Apr 2021 00:33:48 4.5.1_2
|
Matthias Andree (mandree)  |
chase library renames for OpenEXR/Imath 3.0 |
07 Apr 2021 08:09:01 4.5.1_1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 4.5.1_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
26 Feb 2021 12:11:36
4.5.1_1
|
tobik  |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Sort categories
Reported by: portscan |
19 Feb 2021 15:14:46
4.5.1_1
|
martymac  |
Introduce devel/onetbb and mark devel/tbb as legacy
Intel oneAPI tbb 2021.1 (onetbb) has been released[1][2] and has deprecated
several interfaces over tbb 2020, breaking most dependent ports.
Old tbb 2020 will be kept for a certain time to allow transition but will be
removed in a near future as it CONFLICTS with devel/onetbb. New ports should
now use devel/onetbb instead of devel/tbb.
We tried to move a maximum number of dependent ports to devel/onetbb (or
disable dependency when not possible), but some of them still remain stuck
to devel/tbb. Remaining ones have not been identified as major dependencies
themselves and will be fixed as soon as updates are available from upstream.
PR: 252648, 252688 [3], 252683 [4], 252651 [5], 252690 [3], 252693 [3],
252695 [3], 252696 [3], 252786 [3], 252649, 252868 [6], 252870 [5],
252684 [7], 252785 [7]
Approved by: yuri [3], jwb [4], thierry [5], FreeBSD@Shaneware.biz [6],
maintainer timeout [7]
[1]
https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
[2]
https://software.intel.com/content/www/us/en/develop/articles/tbb-revamp.html |
13 Feb 2021 11:08:29
4.5.1_1
|
mandree  |
graphics/openexr, ilmbase: security update to v2.5.5
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.5
"Specific OSS-fuzz issues include:
OSS-fuzz #30291 Timeout in openexr_exrcheck_fuzzer
OSS-fuzz #29106 Heap-buffer-overflow in Imf_2_5::FastHufDecoder::decode
OSS-fuzz #28971 Undefined-shift in Imf_2_5::cachePadding
OSS-fuzz #29829 Integer-overflow in
Imf_2_5::DwaCompressor::initializeBuffers
OSS-fuzz #30121 Out-of-memory in openexr_exrcheck_fuzzer"
Bump PORTREVISION of ports that directly depend on openexr and/or ilmbase.
MFH: 2021Q1
Security: 98044aba-6d72-11eb-aed7-1b1b8a70cc8b |
11 Feb 2021 12:38:26
4.5.1
|
pkubaj  |
graphics/opencv: add HARDENING and LTO options
PR: 253415
Approved by: tcberner (maintainer) |
01 Feb 2021 03:38:29
4.5.1
|
fluffy  |
graphics/opencv: fix package with py38
Reported by: poudriere fallout
Pointyhat to: tcberner |
30 Jan 2021 18:08:57
4.5.1
|
tcberner  |
graphics/opencv: update to 4.5.1 -- and make port more easily maintainable
This is a major upgrade from 3.x to 4.x.
Changelog from versions 3.4.1--4.5.1 can be found here:
https://github.com/opencv/opencv/wiki/ChangeLog
Note: this has explicitely not been added as a new graphics/opencv4 port, but
replaces the
previous graphics/opencv[3] port. Again, to improve maintainability by not
giving ports
the option to pick the "wrong one" - this leads however to some abandoned
ports being
broken.
The port has been greatly simplified:
* graphics/opencv-core which existed to enable ffmpeg to depend on opencv,
and vice versa
has been removed. ffmpeg no longer can depend on opencv. (Only the first 15 lines of the commit message are shown above ) |
26 Jan 2021 14:01:09
3.4.1_40
|
sunpoet  |
Bump PORTREVISION for devel/protobuf shlib change |
22 Jan 2021 11:27:43
3.4.1_39
|
martymac  |
Opencv ports: remove TBB option to facilitate oneTbb transition
PR: 252785
Submitted by: martymac
Approved by: tcberner (maintainer) |
12 Jan 2021 12:34:42
3.4.1_38
|
tcberner  |
multimedia/libxine: Update to 1.2.11, Add ImageMagick7 support
Changelog:
https://sourceforge.net/p/xine/xine-lib-1.2/ci/default/tree/ChangeLog:
xine-lib (1.2.11) 2020-12-06
* Add gopher input plugin.
* Add user settings for IPv6.
* Split a52 spdif output to separate decoder.
* Code cleanup.
* More engine optimization.
* Small optimizations (opengl2, dvb subtitles, png, mpeg-ts).
* Better A/V sync.
* Fix a few crashes.
* Fix bluray playback.
* Fix VAAPI picture jitter and green flashes.
* Fix Opus and EAC3 audio playback. (Only the first 15 lines of the commit message are shown above ) |
28 Dec 2020 23:02:15
3.4.1_37
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
12 Dec 2020 17:04:37
3.4.1_37
|
thierry  |
- Upgrade math/eigen3 to 3.3.8;
- Add some dependencies which might be detected by Find_Package but not
registered;
- Bump PORTREVISION of consumers.
PR: 250833
Submitted by: /me
Approved by: tcberner@ (KDE / maintainer) + exp-run |
12 Nov 2020 20:42:24
3.4.1_36
|
lbartoletti  |
Convert to USES=eigen
PR: 250949
Approved by: portmgr (blanket) |
23 Oct 2020 09:02:42
3.4.1_36
|
pkubaj  |
graphics/opencv: fix build of dependent ports on powerpc64le
It's important to first undef the conflicting keywords, then import altivec.h. |
03 Oct 2020 09:04:27
3.4.1_36
|
tcberner  |
graphics/opencv: adopt port |
12 Sep 2020 14:58:35
3.4.1_36
|
sunpoet  |
Fix build with jasper 2.0.20 |
30 Aug 2020 20:19:42
3.4.1_36
|
sunpoet  |
Bump PORTREVISION for devel/protobuf shlib change |
17 Jul 2020 10:12:26
3.4.1_35
|
martymac  |
Update devel/tbb to 2020.3 and bump dependent ports' revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES |
04 Jul 2020 20:53:55
3.4.1_34
|
stephen  |
- Update devel/gdcm to 3.0.7.
- Bump portrevision of dependent ports. |
10 Jun 2020 19:20:32
3.4.1_33
|
stephen  |
- Update devel/gdcm to 3.0.6.
- Bump portrevision of dependent ports. |
03 Jun 2020 18:32:06
3.4.1_32
|
sunpoet  |
Bump PORTREVISION for devel/protobuf shlib change |
01 Apr 2020 14:14:52
3.4.1_31
|
martymac  |
Update devel/tbb to 2020.2 and bump dependent port's revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/tbb_2020/CHANGES |
22 Feb 2020 23:28:42
3.4.1_30
|
stephen  |
- Update devel/gdcm to 3.0.5.
- Bump portrevision of dependent ports. |
22 Jan 2020 06:02:25
3.4.1_29
|
sunpoet  |
Bump PORTREVISION for graphics/gdal shlib change |
22 Jan 2020 05:53:20
3.4.1_28
|
sunpoet  |
Bump PORTREVISION for devel/protobuf shlib change |
27 Dec 2019 13:43:00
3.4.1_27
|
bapt  |
Update jasper to 2.0.16
This is needed to be able to update gegl to latest version.
Bump revision of all consumer as the ABI is not 100% backward compatible.
Provide a patch for graphics/devil to properly build with latest jasper.
While here add a missing USES=xorg to graphics/devil |
26 Dec 2019 16:25:22
3.4.1_26
|
martymac  |
Update devel/tbb to 2020.0 and bump dependent ports' revisions [1]
Also, while here, re-generate patches using the makepatch target
[1] Changelog: https://github.com/intel/tbb/blob/v2020.0/CHANGES |
18 Dec 2019 20:14:57
3.4.1_25
|
jbeich  |
graphics/opencv: expose Intel Quick Sync Video support |
13 Dec 2019 09:41:04
3.4.1_25
|
antoine  |
Fix build with python 3.7
PR: 233770 |
24 Nov 2019 02:21:51
3.4.1_25
|
yuri  |
graphics/opencv: Allow py3x flavors in the slave port graphics/py-opencv
While here, add USES=gnome |
14 Nov 2019 12:39:42
3.4.1_25
|
tobik  |
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round |
19 Oct 2019 23:45:11
3.4.1_25
|
stephen  |
- Update devel/gdcm to 3.0.4.
- Bump portrevision of dependent ports. |
07 Oct 2019 21:20:51
3.4.1_24
|
stephen  |
- Update devel/gdcm to 3.0.3.
- Bump portrevision of dependent ports. |
25 Sep 2019 10:03:50
3.4.1_23
|
martymac  |
Update devel/tbb to 2019.8 and bump dependent ports' revisions
Changelog: https://github.com/intel/tbb/blob/tbb_2019/CHANGES |
05 Aug 2019 23:06:50
3.4.1_22
|
jbeich  |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
31 Jul 2019 16:38:53
3.4.1_21
|
sunpoet  |
Bump PORTREVISION for devel/protobuf shlib change |
26 Jul 2019 20:46:57
3.4.1_20
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
05 Jul 2019 19:08:49
3.4.1_19
|
sunpoet  |
Update devel/protobuf to 3.8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 238808
Exp-run by: antoine |
01 Jun 2019 21:59:14
3.4.1_18
|
stephen  |
- Update devel/gdcm to 3.0.0.
- Bump portrevision of dependent ports. |
02 May 2019 10:18:03
3.4.1_17
|
mat  |
Remove :DEFAULT where not required. |
31 Mar 2019 13:41:03
3.4.1_17
|
sunpoet  |
Update devel/protobuf to 3.7.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 236157
Exp-run by: antoine |
27 Mar 2019 20:28:06
3.4.1_16
|
tcberner  |
graphics/tesseract: Update to 4.0.0
Changelog:
https://github.com/tesseract-ocr/tesseract/wiki/ReleaseNotes#tesseract-release-notes-oct-29-2018---v400
- due to an issue with the build system the man pages are missing -- this will
be corrected at a later stage.
- bump revisions of dependencies due to shlib-version change.
PR: 234285
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) |
16 Mar 2019 15:59:24
3.4.1_15
|
tcberner  |
graphics/opencv: remove QT4 option (Qt4 deprecation)
Approved by: portmgr (implicit) |
10 Mar 2019 00:48:01
3.4.1_14
|
stephen  |
- Update devel/gdcm to 2.8.9.
- Bump portrevision for dependent ports. |
05 Jan 2019 22:46:54
3.4.1_13
|
sunpoet  |
Update science/hdf5 to 1.10.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes
PR: 233070
Submitted by: wen |
25 Dec 2018 20:25:40
3.4.1_12
|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
12 Dec 2018 01:35:36
3.4.1_12
|
gerald  |
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 |
03 Dec 2018 19:41:33
3.4.1_11
|
sunpoet  |
Update devel/protobuf to 3.6.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 231008
Exp-run by: antoine |
02 Dec 2018 15:41:48
3.4.1_10
|
rene  |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
12 Nov 2018 20:47:18
3.4.1_10
|
stephen  |
- Take maintainership of devel/gdcm.
- Update devel/gdcm to 2.8.8.
- Bump portrevision of dependent ports. |
06 Nov 2018 01:50:27
3.4.1_9
|
jbeich  |
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/ |
11 Oct 2018 14:47:14
3.4.1_8
|
martymac  |
Update devel/tbb to version 2019.1 and bump dependent ports' revisions
Also, reintegrate HTML documentation that was removed in previous version. |
09 Oct 2018 09:38:39
3.4.1_7
|
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
04 Oct 2018 10:03:59
3.4.1_7
|
martymac  |
Update devel/tbb to version 2019 and bump dependent port's revisions |
29 Sep 2018 08:04:27
3.4.1_6
|
riggs  |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
22 Sep 2018 10:15:22
3.4.1_5
|
mandree  |
Update ilmbase and openexr to 2.3.0, rename OpenEXR to openexr.
Release notes: <https://github.com/openexr/openexr/releases/tag/v2.3.0>
Adjust LIB_DEPENDS of all ports that require ilmbase or openexr to chase
the new lower-case spelling of the name, and to omit the version from the
library name to ease future maintenance.
Bump PORTREVISION of all ports that depend on ilmbase or openexr directly,
so that they all get rebuilt on upgrades.
Add patches to graphics/ampasCTL to keep it alive, with (a) ilmbase now
that its Iex::BaseExc class is no longer derived from std::string,
details were given upstream through https://github.com/ampas/CTL/issues/71
and (b) to unwind semicolon/;-lists in cmake that stem from openexr/
ilmbase pkg-config variables.
(Note ampasCTL is unmaintained as FreeBSD port, and upstream,
and I cannot run-time test it.)
Poudriere build tests on 11.2-RELEASE-p1 amd64 of ALL ports depending
directly or indirectly on ilmbase and/or openexr have passed without
regressions. Thus invoking due diligence, I believe I have done the
equivalent of an -exp run, and do not require approval for the dependency
chases to third-party ports. |
05 Sep 2018 22:05:23
3.4.1_4
|
sunpoet  |
Update science/hdf5 to 1.10.2
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes
https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt
PR: 231009
Exp-run by: antoine |
31 Aug 2018 08:16:18
3.4.1_3
|
tobik  |
multimedia/libxine: Update to 1.2.9
- Cleanup options
- Enable IMAGEMAGICK by default
- Make DVB support optional but leave it enabled by default
- Add SNDIO option
- Properly order pkg-plist
- Unbreak on aarch64
- Bump revision of dependent ports [1]
Changes: https://sourceforge.net/projects/xine/files/xine-lib/1.2.9/README.txt/view
ABI: https://abi-laboratory.pro/tracker/timeline/xine-lib/ [1]
PR: 219921
Reported by: emorrasg@yahoo.es
Submitted by: w.schwarzenfeld@utanet.at (initial version), Nathan
<ndowens@yahoo.com>
Reviewed by: mat, tobik
Differential Revision: https://reviews.freebsd.org/D16840 |
15 Aug 2018 19:42:00
3.4.1_2
|
jbeich  |
graphics/opencv: switch to upstream Clang 7 fix
Submitted by: Alexander Alekhin |
08 Aug 2018 20:02:45
3.4.1_2
|
jbeich  |
graphics/opencv-core: unbreak after r476652
===> Applying FreeBSD patches for opencv-core-3.4.1_2
No file to patch. Skipping...
1 out of 1 hunks ignored--saving rejects to
modules/stereo/src/descriptor.cpp.rej
Can't create modules/stereo/src/descriptor.cpp.rej, output is in
/tmp/patchr6xYigwcnNn: No such file or directory
=> FreeBSD patch patch-modules_stereo_src_descriptor.cpp failed to apply
cleanly.
=> Patch(es) patch-modules_core_include_opencv2_core_cvdef.h
patch-modules_core_include_opencv2_core_types__c.h
patch-modules_core_src_utils_filesystem.cpp
patch-modules_highgui_include_opencv2_highgui_highgui__c.h
patch-modules_highgui_src_window.cpp patch-modules_highgui_src_window__gtk.cpp
applied cleanly.
*** Error code 1 |
08 Aug 2018 18:13:03
3.4.1_2
|
jbeich  |
graphics/opencv: unbreak with clang 7
modules/stereo/src/descriptor.cpp:229:34: error: ordered comparison between
pointer and zero ('const int *' and 'int')
CV_Assert(image.size > 0);
~~~~~~~~~~ ^ ~
modules/stereo/src/descriptor.cpp:230:33: error: ordered comparison between
pointer and zero ('const int *' and 'int')
CV_Assert(cost.size > 0);
~~~~~~~~~ ^ ~
modules/core/include/opencv2/core/base.hpp:478:84: note: expanded from macro
'CV_Assert'
#define CV_Assert(...) do { CVAUX_CONCAT(CV_Assert_,
CV_VA_NUM_ARGS(__VA_ARGS__)) (__VA_ARGS__); } while(0)
^~~~~~~~~~~
modules/core/include/opencv2/core/base.hpp:455:35: note: expanded from macro
'CV_Assert_1'
#define CV_Assert_1( expr ) if(!!(expr)) ; else cv::error(
cv::Error::StsAssert, #expr, CV_Func, __FILE__, __LINE__ )
^~~~
PR: 230355 |
18 Jul 2018 12:53:36
3.4.1_1
|
swills  |
graphics/opencv-core: remove unneeded depends
opencv-core only needs protobuf to build and doesn't need tesseract at
all, so only add the LIB_DEPENDS when not building opencv-core
PR: 229800
Reported by: Ali Abdallah <aliovx@gmail.com> |
28 Jun 2018 17:39:55
3.4.1_1
|
tcberner  |
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 |
11 May 2018 20:00:42
3.4.1_1
|
swills  |
graphics/opencv: bump PORTREVISION for r469681 |
11 May 2018 18:07:32
3.4.1
|
swills  |
graphics/opencv: add missing LIB_DEPENDS |
09 May 2018 01:10:12
3.4.1
|
swills  |
graphics/opencv: Update to 3.4.1
PR: 210505
Submitted by: rozhuk.im@gmail.com (partially, further work was done)
Exp-run by: antoine |
02 May 2018 15:07:27
2.4.13.1_10
|
jbeich  |
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 |
24 Apr 2018 00:17:35
2.4.13.1_9
|
jbeich  |
graphics/opencv: unbreak with ffmpeg 4.0
In file included from modules/highgui/src/cap_ffmpeg.cpp:45:
modules/highgui/src/cap_ffmpeg_impl.hpp:1481:21: error: use of undeclared
identifier 'CODEC_FLAG_GLOBAL_HEADER'
c->flags |= CODEC_FLAG_GLOBAL_HEADER;
^
modules/highgui/src/cap_ffmpeg_impl.hpp:1505:30: error: use of undeclared
identifier 'AVFMT_RAWPICTURE'
if (oc->oformat->flags & AVFMT_RAWPICTURE) {
^
modules/highgui/src/cap_ffmpeg_impl.hpp:1679:35: error: use of undeclared
identifier 'AVFMT_RAWPICTURE'
if( (oc->oformat->flags & AVFMT_RAWPICTURE) == 0 )
^
modules/highgui/src/cap_ffmpeg_impl.hpp:1913:32: error: use of undeclared
identifier 'AVFMT_RAWPICTURE'
if (!(oc->oformat->flags & AVFMT_RAWPICTURE)) {
^
modules/highgui/src/cap_ffmpeg_impl.hpp:2207:25: error: use of undeclared
identifier 'CODEC_FLAG_GLOBAL_HEADER'
c->flags |= CODEC_FLAG_GLOBAL_HEADER;
^
PR: 227726
Obtained from: upstream (via Homebrew) |
15 Feb 2018 10:03:41
2.4.13.1_9
|
antoine  |
opencv-java fails to build with python3 |