aboutsummaryrefslogtreecommitdiff
path: root/games/xpat2
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Modernize plistDmitry Marakasov2015-06-083-35/+7
| | | | Notes: svn path=/head/; revision=388823
* Support STAGEDIR.Vanilla I. Shu2014-08-286-218/+277
| | | | | | | | PR: ports/193038 Submitted by: Ports Fury. Notes: svn path=/head/; revision=366376
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - unbreak on currentMartin Wilke2013-07-1812-27/+242
| | | | | | | PR: 179582 Notes: svn path=/head/; revision=323209
* Convert to USES=imakeBaptiste Daroussin2013-06-281-7/+3
| | | | | | | | | | | While here: Trim headers Remove indefinite articles Mark as broken ports not building with gcc or clang Convert to optionsng Notes: svn path=/head/; revision=321991
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-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). Notes: svn path=/head/; revision=226727
* Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).Florent Thoumie2008-07-221-1/+1
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=217310
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Reset mph due to no response to email about status, and maintainer-timeouts.Mark Linimon2006-04-151-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=159556
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154152
* Correct plist.Matthew Hunt2004-12-261-0/+21
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=125238
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Correct manpage packaging problem.Matthew Hunt2002-08-052-5/+10
| | | | | | | | PR: ports/41095 Submitted by: Adam Weinberger <adam@vectors.cx> Notes: svn path=/head/; revision=64078
* BROKEN: Does not package correctly (html manpage fallout from XFree86-4)Kris Kennaway2002-05-181-0/+2
| | | | Notes: svn path=/head/; revision=59358
* Upgrade to 1.07.Matthew Hunt2001-03-125-228/+220
| | | | | | | Fix bento build errors (USE_IMAKE). Notes: svn path=/head/; revision=39695
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=31272
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionSatoshi Asami2000-04-141-2/+2
| | | | | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles. Notes: svn path=/head/; revision=27515
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* chmod -> ${CHMOD}Michael Haro1999-08-221-4/+4
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Portlint.Matthew Hunt1999-06-071-3/+2
| | | | Notes: svn path=/head/; revision=19296
* Fix distfile fennerage by upgrading to 1.06.Matthew Hunt1999-06-074-37/+79
| | | | Notes: svn path=/head/; revision=19295
* Depends on xpm.Satoshi Asami1998-11-291-1/+3
| | | | Notes: svn path=/head/; revision=14948
* Remove manpages defined in MAN? macros in games' Makefiles.Satoshi Asami1998-08-131-1/+0
| | | | Notes: svn path=/head/; revision=12487
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* "mph@pobox.com" --> "mph@freebsd.org" in ports that I maintain.Matthew Hunt1998-04-171-2/+2
| | | | Notes: svn path=/head/; revision=10549
* Change xpat2 to be sgid games instead of suid games. In addition toMasafumi Max NAKANE1997-09-071-3/+4
| | | | | | | | | | | plugging any unknown security holes that might be present, this changes allows ~/.Xauthority authentication to work as expected. PR: 4479 Submitted by: the port maintainer Notes: svn path=/head/; revision=7795
* Fix XPMINCLUDE, as XFree86-3.3's INCDIR doesn't include the trailingSatoshi Asami1997-06-191-5/+13
| | | | | | | | | | "X11" anymore. By the way, if you see how this patch changed, you'll know why I hate context diffs -- it would have been much easier to fix the patch (I could have just hand-edited one line) if it were a unified diff.... Notes: svn path=/head/; revision=7002
* Distfile moved on master site.Bill Fenner1997-05-291-2/+2
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=6612
* Import of the xpat2 port. xpat2 is a collection of solitaireThomas Gellekum1997-03-066-0/+207
card games with very well designed cards. Closes PR #2887. Submitted by: Matthew Hunt <mph@pobox.com> Notes: svn path=/head/; revision=5886