diff options
author | madpilot <madpilot@FreeBSD.org> | 2018-02-12 04:19:11 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2018-02-12 04:19:11 +0800 |
commit | 0fb73475dcc3ca0bcb5bdf534fc5a2a35d4d4cf4 (patch) | |
tree | c2dd006beb48ef083e9929b903873e6384ca2a7f /multimedia/ccextractor | |
parent | 39d09e95f5ed96220b4c24e7be0c18e0c32a365d (diff) | |
download | freebsd-ports-gnome-0fb73475dcc3ca0bcb5bdf534fc5a2a35d4d4cf4.tar.gz freebsd-ports-gnome-0fb73475dcc3ca0bcb5bdf534fc5a2a35d4d4cf4.tar.zst freebsd-ports-gnome-0fb73475dcc3ca0bcb5bdf534fc5a2a35d4d4cf4.zip |
- Update multimedia/x265 to 2.6
- Use the distfile provided by the VideoLAN project
- Add options for HI10P and HI12P (available only for amd64)
- Add DEBUG option
- Add OPTIMIZED_CFLAGS option
- Force using clang 5.0 on 10.4. Base provided clang fails during
compilation
- Chase shlib bump in dependent ports
PR: 225431
Submitted by: daniel.engberg.lists@pyret.net
Approved by: Maintainer timeout
Diffstat (limited to 'multimedia/ccextractor')
-rw-r--r-- | multimedia/ccextractor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/ccextractor/Makefile b/multimedia/ccextractor/Makefile index 61418432c0db..02e47e992a08 100644 --- a/multimedia/ccextractor/Makefile +++ b/multimedia/ccextractor/Makefile @@ -3,7 +3,7 @@ PORTNAME= ccextractor DISTVERSIONPREFIX= v DISTVERSION= 0.85 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MAINTAINER= oz@nixil.net |