aboutsummaryrefslogtreecommitdiffstats
path: root/games/sol
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.0.8ehaupt2017-05-133-18/+22
| | | | - Add LICENSE
* Reset edwin's ports, he has handed in his commit bit.rene2016-11-171-1/+1
| | | | With hat: portmgr-secretary
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* - Allow staging as a regular userantoine2015-05-042-20/+5
| | | | - Cleanup plist
* Rename all 10,000 games/ patch-xy patches to reflect the files they modify.adamw2014-07-292-1/+1
|
* s/.post//adamw2014-07-041-1/+1
|
* Remove NOPORTDOCS.adamw2014-07-041-3/+1
|
* Convert GMAKE to MAKE_CMDbapt2014-06-251-1/+1
| | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
* Fix stagingedwin2014-05-142-20/+18
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | games)
* -remove MD5ohauer2011-07-031-1/+0
|
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-1/+1
| | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-4/+4
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-2/+2
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Unbelievable Mike, it works with USE_X_PREFIX removededwin2006-07-141-1/+0
|
* - Update CONFLICTSpav2006-05-281-1/+1
|
* Add SHA256 checksums to the distinfo files.edwin2005-11-091-0/+1
|
* Fix build. Luckily the only pre-build result we really need is readme.var.obrien2005-07-171-5/+1
| | | | | The build was broken because the pre-build target didn't pass a proper environment to 'gmake depends'.
* BROKEN on 5.x: Does not compilekris2004-09-261-1/+7
| | | | Approved by: portmgr (self)
* Add size data.trevor2004-03-181-0/+1
| | | | Approved by: maintainers
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* add CONFLICTS lineedwin2003-10-101-0/+2
| | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Typo in pkg-descredwin2003-08-041-3/+3
| | | | Submitted by: Matthew Luckie <mjl@luckie.org.nz>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Upgrade to 1.0.7.obraun2002-08-263-10/+13
| | | | | | | | Pass maintainership to submitter. PR: ports/42017 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: dwcjr (mentor)
* - PORTDOCS policepat2001-12-241-3/+3
| | | | | - DOCSDIR support to some - Brush out some lint
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* - Update MASTER_SITES and WWW: line of pkg/DESCRalex2000-07-163-20/+53
| | | | | | | - Support CC/CFLAGS/PREFIX/LOCALBASE/X11BASE/etc properly PR: 19757 Submitted by: Ports Fury
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionasami2000-04-141-2/+2
| | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tkris2000-03-291-1/+1
| | | | | | have time to maintain them. Approved by: andy
* Install setgid games, not setugid games:gameskris2000-03-091-3/+3
| | | | Not responding to emails: Maintainer
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-6/+6
| | | | chown -> ${CHOWN}
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-271-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Fix build for Alpha.steve1999-05-311-3/+17
|
* (Null Cowit Mewwage)hoek1999-05-031-1/+1
|
* Solitaire card game for X Window System.taoka1999-05-016-0/+73
PR: 11379 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>