- 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
... while talking to relay.mail.jippii.net.:
>>> DATA
<<< 550 <kaipila@ion.sci.fi>: Recipient address rejected: Remote host has been
unavailable for too long
550 5.1.1 kaipila@ion.sci.fi... User unknown
<<< 554 Error: no valid recipients
[...]
Final-Recipient: RFC822; anttik@iki.fi
X-Actual-Recipient: RFC822; kaipila@ion.sci.fi
Action: failed
Status: 5.1.1
Remote-MTA: DNS; relay.mail.jippii.net
Diagnostic-Code: SMTP; 550 <kaipila@ion.sci.fi>: Recipient address rejected:
Remote host has been unavailable for too long
[...]
1) Avoid becoming confused about the current state of "pause" when
rewinding/forwarding to the prev/next track.
2) Use capital 'E' instead of lower 'e' for Eject. The 'e' button
is too close to the 'r' button and accidentally ejecting when you're
trying to rewind is really annoying.
3) When multiple subsequent r)ewind or f)orward operations are used
before the ioctl() from an earlier r)ewind or f)orward has returned,
perform the delayed 'r' and 'f' operations all at once rather than
individually (and serially). This avoids a buffer overflow crash
that could occur and also makes the 'r' and 'f' controls much more
usable
Update PORTREVISION for these improvements.
${CFLAGS}. Heck, why not go all the way and respect ${PREFIX},
too (respect now added). As an intentional side-effect, these
patches also prevent the pause function from blasting the listener's
ears off (the way cdcontrol currently does (and cdplay used to)).