non port: multimedia/mythtv-frontend/Makefile |
SVNWeb
|
Number of commits found: 61 |
Tue, 11 Apr 2023
|
[ 23:02 Robert Clausecker (fuz) ] 2145615
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
|
Sat, 17 Sep 2022
|
[ 21:08 Jan Beich (jbeich) ] 3dae2b9
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)
|
Tue, 5 Jul 2022
|
[ 17:51 Bernhard Froehlich (decke) ] 27d0337 (Only the first 10 of 19 ports in this commit are shown above. )
*/*: Release my babies from my "created by" comments
|
Sun, 10 Apr 2022
|
[ 19:11 Charlie Li (vishwin) ] d63665f (Only the first 10 of 892 ports in this commit are shown above. )
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)
|
Sat, 26 Mar 2022
|
[ 08:27 Matthias Fechner (mfechner) ] 247c7db (Only the first 10 of 867 ports in this commit are shown above. )
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
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
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 16 Dec 2020
|
[ 02:48 kevans ] (Only the first 10 of 23 ports in this commit are shown above. )
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>
|
Mon, 28 Sep 2020
|
[ 19:59 zeising ] (Only the first 10 of 61 ports in this commit are shown above. )
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.
|
Wed, 27 May 2020
|
[ 14:55 danfe ] (Only the first 10 of 37 ports in this commit are shown above. )
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3).
|
Sun, 17 Mar 2019
|
[ 13:14 tcberner ] (Only the first 10 of 41 ports in this commit are shown above. )
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
|
Sun, 10 Feb 2019
|
[ 22:28 tobik ] (Only the first 10 of 58 ports in this commit are shown above. )
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
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Sat, 28 Apr 2018
|
[ 06:14 tcberner ] (Only the first 10 of 48 ports in this commit are shown above. )
Update grahics/exiv2 to 0.26
PR: 223625
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12345
|
Sun, 25 Mar 2018
|
[ 17:09 jhale ] (Only the first 10 of 77 ports in this commit are shown above. )
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
|
Wed, 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
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Sun, 7 May 2017
|
[ 10:57 miwi ]
- Update to 0.28.1
|
Sun, 18 Dec 2016
|
[ 22:06 tcberner ] (Only the first 10 of 33 ports in this commit are shown above. )
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
|
Fri, 25 Nov 2016
|
[ 09:31 amdmi3 ]
- Add LICENSE
- Cosmetic fixes
- Fix WWW:
|
Thu, 17 Nov 2016
|
[ 07:18 decke ]
Drop maintainership after more than 7 years. It's about time to pass it on.
|
Fri, 13 May 2016
|
[ 18:03 amdmi3 ]
- Add missing files to plist
Approved by: portmgr blanket
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 13 Jan 2016
|
[ 09:19 decke ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update to 0.27.5
- Disable mythlogserver as recommended from upstream
- Remove own distfile mirror and trust in githubs codeload
|
Thu, 15 Oct 2015
|
[ 15:11 mat ]
Fixup r399346.
Poked by: antoine, freshports
Sponsored by: Absolight
|
[ 14:55 mat ] (Only the first 10 of 135 ports in this commit are shown above. )
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
|
Thu, 7 May 2015
|
[ 17:58 antoine ]
Unbreak
|
[ 16:32 mat ] (Only the first 10 of 109 ports in this commit are shown above. )
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
|
Tue, 28 Oct 2014
|
[ 01:13 amdmi3 ]
- Fix plist
Approved by: portmgr blanket
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Tue, 15 Jul 2014
|
[ 21:29 tijl ]
Add USES=libtool
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Tue, 25 Mar 2014
|
[ 10:06 decke ]
- Make sure libavcodec builds MD code
- Bump PORTREVISION
PR: ports/187836
Submitted by: Jan Beich <jbeich@tormail.org>
|
Sat, 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]
|
Mon, 18 Nov 2013
|
[ 12:03 decke ] (Only the first 10 of 34 ports in this commit are shown above. )
- 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?)
|
Fri, 20 Sep 2013
|
[ 20:57 bapt ] (Only the first 10 of 404 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
|
Tue, 27 Aug 2013
|
[ 13:37 decke ] (Only the first 10 of 13 ports in this commit are shown above. )
- Update to 0.26.1
|
Wed, 23 Jan 2013
|
[ 15:00 makc ] (Only the first 10 of 237 ports in this commit are shown above. )
Bump PORTREVISION after DESKTOP_ENTRIES update
|
Sat, 27 Oct 2012
|
[ 13:24 decke ] (Only the first 10 of 23 ports in this commit are shown above. )
- 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
|
Sat, 4 Aug 2012
|
[ 08:11 decke ]
- Update to 0.25.2
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Thu, 10 May 2012
|
[ 08:21 decke ] (Only the first 10 of 28 ports in this commit are shown above. )
- Update to 0.25
- Fix mythbackend rc script to start after mysql
- Add HOME env variable for mythbackend to find it's home directory
|
Wed, 1 Feb 2012
|
[ 14:51 decke ] (Only the first 10 of 12 ports in this commit are shown above. )
- Update to 0.24.2
|
Sat, 14 Jan 2012
|
[ 22:27 netchild ] (Only the first 10 of 65 ports in this commit are shown above. )
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Sun, 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>
|
Fri, 20 May 2011
|
[ 12:40 decke ]
- Update to 0.24.1
- Pet portlint (CPPFLAGS)
|
Tue, 4 Jan 2011
|
[ 17:49 decke ] (Only the first 10 of 24 ports in this commit are shown above. )
- Update to 0.24
- Remove MD5 checksum
|
Wed, 8 Dec 2010
|
[ 18:34 decke ]
- Update MythTV MASTER_SITES for old releases
Noticed by: The Distilator
|
Fri, 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
|
Fri, 6 Aug 2010
|
[ 09:27 decke ] (Only the first 10 of 14 ports in this commit are shown above. )
- Update to 0.23.1
Approved by: miwi (mentor)
|
Mon, 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)
|
Thu, 3 Jun 2010
|
[ 08:55 netchild ] (Only the first 10 of 49 ports in this commit are shown above. )
- 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)
|
Thu, 1 Apr 2010
|
[ 12:45 decke ] (Only the first 10 of 13 ports in this commit are shown above. )
- Change to my FreeBSD email address
Approved by: miwi (mentor), beat (co-mentor)
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Sat, 19 Dec 2009
|
[ 13:03 miwi ] (Only the first 10 of 46 ports in this commit are shown above. )
- Update to 0.22
PR: 141722 141723 141724
Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer)
|
Fri, 14 Aug 2009
|
[ 13:41 miwi ]
- Fix build with custom PREFIX
- Pet portlint
PR: 136682
Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer)
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Sat, 25 Apr 2009
|
[ 01:17 glarkin ] (Only the first 10 of 24 ports in this commit are shown above. )
- 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]
|
Thu, 15 Jan 2009
|
[ 21:24 glarkin ] (Only the first 10 of 17 ports in this commit are shown above. )
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 |