Redirect stdout and stderr of the Alertmanager to its log file with
the daemon(8) -o flag instead of shell redirections. The reason for
this change is that shell redirections simply do not work in this case.
While here, remove an unnecessary env(1) invocation.
Approved by: portmgr blanket (runtime fix)
Fixes: df292e75ac
MFH: 2022Q1
Sponsored by: Ekco
Sponsored by: Klara Inc
- Use `www/yt-dlp' as drop-in replacement for youtube-dl
- Preserve remote modification time of downloaded files
- Amend CATEGORIES and run-time dependencies while here
Contrary to Windows, we use colons to separate directories in the
PATH environment variable; however, this code is still useless as
it does not affect ctypes.util.find_library() search logic.
Since libraries are opened during tun-time, LIB_DEPENDS should be
actually specified as RUN_DEPENDS here (this would also hopefully
prevent needless port revision bumps in the future).
FireDM is an open-source, multi-connection, graphical download manager
for YouTube and other streaming websites. Developed in Python using
Tkinter, libcurl, and yt-dlp (youtube_dl).
WWW: https://github.com/firedm/FireDM
Chiptune tracker compatible with DefleMask modules (.dmf).
* It supports the following systems:
o Sega Genesis
o Sega Master System
o Game Boy
o PC Engine
o NES
o Commodore 64
o Yamaha YM2151 (plus PCM)
o Neo Geo
o AY-3-8910 (ZX Spectrum, Atari ST, etc.)
o Microchip AY8930
o Philips SAA1099
o Amiga
o TIA (Atari 2600/7800)
The build fails on FreeBSD 12.3 due to undefined max_align_t:
In file included from test.cc:2:
In file included from /usr/local/include/jasper/jasper.h:78:
In file included from /usr/local/include/jasper/jas_init.h:73:
In file included from /usr/local/include/jasper/jas_malloc.h:81:
In file included from /usr/local/include/jasper/jas_thread.h:84:
In file included from /usr/include/c++/v1/stdlib.h💯
In file included from /usr/include/c++/v1/math.h:311:
In file included from /usr/include/c++/v1/type_traits:417:
/usr/include/c++/v1/cstddef:55:9: error: expected unqualified-id
using ::max_align_t;
^
Include cstddef to make it available.
PR: 262039
- Install the cronjob file in the correct location, so it is
automatically picked up by cron
- While here, use ETCDIR expansion in plist in place of static path
where appropriate
PR: 262294
Approved by: garga (maintainer)
Fixes: f3c2313c58 mail/dma: Implement cronjob to flush emails
After working on (and largely maintaining) our GCC ports for some
20 years, time has come to hand over the baton.
Sadly despite multiple requests nobody stepped up (even having waited
several months after relinquishing maintainership other gcc* ports),
so pass maintainership to toolchain@.