notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: multimedia/vapoursynth/Makefile

Number of commits found: 74

Sunday, 10 Mar 2024
15:54 Thomas Zander (riggs) search for other commits by this committer
multimedia/vapoursynth: Update to upstream release R66

MFH:		2024Q1
commit hash: 352a0353389f03235e204e61638f5760ded999c8 commit hash: 352a0353389f03235e204e61638f5760ded999c8 commit hash: 352a0353389f03235e204e61638f5760ded999c8 commit hash: 352a0353389f03235e204e61638f5760ded999c8 352a035
Tuesday, 31 Oct 2023
13:07 Fernando Apesteguía (fernape) search for other commits by this committer
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)
commit hash: 0a9691cbd642694b313fff8be223e9b9870feaa3 commit hash: 0a9691cbd642694b313fff8be223e9b9870feaa3 commit hash: 0a9691cbd642694b313fff8be223e9b9870feaa3 commit hash: 0a9691cbd642694b313fff8be223e9b9870feaa3 0a9691c
Thursday, 5 Oct 2023
22:00 Daniel Engberg (diizzy) search for other commits by this committer
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
commit hash: b193595a45eab85ce37936e2bacd251b33960d78 commit hash: b193595a45eab85ce37936e2bacd251b33960d78 commit hash: b193595a45eab85ce37936e2bacd251b33960d78 commit hash: b193595a45eab85ce37936e2bacd251b33960d78 b193595
Saturday, 5 Aug 2023
19:14 Daniel Engberg (diizzy) search for other commits by this committer
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
commit hash: 69e0cbe8eaa6fb6fcb075774c4d8ef7b2a205bba commit hash: 69e0cbe8eaa6fb6fcb075774c4d8ef7b2a205bba commit hash: 69e0cbe8eaa6fb6fcb075774c4d8ef7b2a205bba commit hash: 69e0cbe8eaa6fb6fcb075774c4d8ef7b2a205bba 69e0cbe
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Thursday, 4 May 2023
05:00 Jan Beich (jbeich) search for other commits by this committer
multimedia/vapoursynth: drop maintainership
commit hash: a6bd925bd8b0cde42d879e28ab5a0b2aca5e201e commit hash: a6bd925bd8b0cde42d879e28ab5a0b2aca5e201e commit hash: a6bd925bd8b0cde42d879e28ab5a0b2aca5e201e commit hash: a6bd925bd8b0cde42d879e28ab5a0b2aca5e201e a6bd925
Sunday, 30 Apr 2023
11:10 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses/magick.mk: Bump all consumers

Bump all consumers of ImageMagick ports after flavorizing them.

Approved by:	tcberner (mentor, implicit)
commit hash: a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5 commit hash: a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5 commit hash: a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5 commit hash: a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5 a6bb2f8
Thursday, 27 Apr 2023
12:01 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump all users of multimedia/ffmpeg*

...to make sure all picks up new version(s)
commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5 commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5 commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5 commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5 f7accb2
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 11 Dec 2021
13:50 Tobias C. Berner (tcberner) search for other commits by this committer
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

If a dependency on the nox11 flavor is required, use for example

	USES=magick:nox11    resp.     USES=magick:7,nox11,run,test

See magick.mk for more details on the available flags.

The tree has been completely converted to make use of this.

Approved by:	bapt
Differential Revision: https://reviews.freebsd.org/D32754
commit hash: 45526ecbeec33dbb87f0b678d4c04988aab9b657 commit hash: 45526ecbeec33dbb87f0b678d4c04988aab9b657 commit hash: 45526ecbeec33dbb87f0b678d4c04988aab9b657 commit hash: 45526ecbeec33dbb87f0b678d4c04988aab9b657 45526ec
Friday, 12 Nov 2021
16:46 Tobias C. Berner (tcberner) search for other commits by this committer
graphics/ImageMagick7: Bump consumers after
4f086586da53da9b80ecd94ea588be7440dea36e
commit hash: b6c28aeee7ed01d90ae6cae5879e3cdff7edaa1c commit hash: b6c28aeee7ed01d90ae6cae5879e3cdff7edaa1c commit hash: b6c28aeee7ed01d90ae6cae5879e3cdff7edaa1c commit hash: b6c28aeee7ed01d90ae6cae5879e3cdff7edaa1c b6c28ae
Wednesday, 21 Jul 2021
20:10 Jan Beich (jbeich) search for other commits by this committer
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)
commit hash: 28b4faf6ee2135a66585f72559ee03b857599383 commit hash: 28b4faf6ee2135a66585f72559ee03b857599383 commit hash: 28b4faf6ee2135a66585f72559ee03b857599383 commit hash: 28b4faf6ee2135a66585f72559ee03b857599383 28b4faf
Wednesday, 21 Apr 2021
17:42 Jan Beich (jbeich) search for other commits by this committer
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)
commit hash: 8b7214f15623cfef66fd30d8d7a7539e44de24e5 commit hash: 8b7214f15623cfef66fd30d8d7a7539e44de24e5 commit hash: 8b7214f15623cfef66fd30d8d7a7539e44de24e5 commit hash: 8b7214f15623cfef66fd30d8d7a7539e44de24e5 8b7214f
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 23 Aug 2020
14:05 jbeich search for other commits by this committer
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)
Original commitRevision:545821 
Saturday, 1 Aug 2020
22:10 jbeich search for other commits by this committer
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)
Original commitRevision:543925 
Friday, 8 May 2020
15:27 jbeich search for other commits by this committer
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)
Original commitRevision:534407 
Thursday, 26 Mar 2020
20:46 jbeich search for other commits by this committer
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)
Original commitRevision:529217 
Sunday, 26 Jan 2020
11:41 jbeich search for other commits by this committer
multimedia/vapoursynth: unbreak on non-x86
Original commitRevision:524171 
Monday, 20 Jan 2020
03:06 jbeich search for other commits by this committer
multimedia/vapoursynth: simplify manpages location after r523104
Original commitRevision:523603 
Wednesday, 1 Jan 2020
09:46 jbeich search for other commits by this committer
multimedia/vapoursynth: back out r521709 to allow disabling -DNDEBUG

`NDEBUG` is used in VS to disable extra checks outside of assert(3).
Original commitRevision:521710 
09:39 jbeich search for other commits by this committer
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.
Original commitRevision:521709 
Wednesday, 6 Nov 2019
16:42 jbeich search for other commits by this committer
multimedia/vapoursynth: mark BROKEN on non-x86
Original commitRevision:516900 
16:42 jbeich search for other commits by this committer
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)
Original commitRevision:516899 
Saturday, 14 Sep 2019
22:01 jbeich search for other commits by this committer
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
Original commitRevision:512079 
20:30 jbeich search for other commits by this committer
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>
Original commitRevision:512054 
Thursday, 15 Aug 2019
19:59 jbeich search for other commits by this committer
multimedia/vapoursynth: update to R47.2

Changes:	https://github.com/vapoursynth/vapoursynth/compare/R47.1...R47.2
Reported by:	GitHub (watch releases)
Original commitRevision:509047 
Wednesday, 7 Aug 2019
11:29 jbeich search for other commits by this committer
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)
Original commitRevision:508311 
Monday, 5 Aug 2019
23:06 jbeich search for other commits by this committer
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/
Original commitRevision:508216 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Friday, 28 Jun 2019
11:45 jbeich search for other commits by this committer
multimedia/vapoursynth: update to R46

Changes:	https://github.com/vapoursynth/vapoursynth/compare/R45.1...R46
Reported by:	GitHub (watch releases), Repology, portscout
Original commitRevision:505282 
Saturday, 8 Jun 2019
04:07 jbeich search for other commits by this committer
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
Original commitRevision:503701 
Wednesday, 27 Mar 2019
20:28 tcberner search for other commits by this committer
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)
Original commitRevision:496977 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Sunday, 11 Nov 2018
15:43 kwm search for other commits by this committer
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>
Original commitRevision:484699 
Tuesday, 6 Nov 2018
01:50 jbeich search for other commits by this committer
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/
Original commitRevision:484273 
Saturday, 27 Oct 2018
22:45 jbeich search for other commits by this committer
multimedia/vapoursynth: update to R45.1

Changes:	https://github.com/vapoursynth/vapoursynth/compare/R45...R45.1
Reported by:	portscout
Original commitRevision:483178 
Sunday, 21 Oct 2018
13:33 jbeich search for other commits by this committer
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
Original commitRevision:482672 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
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
Original commitRevision:475857 
Sunday, 15 Jul 2018
20:12 jbeich search for other commits by this committer
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
Original commitRevision:474710 
Wednesday, 2 May 2018
15:07 jbeich search for other commits by this committer
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
Original commitRevision:468844 
Thursday, 1 Feb 2018
15:10 jbeich search for other commits by this committer
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
Original commitRevision:460607 
Tuesday, 16 Jan 2018
13:01 jbeich search for other commits by this committer
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
Original commitRevision:459166 
Thursday, 11 Jan 2018
14:18 danfe search for other commits by this committer
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
Original commitRevision:458739 
Wednesday, 10 Jan 2018
13:54 jbeich search for other commits by this committer
multimedia/vapoursynth: update to R41

Changes:	http://www.vapoursynth.com/2018/01/r41-less-leaking/
Changes:	https://github.com/vapoursynth/vapoursynth/blob/R41/ChangeLog
Original commitRevision:458640 
Tuesday, 26 Dec 2017
16:16 kwm search for other commits by this committer
Chase ImageMagick7 shlib bump.
Original commitRevision:457290 
Sunday, 3 Dec 2017
20:29 jbeich search for other commits by this committer
multimedia/vapoursynth: re-enable DOCS after r455210
Original commitRevision:455428 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Saturday, 11 Nov 2017
20:43 jbeich search for other commits by this committer
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
Original commitRevision:454001 
Saturday, 21 Oct 2017
06:50 jbeich search for other commits by this committer
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
Original commitRevision:452570 
Saturday, 14 Oct 2017
22:13 jbeich search for other commits by this committer
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?
Original commitRevision:452091 
Sunday, 8 Oct 2017
18:56 jbeich search for other commits by this committer
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
Original commitRevision:451558 
Tuesday, 19 Sep 2017
14:12 kwm search for other commits by this committer
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]
Original commitRevision:450128 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
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
Original commitRevision:449591 
Tuesday, 13 Jun 2017
19:53 jbeich search for other commits by this committer
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
Original commitRevision:443530 
Tuesday, 25 Apr 2017
08:20 riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Original commitRevision:439367 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
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
Original commitRevision:437439 
Tuesday, 21 Mar 2017
12:38 jbeich search for other commits by this committer
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
Original commitRevision:436593 
Monday, 20 Feb 2017
18:00 riggs search for other commits by this committer
Chase libass runtime fix r434477; bump PORTREVISION on consumers

PR:		216837
Reported by:	cpm
MFH:		2017Q1
Original commitRevision:434479 
Sunday, 5 Feb 2017
08:17 riggs search for other commits by this committer
Update libass to upstream version 0.13.6; bump PORTREVISION on consumers

Reported by:	robert.burmeister@utoledo.edu (via email)
Original commitRevision:433383 
Tuesday, 24 Jan 2017
14:00 jbeich search for other commits by this committer
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
Original commitRevision:432340 
Friday, 30 Dec 2016
08:08 jbeich search for other commits by this committer
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
Original commitRevision:429961 
Sunday, 11 Dec 2016
15:22 jbeich search for other commits by this committer
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)
Original commitRevision:428352 
Friday, 28 Oct 2016
14:58 jbeich search for other commits by this committer
multimedia/vapoursynth: update to r35

Changes:	http://www.vapoursynth.com/2016/10/r35-just-fixing-bugs/
Original commitRevision:424856 
Friday, 21 Oct 2016
15:21 mat search for other commits by this committer
Use USES=pathfix where applicable.

PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
Original commitRevision:424427 
Sunday, 16 Oct 2016
14:13 jbeich search for other commits by this committer
multimedia/vapoursynth: update to r34

Changes:	http://www.vapoursynth.com/2016/10/r34-being-nice-to-avisynth/
Original commitRevision:424063 
Friday, 9 Sep 2016
19:42 amdmi3 search for other commits by this committer
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)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
  CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
  for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
  to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well

Submitted by:	amdmi3
Reviewed by:	mat
Exp-run by:	antoine
Approved by:	portmgr (mat, antoine)
Differential Revision:	D7534
Original commitRevision:421635 
Thursday, 25 Aug 2016
18:17 jbeich search for other commits by this committer
multimedia/vapoursynth: update to r33.1

Changes:	http://www.vapoursynth.com/2016/08/r33-a-somewhat-experimental-release/
Original commitRevision:420869 
Wednesday, 13 Jul 2016
06:42 jbeich search for other commits by this committer
multimedia/vapoursynth: unbreak after r417413

https://lists.freebsd.org/pipermail/freebsd-ports/2016-June/103724.html

Reported by:	pkg-fallout
Original commitRevision:418462 
Sunday, 22 May 2016
01:10 jbeich search for other commits by this committer
Partially back out r414539, it only made sense for devel/fb-adb
Original commitRevision:415615 
Tuesday, 3 May 2016
16:32 jbeich search for other commits by this committer
Work around _OFF helpers not invoking for OPTIONS_DEFINE_${ARCH}
Original commitRevision:414539 
Sunday, 10 Apr 2016
01:11 jbeich search for other commits by this committer
multimedia/vapoursynth: add new port

Simple video processing framework, inspired by Avisynth.

http://www.vapoursynth.com/about/
Original commitRevision:412879 

Number of commits found: 74