Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
11 Dec 2021 13:50:53 r54_1
|
Tobias C. Berner (tcberner)  |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
12 Nov 2021 16:46:39 r54_1
|
Tobias C. Berner (tcberner)  |
graphics/ImageMagick7: Bump consumers after
4f086586da53da9b80ecd94ea588be7440dea36e |
21 Jul 2021 20:10:44 r54
|
Jan Beich (jbeich)  |
multimedia/vapoursynth: update to R54
Changes: http://www.vapoursynth.com/2021/07/r54-mask-clips-are-special/
Changes: https://github.com/vapoursynth/vapoursynth/compare/R53...R54
Reported by: GitHub (watch releases) |
21 Apr 2021 17:42:47 r53
|
Jan Beich (jbeich)  |
multimedia/vapoursynth: update to R53
Changes: http://www.vapoursynth.com/2021/04/r53-once-more-there-are-bug-fixes/
Changes: https://github.com/vapoursynth/vapoursynth/compare/R52...R53
Reported by: GitHub (watch releases) |
07 Apr 2021 08:09:01 r52
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 r52
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
23 Aug 2020 14:05:31
r52
|
jbeich  |
multimedia/vapoursynth: update to R52
Changes: http://www.vapoursynth.com/2020/08/r52-titles-are-meaningless/
Changes: https://github.com/vapoursynth/vapoursynth/compare/R51...R52
Reported by: GitHub (watch releases) |
01 Aug 2020 22:10:21
r51
|
jbeich  |
multimedia/vapoursynth: update to R51
Changes: http://www.vapoursynth.com/2020/08/r51-not-very-interesting-but-here-it-is-anyway/
Changes: https://github.com/vapoursynth/vapoursynth/compare/R50...R51
Reported by: GitHub (watch releases) |
08 May 2020 15:27:57
r50
|
jbeich  |
multimedia/vapoursynth: update to R50
Changes: http://www.vapoursynth.com/2020/05/r50-low-risk-release/
Changes: https://github.com/vapoursynth/vapoursynth/compare/R49...R50
Reported by: GitHub (watch releases)
MFH: 2020Q2 (regression fixes) |
26 Mar 2020 20:46:50
r49
|
jbeich  |
multimedia/vapoursynth: update to R49
Changes: http://www.vapoursynth.com/2020/03/r49-just-another-release/
Changes: https://github.com/vapoursynth/vapoursynth/compare/R48...R49
Reported by: GitHub (watch releases) |
26 Jan 2020 11:41:54
r48
|
jbeich  |
multimedia/vapoursynth: unbreak on non-x86 |
20 Jan 2020 03:06:58
r48
|
jbeich  |
multimedia/vapoursynth: simplify manpages location after r523104 |
01 Jan 2020 09:46:42
r48
|
jbeich  |
multimedia/vapoursynth: back out r521709 to allow disabling -DNDEBUG
`NDEBUG` is used in VS to disable extra checks outside of assert(3). |
01 Jan 2020 09:39:44
r48
|
jbeich  |
multimedia/vapoursynth: drop DEBUG option after r478306
Only passes `-O0 -g3 -ggdb` which is just a vendor way of saying to
build with debug symbols. `-ftrapv` is slightly different but can be
replaced with `-fsanitize=integer` which provides more checks. |
06 Nov 2019 16:42:28
r48
|
jbeich  |
multimedia/vapoursynth: mark BROKEN on non-x86 |
06 Nov 2019 16:42:19
r48
|
jbeich  |
multimedia/vapoursynth: update to R48
Changes: http://www.vapoursynth.com/2019/10/r48-avx2-instrinsics-for-everyone/
Changes: https://github.com/vapoursynth/vapoursynth/compare/R47.2...R48
Reported by: GitHub (watch releases) |
14 Sep 2019 22:01:13
R47.2
|
jbeich  |
Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.
PR: 193528 |
14 Sep 2019 20:30:42
R47.2
|
jbeich  |
multimedia/vapoursynth: unbreak PYTHON=off VSSCRIPT=on
===> vapoursynth-R47.2 uses unknown USES=python arguments: 3.3-.
PR: 237320
Reported by: VVD <vvd@unislabs.com> |
15 Aug 2019 19:59:12
R47.2
|
jbeich  |
multimedia/vapoursynth: update to R47.2
Changes: https://github.com/vapoursynth/vapoursynth/compare/R47.1...R47.2
Reported by: GitHub (watch releases) |
07 Aug 2019 11:29:55
R47.1
|
jbeich  |
multimedia/vapoursynth: update to R47.1
Changes: https://github.com/vapoursynth/vapoursynth/compare/R46...R47.1
Changes: http://www.vapoursynth.com/2019/08/r47-fixing-small-issues/
Reported by: GitHub (watch releases) |
05 Aug 2019 23:06:50
R46_2
|
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/ |
26 Jul 2019 20:46:57
R46_1
|
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 |
28 Jun 2019 11:45:40
R46
|
jbeich  |
multimedia/vapoursynth: update to R46
Changes: https://github.com/vapoursynth/vapoursynth/compare/R45.1...R46
Reported by: GitHub (watch releases), Repology, portscout |
08 Jun 2019 04:07:20
R45.1_5
|
jbeich  |
multimedia/vapoursynth: unbreak after r503610
src/core/vsresize.cpp:88:20: error: use of undeclared identifier
'ZIMG_CPU_X86_AVX512_SKL'; did you mean 'ZIMG_CPU_X86_AVX512_SKX'?
{ "avx512skl", ZIMG_CPU_X86_AVX512_SKL },
^~~~~~~~~~~~~~~~~~~~~~~
ZIMG_CPU_X86_AVX512_SKX
/usr/local/include/zimg.h:171:2: note: 'ZIMG_CPU_X86_AVX512_SKX' declared here
ZIMG_CPU_X86_AVX512_SKX = 1011 /**< AVX-512 {F,CD,VL,BW,DQ} (e.g.
Skylake-X/SP). */
^
Reported by: pkg-fallout
Obtained from: upstream |
27 Mar 2019 20:28:06
R45.1_4
|
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) |
12 Dec 2018 01:35:36
R45.1_3
|
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 |
11 Nov 2018 15:43:03
R45.1_2
|
kwm  |
Update ImageMagick7 to 7.0.8.14 [1]
* Add option for ISO/IEC 23008-12:2017 HEIF suport [1]
* Add option for RAW support (from IM6).
* Convert a number of options to optionhelpers (sync from IM6).
* Add comment to the patch-config_policy.xml file why it still needed.
PR: 230788 (based on) [1]
Submitted by: Sebastian Steinmetz <freebsd-2018@sebastiansteinmetz.ch> |
06 Nov 2018 01:50:27
R45.1_1
|
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/ |
27 Oct 2018 22:45:09
R45.1
|
jbeich  |
multimedia/vapoursynth: update to R45.1
Changes: https://github.com/vapoursynth/vapoursynth/compare/R45...R45.1
Reported by: portscout |
21 Oct 2018 13:33:51
R45
|
jbeich  |
multimedia/vapoursynth: update to R45
Changes: http://www.vapoursynth.com/2018/10/r45-python-3-7-support-for-windows-users/
Changes: https://github.com/vapoursynth/vapoursynth/blob/R45/ChangeLog
Reported by: portscout |
29 Jul 2018 22:18:46
R44_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
15 Jul 2018 20:12:54
R44
|
jbeich  |
multimedia/vapoursynth: update to R44
Changes: http://www.vapoursynth.com/2018/07/r44-speeding-up-slightly/
Changes: https://github.com/vapoursynth/vapoursynth/blob/R44/ChangeLog |
02 May 2018 15:07:27
R43_1
|
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 |
01 Feb 2018 15:10:31
R43
|
jbeich  |
multimedia/vapoursynth: update to R43
Changes: http://www.vapoursynth.com/2018/01/r43-cleaning-up-the-remaining-mess-from-r41/
Changes: https://github.com/vapoursynth/vapoursynth/blob/R43/ChangeLog |
16 Jan 2018 13:01:30
R42.1
|
jbeich  |
multimedia/vapoursynth: update to R42.1
Changes: http://www.vapoursynth.com/2018/01/r42-less-regressions/
Changes: https://github.com/vapoursynth/vapoursynth/blob/R42.1/ChangeLog |
11 Jan 2018 14:18:01
R41
|
danfe  |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2). |
10 Jan 2018 13:54:48
R41
|
jbeich  |
multimedia/vapoursynth: update to R41
Changes: http://www.vapoursynth.com/2018/01/r41-less-leaking/
Changes: https://github.com/vapoursynth/vapoursynth/blob/R41/ChangeLog |
26 Dec 2017 16:16:26
R40_2
|
kwm  |
Chase ImageMagick7 shlib bump. |
03 Dec 2017 20:29:54
R40_1 
|
jbeich  |
multimedia/vapoursynth: re-enable DOCS after r455210 |
30 Nov 2017 15:50:34
R40 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
11 Nov 2017 20:43:19
R40
|
jbeich  |
multimedia/vapoursynth: update to R40
Changes: http://www.vapoursynth.com/2017/11/r40-avisynth-compatibility-and-fixes/
Changes: https://github.com/vapoursynth/vapoursynth/blob/R40/ChangeLog |
21 Oct 2017 06:50:50
R39_2
|
jbeich  |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
14 Oct 2017 22:13:22
R39_1
|
jbeich  |
multimedia/vapoursynth: unbreak runtime on non-x86
vapoursynth.Error: Failed to obtain VapourSynth API pointer. System
does not support SSE2 or is the Python module and loaded core library
mismatched? |
08 Oct 2017 18:56:58
R39
|
jbeich  |
multimedia/vapoursynth: update to R39
Changes: http://www.vapoursynth.com/2017/10/r39-fixing-bugs-and-undoing-bad-ideas/
Changes: https://github.com/vapoursynth/vapoursynth/blob/R39/ChangeLog |
19 Sep 2017 14:12:41
R38_2
|
kwm  |
ImageMagick7 to 7.0.7-2.
Disable FPX (FlashPix) support by default. This image format is really
rare these days coupled with that there are known CVE's in libfpx and
it doesn't seem to be maintained these days. It doesn't make sense to
keep it enabled by default anymore. [1]
Bump vapoursynth for sharedi library bumps in IM7.
PR: 222309 [1]
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1] |
10 Sep 2017 20:55:39
R38_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
13 Jun 2017 19:53:35
R38
|
jbeich  |
multimedia/vapoursynth: update to R38
Changes: http://www.vapoursynth.com/2017/06/r38-boxblur-is-best-blur/
Changes: https://github.com/vapoursynth/vapoursynth/blob/R38/ChangeLog |
25 Apr 2017 08:20:31
R37_2
|
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
01 Apr 2017 15:23:32
R37_1
|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
21 Mar 2017 12:38:57
R37
|
jbeich  |
multimedia/vapoursynth: update to R37
Changes: http://www.vapoursynth.com/2017/03/r37-maintaining-things-again/
Changes: https://github.com/vapoursynth/vapoursynth/blob/R37/ChangeLog |
20 Feb 2017 18:00:05
r36_2
|
riggs  |
Chase libass runtime fix r434477; bump PORTREVISION on consumers
PR: 216837
Reported by: cpm
MFH: 2017Q1 |
05 Feb 2017 08:17:43
r36_1
|
riggs  |
Update libass to upstream version 0.13.6; bump PORTREVISION on consumers
Reported by: robert.burmeister@utoledo.edu (via email) |
24 Jan 2017 14:01:08
r36
|
jbeich  |
multimedia/vapoursynth: sort pkg-plist |
24 Jan 2017 14:00:51
r36
|
jbeich  |
multimedia/vapoursynth: update to r36
Changes: http://www.vapoursynth.com/2017/01/r36-python-improvements-and-some-bug-fixes/
Changes: https://github.com/vapoursynth/vapoursynth/blob/R36/ChangeLog |
30 Dec 2016 08:08:20
r35_2
|
jbeich  |
multimedia/libass: belatedly bump PORTREVISION after r429876
ASS_Style grew in size by |int Justify| member. Old consumers may
not initialize it leading to crashes.
Reported by: Kevin Oberman |
11 Dec 2016 15:22:47
r35_1
|
jbeich  |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
28 Oct 2016 14:58:40
r35
|
jbeich  |
multimedia/vapoursynth: update to r35
Changes: http://www.vapoursynth.com/2016/10/r35-just-fixing-bugs/ |
21 Oct 2016 15:21:13
r34
|
mat  |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
16 Oct 2016 14:13:08
r34
|
jbeich  |
multimedia/vapoursynth: update to r34
Changes: http://www.vapoursynth.com/2016/10/r34-being-nice-to-avisynth/ |
09 Sep 2016 19:42:46
r33.1
|
amdmi3  |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
25 Aug 2016 18:17:28
r33.1
|
jbeich  |
multimedia/vapoursynth: update to r33.1
Changes: http://www.vapoursynth.com/2016/08/r33-a-somewhat-experimental-release/ |
13 Jul 2016 06:42:37
r32
|
jbeich  |
multimedia/vapoursynth: unbreak after r417413
https://lists.freebsd.org/pipermail/freebsd-ports/2016-June/103724.html
Reported by: pkg-fallout |
22 May 2016 01:10:34
r32
|
jbeich  |
Partially back out r414539, it only made sense for devel/fb-adb |
03 May 2016 16:32:13
r32
|
jbeich  |
Work around _OFF helpers not invoking for OPTIONS_DEFINE_${ARCH} |
10 Apr 2016 01:20:35
r32
|
jbeich  |
Fix typos in r412879 and r412880 |
10 Apr 2016 01:11:00
r32
|
jbeich  |
multimedia/vapoursynth: add new port
Simple video processing framework, inspired by Avisynth.
http://www.vapoursynth.com/about/ |