Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Changes:
* Pluggable sound driver architecture, sound output drivers configurable
at runtime: oss, alsa, ao, sdl, solaris.
* Fixed joystick when using softx video refresher.
* ALSA and libao sound drivers added -- configurable at compile time.
* Updates to fix compile errors with gcc 3.3.
|
|
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
|
|
|
This is a port of the GPL'd Quake 2 source maintained by the Quake Forge
team. They're patching it with an eye towards portability and bug fixes,
and in the future, feature enhancments.
Note that to actually USE this package you will need to obtain a copy of
the original Quake 2 from id Software.
|