Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
17 Apr 2022 23:58:01 2.0_3
|
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 |
24 Feb 2022 16:21:08 2.0_2
|
Yuri Victorovich (yuri)  |
math/ipopt: Update 3.12.13 -> 3.14.4 |
23 Feb 2022 17:02:05 2.0_1
|
Yuri Victorovich (yuri)  |
math/asl: Update 1.4.4 -> 2.0.0
Reported by: portscout |
01 Dec 2021 12:48:42 2.0
|
Piotr Kubaj (pkubaj)  |
misc/openmvg: enable on armv7 |
29 Nov 2021 11:35:12 2.0
|
Piotr Kubaj (pkubaj)  |
misc/openmvg: fix build on non-x86
Tested on powerpc64, may still have issues on other architectures. |
14 Nov 2021 18:46:14 2.0
|
Yuri Victorovich (yuri)  |
misc/openmvg: Update 1.6 -> 2.0
Reported by: portscout |
07 Apr 2021 08:09:01 1.6_2
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.6_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
10 Mar 2021 16:28:25
1.6_2
|
pkubaj  |
misc/openmvg: enable on powerpc64le |
18 Jan 2021 18:35:50
1.6_2
|
yuri  |
misc/openmvg: Use external CEREAL library; Add CONFLICTS_BUILD |
12 Dec 2020 17:04:37
1.6_1
|
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 |
27 Nov 2020 22:47:47
1.6
|
pkubaj  |
misc/openmvg: fix build on powerpc64
Builds fine.
MFH: 2020Q4 (fix build blanket) |
25 Sep 2020 20:26:13
1.6
|
yuri  |
misc/openmvg: Update 1.4 -> 1.6
Reported by: portscout |
23 Sep 2020 18:01:33
1.4_4
|
yuri  |
misc/openmvg: Remove workaround for missing liblz4 library because the
workaround was added into math/flann |
23 Sep 2020 01:47:41
1.4_3
|
yuri  |
misc/openmvg: Fix build by adding liblz4
For some reason lz4 symbols were missing during build.
Reported by: fallout
MFH: 2020Q3 |
09 Jun 2019 05:57:46
1.4_2
|
tobik  |
misc/openmvg: Canonicalize options group names after r503781 (D20426) |
16 Jan 2019 11:13:45
1.4_2
|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
26 Dec 2018 09:06:35
1.4_1
|
tcberner  |
Update math/eigen3 to 3.3.7
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7 |
25 Dec 2018 20:25:40
1.4
|
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 |
26 Aug 2018 20:20:33
1.4
|
yuri  |
misc/openmvg: Update 1.3-76 -> 1.4
Reported by: portscout |
28 Jun 2018 17:39:55
1.3.76
|
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 |
03 Jun 2018 12:44:04
1.3.76
|
antoine  |
Canonicalize dependency on libpng |
12 Apr 2018 09:05:33
1.3.76
|
yuri  |
New port: misc/openmvg: Multiple View Geometry (MVG) library
The library for those who are interested in computer-vision research.
Testing: Several examples run fine. |