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
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: multimedia/vdr-plugin-markad/Makefile
SVNWeb

Number of commits found: 46

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 21 Jul 2022
[ 20:49 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:d9cf163047834b2ee5407ff4803ca2949ff6cd8b  commit hash:d9cf163047834b2ee5407ff4803ca2949ff6cd8b  commit hash:d9cf163047834b2ee5407ff4803ca2949ff6cd8b  d9cf163 
multimedia/vdr-plugin-markad: mark BROKEN
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:63f36d326290febc7af8820d7bde9c78cda71c80  commit hash:63f36d326290febc7af8820d7bde9c78cda71c80  commit hash:63f36d326290febc7af8820d7bde9c78cda71c80  63f36d3  (Only the first 10 of 224 ports in this commit are shown above. View all ports for this commit)
multimedia: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron LI <aly@aaronly.me>
  *  Alexander Botero-Lowry <alexbl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Thompson <andy@fud.org.nz>
  *  Andrew Thompson <thompsa@FreeBSD.org>
  *  Angel Carpintero <ack@telefonica.net>
  *  Anish Mistry (with help from mean)
  *  Anonymous <swell.k@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 6 May 2021
[ 11:47 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:adb93122cbf753a26a0497479dbb88cf415de29b  commit hash:adb93122cbf753a26a0497479dbb88cf415de29b  commit hash:adb93122cbf753a26a0497479dbb88cf415de29b  adb9312  (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
Deorbit RESTRICTED && NO_CDROM, part one.

For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.

Approved by:	rene
Differential Revision:	https://reviews.freebsd.org/D30010
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.
Wed, 12 Feb 2020
[ 09:19 pkubaj search for other commits by this committer ] Original commit   Revision:525900
multimedia/vdr-plugin-markad: fix build on GCC architectures

Linking to libx265 requires newer GCC:
//usr/local/lib/libx265.so.179: undefined reference to
`std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>
>::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)@GLIBCXX_3.4.21'
//usr/local/lib/libx265.so.179: undefined reference to
`std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>
>::reserve(unsigned long)@GLIBCXX_3.4.21'
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
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
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/
Thu, 3 May 2018
[ 19:50 jbeich search for other commits by this committer ] Original commit   Revision:468981
multimedia/vdr-plugin-markad: unbreak with ffmpeg 4.0

decoder.cpp:175:23: error: use of undeclared identifier
'AV_CODEC_ID_MPEG2VIDEO_XVMC'; did you mean 'AV_CODEC_ID_MPEG2VIDEO'?
        video_codecid=AV_CODEC_ID_MPEG2VIDEO_XVMC;
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                      AV_CODEC_ID_MPEG2VIDEO
/usr/local/include/libavcodec/avcodec.h:220:5: note: 'AV_CODEC_ID_MPEG2VIDEO'
declared here
    AV_CODEC_ID_MPEG2VIDEO, ///< preferred ID for MPEG-1/2 video decoding
    ^
decoder.cpp:179:43: error: use of undeclared identifier
'AV_CODEC_ID_MPEG2VIDEO_XVMC'; did you mean 'AV_CODEC_ID_MPEG2VIDEO'?
    if ((!video_codec) && (video_codecid==AV_CODEC_ID_MPEG2VIDEO_XVMC))
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                                          AV_CODEC_ID_MPEG2VIDEO
/usr/local/include/libavcodec/avcodec.h:220:5: note: 'AV_CODEC_ID_MPEG2VIDEO'
declared here
    AV_CODEC_ID_MPEG2VIDEO, ///< preferred ID for MPEG-1/2 video decoding
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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, 10 Mar 2018
[ 17:46 gerald search for other commits by this committer ] Original commit   Revision:464084 (Only the first 10 of 1104 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
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
Fri, 22 Sep 2017
[ 10:48 mat search for other commits by this committer ] Original commit   Revision:450351 (Only the first 10 of 175 ports in this commit are shown above. View all ports for this commit)
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
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
Mon, 20 Feb 2017
[ 09:01 amdmi3 search for other commits by this committer ] Original commit   Revision:434440
- Add LICENSE
- Remove bogus HAVE_CONFIGURE
- Don't install license with docs
- Switch to options helpers
- Pet portlint
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)
Thu, 8 Dec 2016
[ 15:38 tijl search for other commits by this committer ] Original commit   Revision:428129 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since.
Tue, 10 May 2016
[ 15:35 woodsb02 search for other commits by this committer ] Original commit   Revision:414944 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
multimedia/vdr-plugin-markad: Fix build with ffmpeg 3.0.x
- Update patch of command/decoder.cpp to allow vdr-plugin-markad to
  build successfully once multimedia/ffmpeg is updated to 3.0.x.
  Note that multimedia/ffmpeg is currently still on the 2.8.x branch,
  however this patch is backwards compatible with ffmpeg 2.8.x.
  The additional changes to this file were based on upstream bug
  report #1898 [1], and also the requirement to replace
  s/avcodec_alloc_frame/av_frame_alloc/g.
- Regenerate patches with makepatch (pet portlint), and remove
  PATCH_STRIP=-p1 from Makefile.

  [1] https://projects.vdr-developer.org/issues/1898

PR:		209386
Reported by:	antoine (PR207547)
Reviewed by:	mat (mentor)
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D6283
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 15 Dec 2015
[ 21:13 pawel search for other commits by this committer ] Original commit   Revision:403811
Switch to USES=execinfo
Mon, 14 Dec 2015
[ 02:52 eadler search for other commits by this committer ] Original commit   Revision:403704 (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
Reset maintainer
Sat, 15 Mar 2014
[ 15:36 nox search for other commits by this committer ] Original commit   Revision:348333 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
Switch my ports to USES=  tar:...
Sat, 1 Mar 2014
[ 12:21 nox search for other commits by this committer ] Original commit   Revision:346615 (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
- Finally stagify the vdr ports. \o/
- Use new LIB_DEPENDS syntax.
- Change multimedia/vdr-plugins defaults and bump PORTREVISION for it.
  (switch from xvdr to vnsiserver and disable plugins depending on ffmpeg0)
Wed, 11 Dec 2013
[ 18:24 nox search for other commits by this committer ] Original commit   Revision:336189
- Capitalize multimedia/vdr-plugin-markad RESTRICTED.
- Add it to LEGAL.

Submitted by:	eadler
Fri, 20 Sep 2013
[ 20:57 bapt search for other commits by this committer ] Original commit   Revision:327747 (Only the first 10 of 404 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:
multimedia)
Wed, 11 Sep 2013
[ 17:20 marino search for other commits by this committer ] Original commit   Revision:326997
Add explicit dependency on pkgconf (8 ports)
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, 10 Jul 2013
[ 17:44 nox search for other commits by this committer ] Original commit   Revision:322722
- Fix multimedia/vdr-plugin-markad build by fixing .include order.
- Switch to USES= gmake.
- Remove 7.x cruft.

Submitted by:	pointyhat via miwi
Sat, 16 Feb 2013
[ 16:29 nox search for other commits by this committer ] Original commit   Revision:312373
- Update to 0.1.4 .
- Add patches to work with vdr set to "Show channel names with source".
- Convert Makefile header.
Sun, 22 Jul 2012
[ 09:25 nox search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
- Update multimedia/vdr to 1.7.29 .
- Bump PORTREVISION for all plugins.
Tue, 19 Jun 2012
[ 18:42 nox search for other commits by this committer ] Original commit  (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
- Update multimedia/vdr and multimedia/vdr-plugins to 1.7.28 .
- Update xineliboutput XKeySym.Pause key in example remote.conf.
  ("space" instead of "Space")
- Add multimedia/vdr-plugin-extrecmenu 1.2.2 to vdr-plugins metaport.
- Update multimedia/vdr-plugin-skinenigmang to 0.1.2s20120606 git snapshot.
- Update www/vdr-plugin-live to 0.2.0s20120325 git snapshot.
- Bump PORTREVISION for all other plugins and add api fixes where necessary.
- Add HISTORY to PORTDOCS for most plugins. (those that have it)
- Remove shlib major versions from LIB_DEPENDS to pet portlint.
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
Fri, 27 Apr 2012
[ 17:32 nox search for other commits by this committer ] Original commit 
Bump PORTREVISION to chase ffmpeg update.
Sat, 21 Apr 2012
[ 14:10 nox search for other commits by this committer ] Original commit  (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
- Update multimedia/vdr and multimedia/vdr-plugins to 1.7.27 .
- Update multimedia/vdr-plugin-epgsearch to 1.0.1s20120322 git snapshot.
- Update multimedia/vdr-plugin-femon to 1.7.15 .
- Update multimedia/vdr-plugin-iptv to 0.5.0 .
- Update multimedia/vdr-plugin-osdteletext to 0.9.2 .
- Update multimedia/vdr-plugin-streamdev to 0.5.1p20120311 git snapthot.
- Update multimedia/vdr-plugin-xineliboutput to 1.0.90s20111129.1002
  cvs snapshot.
- Bump PORTREVISION for all other plugins and add vdr 1.7.27
  compatibility/bugfix patches where necessary.
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
Sat, 21 Jan 2012
[ 17:32 nox search for other commits by this committer ] Original commit  (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
- Update multimedia/vdr to 1.7.22 .
- Add startup script that the rc.d script invokes to wait for
  /dev/dvb nodes to appear, can be disabled by setting vdr_waitdvb="NO"
  in rc.conf(5).  (This turned out to be necessary in some situations
  because devd starts webcamd only later in the boot process.)
- One more fix for changing OSD language when using UTF-8.
- Update multimedia/vdr-plugin-femon to 1.7.11 .
- Update multimedia/vdr-plugin-ttxtsubs to 0.2.4 .
- Bump PORTREVISION for all other plugins.
- Update www/vdradmin-am to 3.6.9 .
Fri, 2 Dec 2011
[ 19:29 nox search for other commits by this committer ] Original commit 
Bump PORTREVISION to chase ffmpeg update.

Feature safe:   yes
Fri, 11 Nov 2011
[ 17:49 nox search for other commits by this committer ] Original commit 
Bump PORTREVISION to chase ffmpeg update.

Feature safe:   yes
Thu, 13 Oct 2011
[ 20:01 nox search for other commits by this committer ] Original commit 
Bump PORTREVISION after ffmpeg update.  (markad records the ffmpeg version
during build and complains during runtime if it doesn't match...)
Tue, 27 Sep 2011
[ 18:09 nox search for other commits by this committer ] Original commit 
Bump PORTREVISION after ffmpeg update.  (markad records the ffmpeg version
during build and complains if it doesn't match...)
Fri, 24 Jun 2011
[ 22:39 mm search for other commits by this committer ] Original commit  (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
Bump due to ffmpeg update to 0.7.1
Fri, 10 Jun 2011
[ 17:33 nox search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- Add support patches for teletext subtitle plugin to multimedia/vdr
  with knob defaulted to on.  (multimedia/vdr-plugin-ttxtsubs, to be
  committed next.)
- Bump PORTVERSION for vdr, and also for its plugins because this
  is an ABI change.
Tue, 19 Apr 2011
[ 19:36 nox search for other commits by this committer ] Original commit  (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
- Update multimedia/vdr to 1.7.18 .
- Bump PORTVERSION for all plugins.
- Add markad plugin to multimedia/vdr-plugins metaport.
Sat, 16 Apr 2011
[ 18:23 nox search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
http://www.vdr-wiki.de/wiki/index.php/Markad-plugin

MarkAd marks advertisements in VDR recordings.

WWW: http://projects.vdr-developer.org/projects/plg-markad

Number of commits found: 46