the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.
- USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
- Other minor changes to fix things
These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.
Submitted by: bento 4-exp USE_AUTO* cleanups
http://people.FreeBSD.org/~will/4-exp/http://bento.FreeBSD.org/errorlogs/4-exp-latest/
Remove USE_AUTOMAKE and but back explicit dependency to devel/automake.
These ports aren't intended to be configured by automake, which USE_AUTOMAKE
does automagically. Instead they are just using some files from
${LOCALBASE}/share/automake.
Screwed by: ade
Reported by: bento
since the QuakeForge project now makes regular snapshots available from their
home page.
All targets (X11, GLX and SDL) now using SDL library for sound output, since
buindled with QuakeForge OSS support only capable to work with mmap() enabled
sound drivers, while current FreeBSD driver doesn't support it properly yet.
PR: ports/18090
uses PKGNAME as part of the directory structure so the "pre" -> "p" change
screwed up a whole bunch of stuff.
Reported and reviewed by: Scott Allendorf <scott-allendorf@uiowa.edu>