* Added upstream configure switches for DCC
* Remove gmake
* Fixed portlint items
* Install stripped
Currently, this port is out of compliance with FreeBSD porting standards
and is in desperate need to be modernized. @cwd is depricated, and will
be removed in the future. The ALT_HOME Option will also need to be
removed or reworked which changes the home directory to /var/dcc.
Libmilter nolonger depends on sendmail and various comments will also be
updated to match current FreeBSD porting practices.
PR: 216799
Submitted by: Vernon Schryver <vjs@rhyolite.com>
Reviewed by: matthew (mentor)
Approved by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11207
currently automatically enabled when sndio is available in the build
environment.
- Add a OSS default option, so that the OSS backend can be turned off
if desired.
- Since there are a lot of audio backend options, group them to make
the config dialog more readable.
- USES=localbase:ldflags
PR: 219998
Approved by: mat (mentor), Dan Nelson <dnelson@allantgroup.com> (maintainer)
Differential Revision: https://reviews.freebsd.org/D11227
- When shutdown, the correct behavior is to send SIGHUP.
- When PID of the gw6c process greater than 65536, it can not perform
timeout ping check correctly, due to echo_id in icmp_hdr is declared as
uint16_t.
- Mute dmesg noise "nd6_dad_timer: cancel DAD on tun0 because of
ND6_IFF_IFDISABLED."
PR: 211425
Submitted by: clive
- Use LLD linker by default on i386 and amd64
- Put in correct place MAKE_ENV+= V=1 variable
- Get rid of multiple definition errors
- Fix warning in gpu_config_gpu_info_collector.cc
- Check compiler option
- Cosmetic changes
- Bump PORTREVISION
- Bump PORTREVISION
Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'lib/libxul/sdk/bin/xpidl.py'
Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'lib/libxul/sdk/bin/xpt.py'
PR: 219533
Submitted by: cpm
Approved by: jbeich (gecko)
* Supported game variants: Classic, Duo, Trigon, Junior, Nexos,
GembloQ, Callisto
* Strong Blokus engine with 9 different playing levels
* Player rating by playing rated games against the computer
* Game analysis function
* Save and load games in Smart Game Format including comments and
move variations
* Source code is available under the GNU General Public License
* System requirements: 1 GB RAM, 1 GHz CPU (4 GB RAM, 2.5 GHz
dual-core or faster CPU recommended for playing level 9)
WWW: https://pentobi.sourceforge.io/
Mupen64Plus-Qt is a basic launcher for the mupen64plus-ui-console frontend. It
was adapted from CEN64-Qt to work with Mupen64Plus.
See the README at https://www.github.com/dh4/mupen64plus-qt for a detailed
description of its features and usage.
WWW: https://www.github.com/dh4/mupen64plus-qt
PR: 203642
Sumitted by: Dan <dan465@mail.com> (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11198
Requested by: Juho Kerola
Fmtconv is a format-conversion plug-in for the Vapoursynth video
processing engine.
It does:
* Resizing.
* Bitdepth conversion with dithering.
* Colorspace conversion (matrix, transfer characteristics and chromatic adaptation).
It supports:
* Pixel data types: 8-–12-, 14- and 16-bit integer, 32-bit float.
* Colorspaces: RGB, Y, YUV in 4:4:4, 4:2:2, 4:2:0, 4:1:1 and YCgCo with the same chroma subsampling factors.
* Progressive and interlaced content.
Fmtconv is focussed primarily on quality and exactness rather than
execution speed. This does not mean it is slow or unoptimized, but
fmtconv is clearly not on par with the fastest equivalent 8-bit
filters.
https://github.com/EleonoreMizo/fmtconv