FreeBSD-SA-03:08.realpath: not fixed.
Mark DEPRECATED, it's no longer needed by any FreeBSD port (no
EXPIRATION_DATE set).
Noticed by: Marius Strobl <marius@alchemy.franken.de>
FreeBSD-SA-03:08.realpath: xdr isn't fixed, and the realpath lib isn't
available precompiled (at least we haven't found one).
Submitted by: Marius Strobl <marius@alchemy.franken.de>
the distfile was renamed (only the EXTRACT_SUFX changed and it still has
the same content and checksum).
- Some cleanup, no longer chmod(8) the distfile in DISTDIR executable
without reason and add a do-build target to brandelf(1) the binaries
instead of doing this in the do-install target so that the binaries in
WRKDIR actually can be used after a `make all` run.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
controlling terminal. [1]
- Make the avq script check if it's ran by the avmilter user in addition
to uid == 0. This enables `avq --remove` to be run via a script and the
ExternalProgram option in order to automatically delete the rejected
messages. [2]
- Install a script avqrm which serves this purpose, i.e. executes
`avq --remove` and can be run via ExternalProgram.
- Make the avq script not print the contents of the queue when option
'--remove' is given, this greatly improves speed and otherwise it's not
really suitable to be called on every rejected message. Fix some typos.
- Fix pkg-plist by adding antivirupdater.
Requested by: ache [1], [2]
Submitted by: maintainer
When building audio/mbrolavox on bento, it doesn't do
anything usefull because it there are no voices selected.
Furthermore, the fetch stage tries to download each file
from each subdirectory, which is inefficient.
See also
http://bento.freebsd.org/errorlogs/i386-4-exp-latest/mbrolavox-3.0.1.log
PR: ports/61500
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
used in 20 minutes, as well as directories listed as 'in use' that have not been touched
in 24 hours (corresponding to port builds that have timed out or shut down uncleanly)
and prunes them to reclaim space. This is intended to be run as a cron job.
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis <edwin@mavetju.org>
In the current state of the port Makefile and pkg-plist are not
in sync. Makefile obeys NOPORTDOCS, but pkg-plist would enlist
not installed files anyway breaking packaging when NOPORTDOCS
is set.
PR: ports/62587
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>