summaryrefslogtreecommitdiff
path: root/games/xarchon
AgeCommit message (Collapse)AuthorFilesLines
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-3/+3
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-3/+4
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-3/+3
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-3/+3
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-10Work out in which directory xpm and gtk are installed as part of theagc1-6/+3
shell command, rather than as a make(1) preprocessor-like directive. Pointed out by Thomas Klausner.
2000-07-10Hardcoding X11PREFIX into package Makefiles forces the user to installagc1-3/+6
xpkgwedge once, before any other packages have been installed, and never to delete it. This change finds the prefix of the installed pre-req package using pkg_info(1), and allows packages to be found in ${X11BASE} and ${LOCALBASE}, not just ${X11PREFIX} - from mail from Dave Sainty <dave@dtsp.co.nz>, munged slightly by myself.
2000-06-30Make this package xpkgwedge-safe by using the new X11PREFIX definitionagc1-3/+3
in preference to X11BASE when trying to find the installed location of X11 libraries, programs and headers (which will change if xpkgwedge is installed). [X11BASE reflects the location of the X11 libs, headers and programs. X11PREFIX reflects the installed location of X11 packages.]
2000-02-06updated xarchon to 0.50. From the ChangeLog:wiz2-4/+4
* Version 0.50 (December 3, 1999) - Fixed a small problem that would cause compilation errors for systems without a joystick. - If an imprisoned creature was defeated by another creature, the winning creature would become imprisoned itself. Fixed. - Healing an empty cell no longer crashes the game. - Robert Paige Rendell <rendell@cs.monash.edu.au> brought to my attention the fact that the manpage is missing the information regarding how to win the game. It's there now. - He also fixed a bug in the computer's spell selection logic regarding the imprisonment of the very last opposing creature (in order to win the game). - And last but not least, he is responsible for the mouse support, new in this version. * Version 0.45 (October 12, 1999) - Fixed the bug that would occasionally cause a projectile weapon to miss its target player. - Added a new window with tips about getting started with the game. * Version 0.44 (October 6, 1999) - Incorporated some joystick code, which was sent to me by Eric Sharkey <sharkey@ale.physics.sunysb.edu>.
1999-10-29Update to V0.43. It now uses "ls -l" instead of GNU find now, andhubertf5-46/+5
the computer should play a little better.
1999-10-27use glib-config to find headers, whereever they are hidden.hubertf3-8/+6
1999-10-27Mark packages as broken, where necessary.agc1-1/+9
1999-10-22Use wildcard dependences for "gtk+" and "esound" packages and removetron1-4/+3
redundant dependence for "glib" package.
1999-10-15Mmm, eating up more disk space.hubertf1-5/+5
1999-10-14add alternate downloadhubertf1-2/+3
1999-10-14Chess-like strategy game with battle optionshubertf9-0/+613