Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
30 Jun 2022 19:39:42 0.5.1_20 |
Rene Ladan (rene)  |
cleanup: Remove expired ports:
2022-03-31 multimedia/schroedinger: Abandoned legacy video codec, upstream is
dead and last release was back in 2012.
2022-06-30 emulators/kcemu: Depends on expired multimedia/schroedinger
2022-06-30 multimedia/ccextractor: Depends on expired multimedia/schroedinger |
31 Mar 2022 22:21:53 0.5.1_20 |
Rene Ladan (rene)  |
emulators/kcemu: spell "DEPRECATED" correctly |
31 Mar 2022 21:43:21 0.5.1_20 |
Rene Ladan (rene)  |
emulators/kcemu: expire on 2022-06-30, needs multimedia/schroedinger |
06 Apr 2021 14:31:07 0.5.1_20 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
05 Nov 2019 15:48:41
0.5.1_19  |
zeising  |
Add USES=xorg USES=gl, ports categories e
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'. |
05 Aug 2019 23:06:50
0.5.1_19 |
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
0.5.1_18 |
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 |
08 Apr 2019 16:46:06
0.5.1_17 |
linimon  |
Add compiler:c++11-lang to USES to fix build on GCC-based architectures:
/usr/local/lib/libgraphite2.so.3: undefined reference to
`__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
While here, pet portlint and alpha sort some USE* variables.
Approved by: portmgr (tier-2 blanket) |
28 Jan 2019 06:56:31
0.5.1_17 |
araujo  |
- Bump PORTREVISION of ports that depends of net/libvncserver after it
was updated to version 0.9.12
Submitted by: dereks_lifeofadishwasher.com
Differential Revision: https://reviews.freebsd.org/D18836 |
06 Nov 2018 01:50:27
0.5.1_16 |
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/ |
10 Sep 2018 15:23:21
0.5.1_15 |
tobik  |
emulators/kcemu: Fix build with Clang 6
n file included from plotter.cc:26:
../../../include/kc/plotter.h:31:23: error: in-class initializer for static data
member of type 'const double' requires 'constexpr' specifier
[-Wstatic-float-init]
static const double WIDTH_MM = 210.0;
^ ~~~~~
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p479076_s338486/logs/errors/kcemu-0.5.1_15.log
PR: 230960
Approved by: hardy.schumacher@gmx.de (maintainer timeout, 2 weeks) |
02 May 2018 15:07:27
0.5.1_15 |
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 |
24 Apr 2018 17:44:13
0.5.1_14 |
jbeich  |
emulators/kcemu: unbreak with ffmpeg 4.0
ffmpeg.cc:83:30: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
_stream->codec->flags |= CODEC_FLAG_GLOBAL_HEADER;
^
PR: 227726 |
21 Oct 2017 06:50:50
0.5.1_14 |
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 |
12 Jul 2017 02:39:36
0.5.1_13 |
araujo  |
Bump PORTREVISION of several ports that depends of net/libvncserver to
reflect the changes made on r445054.
PR: ports/220565 (based on)
Submitted by: Martin Birgmeier <la5lbtyi@aon.at>
Sponsored by: iXsystems, Inc. |
25 Apr 2017 08:20:31
0.5.1_12 |
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
21 Jan 2017 21:47:21
0.5.1_11 |
matthew  |
Update to 0.9.11
This includes a security fix for CVE-2016-9941 and CVE-2016-9942
* Drop files/patch-libvncclient_h264.c -- upstream has dropped h264 support
* Switch from USE_OPENSSL to USES+=ssl
* PORTREVISION bump in ports that link against libvncserver.so (with
their default OPTIONS settings) due to change in ABI version of
libvncserver.so
PR: 215802
Submitted by: vlad-fbsd@acheronmedia.com
MFH: 2017Q1
Security: 64be967a-d379-11e6-a071-001e67f15f5a |
11 Dec 2016 15:22:47
0.5.1_10 |
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) |
19 Nov 2016 19:29:01
0.5.1_9 |
marino  |
emulators/kcemu, editors/wordgrinder: Document ncurses requirement
Approved by: ncurses blanket |
18 Nov 2016 22:00:36
0.5.1_9 |
jbeich  |
emulators/kcemu: unbreak build with ffmpeg 3.x
ffmpeg.cc:79:29: error: use of undeclared identifier 'PIX_FMT_YUV420P'; did you
mean 'AV_PIX_FMT_YUV420P'?
_stream->codec->pix_fmt = PIX_FMT_YUV420P;
^~~~~~~~~~~~~~~
AV_PIX_FMT_YUV420P
/usr/local/include/libavutil/pixfmt.h:62:5: note: 'AV_PIX_FMT_YUV420P' declared
here
AV_PIX_FMT_YUV420P, ///< planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per
2x2 Y samples)
^
ffmpeg.cc:100:12: error: use of undeclared identifier 'avcodec_alloc_frame'
_frame = avcodec_alloc_frame();
^
ffmpeg.cc:159:18: error: use of undeclared identifier 'avcodec_encode_video';
did you mean 'avcodec_encode_video2'?
int out_size = avcodec_encode_video(_stream->codec, _buf, _bufsize, _frame);
^~~~~~~~~~~~~~~~~~~~ (Only the first 15 lines of the commit message are shown above ) |
23 May 2016 18:36:52
0.5.1_8 |
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
19 May 2016 10:21:25
0.5.1_8 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
0.5.1_8 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
03 Jul 2015 21:36:54
0.5.1_8 |
riggs  |
Fix build with ffmpeg 2.7
PR: 201319
Submitted by: riggs
Approved by: portmgr (antoine) |
02 Jul 2015 19:40:15
0.5.1_7 |
riggs  |
- Update multimdedia/ffmpeg to latest upstrem version 2.7.1
- Mark ports BROKEN that were discovered not to work with
this update; discovered by exp-run in bug 201181
- Note the need for manual upgrade of dependent ports in
UPDATING |
02 Dec 2014 03:23:14
0.5.1_7 |
amdmi3  |
- Drop .la files from multimedia/dirac and multimedia/schroedinger
- Bump dependent ports as .so versions have changed
- While here, remove @dirrm* from plists and add missing empty directory to
plist of multimedia/lives
Approved by: portmgr blanket |
02 Dec 2014 00:55:13
0.5.1_6 |
amdmi3  |
- Fix build
Disconnect a program which is not used by the port and which invokes compilation
error from build.
Note that Debian has a fix for this, however a person who understands what the
utility does is needed to check the patch.
Approved by: portmgr blanket
MFH: 2014Q4 |
27 Oct 2014 12:24:23
0.5.1_6 |
bapt  |
Clean up plist |
26 Aug 2014 22:34:57
0.5.1_6 |
adamw  |
Fix a build failure. Still fails later in the build. |
08 Feb 2014 15:44:34
0.5.1_6 |
antoine  |
Unbreak
While here, add stage support
PR: ports/184779
Submitted by: maintainer |
22 Dec 2013 16:32:32
0.5.1_6 |
danilo  |
- Update from 1.1.20.1 to 1.1.21
- Add LICENSE
while here
- Add stage support
- Convert USE_GMAKE to USES
PR: ports/185082
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> (maintainer) |
08 Nov 2013 14:31:40
0.5.1_5 |
kwm  |
Update to 0.3.6.
This update supports a number of new codecs.
Remove indiffently argument from COMMENT
Update pkg-descr to supported codec list.
Stageify. |
20 Sep 2013 16:43:53
0.5.1_4 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
30 Aug 2013 22:31:38
0.5.1_4 |
bapt  |
Add an explicit dependency on pkgconf
While here:
- trim headers
- convert USE_GMAKE to USES=gmake |
14 Aug 2013 22:35:54
0.5.1_4  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
24 Apr 2013 18:10:32
0.5.1_4 |
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
17 Mar 2013 14:04:12
0.5.1_4 |
danfe  |
In categories starting with [efg], remove empty lines from pkg-plist (except
for `graphics/kipi-plugins'). |
23 Jan 2013 15:00:19
0.5.1_4 |
makc  |
Bump PORTREVISION after DESKTOP_ENTRIES update |
19 Jul 2012 20:15:39
0.5.1_3 |
naddy  |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
01 Jun 2012 05:26:28
0.5.1_2 |
dinoex  |
- update png to 1.5.10 |
16 Feb 2012 15:57:34
0.5.1_1 |
ashish  |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
23 Dec 2011 12:13:55
0.5.1 |
pawel  |
KCemu is an emulator for the KC85 homecomputer series and other Z80 based
microcomputers like Z1013, LC80, Polycomputer 880 and BIC A5105.
The emulation supports a number of additional hardware,
e.g. floppy disk drives and extended graphic modules.
WWW: http://kcemu.sourceforge.net
PR: ports/161346
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> |