non port: multimedia/mythtv-frontend/Makefile |
Number of commits found: 61 |
Tuesday, 11 Apr 2023
|
23:02 Robert Clausecker (fuz)
multimedia/mythtv-frontend: remove port
The mythtv frontend is no longer built separately, obsoleting this port.
Users should just install multimedia/mythtv instead.
Approved by: ahicks@p-o.co.uk (maintainer)
PR: 270344
2145615 |
Saturday, 17 Sep 2022
|
21:08 Jan Beich (jbeich)
multimedia/aom: avoid leaking libjxl and vmaf via pkg-config
$ make stage-qa -C graphics/libavif
[...]
Error: /usr/local/lib/libavif.so.14.0.1 is linked to /usr/local/lib/libvmaf.so.1
from multimedia/vmaf but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libvmaf.so:multimedia/vmaf
Error: /usr/local/lib/libavif.so.14.0.1 is linked to
/usr/local/lib/libjxl.so.0.7 from graphics/libjxl but it is not declared as a
dependency
Warning: you need LIB_DEPENDS+=libjxl.so:graphics/libjxl
Reported by: Tatsuki Makino (on ports@ list), Jan Henrik Sylvester (private
mail)
3dae2b9 |
Tuesday, 5 Jul 2022
|
17:51 Bernhard Froehlich (decke)
*/*: Release my babies from my "created by" comments
27d0337 |
Sunday, 10 Apr 2022
|
19:11 Charlie Li (vishwin)
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
d63665f |
Saturday, 26 Mar 2022
|
08:27 Matthias Fechner (mfechner)
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
247c7db |
Tuesday, 22 Jun 2021
|
18:53 Kevin Bowling (kbowling)
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
da3162c |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 16 Dec 2020
|
02:48 kevans
multimedia/mythtv: update to 31.0
- Upgrade multimedia/mythtv and multimedia/mythtv-frontend from 30 to 31.0
- Bumps python to 3.5+
- Uses ffmpeg 4.3.1 so CVE-2016-10191 no longer applies
- Configuration options changed to reflect update
Release notes: https://www.mythtv.org/wiki/Release_Notes_-_31
audio/mythplugin-mythmusic also bumped as a reverse dep.
Pass maintainership of multimedia/mythtv* to submitter.
PR: 249484
Submitted by: Alan Hicks <ahicks p-o co uk>
 |
Monday, 28 Sep 2020
|
19:59 zeising
Bump portrevision for devel/evdev-proto
Bump portrevision on everything with a build dependency on
devel/evdev-proto, to chace the update of evdev-proto in r550442.
 |
Wednesday, 27 May 2020
|
14:55 danfe
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3).
 |
Sunday, 17 Mar 2019
|
13:14 tcberner
graphics/exiv2: update to 0.27
Changelog:
http://www.exiv2.org/changelog.html
- All depending ports have been bumped.
- graphics/py-exiv2 has been marked broken; use graphics/gexiv2 for python
bindings
Exp-run by: antoine
PR: 235943
PR: 234830
 |
Sunday, 10 Feb 2019
|
22:28 tobik
multimedia/mythtv: Update to 30.0 and unbreak
Changes: https://www.mythtv.org/wiki/Release_Notes_-_30
PR: 234551
Submitted by: fernando.e.vilas@gmail.com
 |
Wednesday, 16 Jan 2019
|
11:13 tijl
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash. Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.
Remove the weak wrappers (make them Linux specific). This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.
[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5
Bump all ports that depend on Qt5.
PR: 234070
Exp-run by: antoine
Approved by: kde (adridg)
 |
Saturday, 28 Apr 2018
|
06:14 tcberner
Update grahics/exiv2 to 0.26
PR: 223625
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12345
 |
Sunday, 25 Mar 2018
|
17:09 jhale
Update multimedia/mythtv and related ports to 29.1 [1]
Convert multimedia/mythtv-frontend to a slave port of multimedia/mythtv
which should make future updates much easier.
Upstream security patches have been added to address known
vulnerabilities in the bundled ffmpeg 3.2.
PR: 225652 (initial patches to update to 29.0) [1]
Submitted by: <lucylangthorne55@gmail.com> [1]
Differential Revision: https://reviews.freebsd.org/D14563
 |
Wednesday, 20 Dec 2017
|
23:29 tobik
multimedia/mythtv{,-frontend}: Revert placebo version updates
In r440321 and r440322 PORTVERSION was bumped to 0.28.7/0.28.1, but
GH_TAGNAME was not updated. Commit ad97d24 is tagged as v0.27.5 [1].
Reset version back to 0.27.5 and bump PORTEPOCH.
[1] https://github.com/MythTV/mythtv/releases/tag/v0.27.5
PR: 222219
Reported by: robbak@gmail.com
Pointy hat: miwi
 |
Tuesday, 23 May 2017
|
05:03 rezny
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
 |
Sunday, 7 May 2017
|
10:57 miwi
- Update to 0.28.1
 |
Sunday, 18 Dec 2016
|
22:06 tcberner
Get rid of QT_PREFIX in favour of PREFIX.
QT_PREFIX was a remnant of a bygone time.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8825
 |
Friday, 25 Nov 2016
|
09:31 amdmi3
- Add LICENSE
- Cosmetic fixes
- Fix WWW:
 |
Thursday, 17 Nov 2016
|
07:18 decke
Drop maintainership after more than 7 years. It's about time to pass it on.
 |
Friday, 13 May 2016
|
18:03 amdmi3
- Add missing files to plist
Approved by: portmgr blanket
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Wednesday, 13 Jan 2016
|
09:19 decke
- Update to 0.27.5
- Disable mythlogserver as recommended from upstream
- Remove own distfile mirror and trust in githubs codeload
 |
Thursday, 15 Oct 2015
|
15:11 mat
Fixup r399346.
Poked by: antoine, freshports
Sponsored by: Absolight
 |
14:55 mat
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
 |
Thursday, 7 May 2015
|
17:58 antoine
Unbreak
 |
16:32 mat
Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
 |
Tuesday, 28 Oct 2014
|
01:13 amdmi3
- Fix plist
Approved by: portmgr blanket
 |
Wednesday, 10 Sep 2014
|
20:50 gerald
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
 |
Tuesday, 15 Jul 2014
|
21:29 tijl
Add USES=libtool
 |
Wednesday, 16 Apr 2014
|
18:28 zeising
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
 |
Tuesday, 25 Mar 2014
|
10:06 decke
- Make sure libavcodec builds MD code
- Bump PORTREVISION
PR: ports/187836
Submitted by: Jan Beich <jbeich@tormail.org>
 |
Saturday, 25 Jan 2014
|
19:45 decke
- Update to latest 0.27 stable branch from github
- Add patches to build with clang [1]
- Use OPTIONS_SUB
PR: ports/186005 [1]
Submitted by: John Clark <clarkjc@runbox.com> [1]
 |
Monday, 18 Nov 2013
|
12:03 decke
- Update to 0.27
- Add staging support
- Convert optional dependencies to new format
- Add a few clang patches but switch to USE_GCC=any because there's quite some
work left (contributors?)
 |
Friday, 20 Sep 2013
|
20:57 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
 |
Tuesday, 27 Aug 2013
|
13:37 decke
- Update to 0.26.1
 |
Wednesday, 23 Jan 2013
|
15:00 makc
Bump PORTREVISION after DESKTOP_ENTRIES update
 |
Saturday, 27 Oct 2012
|
13:24 decke
- Update to 0.26.0
- Convert to OptionsNG
- Force binutils from ports for 7.x/8.x because binutils from base is too old
- Trim Makefile headers
Feature safe: yes
 |
Saturday, 4 Aug 2012
|
08:11 decke
- Update to 0.25.2
 |
Wednesday, 6 Jun 2012
|
06:44 miwi
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Thursday, 10 May 2012
|
08:21 decke
- Update to 0.25
- Fix mythbackend rc script to start after mysql
- Add HOME env variable for mythbackend to find it's home directory
 |
Wednesday, 1 Feb 2012
|
14:51 decke
- Update to 0.24.2
 |
Saturday, 14 Jan 2012
|
22:27 netchild
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
 |
Sunday, 22 May 2011
|
17:07 decke
- Update again because they rerolled the distfile and fixed the directory
structure
- Remove WRKSRC
- Bump PORTREVISION
Reported by: Ashley Diamond <ash@diamondbsd.com>
 |
Friday, 20 May 2011
|
12:40 decke
- Update to 0.24.1
- Pet portlint (CPPFLAGS)
 |
Tuesday, 4 Jan 2011
|
17:49 decke
- Update to 0.24
- Remove MD5 checksum
 |
Wednesday, 8 Dec 2010
|
18:34 decke
- Update MythTV MASTER_SITES for old releases
Noticed by: The Distilator
 |
Friday, 24 Sep 2010
|
19:08 makc
Switch libvdpau dependency from x11/nvidia-driver to multimedia/libvdpau
PR: ports/150383
Submitted by: Anonymous <swell.k at gmail.com>
Approved by: maintainer
 |
Friday, 6 Aug 2010
|
09:27 decke
- Update to 0.23.1
Approved by: miwi (mentor)
 |
Monday, 21 Jun 2010
|
13:22 decke
- Update to 0.23
- VDPAU and PulseAudio support added
- Harmonize mythtv and mythtv-frontend Makefiles and patches
Feature safe: yes
Approved by: beat (co-mentor)
 |
Thursday, 3 Jun 2010
|
08:55 netchild
- update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
- done via a semi-automated way (manual review and fixup)
- I tried to take care to not bump ports which only depend optionaly on
lame (with a default of no dependency)
 |
Thursday, 1 Apr 2010
|
12:45 decke
- Change to my FreeBSD email address
Approved by: miwi (mentor), beat (co-mentor)
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Saturday, 19 Dec 2009
|
13:03 miwi
- Update to 0.22
PR: 141722 141723 141724
Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer)
 |
Friday, 14 Aug 2009
|
13:41 miwi
- Fix build with custom PREFIX
- Pet portlint
PR: 136682
Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer)
 |
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
 |
Saturday, 25 Apr 2009
|
01:17 glarkin
- Clarified the requirement for Qt with OpenGL support to avoid
compilation problems
- Fixed backwards configure flag handling with WITH_OPENGL option
- Split some multi-file patches
- Regenerated patches with "make makepatch"
- Added patches to avoid compilation problems with installed ffmpeg port [1]
- Bumped PORTREVISION
Reported by: Torfinn Ingolfsen <torfinn dot ingolfsen at broadpark dot no>
[1]
Submitted by: Bernhard Frohlich <decke at bluelife dot at> [1]
 |
Thursday, 15 Jan 2009
|
21:24 glarkin
MythTV is a "Personal Video Recorder", i.e. a computer-based video
recorder. It supports pausing and rewinding live TV, multiple tuner
cards, hardware or software video compression, onscreen program guides
and a distributed architecture.
WWW: http://www.mythtv.org
NOTE: This is the frontend portion of MythTV, suitable for connecting to
a backend MythTV server on a different machine.
PR: ports/127856
Submitted by: Bernhard Froehlich <decke at bluelife dot at>
 |
Number of commits found: 61 |