Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
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 release fixes zillions of bugs (most notably, game saving/loading
now works). Also included is PNG support. There are too many little
changes to note, so see the ChangeLog for details.
|
|
I have no idea why make/gmake/? passes the Makefile's "GZIP"
variable in the environment, which makes gzip(1) freak out.
|
|
Pointed out by xtraeme@.
|
|
QuakeForge is a 3D graphics game engine based on id Software's legendary
Quake and QuakeWorld game engine. Its purpose? To improve the state of
the game by improving the engine and making it accessible to as many
people as possible.
It uses SDL, straight Xlib, or OpenGL.
|