may be picked up by autoconfigure scripts and even used at runtime.
Found by brynet@ when building archivers/libarchive. People agree
(at least brynet@, zhuk@, nadd6@ iirc), the only bikeshed was wether
to remote the #defines completely, used #ifdef __linux__ or #ifndef
__OpenBSD__. I choose the latter for now, because I think i've seen
some consumers of this port where some non-linux systems apparently
*do* support the same ioctls.
when you have a PKG_ARCH=* port and, to avoid WANTLIBs (coming from
MODULES, for example) getting in package, specify WANTLIB-= (empty),
portcheck misses this and still warns about non-empty WANTLIB.
The fix to be comitted separately in the next commit.
PDFiD is not a PDF parser, but it will scan a file to look for certain PDF
keywords, allowing you to identify PDF documents that contain (for example)
JavaScript or execute an action when opened. PDFiD will also handle name
obfuscation.
A typical stereo recording is made for reproduction on loudspeakers. That is,
the stereo mix is often made with the assumption that sound from one channel
will be heard in both ears. This is not usually the case with headphone
reproduction. The Bauer stereophonic-to-binaural DSP (bs2b) is designed to
improve headphone listening of stereo audio recordings by reproducing this
effect: some of the sound from each channel also goes to the opposite ear,
arriving a short time later (as extra distance is travelled), with a bit of
high frequency roll-off for the shadowing effect of the head, and additional
time delay for low frequencies than high frequencies.
Please note that the passive to active fallback was removed.
To force active ftp, use --no-passive-ftp.
ok jung@ sthen@ (who noticed that a patch needed to be regen, thx!) jca@