Re: multimedia/tvheadend cannot service live TV after upgrading v4.2.7
We need to re-apply my second patch related to sendfile syscall too. The current tvheadend can't service recorded media properly. And I have another suggestion about web UI. I have seen abnormal behavior in the EPG tab. The entire program list disapears when I click "Reset All" button. This happens also when I type any search text and delete all. Linux tvheadend users don't suffer this problem. However, I found a way to fix this problem by modifying src/webui/static/app/epg.js: diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index 650ac9202..d00b76557 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -1167,12 +1167,10 @@ tvheadend.epg = function() { var value = c.getValue(); if (value.length < 1) -value = null; - -if (epgStore.baseParams.title !== value) { +delete epgStore.baseParams.title; +else if (epgStore.baseParams.title !== value) epgStore.baseParams.title = value; -epgView.reset(); -} +epgView.reset(); }); epgFilterFulltext.on('check', function(c, value) { But I don't know whether it's correct way and why it works, because I totally don't know about web programming. Can anybody review this patch? 2018년 10월 25일 (목) 오후 8:49, Bernhard Fröhlich 님이 작성: > On Tue, Oct 23, 2018 at 5:53 AM 김종성 wrote: > > > > Hi decke, > > tvheadend v4.2.7 has a merged commit 3895c923a FreeBSD: Fix recv problem > if no data received, which touches my previous merged commit 0d5c8efee tcp: > fix tcp_socket_dead() for FreeBSD. It makes the FreeBSD port of tvheadend > unable to service live TV, and reverted from the mainline. (f08bbef11 > Revert "FreeBSD: Fix recv problem if no data received.") Please apply this > reverting patch: > > > > commit f08bbef11c77a6a81d4e2bf974e36e54b0cd14d6 > > Author: Jaroslav Kysela > > Date: Tue Oct 16 16:51:00 2018 +0200 > > > > Revert "FreeBSD: Fix recv problem if no data received." > > > > This reverts commit 3895c923a3a959da05080831b8146c09ed143b00. > > > > diff --git a/src/tcp.c b/src/tcp.c > > index d15b4381f..5349784a4 100644 > > --- a/src/tcp.c > > +++ b/src/tcp.c > > @@ -454,11 +454,8 @@ tcp_socket_dead(int fd) > >if (err) > > return -err; > > #ifdef PLATFORM_FREEBSD > > - err = recv(fd, NULL, 0, MSG_PEEK | MSG_DONTWAIT); > > - if (err < 0) > > + if (recv(fd, NULL, 0, MSG_PEEK | MSG_DONTWAIT) < 0) > > return -errno; > > - else if (err == 0) > > - return -EIO; > > #else > >if (recv(fd, NULL, 0, MSG_PEEK | MSG_DONTWAIT) == 0) > > return -EIO; > > > > Thank you > > JS > > Thanks! Committed in r482966. > > https://svnweb.freebsd.org/ports?view=revision&revision=482966 > > -- > Bernhard Froehlich > http://www.bluelife.at/ > ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
FreeBSD ports you maintain which are out of date
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/po...@freebsd.org.html Port| Current version | New version +-+ devel/py-marshmallow| 3.0.0b7 | 3.0.0b8 +-+ lang/nickle | 2.82| 2.84 +-+ multimedia/motion | 4.0.1 | release-4.2 +-+ net-mgmt/mk-livestatus | 1.2.8p20| 1.2.8p21 +-+ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
RE: New Ports Wildfly14, 13 and 12
I've seen all have been committed, many many thanks for your help Kurt Jaeger My best regards Simeó Reig ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Can't run pkg-static install on rpi3 at r339840
All of a sudden an attempt to run make in /usr/ports/www/chromium reports pkg-static: Warning: Major OS version upgrade detected. Running "pkg-static install -f pkg" recommended but running pkg-static install -f pkg reports pkg-static: Warning: Major OS version upgrade detected. Running "pkg-static install -f pkg" recommended Updating FreeBSD repository catalogue... pkg-static: Repository FreeBSD load error: access repo file(/var/db/pkg/repo-FreeBSD.sqlite) failed: No such file or directory pkg-static: http://pkg.FreeBSD.org/FreeBSD:13:aarch64/latest/meta.txz: Not Found repository FreeBSD has no meta file, using default settings pkg-static: http://pkg.FreeBSD.org/FreeBSD:13:aarch64/latest/packagesite.txz: Not Found Unable to update repository FreeBSD Error updating repositories! Any suggestions appreciated! Thanks for reading, bob prohaska ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Can't run pkg-static install on rpi3 at r339840
Try pkg-static update first Sent from Yahoo Mail for iPhone On Monday, October 29, 2018, 11:20 AM, bob prohaska http://www.zefox.net> wrote: All of a sudden an attempt to run make in /usr/ports/www/chromium reports pkg-static: Warning: Major OS version upgrade detected. Running "pkg-static install -f pkg" recommended but running pkg-static install -f pkg reports pkg-static: Warning: Major OS version upgrade detected. Running "pkg-static install -f pkg" recommended Updating FreeBSD repository catalogue... pkg-static: Repository FreeBSD load error: access repo file(/var/db/pkg/repo-FreeBSD.sqlite) failed: No such file or directory pkg-static: http://pkg.FreeBSD.org/FreeBSD:13:aarch64/latest/meta.txz: Not Found repository FreeBSD has no meta file, using default settings pkg-static: http://pkg.FreeBSD.org/FreeBSD:13:aarch64/latest/packagesite.txz: Not Found Unable to update repository FreeBSD Error updating repositories! Any suggestions appreciated! Thanks for reading, bob prohaska ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Can't run pkg-static install on rpi3 at r339840
On Mon, Oct 29, 2018 at 07:35:38PM +, Nathan Owens via freebsd-ports wrote: > Try pkg-static update first > > > Alas, no luck. Same result as before. Running pkg -N reports ld-elf.so.1: /usr/local/lib/libcrypto.so.9: version OPENSSL_1_1_0 required by /usr/local/lib/libpkg.so.4 not defined, running pkg-static -N reports pkg-static: Warning: Major OS version upgrade detected. Running "pkg-static install -f pkg" recommended pkg-static: 511 packages installed So maybe this is fallout of the SSL update. It's unclear to me if the "Warning" message can simply be ignored. Make doesn't seem to stop. I'd be grateful for any pointers to a way out of this pickle. Thanks for reading, bob prohaska ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"