notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: emulators/kcemu/Makefile
SVNWeb

Number of commits found: 35

Thu, 30 Jun 2022
[ 19:39 Rene Ladan (rene) search for other commits by this committer ]    commit hash:50a70465fca2cd59c2fd3e72d358bddc372afc96  commit hash:50a70465fca2cd59c2fd3e72d358bddc372afc96  commit hash:50a70465fca2cd59c2fd3e72d358bddc372afc96  50a7046  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
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
Thu, 31 Mar 2022
[ 22:21 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3a54959a32c8b3379f9eda19d55df0f3b84c6a45  commit hash:3a54959a32c8b3379f9eda19d55df0f3b84c6a45  commit hash:3a54959a32c8b3379f9eda19d55df0f3b84c6a45  3a54959 
emulators/kcemu: spell "DEPRECATED" correctly
[ 21:43 Rene Ladan (rene) search for other commits by this committer ]    commit hash:a569d97b3853e9dcd22af142af136e9e2bd4accb  commit hash:a569d97b3853e9dcd22af142af136e9e2bd4accb  commit hash:a569d97b3853e9dcd22af142af136e9e2bd4accb  a569d97 
emulators/kcemu: expire on 2022-06-30, needs multimedia/schroedinger
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 5 Nov 2019
[ 15:48 zeising search for other commits by this committer ] Original commit   Revision:516802 (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
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'.
Mon, 5 Aug 2019
[ 23:06 jbeich search for other commits by this committer ] Original commit   Revision:508216 (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
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/
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Mon, 8 Apr 2019
[ 16:46 linimon search for other commits by this committer ] Original commit   Revision:498385
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)
Mon, 28 Jan 2019
[ 06:56 araujo search for other commits by this committer ] Original commit   Revision:491457
- 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
Tue, 6 Nov 2018
[ 01:50 jbeich search for other commits by this committer ] Original commit   Revision:484273 (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
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/
Mon, 10 Sep 2018
[ 15:23 tobik search for other commits by this committer ] Original commit   Revision:479431
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)
Wed, 2 May 2018
[ 15:07 jbeich search for other commits by this committer ] Original commit   Revision:468844 (Only the first 10 of 183 ports in this commit are shown above. View all ports for this commit)
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
Sat, 21 Oct 2017
[ 06:50 jbeich search for other commits by this committer ] Original commit   Revision:452570 (Only the first 10 of 169 ports in this commit are shown above. View all ports for this commit)
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
Wed, 12 Jul 2017
[ 02:39 araujo search for other commits by this committer ] Original commit   Revision:445565
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.
Tue, 25 Apr 2017
[ 08:20 riggs search for other commits by this committer ] Original commit   Revision:439367 (Only the first 10 of 701 ports in this commit are shown above. View all ports for this commit)
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Sat, 21 Jan 2017
[ 21:47 matthew search for other commits by this committer ] Original commit   Revision:432083
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
Sun, 11 Dec 2016
[ 15:22 jbeich search for other commits by this committer ] Original commit   Revision:428352 (Only the first 10 of 160 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 19 Nov 2016
[ 19:29 marino search for other commits by this committer ] Original commit   Revision:426532
emulators/kcemu, editors/wordgrinder: Document ncurses requirement

Approved by:	ncurses blanket
Fri, 18 Nov 2016
[ 22:00 jbeich search for other commits by this committer ] Original commit   Revision:426344
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 View all of this commit message)
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 3 Jul 2015
[ 21:36 riggs search for other commits by this committer ] Original commit   Revision:391276
Fix build with ffmpeg 2.7

PR:		201319
Submitted by:	riggs
Approved by:	portmgr (antoine)
Thu, 2 Jul 2015
[ 19:40 riggs search for other commits by this committer ] Original commit   Revision:391183 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- 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
Tue, 2 Dec 2014
[ 03:23 amdmi3 search for other commits by this committer ] Original commit   Revision:373737 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- 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
Sat, 8 Feb 2014
[ 15:44 antoine search for other commits by this committer ] Original commit   Revision:343354
Unbreak
While here, add stage support

PR:		ports/184779
Submitted by:	maintainer
Sun, 22 Dec 2013
[ 16:32 danilo search for other commits by this committer ] Original commit   Revision:337199
- 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)
Fri, 8 Nov 2013
[ 14:31 kwm search for other commits by this committer ] Original commit   Revision:333231 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
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.
Fri, 20 Sep 2013
[ 16:43 bapt search for other commits by this committer ] Original commit   Revision:327721 (Only the first 10 of 190 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
Fri, 30 Aug 2013
[ 22:31 bapt search for other commits by this committer ] Original commit   Revision:325725 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Add an explicit dependency on pkgconf
While here:
- trim headers
- convert USE_GMAKE to USES=gmake
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Wed, 24 Apr 2013
[ 18:10 ak search for other commits by this committer ] Original commit   Revision:316464 (Only the first 10 of 1028 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Wed, 23 Jan 2013
[ 15:00 makc search for other commits by this committer ] Original commit   Revision:310871 (Only the first 10 of 237 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION after DESKTOP_ENTRIES update
Thu, 19 Jul 2012
[ 20:15 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 187 ports in this commit are shown above. View all ports for this commit)
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Thu, 16 Feb 2012
[ 15:57 ashish search for other commits by this committer ] Original commit  (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION to chase the update of multimedia/libvpx
Fri, 23 Dec 2011
[ 12:13 pawel search for other commits by this committer ] Original commit 
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>

Number of commits found: 35