- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
When generating mono .WAV files from a CD, dagrab generates an
incorrect RIFF header and the last (partial) block is saved in
stereo rather than mono. Also no error checking is performed
on writes in mono mode.
The problem in the header is that the total chunk size (Rlen)
is not adjusted for mono data and always contains the size
assuming stereo data.
For the last (partial) block, there is no test whether the
data is being saved as mono or stereo - the block is always
written in stereo mode.
Bump PORTREVISION
PR: ports/42975
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>