Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: graphics/frei0r |
Commit | Credits | Log message |
1.7.0.18 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.7.0.18 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.7.0.18 31 Jan 2021 15:42:27
  |
rhurlin  |
graphics/frei0r: Fix build failure with OpenCV4
After the update of OpenCV to v4.5.1 the build was broken. Some
important commits [1] after release v1.7.0 fixed the issues.
[1] https://github.com/dyne/frei0r/compare/v1.7.0...master
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D28436 |
1.6.1_1 09 May 2018 20:27:52
  |
swills  |
Bump PORTREVISION on more opencv consumers due to opencv update |
1.5.0 26 Jul 2016 19:03:57
  |
olivierd  |
- graphics/frei0r [2]
* Update to 1.5.0
* Update MASTER_SITES
* Switch to CMake, rewrite some parts of graphics/frei0r's Makefile and
patches
* Remove APIDOC, DOCS and MMX options (MMX is not available in CMakeLists.txt)
- graphics/frei0r-plugins
* Switch to USES= metaport [1]
PR: (based on) 201636 [1], 209291 [2]
Submitted by: Andriy Voskoboinyk [1], myself [2]
Approved by: jhale@ (maintainer, timeout > 2 months) |
1.3 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.3 17 Aug 2015 14:20:41
  |
mat  |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
1.3 31 Oct 2014 18:12:00
  |
mat  |
Make buildable again.
Noticed by: antoine
Pointy hat to: mat
Sponsored by: Absolight |
1.3 24 May 2014 08:46:13
  |
miwi  |
- Stage support |
1.3 20 Sep 2013 18:35:46
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.3 06 May 2013 08:31:30
  |
bapt  |
Convert to new options framework |
1.3 02 Oct 2011 16:26:12
 |
avilla  |
- Avoid conflicts with graphics/frei0r's OPTIONS.
This fixes a "bug" introduced by me three months ago.
Approved by: bsdkaffee@gmail.com (maintainer, implicit) |
1.3 29 Jun 2011 15:15:08
 |
avilla  |
- Add meta-port for frei0r plugins. |