Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
r66 10 Mar 2024 15:54:24 |
Thomas Zander (riggs) |
multimedia/vapoursynth: Update to upstream release R66
MFH: 2024Q1 |
r65 31 Oct 2023 13:07:48 |
Fernando Apesteguía (fernape) |
multimedia/vapoursynth: update to R65
ChangeLog: https://github.com/vapoursynth/vapoursynth/releases
* fixed inspection api sometimes causing memory corruption when used from
python
* frame properties in python are now return as str type instead of bytes when
hinted as utf8 printable
* fixed how unprintable data is returned from plugin functions in python,
previously it would leak a ctypes pointer with no length instead of returning
a bytes object
* fixed a bug in the avx2 maskedmerge float premultiplied code path that would
switch the two input clips
* reverted the from_chars code a bit more to make no locale affect float
parsing
* fixed the sar adjustment for real this time
Reported by: portscout
MFH: 2023Q4 (bugfixes) |
r64 05 Oct 2023 22:00:27 |
Daniel Engberg (diizzy) |
multimedia/vapoursynth: Update to R64
Backport upstream commits:
8c68f4d42349aa3ba87ec3700a12e7fb38867748
31979d78dbe49c081b7da3ca1f7949433d83ca24
ad8bee27e37789ab01b82538e26db72d4128208d
Changelog: https://github.com/vapoursynth/vapoursynth/releases/tag/R64
References:
https://github.com/vapoursynth/vapoursynth/commit/8c68f4d42349aa3ba87ec3700a12e7fb38867748
https://github.com/vapoursynth/vapoursynth/commit/31979d78dbe49c081b7da3ca1f7949433d83ca24
https://github.com/vapoursynth/vapoursynth/commit/ad8bee27e37789ab01b82538e26db72d4128208d |
r63 05 Aug 2023 19:14:21 |
Daniel Engberg (diizzy) |
multimedia/vapoursynth: Update to R63
* Plugins are no longer maintained within the main project repo
* Revert upstream commit 1239124c2d70f32c468326e48bfa7e9362550c36
as it breaks compatibility with Clang/LLVM with libc++ [1]
1: https://github.com/vapoursynth/vapoursynth/pull/953
Changelog: https://github.com/vapoursynth/vapoursynth/releases/tag/R63 |
r54_4 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
r54_4 04 May 2023 05:00:18 |
Jan Beich (jbeich) |
multimedia/vapoursynth: drop maintainership |
r54_4 30 Apr 2023 11:10:42 |
Felix Palmen (zirias) |
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit) |
r54_3 27 Apr 2023 12:01:46 |
Daniel Engberg (diizzy) |
*/*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s) |
r54_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
r54_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
r54_1 11 Dec 2021 13:50:53 |
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 ) |
r54_1 12 Nov 2021 16:46:39 |
Tobias C. Berner (tcberner) |
graphics/ImageMagick7: Bump consumers after
4f086586da53da9b80ecd94ea588be7440dea36e |
r54 21 Jul 2021 20:10:44 |
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) |
r53 21 Apr 2021 17:42:47 |
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) |
r52 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
r52 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
r52 23 Aug 2020 14:05:31 |
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) |
r51 01 Aug 2020 22:10:21 |
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) |
r50 08 May 2020 15:27:57 |
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) |
r49 26 Mar 2020 20:46:50 |
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) |
r48 26 Jan 2020 11:41:54 |
jbeich |
multimedia/vapoursynth: unbreak on non-x86 |
r48 20 Jan 2020 03:06:58 |
jbeich |
multimedia/vapoursynth: simplify manpages location after r523104 |
r48 01 Jan 2020 09:46:42 |
jbeich |
multimedia/vapoursynth: back out r521709 to allow disabling -DNDEBUG
`NDEBUG` is used in VS to disable extra checks outside of assert(3). |
r48 01 Jan 2020 09:39:44 |
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. |
r48 06 Nov 2019 16:42:28 |
jbeich |
multimedia/vapoursynth: mark BROKEN on non-x86 |
r48 06 Nov 2019 16:42:19 |
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) |
R47.2 14 Sep 2019 22:01:13 |
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 |
R47.2 14 Sep 2019 20:30:42 |
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> |
R47.2 15 Aug 2019 19:59:12 |
jbeich |
multimedia/vapoursynth: update to R47.2
Changes: https://github.com/vapoursynth/vapoursynth/compare/R47.1...R47.2
Reported by: GitHub (watch releases) |
R47.1 07 Aug 2019 11:29:55 |
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) |
R46_2 05 Aug 2019 23:06:50 |
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/ |
R46_1 26 Jul 2019 20:46:57 |
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 |
R46 28 Jun 2019 11:45:40 |
jbeich |
multimedia/vapoursynth: update to R46
Changes: https://github.com/vapoursynth/vapoursynth/compare/R45.1...R46
Reported by: GitHub (watch releases), Repology, portscout |
R45.1_5 08 Jun 2019 04:07:20 |
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 |
R45.1_4 27 Mar 2019 20:28:06 |
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) |
R45.1_3 12 Dec 2018 01:35:36 |
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 |
R45.1_2 11 Nov 2018 15:43:03 |
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> |
R45.1_1 06 Nov 2018 01:50:27 |
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/ |
R45.1 27 Oct 2018 22:45:09 |
jbeich |
multimedia/vapoursynth: update to R45.1
Changes: https://github.com/vapoursynth/vapoursynth/compare/R45...R45.1
Reported by: portscout |
R45 21 Oct 2018 13:33:51 |
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 |
R44_1 29 Jul 2018 22:18:46 |
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 |
R44 15 Jul 2018 20:12:54 |
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 |
R43_1 02 May 2018 15:07:27 |
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 |
R43 01 Feb 2018 15:10:31 |
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 |
R42.1 16 Jan 2018 13:01:30 |
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 |
R41 11 Jan 2018 14:18:01 |
danfe |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2). |
R41 10 Jan 2018 13:54:48 |
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 |
R40_2 26 Dec 2017 16:16:26 |
kwm |
Chase ImageMagick7 shlib bump. |
R40_1 03 Dec 2017 20:29:54 |
jbeich |
multimedia/vapoursynth: re-enable DOCS after r455210 |
R40 30 Nov 2017 15:50:34 |
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 ) |
R40 11 Nov 2017 20:43:19 |
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 |
R39_2 21 Oct 2017 06:50:50 |
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 |
R39_1 14 Oct 2017 22:13:22 |
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? |
R39 08 Oct 2017 18:56:58 |
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 |
R38_2 19 Sep 2017 14:12:41 |
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] |
R38_1 10 Sep 2017 20:55:39 |
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 |
R38 13 Jun 2017 19:53:35 |
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 |
R37_2 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
R37_1 01 Apr 2017 15:23:32 |
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 |
R37 21 Mar 2017 12:38:57 |
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 |
r36_2 20 Feb 2017 18:00:05 |
riggs |
Chase libass runtime fix r434477; bump PORTREVISION on consumers
PR: 216837
Reported by: cpm
MFH: 2017Q1 |
r36_1 05 Feb 2017 08:17:43 |
riggs |
Update libass to upstream version 0.13.6; bump PORTREVISION on consumers
Reported by: robert.burmeister@utoledo.edu (via email) |
r36 24 Jan 2017 14:01:08 |
jbeich |
multimedia/vapoursynth: sort pkg-plist |
r36 24 Jan 2017 14:00:51 |
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 |
r35_2 30 Dec 2016 08:08:20 |
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 |
r35_1 11 Dec 2016 15:22:47 |
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) |
r35 28 Oct 2016 14:58:40 |
jbeich |
multimedia/vapoursynth: update to r35
Changes: http://www.vapoursynth.com/2016/10/r35-just-fixing-bugs/ |
r34 21 Oct 2016 15:21:13 |
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 |
r34 16 Oct 2016 14:13:08 |
jbeich |
multimedia/vapoursynth: update to r34
Changes: http://www.vapoursynth.com/2016/10/r34-being-nice-to-avisynth/ |
r33.1 09 Sep 2016 19:42:46 |
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 ) |
r33.1 25 Aug 2016 18:17:28 |
jbeich |
multimedia/vapoursynth: update to r33.1
Changes: http://www.vapoursynth.com/2016/08/r33-a-somewhat-experimental-release/ |
r32 13 Jul 2016 06:42:37 |
jbeich |
multimedia/vapoursynth: unbreak after r417413
https://lists.freebsd.org/pipermail/freebsd-ports/2016-June/103724.html
Reported by: pkg-fallout |
r32 22 May 2016 01:10:34 |
jbeich |
Partially back out r414539, it only made sense for devel/fb-adb |
r32 03 May 2016 16:32:13 |
jbeich |
Work around _OFF helpers not invoking for OPTIONS_DEFINE_${ARCH} |
r32 10 Apr 2016 01:20:35 |
jbeich |
Fix typos in r412879 and r412880 |
r32 10 Apr 2016 01:11:00 |
jbeich |
multimedia/vapoursynth: add new port
Simple video processing framework, inspired by Avisynth.
http://www.vapoursynth.com/about/ |