| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Requires backporting already merged ffmpeg patch.
Notes:
svn path=/head/; revision=559578
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
Notes:
svn path=/head/; revision=558199
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=550671
|
|
|
|
|
|
|
|
| |
Bump portrevision on everything with a build dependency on
devel/evdev-proto, to chace the update of evdev-proto in r550442.
Notes:
svn path=/head/; revision=550443
|
|
|
|
| |
Notes:
svn path=/head/; revision=536694
|
|
|
|
| |
Notes:
svn path=/head/; revision=536130
|
|
|
|
|
|
|
|
| |
PR: 245501
Approved by: pi (implicit)
Notes:
svn path=/head/; revision=531912
|
|
|
|
|
|
|
|
| |
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes:
svn path=/head/; revision=516916
|
|
|
|
|
|
|
|
|
|
| |
ld: error: ../libmythfreesurround/libmythfreesurround-30.a(el_processor.o): unable to find library from dependent library specifier: libfftw3f-3.lib
Reported by: antoine (via bug 240629 exp-run)
Regressed by: https://reviews.llvm.org/rL360984
Notes:
svn path=/head/; revision=512667
|
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
MFH: 2019Q3
Notes:
svn path=/head/; revision=512150
|
|
|
|
|
|
|
|
| |
PR: 239478
Submitted by: fernando.e.vilas@gmail.com
Notes:
svn path=/head/; revision=511326
|
|
|
|
| |
Notes:
svn path=/head/; revision=508882
|
|
|
|
|
|
|
|
| |
Exp-run by: antoine
PR: 239028
Notes:
svn path=/head/; revision=506383
|
|
|
|
| |
Notes:
svn path=/head/; revision=504984
|
|
|
|
| |
Notes:
svn path=/head/; revision=498277
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=496059
|
|
|
|
|
|
|
|
|
|
|
| |
libva-glx isn't widely used and makes it hard to unify mesa-* ports
into one due to circular dependency.
See also: https://github.com/mpv-player/mpv/commit/a18dc01655b8
Obtained from: Greg V (based on)
Notes:
svn path=/head/; revision=495793
|
|
|
|
|
|
|
|
|
| |
Changes: https://www.mythtv.org/wiki/Release_Notes_-_30
PR: 234551
Submitted by: fernando.e.vilas@gmail.com
Notes:
svn path=/head/; revision=492655
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=490472
|
|
|
|
|
|
|
|
|
|
|
| |
mythrender_vdpau.cpp:205:24: error: field has incomplete type 'vdpau_render_state'
vdpau_render_state m_render;
^
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=485246
|
|
|
|
|
|
|
|
|
|
|
| |
The dynamically generated tarball seems to have been rerolled.
There are only metadata differences between the two tarballs according
to diffoscope [1].
[1] https://people.freebsd.org/~tobik/logs/diffoscope-mythtv-29.1_2,1.html
Notes:
svn path=/head/; revision=481786
|
|
|
|
| |
Notes:
svn path=/head/; revision=480899
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: →https://reviews.freebsd.org/D15540
Notes:
svn path=/head/; revision=473503
|
|
|
|
|
|
|
|
|
| |
PR: 223625
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12345
Notes:
svn path=/head/; revision=468519
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=465529
|
|
|
|
|
|
|
|
|
|
| |
to make community testing of new version a little easier and eliminate
potential confusion.
PR: 225652
Notes:
svn path=/head/; revision=463403
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=456874
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update libva-intel-driver to 2.0.0
- Update libva-utils to 2.0.0
- Bump dependent ports due to shlib bump
- Import upstream patch to fix multimedia/mpv [1]
- Import upstream patch to fix multimedia/gstreamer1-vaapi [2]
Approved by: cpm [1], multimedia (timeout) [2]
Obtained from: https://github.com/mpv-player/mpv/commit/2ecf240b1cd20875991a5b18efafbe799864ff7f [1]
https://cgit.freedesktop.org/gstreamer/gstreamer-vaapi/commit/gst-libs/gst/vaapi/gstvaapiutils.c?id=777bba473e3ed1c7b8b7f7f0322892851c70dfd9 [2]
Differential Revision: https://reviews.freebsd.org/D12761
Notes:
svn path=/head/; revision=456184
|
|
|
|
|
|
|
|
|
| |
- Remove FLAVOR from py-docutils dependency in comms/uhd, in this case
it needs the rst2html command, not the docutils module
- Mark some ports as not compatible with python3
Notes:
svn path=/head/; revision=455392
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=454590
|
|
|
|
|
|
|
|
| |
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
Notes:
svn path=/head/; revision=441503
|
|
|
|
|
|
|
|
| |
PR: 216237
Submitted by: w.schwarzenfeld@utanet.at
Notes:
svn path=/head/; revision=440321
|
|
|
|
|
|
|
|
|
|
|
| |
QT_PREFIX was a remnant of a bygone time.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8825
Notes:
svn path=/head/; revision=428889
|
|
|
|
|
|
|
|
|
| |
- Switch to options helpers
- Cosmetic fixes
- Fix WWW:
Notes:
svn path=/head/; revision=427094
|
|
|
|
| |
Notes:
svn path=/head/; revision=426279
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix the few users of both the MySQL client and server.
PR: 209762
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6575
Notes:
svn path=/head/; revision=416240
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415123
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Disable mythlogserver as recommended from upstream
- Remove own distfile mirror and trust in githubs codeload
- Pet portlint (whitespace)
PR: 204647
Submitted by: lucylangthorne55@gmail.com
Notes:
svn path=/head/; revision=405878
|
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
Notes:
svn path=/head/; revision=399346
|
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Notes:
svn path=/head/; revision=392072
|
|
|
|
| |
Notes:
svn path=/head/; revision=385652
|
|
|
|
|
|
|
|
|
|
| |
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=385637
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=378270
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
Notes:
svn path=/head/; revision=373448
|
|
|
|
|
|
|
|
| |
the plist says it does. While here, don't try to remove directories
installed by unconditional dependencies.
Notes:
svn path=/head/; revision=368128
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update python-related variables
- Add missing plist files and sort plist
- Install pkgconfig file into correct location
PR: 193559
Submitted by: amdmi3
Approved by: decke (maintainer)
Notes:
svn path=/head/; revision=368022
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix missing -lusb [1]
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample
Reported by: sbruno [1]
Notes:
svn path=/head/; revision=364613
|
|
|
|
| |
Notes:
svn path=/head/; revision=362009
|