Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
30 Aug 2020 18:54:56
4.2.8_5

|
decke  |
multimedia/tvheadend:
- Fix building with -fno-common (default from GCC 10 and LLVM 11)
- Add missing option description for XMLTV
Obtained
from: https://github.com/tvheadend/tvheadend/commit/8a2942a361e95ccdbd30c1edc7627df3862cdbbe
MFH: 2020Q3 |
26 Sep 2019 09:20:47
4.2.8_4

|
decke  |
multimedia/tvheadend: Fix compilation after update of multimedia/libhdhomerun to
20190621
Obtained from: https://github.com/tvheadend/tvheadend/pull/1281
MFH: 2019Q3 |
13 Aug 2019 22:29:43
4.2.8_3

|
mat  |
onvert to UCL & cleanup pkg-message (categories l-m) |
05 Aug 2019 23:06:50
4.2.8_3

|
jbeich  |
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/ |
28 Jul 2019 11:09:18
4.2.8_2

|
decke  |
multimedia/tvheadend: Improve pkg-message to describe "-C" flag
which is needed for setting the admin password.
Also add a hint for IPTV users which might need a symlink for
ffmpeg if they use one of the very popular channel lists. |
26 Jul 2019 20:46:57
4.2.8_1

|
gerald  |
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 |
13 Jan 2019 19:36:46
4.2.8

|
decke  |
multimedia/tvheadend: Update to 4.2.8
MFH: 2019Q1 |
12 Dec 2018 01:35:36
4.2.7_4

|
gerald  |
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 |
06 Dec 2018 14:26:22
4.2.7_3

|
decke  |
- Fix sendfile() integration affecting webui
- Fix epg compatibility issues in webui
- Bump PORTREVISION
Both patches are already included upstream.
Submitted by: Jongsung Kim <jongsung.kim@gmail.com> (via email to ports@) |
06 Nov 2018 01:50:27
4.2.7_2

|
jbeich  |
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/ |
25 Oct 2018 11:47:06
4.2.7_1

|
decke  |
multimedia/tvheadend: Follow upstream and revert "FreeBSD: Fix recv problem if
no data received."
Reported by: Jongsung Kim <jongsung.kim@gmail.com> |
16 Oct 2018 14:45:19
4.2.7

|
decke  |
multimedia/tvheadend: Update to 4.2.7 |
11 Oct 2018 14:12:51
4.2.6_5

|
decke  |
multimedia/tvheadend: Fix build with mips/mips64/powerpc64
PR: 232037
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
12 Jul 2018 11:23:40
4.2.6_4

|
decke  |
multimedia/tvheadend: Remove PORTSCOUT line because it does not work |
12 Jul 2018 11:22:32
4.2.6_4

|
decke  |
multimedia/tvheadend: Add new option for DVBEN50221 and bump PORTREVISION
People will only need this in combination with a DVB CI devices and will
likely need a patched tvheadend with ddci support. For more info have a
look at: https://tvheadend.org/boards/13/topics/29639
Tested by: hselasky |
13 Jun 2018 13:13:36
4.2.6_3

|
decke  |
multimedia/tvheadend: fix two major problems of webui on FreeBSD
1. very high CPU usage while streaming a recored program
2. unable to stream the recorded program beyond 128MB.
Unlike Linux sendfile(), FreeBSD sendfile() requires an explicit
file offset, and return value must be checked to catch any error
occurred. (i.e., closed connection)
Obtained from: https://github.com/tvheadend/tvheadend/pull/1125
Submitted by: Jongsung Kim <jongsung.kim@gmail.com> |
13 Jun 2018 13:10:57
4.2.6_2

|
decke  |
multimedia/tvheadend: tell PORTSCOUT to ignore development versions |
02 May 2018 15:47:51
4.2.6_2

|
jbeich  |
multimedia/tvheadend: unbreak with ffmpeg 4.0
src/muxer/muxer_libav.c:177:17: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
c->flags |= CODEC_FLAG_GLOBAL_HEADER;
^
src/plumbing/transcoding.c:22:10: fatal error: 'libavfilter/avfiltergraph.h'
file not found
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/plumbing/transcoding.c:576:29: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
octx->flags |= CODEC_FLAG_GLOBAL_HEADER;
^
src/plumbing/transcoding.c:621:22: error: use of undeclared identifier
'CODEC_FLAG_BITEXACT'
octx->flags |= CODEC_FLAG_BITEXACT;
^
src/plumbing/transcoding.c:632:24: error: use of undeclared identifier
'CODEC_FLAG_QSCALE'
octx->flags |= CODEC_FLAG_QSCALE; (Only the first 15 lines of the commit message are shown above ) |
02 May 2018 15:07:27
4.2.6_2

|
jbeich  |
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 |
18 Apr 2018 11:26:59
4.2.6_1

|
decke  |
Fix tcp_socket_dead() for FreeBSD
The FreeBSD port of tvheadend couldn't stream Live TV, and debug
log shows webui judged the peer socket closed immediately after
starting streaming:
2018-04-15 06:30:04.996 [ DEBUG]:webui: Start streaming
/stream/mux/c4bc67bdaa13457e33740ca883cc4d75?ticket=7D1B56AD0E434C5F7EBFA4677A7FBE4C94097974
2018-04-15 06:30:04.996 [ DEBUG]:webui: Stop streaming
/stream/mux/c4bc67bdaa13457e33740ca883cc4d75?ticket=7D1B56AD0E434C5F7EBFA4677A7FBE4C94097974,
client hung up
It looks tcp_socket_dead() misunderstood the zero-return from recv().
For the FreeBSD, recv() might return zero for alive sockets which
have nothing to read.
Submitted by: Jongsung Kim <jongsung.kim@gmail.com>
Obtained from: https://github.com/tvheadend/tvheadend/pull/1112 |
27 Mar 2018 09:32:04
4.2.6

|
decke  |
- Update to 4.2.6
- Add a patch for a build failure when kerberos is installed
Reported by: Frank Razenberg <frank@zzattack.org> |
06 Jan 2018 19:32:43
4.2.5

|
decke  |
Update to 4.2.5
PR: 224855
Submitted by: Talal Al Dik <tad@vif.com> |
21 Oct 2017 06:50:50
4.2.3_1

|
jbeich  |
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 |
23 Sep 2017 18:47:32
4.2.3

|
antoine  |
Revert r450353 and unbreak
Reported by: pkg-fallout
With hat: portmgr |
22 Sep 2017 10:48:58
4.2.3

|
mat  |
Cleanup after removal of libexecinfo from ports.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
22 Sep 2017 10:48:29
4.2.3

|
mat  |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
11 Sep 2017 09:27:04
4.2.3

|
decke  |
- Update to 4.2.3
- Fix various portlint warnings
- Add missing LICENSE_FILE
- Update pkg-descr to match recent upstream development
The update was postponed a few times because early 4.2 releases
had some serious regressions on FreeBSD. I know that there are
still a few issues in the current release especially around IPTV
and SAT>IP but they do not seem to be FreeBSD specific. If you
run into regressions please let me know then we can still decide
if we need to keep tvheadend 4.0 around.
Thanks to all people for their patience and the people which helped
during the testing phase especially Rainer and Heiko!
Thanks to: Rainer Hurling <rhurlin@gwdg.de>,
Heiko Kirschke <heiko.kirschke@posteo.de> |
21 May 2017 13:21:04
4.0.8_5

|
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
30 Apr 2017 01:12:10
4.0.8_5

|
linimon  |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket) |
20 Apr 2017 08:09:04
4.0.8_5

|
decke  |
Use correct group in prestart when creating logdir/confdir/pidfile.
Submitted by: Tim Brody <tim.brody@gmail.com>
Reported by: Tim Brody <tim.brody@gmail.com> |
07 Apr 2017 16:06:13
4.0.8_4

|
amdmi3  |
- Remove always true OSVERSION conditions
Approved by: portmgr blanket |
06 Feb 2017 09:49:04
4.0.8_4

|
decke  |
- Fix build failure when devel/libinotify is installed because
it is silently enabled but not properly linked.
- Bump PORTREVISION
PR: 208795
Submitted by: Vladimir Kondratyev <wulf@cicgroup.ru>
Reported by: Daniel Becker <razzfazz@gmail.com> |
21 Jan 2017 15:48:19
4.0.8_3

|
antoine  |
Shebangfix the target of a symlink instead of a symlink
PR: 216309 |
11 Dec 2016 15:22:47
4.0.8_3

|
jbeich  |
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) |
04 Dec 2016 02:02:26
4.0.8_2

|
jbeich  |
multimedia/tvheadend: unbreak with ffmpeg 3.x
src/plumbing/transcoding.c:27:10: fatal error: 'libavutil/audioconvert.h' file
not found
#include <libavutil/audioconvert.h>
^
src/plumbing/transcoding.c:1064:30: error: use of undeclared identifier
'PIX_FMT_YUV420P'; did you
mean 'AV_PIX_FMT_YUV420P'?
octx->pix_fmt = PIX_FMT_YUV420P;
^~~~~~~~~~~~~~~
AV_PIX_FMT_YUV420P
/usr/local/include/libavutil/pixfmt.h:62:5: note: 'AV_PIX_FMT_YUV420P' declared
here
AV_PIX_FMT_YUV420P, ///< planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per
2x2 Y samples)
^
src/plumbing/transcoding.c:1092:30: error: use of undeclared identifier
'PIX_FMT_YUV420P'; did you
mean 'AV_PIX_FMT_YUV420P'? (Only the first 15 lines of the commit message are shown above ) |
01 Jun 2016 13:15:37
4.0.8_1

|
mat  |
Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight |
21 Apr 2016 16:43:15
4.0.8_1

|
swills  |
many ports: mark broken on powerpc64 |
01 Apr 2016 14:16:20
4.0.8_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
20 Jan 2016 10:46:08
4.0.8_1

|
decke  |
- Add HDHomeRun support and enable by default
- Bump PORTREVISION
PR: ports/204138
Submitted by: sam@middling.me.uk |
08 Jan 2016 16:37:07
4.0.8

|
decke  |
- Update to 4.0.8
PR: 205586
Submitted by: Franz Bettag <franz@bett.ag> |
22 Oct 2015 10:19:42
4.0.6

|
decke  |
- Update to 4.0.6
Submitted by: Franz Bettag <franz@bett.ag> |
07 May 2015 16:32:44
3.9.20140806

|
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
3.9.20140806

|
amdmi3  |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
16 Oct 2014 08:55:30
3.9.20140806

|
ak  |
- Fix various distinfo errors
- Remove unused USE_* knobs
- Fix typos in USE_* knobs
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D911 |
26 Aug 2014 14:06:09
3.9.20140806

|
tijl  |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine) |
18 Aug 2014 17:54:22
3.9.20140806

|
decke  |
- Update to 3.9.20140806
- Separate dtv-scan-tables in his own port
- Add XMLTV option
- Create a new user/group for tvheadend
- Improve tvheadend startscript
- Convert manual patching to USES=shebangfix
Submitted by: Dreamcat4 <dreamcat4@gmail.com> |
07 Jul 2014 15:31:02
3.4.0.20130726.3_5

|
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
22 Apr 2014 12:29:45
3.4.0.20130726.3_5

|
decke  |
- Fix building with clang 3.4 on head
Reported by: pkg-fallout |
11 Feb 2014 07:54:11
3.4.0.20130726.3_5

|
decke  |
- Attempt to fix the port after the ffmpeg1 removal. The commit r331762
has only hidden the fact that tvheadend does not work with ffmpeg 2.x.
Since ffmpeg1 has been removed already I can only rip out the ffmpeg
option and dependency and disable libav for now.
- While here move option variables before bsd.port.pre.mk to make them
work.
Reported by: Torfinn Ingolfsen <tingox@gmail.com>
Pointyhat to: wg |
10 Jan 2014 21:11:37
3.4.0.20130726.3_4

|
decke  |
- Add missing DISTNAME which was forgotten in previous commit
Submitted by: pkg-fallout
Pointyhat to: decke |
04 Jan 2014 21:25:31
3.4.0.20130726.3_4

|
decke  |
- Remove traces to my fork on github and fallback to MASTER_SITES.
We will switch to the official tvheadend repository with the next update. |
27 Oct 2013 12:09:10
3.4.0.20130726.3_4

|
wg  |
multimedia/tvheadend: bump port revision
- Bump port revision forgot in last commit
Approved by: portmgr (bapt, implicit) |
27 Oct 2013 12:08:02
3.4.0.20130726.3_3

|
wg  |
multimedia/tvheadend: link against ffmpeg
- Link using ffmpeg instead of ffmpeg1
Approved by: portmgr (bapt, implicit) |
18 Oct 2013 07:26:16
3.4.0.20130726.3_3

|
decke  |
- Convert to new optional LIB_DEPENDS format
- Support staging
- Bump PORTREVISION (extremely conservative) |
20 Sep 2013 20:57:49
3.4.0.20130726.3_2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
08 Sep 2013 15:03:15
3.4.0.20130726.3_2

|
decke  |
- Add ffmpeg/libav support
- Add libdvbcsa support
- Convert LIB_DEPENDS to new shlib format
- Cleanup CONFIGURE_ENV/CFLAGS/LDFLAGS
- The tvheadend port is mature enough so remove the warnings in pkg-message
- Bump PORTREVISION |
28 Jul 2013 06:52:19
3.4.0.20130726.3_1

|
decke  |
- Add rc.d script
- Bump PORTREVISION |
26 Jul 2013 17:11:25
3.4.0.20130726.3

|
decke  |
- Update to 3.4.0.20130726.3 (8a8c1a8712)
- This update includes a fix for the kqueue implementation which also fixes
scanning
Thanks to: nox, hselasky |
20 Jul 2013 07:33:10
3.4.0.20130714.2_1

|
decke  |
- Add support for FreeBSD 8.x
Submitted by: Juergen Lock <nox@FreeBSD.org> |
17 Jul 2013 16:08:42
3.4.0.20130714.2

|
decke  |
A TV streaming server for Linux and FreeBSD supporting
DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video
(V4L) as input sources.
WWW: https://tvheadend.org/ |