Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:30 31.0_8,1 |
Tobias C. Berner (tcberner)  |
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 ) |
03 Jun 2022 13:59:08 31.0_8,1 |
Po-Chuan Hsieh (sunpoet)  |
multimedia/mythtv: Fix build with setuptools 58.0.0+
- Bump PORTREVISION for package change
With hat: python |
10 Apr 2022 19:11:41 31.0_7,1 |
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) |
26 Mar 2022 08:27:27 31.0_6,1 |
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 |
18 Mar 2022 14:41:26 31.0_5,1 |
Jan Beich (jbeich)  |
multimedia/dav1d: update to 1.0.0
Changes: https://code.videolan.org/videolan/dav1d/-/releases/1.0.0
Reported by: Repology |
20 Feb 2022 18:30:48 31.0_4,1 |
Jan Beich (jbeich)  |
multimedia/mythtv: unbreak with dav1d 1.0.0
libavcodec/libdav1d.c:135:7: error: no member named 'n_tile_threads' in 'struct
Dav1dSettings'
s.n_tile_threads = dav1d->tile_threads
~ ^
libavcodec/libdav1d.c:138:7: error: no member named 'n_frame_threads' in 'struct
Dav1dSettings'
s.n_frame_threads = dav1d->frame_threads
~ ^ |
14 Oct 2021 22:20:58 31.0_4,1 |
Jan Beich (jbeich)  |
multimedia/aom: force rebuild consumers after 6f68add3f9ab
$ ffmpeg ... -c:v libaom-av1 ...
[libaom-av1 @ 0x804a89900] 3.2.0
[libaom-av1 @ 0x804a89900] Failed to initialize encoder: ABI version mismatch
Error initializing output stream 0:0 -- Error while opening encoder for output
stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Conversion failed!
https://aomedia.googlesource.com/aom/+/bbdfa68d13a0%5E%21/ |
14 Sep 2021 17:56:05 31.0_3,1 |
Mikael Urankar (mikael)  |
multimedia/mythtv: Fix build on aarch64
Approved by: portmgr (build fix blanket) |
02 Aug 2021 16:03:15 31.0_3,1 |
Yuri Victorovich (yuri)  |
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version) |
22 Jun 2021 18:53:08 31.0_2,1 |
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 |
06 Apr 2021 14:31:13 31.0_1,1 |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 31.0_1,1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
23 Mar 2021 22:01:06
31.0_1,1 |
jbeich  |
multimedia/aom: update to 3.0.0
Changes: https://aomedia.googlesource.com/aom/+log/v2.0.2..v3.0.0
Reported by: portscout |
03 Mar 2021 12:28:19
31.0,1 |
kai  |
multimedia/mythtv: Fix packaging with non-default Python versions
PR: 253815
Approved by: portmgr (build fix) |
05 Jan 2021 22:08:22
31.0,1 |
rene  |
Follow up on devel/py-futures port removal in r559976
The devel/py-futures port was removed in r559976 as it was for
Python 2.7 only and no longer referenced in the default cases.
However it was still defined in Mk/Uses/python.mk in PY_FUTURES,
leaving a dangling reference.
Remove it from Mk/Uses/python.mk and from affected ports, as
it was already an empty definition for Python 3.6+
Bump minimal Python version of security/theonionbox to 3.6+ |
03 Jan 2021 17:28:30
31.0,1 |
pkubaj  |
multimedia/mythtv: add powerpc64le support
Merge upstream ffmpeg patch to add support for powerpc64le.
Approved by: tier 2 blanket |
29 Dec 2020 13:17:29
31.0,1 |
pkubaj  |
multimedia/mythtv: enable on powerpc64
Requires backporting already merged ffmpeg patch. |
16 Dec 2020 02:48:04
31.0,1 |
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> |
30 Sep 2020 09:50:21
30.0_6,1 |
antoine  |
Mark BROKEN
Reported by: pkg-fallout |
28 Sep 2020 19:59:57
30.0_6,1 |
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. |
27 May 2020 14:55:03
30.0_5,1 |
danfe  |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3). |
21 May 2020 12:54:50
30.0_5,1 |
tcberner  |
multimedia/mythtv: prepare for Qt5-5.15 |
17 Apr 2020 08:35:59
30.0_5,1 |
hselasky  |
Fix build after LibV4L upgrade to v1.18.0.
PR: 245501
Approved by: pi (implicit) |
06 Nov 2019 18:07:22
30.0_4,1 |
zeising  |
Add USES=xorg USES=gl, ports categories m
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. |
23 Sep 2019 19:19:18
30.0_4,1 |
jbeich  |
multimedia/mythtv: unbreak with clang 9
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 |
16 Sep 2019 09:14:44
30.0_4,1 |
antoine  |
Mark BROKEN on i386 with lld
Reported by: pkg-fallout
MFH: 2019Q3 |
06 Sep 2019 16:16:27
30.0_4,1 |
riggs  |
Enable support for HDHomeRun devices as a default option
PR: 239478
Submitted by: fernando.e.vilas@gmail.com |
13 Aug 2019 22:29:43
30.0_3,1 |
mat  |
onvert to UCL & cleanup pkg-message (categories l-m) |
10 Jul 2019 19:30:56
30.0_3,1 |
tcberner  |
graphics/exiv2: update to 0.27.1
Exp-run by: antoine
PR: 239028 |
23 Jun 2019 19:21:40
30.0_3,1 |
sunpoet  |
Use PY_FUTURES |
07 Apr 2019 12:09:24
30.0_3,1 |
riggs  |
Chase update of libbluray to upstream release 1.1.1 |
17 Mar 2019 13:14:52
30.0_2,1 |
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 |
15 Mar 2019 15:27:32
30.0_1,1 |
jbeich  |
multimedia/libva: move GLX into slave
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) |
10 Feb 2019 22:28:16
30.0,1 |
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 |
16 Jan 2019 11:13:45
29.1_3,1 |
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 (Only the first 15 lines of the commit message are shown above ) |
18 Nov 2018 19:26:03
29.1_2,1 |
antoine  |
Mark BROKEN: fails to build
mythrender_vdpau.cpp:205:24: error: field has incomplete type
'vdpau_render_state'
vdpau_render_state m_render;
^
Reported by: pkg-fallout |
11 Oct 2018 06:02:39
29.1_2,1 |
tobik  |
multimedia/mythtv: Fix fetch
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 |
29 Sep 2018 08:04:27
29.1_2,1 |
riggs  |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
28 Jun 2018 17:39:55
29.1_1,1 |
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
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 |
28 Apr 2018 06:14:58
29.1_1,1 |
tcberner  |
Update grahics/exiv2 to 0.26
PR: 223625
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12345 |
25 Mar 2018 17:09:05
29.1,1 |
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 |
02 Mar 2018 14:20:03
0.27.5,1  |
jhale  |
Rename and update patches per current convention ahead of new version update
to make community testing of new version a little easier and eliminate
potential confusion.
PR: 225652 |
20 Dec 2017 23:29:02
0.27.5,1  |
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 |
12 Dec 2017 21:29:57
0.28.7_2  |
madpilot  |
- Update libva to 2.0.0
- 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 |
03 Dec 2017 08:25:32
0.28.7_1  |
antoine  |
- Add explicit FLAVOR to a few dependencies
- 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 |
21 Nov 2017 08:36:27
0.28.7_1  |
mat  |
OPTIONS_SUB only cares about being defined, its content is ignored.
Sponsored by: Absolight |
23 May 2017 05:03:16
0.28.7_1  |
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 |
07 May 2017 10:56:36
0.28.7  |
miwi  |
- Update to 0.28.7
PR: 216237
Submitted by: w.schwarzenfeld@utanet.at |
18 Dec 2016 22:06:50
0.27.5.20150616_1  |
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 |
25 Nov 2016 09:31:23
0.27.5.20150616_1  |
amdmi3  |
- Add LICENSE
- Switch to options helpers
- Cosmetic fixes
- Fix WWW: |
17 Nov 2016 07:18:45
0.27.5.20150616_1  |
decke  |
Drop maintainership after more than 7 years. It's about time to pass it on. |
01 Jun 2016 13:14:56
0.27.5.20150616_1  |
mat  |
Allow depending on both mysql's client and server
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 |
13 May 2016 18:02:55
0.27.5.20150616_1  |
amdmi3  |
- Add missing files to plist
Approved by: portmgr blanket |
01 Apr 2016 14:16:20
0.27.5.20150616  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
12 Jan 2016 14:57:18
0.27.5.20150616  |
decke  |
- Update to 0.27.5
- 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 |
15 Oct 2015 14:55:14
0.27.0.20140121_7  |
mat  |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694 |
14 Jul 2015 19:59:21
0.27.0.20140121_7  |
amdmi3  |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
07 May 2015 17:58:31
0.27.0.20140121_6  |
antoine  |
Unbreak |
07 May 2015 16:32:44
0.27.0.20140121_6  |
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 |
01 Feb 2015 20:24:28
0.27.0.20140121_6  |
amdmi3  |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
26 Nov 2014 13:08:38
0.27.0.20140121_6  |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above ) |
13 Sep 2014 18:48:50
0.27.0.20140121_5  |
adamw  |
Use pathfix so that the pkgconfig file actually gets installed where
the plist says it does. While here, don't try to remove directories
installed by unconditional dependencies. |
12 Sep 2014 12:21:06
0.27.0.20140121_5  |
amdmi3  |
- USE_PERL=fixpacklist, otherwise .packlist references staging directory
- 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) |
10 Sep 2014 20:50:37
0.27.0.20140121_5  |
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) |
11 Aug 2014 13:59:47
0.27.0.20140121_4  |
tijl  |
comms/lirc:
- Fix missing -lusb [1]
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample
Reported by: sbruno [1] |
15 Jul 2014 21:29:23
0.27.0.20140121_3  |
tijl  |
Add USES=libtool |
16 Apr 2014 18:28:50
0.27.0.20140121_2  |
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 (Only the first 15 lines of the commit message are shown above ) |
25 Mar 2014 10:06:56
0.27.0.20140121_1  |
decke  |
- Make sure libavcodec builds MD code
- Bump PORTREVISION
PR: ports/187836
Submitted by: Jan Beich <jbeich@tormail.org> |
25 Jan 2014 19:44:21
0.27.0.20140121  |
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] |
26 Nov 2013 17:41:42
0.27  |
mva  |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Approved by: decke@ (maintainer) |
18 Nov 2013 12:03:43
0.27  |
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?) |
20 Sep 2013 20:57:49
0.26.1  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
15 Sep 2013 14:54:36
0.26.1  |
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
27 Aug 2013 13:37:21
0.26.1  |
decke  |
- Update to 0.26.1 |
23 Apr 2013 14:20:28
0.26.0  |
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
27 Oct 2012 13:24:46
0.26.0  |
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 |
04 Aug 2012 08:10:48
0.25.2  |
decke  |
- Update to 0.25.2
- Fix Perl and Python bindings and enable per default
- Fix PHP bindings for PHP 5.4 |
06 Jun 2012 06:44:38
0.25_1  |
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
01 Jun 2012 05:26:28
0.25_1  |
dinoex  |
- update png to 1.5.10 |
10 May 2012 13:06:16
0.25  |
decke  |
- Update distinfo because of rerolled distfile
--- mythtv-0.25-OLD/VERSION 2012-04-10 07:29:22.000000000 +0200
+++ mythtv-0.25-NEW/VERSION 2012-04-13 03:49:25.000000000 +0200
@@ -1 +1 @@
-SOURCE_VERSION="v0.25pre"
+SOURCE_VERSION="v0.25"
Redported by: Robert Backhaus <robbak@robbak.com> |
10 May 2012 08:21:14
0.25  |
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 |
07 Feb 2012 13:29:00
0.24.2  |
eadler  |
The variable is USE_PERL5 not USE_PERL
Submitted by: Alex Kozlov
Reviewed by: perl (swills)
Approved by: portmgr (pav) |
01 Feb 2012 14:51:25
0.24.2  |
decke  |
- Update to 0.24.2 |
14 Jan 2012 22:27:02
0.24.1_2  |
netchild  |
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it. |
14 Jan 2012 08:57:23
0.24.1_1  |
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
23 Sep 2011 22:26:39
0.24.1_1  |
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 |
22 May 2011 17:07:59
0.24.1_1  |
decke  |
- Update again because they rerolled the distfile and fixed the directory
structure
- Remove WRKSRC
- Bump PORTREVISION
Reported by: Ashley Diamond <ash@diamondbsd.com> |
20 May 2011 12:40:29
0.24.1  |
decke  |
- Update to 0.24.1
- Pet portlint (CPPFLAGS) |
15 May 2011 02:49:17
0.24_1  |
dougb  |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
11 Apr 2011 19:54:35
0.24_1  |
ade  |
Update to GNU make 3.82 after numerous -exp runs. |
19 Mar 2011 13:15:34
0.24_1  |
ale  |
Bump PORTREVISION for ports linking to default libmysqlclient. |
26 Feb 2011 22:11:54
0.24  |
nox  |
- Update comms/lirc to 0.9.0p1_4 in order to be able to use the lirc
support in webcamd svn (for mceusb-based receivers/transmitters and
USB DVB tuner remotes supported by the Linux code), and enable
support for a few more USB devices while we're at it tho of those
only an FTDI-based one was tested:
http://www.huitsing.nl/irftdi/ [1]
- Fix plist for audio/rhythmbox and multimedia/totem and
add missing LIRC_{CFLAGS,LIBS} variables to CONFIGURE_ENV for
multimedia/xine when building them with (optional) lirc support. [2]
- Chase liblirc_client shlib version bump for ports depdending on it
and bump PORTREVISIONs for ports depending on it by default.
Approved by: portmgr (miwi) [2]
Thanks to: Warren Block <wblock@wonkity.com> for testing [1] |
04 Jan 2011 17:45:26
0.24  |
decke  |
- Update to 0.24
- Add BINDINGS option (python only, perl not working yet)
- Add qt4-imageformats dependency for tmdb and ttvdb to get metadata images
working
- Remove MD5 checksum |
08 Dec 2010 18:34:56
0.23.1  |
decke  |
- Update MythTV MASTER_SITES for old releases
Noticed by: The Distilator |
02 Dec 2010 19:53:58
0.23.1  |
decke  |
- Fix build with upcoming Qt 4.7
PR: ports/152759
Submitted by: makc
Obtained from: mythtv (r26391, r26434) |
24 Sep 2010 19:08:50
0.23.1  |
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 |
06 Aug 2010 09:27:42
0.23.1  |
decke  |
- Update to 0.23.1
Approved by: miwi (mentor) |
21 Jun 2010 13:18:06
0.23  |
decke  |
- Update to 0.23
- V4L support enabled for webcamd (works fine with DVB-S2 USB hardware)
- Use USERS/GROUPS framework
- Removed automatic database creation from POST-INSTALL [1]
- Harmonize mythtv and mythtv-frontend Makefiles and patches
- Remove incorrect CONFLICTS entry for mythtv-themes
Feature safe: yes
Discussed with: Mickael Maillot <mickael.maillot (AT) gmail.com> [1]
Thanks to: Torfinn Ingolfsen <torfinn.ingolfsen (AT) broadpark.no>
Approved by: beat (co-mentor) |
03 Jun 2010 08:55:01
0.22_4  |
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) |
14 May 2010 19:13:51
0.22_3  |
decke  |
- Fix mythtv on CURRENT after r203862
The commit r203862 indirectly broke mythtv because until
that time the missing include of <sys/types.h> caused
that mythtv used gettimeofday(2) instead of ftime(3) and
nobody noticed that building with ftime is broken in
mythtv.
So instead of repairing the deprecated ftime usage I've
removed it and use the gettimeofday fallback as it was
until now but by pure intention now.
Approved by: beat (co-mentor)
Reported by: pointyhat via erwin |