summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2001-12-20Update for new homepage/distribution site.simonb1-3/+3
2001-12-19Remove a MASTER_SITE which does not contain the file anymore.wiz1-3/+2
2001-12-19Copy defaults file from correct location when starting "craft" on systemstron3-10/+12
where "xpkwedge" is installed. Fixes PR pkg/14861 by Robert Elz.
2001-12-19Fix RCS Ids.tron5-9/+13
2001-12-19Remove useless "CFLAGS" definition which should't have been committed.tron1-2/+1
2001-12-19Make this package build on systems with XFree86 3.3.x and the "xpkwedge"tron3-10/+19
package installed. This fixes PR pkg/14923 by Robert Elz.
2001-12-15Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the externalagc3-6/+6
references of the pkglint package. _PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages which would like to refer to other packages in the build tree. It should not be set by users, but neither should it stop a user from building a package if it is defined, so make it obvious that this is the case.
2001-12-14Fixes for the stricter checking with the new toolchain, providedmartin3-1/+70
by Robert Elz in pkg/14911 (slightly modified by me).
2001-12-12Use PKGLOCALEDIR instead of hardwired "share".wiz1-32/+32
2001-12-12Use PKGLOCALEDIR instead of local hack, use ncurses and gettext-libwiz3-25/+10
buildlink.mks instead of USE_CURSES and USE_LIBINTL. XXX: guile needs to be buildlinkified before this package can be strongly buildlinked.
2001-12-11Fix compilation problem with gcc 2.95.3 reported in pkg/14908.wiz2-1/+15
2001-12-11Data files are not installed into X11BASE, but into PREFIX.wiz2-5/+5
Problem reported by Robert Elz in pkg/14859, including patch.
2001-12-11Fix compilation with gcc 2.95.3 (fix an error, and silence two warningswiz2-1/+25
while we're here). Reported by Robert Elz in pkg/14834, solved nearly according to his suggestions.
2001-12-08Do some of the modification suggested by David Griffith in pkg/14061.kristerw1-4/+2
2001-12-08Remove old comment that the distfile has not reached the mirrors yet.kristerw1-3/+3
Add comment that the maintainer has asked us to use the mirrors instead of the master site.
2001-12-07Fix compilation with gcc 2.95.3. Problem report and patch by Robert Elzwiz2-5/+23
from pkg/14860.
2001-12-06Look for the score directory in /var/games/xmris instead of hardcoding intojlam3-5/+8
${X11BASE}/share/xmris. /var/games is where score files should go, and this now works properly with xpkgwedge.
2001-12-05s/root/${ROOT_USER}/g, now that the definition appears in theagc5-13/+13
defs.${OPSYS}.mk files.
2001-12-05Strongly buildlink'ify by including x11.buildlink.mk.jlam1-1/+2
2001-12-05Strongly buildlink'ify, and use INSTALL_* variables instead of private wayjlam3-28/+77
of installing files into ${PREFIX}.
2001-12-05Strongly buildlink'ify.jlam3-16/+27
2001-12-04By default, prevent invocation of GNU "auto*" driven by the generatedjlam1-2/+1
Makefiles during the build process by touching various auto{conf,make} source files to make them up-to-date. Packages that require regenerating the configure script and Makefile.in files should make the appropriate calls to auto{conf,make} in a pre-configure target. This allows the various targets listed in ${_CONFIG_PREREQ} to modify the generated files without triggering the GNU auto* tools and having the modifications be overwritten.
2001-12-03Update to KDE 2.2.2skrll4-10/+10
Closes pkg/14728 from Mark Davies <mark@mcs.vuw.ac.nz>. Changes from him with updates from myself. From www.kde.org... The principal improvements over KDE 2.2.1, release two months ago, include: o security-related - SSL certificate loading - symlink vulnerability in .wmrc access by KDM introduced in 2.2 - security problem with eFax (used by klprfax) - potential problem in PAM invocation by KDM - potential harmful side-effect of failed KDM session starts o new features - added support for CodeWeavers' CrossOver plug-in (provides support for QuickTime, etc.) - added support for the wheelmouse for scrolling through the KGhostview PS/PDF viewer component - ability to search for multiple patterns at a time in the file search dialog - debugging multi-threaded applications with KDevelop o improvements/fixes - handling of HTTP links that redirect to FTP - POST using SSL through a proxy and sending headers through proxies - saving of recently-selected files in the file dialog - handling of non-ASCII characters over SMB - toolbar button captions with certain styles - selecting items with the mouse in Konqueror - sorting in Konqueror's textview - saving current settings as a theme in the theme manager - crashes in KMail with certain mails - crash on invoking the KDM chooser - non-Latin languages with KDevelop performance - icon loading optimized - file dialog speedups - stop spinning SMB client processes - handling of large files in Kate
2001-12-02This isn't really a package distributed with KDE2, so don't usejlam1-2/+6
Makefile.kde2. We copy the few settings that we use from Makefile.kde. We also ensure that this package sets USE_BUILDLINK_ONLY.
2001-12-02bsd.pkg.install.mk calls the INSTALL script at the right timesjlam2-6/+2
automatically, so no need to do it ourselves.
2001-11-29A dependency on automake implies a dependency on autoconf; there's no needjlam3-6/+3
to list them both when we listing just automake will do.
2001-11-29Buildlinkify.jlam1-2/+2
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf7-14/+18
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-28BUildlinkify. Also clean up this package, but using the proper variablesjlam2-11/+13
to tweak the install, and a few other cosmetic changes. Lastly, sort the PLIST.
2001-11-28Buildlinkify, and use REPLACE_PERL instead of hard-coding perl path asjlam7-54/+20
"/usr/pkg/bin/perl".
2001-11-19Use the general INSTALL/DEINSTALL scripts instead of the homegrown ones.jlam3-133/+5
2001-11-19Use general INSTALL/DEINSTALL scripts instead of homegrown ones.jlam3-51/+11
2001-11-16Change MASTER_SITES and HOMEPAGE as suggested in pkg/14607 by Davidjlam1-3/+6
Griffith <dgriffi@cs.csubak.edu>.
2001-11-14Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with aagc1-5/+3
single instance of ${PAX}.
2001-11-13Note addition of games/knights.jlam1-1/+2
2001-11-13games/knights - chess interface for KDEjlam5-0/+77
Knights is a graphical chess interface to various chess engines and is designed to work with KDE2. It has features geared toward novice players, such as "previews": when you right click on a piece, Knights will show you where that piece can move, and where it can attack. Future releases of Knights will include tutorials which teach everything from piece movement to advanced endgame strategy.
2001-11-13* Strongly buildlinkify.jlam2-13/+19
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
2001-11-11Apply a patch from Tim Mann's chess site that fixes the following problem:jlam4-16/+26
The "edit" function is not implemented in GNU Chess 5.00. This means that XBoard's "Edit Position" feature will not work with it. Loading a position from a file, loading a PGN game that starts from a nonstandard position, or playing an ICS wild game in Zippy mode, etc., will also not work. Also fix the gnuchessx script to accept options and to pass them through to the gnuchess binary. Bump package version number to 5.00nb2.
2001-11-11Adjust format a bit:hubertf1-0/+5
* 75 * '=' * RCS ID * blank line * message text * optional blank line * 75 * '='
2001-11-01Move pkg/ files into package's toplevel directoryzuntum31-30/+22
2001-11-01Move pkg/ files into package's toplevel directoryzuntum318-209/+217
2001-10-28Note addition of bridge-hands-2.0 in games/bridge-hands.jlam1-1/+2
2001-10-28games/bridge-hands:jlam4-0/+36
generate hands for duplicate bridge Hands is a program to generate bridge hands for a duplicate game. The program writes output to the terminal ("Standard out") which may be redirected to a file or a printer. The output is suitable for printing on 8 1/2 x 11 inch pages using any fixed-pitch font at 12 characters per inch, such as 10-point Courier, or for redirection to any Postcript printer or compatible interpreter.
2001-10-26It would appear that this package has a silent dependency on theagc3-2/+19
dmalloc package, so add a dependency on the same, and add build glue so that the random_maps and common directories get built properly.
2001-10-26The post-patch script did the same job, at the same time, as the neweragc2-16/+9
REPLACE_PERL definition does, so convert this package to use REPLACE_PERL. Remove now unnecessary post-patch script.
2001-10-26The post-patch script was doing the same job that the REPLACE_PERLagc2-15/+3
definition does, so use REPLACE_PERL instead of a custom script.
2001-10-25Use the definitive homepage.jlam1-2/+2
2001-10-25Note addition of games/sjeng.jlam1-1/+2
2001-10-25games/sjeng - engine for chess variations (bughouse, suicide, etc.)jlam8-0/+213
Sjeng is an attempt to create a bughouse- and crazyhouse-playing program that can attain a level comparable to what the best human players are capable of. Sjeng also can play standard, suicide, giveaway and losers chess.
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam16-32/+32
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.