Can someone please have a look at a few PRs

2021-01-01 Thread Daniel Engberg

Hi,

I know it's easy to miss PRs so this is just a friendly reminder of a 
few PRs that I'd appreciate if someone could have a look at.


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245930 - 
security/py-openssl: Update to 19.1.0 (maintainer timeout, maintainer 
feedback ok)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250985 - 
multimedia/libaacs: Update to 0.11.0  (no maintainer)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250986 - 
multimedia/libbdplus: Makefile cleanup  (no maintainer)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250988 - 
multimedia/libbluray: Update to 1.2.1 (no maintainer)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251357 - 
textproc/utf8proc: Update to 2.6.1 (maintainer timeout)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251890 - 
multimedia/oscam: Update to latest commit 2020-11-19 (maintainer 
feedback ok)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251989 - 
net-mgmt/netdata: Update to 1.28.0 (no maintainer)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252112 - print/libotf: 
Don't use freetype-config (maintainer feedback ok)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252114 - 
graphics/libwmf: Update to 0.2.12 (no maintainer)


Happy new year 2021! :-)

Best regards,
Daniel
___
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: replacing ffserver?

2020-12-05 Thread Daniel Engberg

Hi,

Another solution that's lightweight and something that you might already 
use is actually nginx, you need to enable the RTMP (3rd party) module 
however.

https://github.com/ut0mt8/nginx-rtmp-module

There are countless of tutorials how to set this up with ffmpeg, just 
use Google


Best regards,
Daniel
___
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: Reminder: freedb.org (CDDB) has shut down

2020-07-02 Thread Daniel Engberg

Hi,

I think it might be worth considering using freedb.dbpoweramp.com which
common software such as dbpoweramp and foobar200 uses and/or recommends.
It's also recommended on Hydrogenaudio forums:
https://hydrogenaud.io/index.php?topic=119006.msg981467#msg981467

In general one might want look into something that uses Musicbrainz as
it's considered to be better overall as far as I can tell.

Without any intention of hijacking the thread, has anyone looked at
porting Whipper to *BSD? https://github.com/whipper-team/whipper

Best regards,
Daniel
___
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"


Add LTO option (Link Time Optimization) as USES macro?

2019-10-04 Thread Daniel Engberg

Hi,

I apologize beforehand if this topic has been discussioned earlier but I 
couldn't find anything related topic looking at the archive.


I've noticed that several ports have "support" added for lto either by 
manually implementing it in the Makefile or it gets silently enabled by 
default. Would be a bad idea to implement it as a USES macro with 
arguments that adds lto as an option and leaves it off by default unless 
set otherwise in the Makefile?


Example:

USES= LTO

Would add toggle using helpers that passes --enable-lto/--disable-lto if 
GNU_CONFIGURE is defined, -DENABLE_LTO:BOOL=true if USES= cmake is 
defined and so on


Possible arguments:

cflags  - if upstream doesn't provide a way to enable lto
arch/archs (amd64 etc)  - Add it only for specific archs
on  - Enabled it by default

Best regards,
Daniel
___
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"