Commit graph

6 commits

Author SHA1 Message Date
dholland
6bf7e37a58 Make this work. Add a distfile jumbo patch doing the following:
- use standard headers
   - don't use perror, don't use sprintf
   - fix time handling issues
   - compile in paths so the data can be installed (from patch-ab)
   - fix name conflict with libc
   - avoid undefined behavior
   - avoid implicit int for clang
   - declare own functions, sprinkle const and static, and fix
     signedness to get a clean build (except for one remaining issue
     where it's not clear what to do)
   - remove unused elements detected by gcc
   - fix some problems detected by gcc
   - fix a startup crash
   - modernize the makefile

Also, don't install the raw image bitmap data and the scripts to digest
it; install only the digested form, as that's all that's used at runtime.
2016-12-11 01:10:26 +00:00
joerg
b63e847157 DESTDIR support 2010-01-29 20:26:04 +00:00
rillig
eae7d6236f Fixed the ownership of the installed files. Now the package can be
installed as unprivileged user.
2006-10-22 01:06:27 +00:00
garbled
2896fa8483 Remove a ton of cruft relating to ELF building of pkgs. The trick I had
previously used with OBJECT_FMT is not necc. with the revelation that
-Wl,-R works.  Also fixed alot of PREFIX -> X11BASE typos.
1998-08-27 14:06:07 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
frueauf
f32e73bee1 Initial addition of finalbattle-0.0, a multiplayer space battle simulation
for X. Fixes pr 5853 by Tim Rightnour.
1998-07-26 22:06:10 +00:00