aboutsummaryrefslogtreecommitdiffstats
path: root/games/xmemory
Commit message (Collapse)AuthorAgeFilesLines
* games/xmemory: Fix build with Clang 6tobik2018-07-081-0/+1
| | | | http://beefy12.nyi.freebsd.org/data/head-amd64-default/p473790_s335878/logs/xmemory-3.7_3.log
* games/xmemory: unbreak with libc++ 3.9jbeich2017-02-012-1/+14
| | | | | | | | gif_image.C:61:7: error: assigning to 'char *' from incompatible type 'const char *' name = strrchr(filename,'/'); ^ ~~~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout
* - Simplify MASTER_SITESamdmi32014-12-033-16/+19
| | | | | | - Place data files into ${DATADIR} - Fix default font name - Simplify installation and plist
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Rename all 10,000 games/ patch-xy patches to reflect the files they modify.adamw2014-07-292-0/+0
|
* - Add stage supportdanilo2013-11-142-5/+4
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | games)
* Convert to USES=imakebapt2013-06-291-1/+1
| | | | | | | | While here: Trim headers Remove indefinite articles Mark as broken ports not building with gcc or clang Convert to optionsng
* . fix build with clang;bsam2013-06-122-8/+8
| | | | . trim Makefile headers.
* -remove MD5ohauer2011-07-031-1/+0
|
* Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-091-1/+2
| | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-3/+3
| | | | | | | | | | | | | | | - 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)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Add SHA256pav2005-11-251-0/+1
|
* Mail to maintainer is returned with:kris2004-06-151-1/+1
| | | | | | | | | | | ----- The following addresses had permanent fatal errors ----- <bsdport@ddm.wox.org> (reason: 550 <bsdport@ddm.wox.org>: User has moved to bsdport-nospam@... due to excessive spam +sent to the bs...are occasion when someone needs to send real mail they can re-send it. Sorry for +the inconvenience.) but repeated emails to the redirected account are not acknowledged. Reset maintainer.
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Fix build on -current (Build/link c++ code correctly)kris2002-09-081-4/+10
|
* Update maintainer's emaildwcjr2001-09-231-1/+1
| | | | Submitted by: maintainer
* 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 preceeding pkgname from some of the comments having one.hoek1999-08-301-1/+1
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* 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. :)
* Defined timefield as a time_t instead of a long for the Alpha.steve1999-06-231-0/+11
|
* Move manpages from pkg/PLIST to MAN* macro in Makefile.steve1998-09-282-2/+2
|
* Import xmemory port. xmemory is a multiplayer memory game.tg1998-02-126-0/+61
PR: 5678 Submitted by: Dave Chapeskie <dchapes@ddm.on.ca>