non port: graphics/opencv/Makefile |
SVNWeb
|
Number of commits found: 207 (showing only 100 on this page) |
Sat, 27 May 2023
|
[ 04:08 Po-Chuan Hsieh (sunpoet) ] 17dbcfa (Only the first 10 of 35 ports in this commit are shown above. )
graphics/gdal: Update to 3.7.0
Changes: https://github.com/OSGeo/gdal/releases
https://github.com/OSGeo/gdal/blob/release/3.7/NEWS.md
|
Tue, 9 May 2023
|
[ 10:25 Ganael LAPLANCHE (martymac) ] 8f947d9 (Only the first 10 of 48 ports in this commit are shown above. )
devel/onetbb: Update to 2021.9.0
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.9.0
|
Sun, 7 May 2023
|
[ 12:28 Daniel Engberg (diizzy) Author: Eric Camachat ] 8bd3d37
graphics/opencv: Fix build with FFMPEG option enabled
Backport upstream commit 496eed950f6d0e7fd92619d47e3cec8f06e96ace to fix
build when FFMPEG option is enabled with FFmpeg 6
PR: 271120
Approved by: portmgr (blanket, build fix)
|
Tue, 2 May 2023
|
[ 16:17 Po-Chuan Hsieh (sunpoet) ] b1c370e (Only the first 10 of 30 ports in this commit are shown above. )
graphics/jasper: Update to 4.0.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/jasper-software/jasper/releases
Security: CVE-2022-2963, CVE-2022-40755
|
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Thu, 20 Apr 2023
|
[ 22:01 Adriaan de Groot (adridg) ] 9523c6b
graphics/opencv: mark build-time dependencies correctly
opencv does not need to link (run-time, LIB_DEPENDS) with
lapacke, it is sufficient to build-depend.
Obtained from: thierry@
PR: 267809
|
Fri, 3 Mar 2023
|
[ 15:01 Ganael LAPLANCHE (martymac) ] 1dc2569 (Only the first 10 of 45 ports in this commit are shown above. )
devel/onetbb: Update to 2021.8.0
Also:
- bump dependent ports' revisions
- fix build when WITH_DEBUG is set
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.8.0
|
Thu, 3 Nov 2022
|
[ 11:32 Ganael LAPLANCHE (martymac) ] e02e127 (Only the first 10 of 42 ports in this commit are shown above. )
devel/onetbb: Update to 2021.7.0
and bump dependent ports' revisions.
Release notes:
https://github.com/oneapi-src/oneTBB/blob/v2021.7.0/RELEASE_NOTES.md
|
Mon, 24 Oct 2022
|
[ 08:14 Yuri Victorovich (yuri) ] 7406d45 (Only the first 10 of 26 ports in this commit are shown above. )
math/vtk9: Update 9.1.0 -> 9.2.2
|
Fri, 21 Oct 2022
|
[ 19:22 Yuri Victorovich (yuri) ] 9bd18faa (Only the first 10 of 22 ports in this commit are shown above. )
Revert "deskutils/just: Update 1.5.0 -> 1.6.0"
This reverts commit 9f02903fc610e0ee6355d351d75c201b213e0abe.
|
[ 19:21 Yuri Victorovich (yuri) ] 9f02903 (Only the first 10 of 22 ports in this commit are shown above. )
deskutils/just: Update 1.5.0 -> 1.6.0
Reported by: portscout
|
Thu, 13 Oct 2022
|
[ 17:25 Yuri Victorovich (yuri) ] 0c041ad (Only the first 10 of 27 ports in this commit are shown above. )
textproc/py-python-lsp-black: New port: Black plugin for the Python LSP Server
|
[ 14:41 Yuri Victorovich (yuri) ] 586b19a (Only the first 10 of 27 ports in this commit are shown above. )
Revert "textproc/py-python-lsp-black: New port: Black plugin for the Python LSP
Server"
This reverts commit 0c041ad4a2d2ade16fb3a91a5e651f018e33455f.
|
Sun, 9 Oct 2022
|
[ 15:37 Po-Chuan Hsieh (sunpoet) ] 05e7a8b (Only the first 10 of 62 ports in this commit are shown above. )
devel/protobuf: Update to 3.21.7
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
|
Wed, 28 Sep 2022
|
[ 10:28 Ganael LAPLANCHE (martymac) ] e3eba48 (Only the first 10 of 42 ports in this commit are shown above. )
devel/onetbb: Update to 2021.6.0
and bump dependent ports' revisions.
Release notes:
https://github.com/oneapi-src/oneTBB/blob/v2021.6.0/RELEASE_NOTES.md
|
Sun, 11 Sep 2022
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 31 Aug 2022
|
[ 19:24 Tobias C. Berner (tcberner) ] e21578d
graphics/opencv: update to 4.6.0
Changelog:
https://github.com/opencv/opencv/wiki/ChangeLog#version460
|
Fri, 12 Aug 2022
|
[ 14:46 Dima Panov (fluffy) ] 4cf39de (Only the first 10 of 722 ports in this commit are shown above. )
*/*: bump all consumers after recent boost upgrade
|
Wed, 20 Jul 2022
|
[ 14:35 Tobias C. Berner (tcberner) ] 5564b3b (Only the first 10 of 87 ports in this commit are shown above. )
science/hdf5: bump PORTREVISION of consumers
The SO-version increased in the update to 1.12.2 in
a43418b81530f7e897abfbe18dd59f44265a1a0f .
Reported by: VVD <vvd@unislabs.com>
|
Thu, 16 Jun 2022
|
[ 03:34 Yuri Victorovich (yuri) ] 5496dad
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>
|
Sat, 30 Apr 2022
|
[ 08:03 Tobias C. Berner (tcberner) ] ca3f925 (Only the first 10 of 133 ports in this commit are shown above. )
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
|
Sun, 17 Apr 2022
|
[ 23:58 Po-Chuan Hsieh (sunpoet) ] 2ffb442 (Only the first 10 of 25 ports in this commit are shown above. )
devel/glog: Update to 0.6.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/glog/releases
|
Sat, 16 Apr 2022
|
[ 20:55 Po-Chuan Hsieh (sunpoet) ] 735ea04 (Only the first 10 of 29 ports in this commit are shown above. )
graphics/jasper: Bump PORTREVISION of dependent ports for shlib change after
cdcedd316da6d7c8509c394474160c683489a3ae
|
[ 04:19 Po-Chuan Hsieh (sunpoet) ] 10d211b (Only the first 10 of 60 ports in this commit are shown above. )
devel/protobuf: Update to 3.20.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
|
Sat, 9 Apr 2022
|
[ 18:03 Adriaan de Groot (adridg) ] 9205101
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
|
Mon, 28 Feb 2022
|
[ 12:46 Po-Chuan Hsieh (sunpoet) ] f7e42ce (Only the first 10 of 68 ports in this commit are shown above. )
devel/protobuf: Update to 3.19.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
|
Fri, 28 Jan 2022
|
[ 11:42 Tobias C. Berner (tcberner) ] b5ce2eb
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
|
Wed, 26 Jan 2022
|
[ 20:17 Max Brazhnikov (makc) ] b2af71f
graphics/opencv: add GTK3 option (off by default)
This option enables gui support in opencv.
Approved by: tcberner@ (maintainer) via irc
|
Tue, 25 Jan 2022
|
[ 17:22 Piotr Kubaj (pkubaj) ] 425d326
graphics/opencv: fix VSX detection
AT_HWCAP should be long.
|
Wed, 19 Jan 2022
|
[ 12:36 Piotr Kubaj (pkubaj) ] f917fa7
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)
|
Mon, 27 Dec 2021
|
[ 07:17 Tobias C. Berner (tcberner) ] 0c33cda
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
|
Tue, 23 Nov 2021
|
[ 10:15 Tobias C. Berner (tcberner) ] 7d1ed4c
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
|
Mon, 22 Nov 2021
|
[ 09:40 Yuri Victorovich (yuri) ] 580d53b
math/vtk9: Update 9.0.3 -> 9.1.0
|
Sat, 16 Oct 2021
|
[ 09:51 Jimmy Olgeni (olgeni) ] 4460cf7 (Only the first 10 of 476 ports in this commit are shown above. )
*: fix tab vs. space issues, and comments according to the guide.
|
Fri, 24 Sep 2021
|
[ 07:45 Mikael Urankar (mikael) ] 4901934
graphics/opencv: Add build time cpu features detection for aarch64
Enables FP16 (CV_CPU_FP16) features on aarch64.
Approved by: tcberner (on irc)
|
Sun, 29 Aug 2021
|
[ 19:24 Bernhard Froehlich (decke) ] ce32659
graphics/opencv: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 3 Aug 2021
|
[ 18:19 Matthias Andree (mandree) ] 56ffa08 (Only the first 10 of 44 ports in this commit are shown above. )
*: graphics/openexr PORTREVISION bumps
OpenEXR changes its SONAME again, so bump PORTREVISION of its users.
|
Wed, 21 Jul 2021
|
[ 18:11 Po-Chuan Hsieh (sunpoet) ] f4acead (Only the first 10 of 64 ports in this commit are shown above. )
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
|
Sun, 18 Jul 2021
|
[ 13:59 Tobias C. Berner (tcberner) ] 0b6fb06
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
|
[ 13:52 Tobias C. Berner (tcberner) ] c582239
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
|
[ 10:53 Tobias C. Berner (tcberner) ] 43a30a3 (Only the first 10 of 11 ports in this commit are shown above. )
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
|
Sat, 3 Jul 2021
|
[ 05:15 Matthias Andree (mandree) ] 4030a14 (Only the first 10 of 40 ports in this commit are shown above. )
*: 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.
|
Thu, 20 May 2021
|
[ 16:14 Po-Chuan Hsieh (sunpoet) ] 2cdaceb
graphics/opencv: Fix build with glog 0.5.0
PR: 255968
Reported by: thierry
|
Tue, 18 May 2021
|
[ 17:15 Matthias Andree (mandree) ] 1d5b7c9 (Only the first 10 of 39 ports in this commit are shown above. )
Bump portrevisions of openexr and Imath users.
|
Fri, 23 Apr 2021
|
[ 20:56 Antoine Brodin (antoine) ] 56d3caa (Only the first 10 of 26 ports in this commit are shown above. )
Cleanup LIB_DEPENDS
|
Wed, 14 Apr 2021
|
[ 16:13 Jung-uk Kim (jkim) ] 71117cd
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)
|
Mon, 12 Apr 2021
|
[ 00:33 Matthias Andree (mandree) ] 73ab07c (Only the first 10 of 16 ports in this commit are shown above. )
chase library renames for OpenEXR/Imath 3.0
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 26 Feb 2021
|
[ 12:11 tobik ] (Only the first 10 of 34 ports in this commit are shown above. )
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Sort categories
Reported by: portscan
|
Fri, 19 Feb 2021
|
[ 15:14 martymac ] (Only the first 10 of 38 ports in this commit are shown above. )
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
|
Sat, 13 Feb 2021
|
[ 11:08 mandree ] (Only the first 10 of 45 ports in this commit are shown above. )
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
|
Thu, 11 Feb 2021
|
[ 12:38 pkubaj ]
graphics/opencv: add HARDENING and LTO options
PR: 253415
Approved by: tcberner (maintainer)
|
Sat, 30 Jan 2021
|
[ 18:08 tcberner ] (Only the first 10 of 69 ports in this commit are shown above. )
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 )
|
Tue, 26 Jan 2021
|
[ 14:01 sunpoet ] (Only the first 10 of 58 ports in this commit are shown above. )
Bump PORTREVISION for devel/protobuf shlib change
|
Fri, 22 Jan 2021
|
[ 11:27 martymac ]
Opencv ports: remove TBB option to facilitate oneTbb transition
PR: 252785
Submitted by: martymac
Approved by: tcberner (maintainer)
|
Tue, 12 Jan 2021
|
[ 12:34 tcberner ] (Only the first 10 of 15 ports in this commit are shown above. )
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 )
|
Mon, 28 Dec 2020
|
[ 23:02 antoine ] (Only the first 10 of 1942 ports in this commit are shown above. )
Drop python 2.7 support from a few ports
With hat: portmgr
|
Sat, 12 Dec 2020
|
[ 17:04 thierry ] (Only the first 10 of 80 ports in this commit are shown above. )
- 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
|
Thu, 12 Nov 2020
|
[ 20:42 lbartoletti ]
Convert to USES=eigen
PR: 250949
Approved by: portmgr (blanket)
|
Sat, 3 Oct 2020
|
[ 09:04 tcberner ]
graphics/opencv: adopt port
|
Sun, 30 Aug 2020
|
[ 20:19 sunpoet ] (Only the first 10 of 59 ports in this commit are shown above. )
Bump PORTREVISION for devel/protobuf shlib change
|
Fri, 17 Jul 2020
|
[ 10:12 martymac ] (Only the first 10 of 37 ports in this commit are shown above. )
Update devel/tbb to 2020.3 and bump dependent ports' revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES
|
Sat, 4 Jul 2020
|
[ 20:53 stephen ]
- Update devel/gdcm to 3.0.7.
- Bump portrevision of dependent ports.
|
Wed, 10 Jun 2020
|
[ 19:20 stephen ]
- Update devel/gdcm to 3.0.6.
- Bump portrevision of dependent ports.
|
Wed, 3 Jun 2020
|
[ 18:32 sunpoet ] (Only the first 10 of 57 ports in this commit are shown above. )
Bump PORTREVISION for devel/protobuf shlib change
|
Wed, 1 Apr 2020
|
[ 14:14 martymac ] (Only the first 10 of 34 ports in this commit are shown above. )
Update devel/tbb to 2020.2 and bump dependent port's revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/tbb_2020/CHANGES
|
Sat, 22 Feb 2020
|
[ 23:28 stephen ]
- Update devel/gdcm to 3.0.5.
- Bump portrevision of dependent ports.
|
Wed, 22 Jan 2020
|
[ 06:02 sunpoet ] (Only the first 10 of 28 ports in this commit are shown above. )
Bump PORTREVISION for graphics/gdal shlib change
|
[ 05:53 sunpoet ] (Only the first 10 of 53 ports in this commit are shown above. )
Bump PORTREVISION for devel/protobuf shlib change
|
Fri, 27 Dec 2019
|
[ 13:43 bapt ] (Only the first 10 of 32 ports in this commit are shown above. )
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
|
Thu, 26 Dec 2019
|
[ 16:25 martymac ] (Only the first 10 of 34 ports in this commit are shown above. )
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
|
Wed, 18 Dec 2019
|
[ 20:14 jbeich ]
graphics/opencv: expose Intel Quick Sync Video support
|
Sun, 24 Nov 2019
|
[ 02:21 yuri ]
graphics/opencv: Allow py3x flavors in the slave port graphics/py-opencv
While here, add USES=gnome
|
Thu, 14 Nov 2019
|
[ 12:39 tobik ] (Only the first 10 of 68 ports in this commit are shown above. )
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
|
Sat, 19 Oct 2019
|
[ 23:45 stephen ]
- Update devel/gdcm to 3.0.4.
- Bump portrevision of dependent ports.
|
Mon, 7 Oct 2019
|
[ 21:20 stephen ]
- Update devel/gdcm to 3.0.3.
- Bump portrevision of dependent ports.
|
Wed, 25 Sep 2019
|
[ 10:03 martymac ] (Only the first 10 of 24 ports in this commit are shown above. )
Update devel/tbb to 2019.8 and bump dependent ports' revisions
Changelog: https://github.com/intel/tbb/blob/tbb_2019/CHANGES
|
Mon, 5 Aug 2019
|
[ 23:06 jbeich ] (Only the first 10 of 159 ports in this commit are shown above. )
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/
|
Wed, 31 Jul 2019
|
[ 16:38 sunpoet ] (Only the first 10 of 45 ports in this commit are shown above. )
Bump PORTREVISION for devel/protobuf shlib change
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Fri, 5 Jul 2019
|
[ 19:08 sunpoet ] (Only the first 10 of 46 ports in this commit are shown above. )
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
|
Sat, 1 Jun 2019
|
[ 21:59 stephen ]
- Update devel/gdcm to 3.0.0.
- Bump portrevision of dependent ports.
|
Thu, 2 May 2019
|
[ 10:18 mat ] (Only the first 10 of 15 ports in this commit are shown above. )
Remove :DEFAULT where not required.
|
Sun, 31 Mar 2019
|
[ 13:41 sunpoet ] (Only the first 10 of 50 ports in this commit are shown above. )
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
|
Wed, 27 Mar 2019
|
[ 20:28 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)
|
Sat, 16 Mar 2019
|
[ 15:59 tcberner ]
graphics/opencv: remove QT4 option (Qt4 deprecation)
Approved by: portmgr (implicit)
|
Sun, 10 Mar 2019
|
[ 00:48 stephen ]
- Update devel/gdcm to 2.8.9.
- Bump portrevision for dependent ports.
|
Sat, 5 Jan 2019
|
[ 22:46 sunpoet ] (Only the first 10 of 61 ports in this commit are shown above. )
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
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
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
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Mon, 3 Dec 2018
|
[ 19:41 sunpoet ] (Only the first 10 of 52 ports in this commit are shown above. )
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
|
Sun, 2 Dec 2018
|
[ 15:41 rene ] (Only the first 10 of 464 ports in this commit are shown above. )
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
|
Mon, 12 Nov 2018
|
[ 20:47 stephen ] (Only the first 10 of 11 ports in this commit are shown above. )
- Take maintainership of devel/gdcm.
- Update devel/gdcm to 2.8.8.
- Bump portrevision of dependent ports.
|
Tue, 6 Nov 2018
|
[ 01:50 jbeich ] (Only the first 10 of 188 ports in this commit are shown above. )
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/
|
Thu, 11 Oct 2018
|
[ 14:47 martymac ] (Only the first 10 of 17 ports in this commit are shown above. )
Update devel/tbb to version 2019.1 and bump dependent ports' revisions
Also, reintegrate HTML documentation that was removed in previous version.
|
Thu, 4 Oct 2018
|
[ 10:03 martymac ] (Only the first 10 of 19 ports in this commit are shown above. )
Update devel/tbb to version 2019 and bump dependent port's revisions
|
Sat, 29 Sep 2018
|
[ 08:04 riggs ] (Only the first 10 of 75 ports in this commit are shown above. )
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l
|
Sat, 22 Sep 2018
|
[ 10:15 mandree ] (Only the first 10 of 70 ports in this commit are shown above. )
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.
|
Number of commits found: 207 (showing only 100 on this page) |