diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2017-09-11 09:27:04 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2017-09-11 09:27:04 +0000 |
commit | cd52421acd332abe17bf46177e8bce0358687af4 (patch) | |
tree | 153695618fd0ffbff1ba273282111dcd42873f7a /multimedia/tvheadend/files/patch-src_spawn.c | |
parent | databases/evolution-data-server: switch to C++11, required by ICU >= 59 (diff) |
- 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>
Notes
Notes:
svn path=/head/; revision=449622
Diffstat (limited to 'multimedia/tvheadend/files/patch-src_spawn.c')
-rw-r--r-- | multimedia/tvheadend/files/patch-src_spawn.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/multimedia/tvheadend/files/patch-src_spawn.c b/multimedia/tvheadend/files/patch-src_spawn.c deleted file mode 100644 index 53f4e59bcb65..000000000000 --- a/multimedia/tvheadend/files/patch-src_spawn.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/spawn.c.orig 2015-09-25 13:57:59 UTC -+++ src/spawn.c -@@ -28,6 +28,7 @@ - #include <syslog.h> - #include <fcntl.h> - #include <dirent.h> -+#include <signal.h> - - #include "tvheadend.h" - #include "tvhpoll.h" |