aboutsummaryrefslogtreecommitdiff
path: root/games/xmulti
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Mark as broken on aarch64.Mark Linimon2016-11-281-0/+2
| | | | Notes: svn path=/head/; revision=427294
* Rename all files containing a : in their filename.Mathieu Arnold2016-06-175-16/+16
| | | | | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight Notes: svn path=/head/; revision=417041
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-223-9/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* - Fix DOCSDIRDmitry Marakasov2014-12-062-6/+2
| | | | | | | | - Don't use INSTALL_MAN for plaintext docs - Drop @dirrm* from plist Notes: svn path=/head/; revision=374090
* Rename all 10,000 games/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-282-4/+0
| | | | Notes: svn path=/head/; revision=363239
* 1: Stagify.Vanilla I. Shu2014-06-082-9/+5
| | | | | | | 2: due pkg-plist changed, bump version. Notes: svn path=/head/; revision=356971
* Reset more maintainers:Antoine Brodin2014-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <yar@FreeBSD.org>: host hub.freebsd.org[8.8.178.136] said: 550 5.1.1 <yar@FreeBSD.org>: Recipient address rejected: User unknown in local <rud@cs.uni-magdeburg.de>: host mail.cs.uni-magdeburg.de[141.44.21.48] said: 550 5.1.1 <rud@cs.uni-magdeburg.de>... User unknown (in reply to RCPT TO <stefan@fh-mainz.de>: host srv-eml-pmva-02.fh-mainz.de[143.93.114.189] said: 550 5.1.1 <stefan@fh-mainz.de>: Recipient address rejected: undeliverable <ocaml-ounit-port@kotka.de>: host kotka.de[62.75.247.120] said: 550 5.1.1 <ocaml-ounit-port@kotka.de>: Recipient address rejected: User unknown in <toru@tenchi.ne.jp>: host tuna.tenchi.ne.jp[49.212.63.105] said: 550 5.1.1 <toru@tenchi.ne.jp>... User unknown (in reply to RCPT TO command) <nehe@cruzinternet.com>: host inbound.platinum.ca[69.31.192.27] said: 550 cuda_nsu User [nehe@cruzinternet.com] does not exist (in reply to RCPT TO <ports@emorific.com>: Host or domain name not found. Name service error for name=emorific.com type=AAAA: Host not found <ubique@peterhost.ru>: host mx.mail.corp.hostcomm.ru[89.111.166.49] said: 550 Sorry, no mailbox here by that name (in reply to RCPT TO command) <ports@brandon.dvalentine.com>: host ASPMX.L.GOOGLE.com[2607:f8b0:400c:c01::1a] said: 550-5.1.1 The email account that you tried to reach does not exist. With hat: portmgr Notes: svn path=/head/; revision=353594
* Remove trailing whitespaces from category gamesEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345410
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* 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
* Convert to USES=imakeBaptiste Daroussin2013-06-281-8/+6
| | | | | | | | | | | 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
* - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with srcMartin Wilke2009-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: ports/136065 ports/127469 Submitted by: N.J. Mann <njm@njm.me.uk> and Aldis Berjoza <killasmurf86@gmail.com> - Early identify port CONFLICTS PR: 137855 Submitted by: Piotr Smyrak <smyru@heron.pl> - Add --no-same-permissions to the EXTRACT_AFTER_ARGS command. Tijl Coosemans has been reported an issue that when root is extracting from the tarball, and the tarball contains world writable files (sysutils/policykit as an example), there is a chance that the files gets changed by malicious third parties right after the extraction, which makes it possible to inject code into the package thus compromise the system. Submitted by: Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@) - Fix some whitespaces Tested with: exp-run Notes: svn path=/head/; revision=246839
* Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov2009-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) Notes: svn path=/head/; revision=235506
* - use DOCSDIR macroIon-Mihai Tetcu2008-11-172-8/+9
| | | | | | | | | | | - fix plist for -DNOPORTDOCS - bump PORTREVISION Approved by: maintainer timeout on QAT BotMail Prompted by: QAT QA run Notes: svn path=/head/; revision=222982
* - 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
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154152
* Fix build with gcc-3.4Kirill Ponomarev2004-08-223-0/+42
| | | | Notes: svn path=/head/; revision=117038
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Update WWW.Jun Kuriyama2003-04-241-1/+1
| | | | | | | | Submitted by: MA, Dunzi <tadalunch@sources.redhat.com> PR: ports/48330 Notes: svn path=/head/; revision=79551
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* Fix build error on 5-current.Motoyuki Konno2002-10-151-0/+12
| | | | Notes: svn path=/head/; revision=68084
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionSatoshi Asami2000-04-141-4/+3
| | | | | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles. Notes: svn path=/head/; revision=27515
* Use byacc instead of bison.Satoshi Asami2000-01-191-0/+9
| | | | Notes: svn path=/head/; revision=24848
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* 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
* Change MASTER_SITESSeiichirou Hiraoka1999-06-101-4/+4
| | | | | | | | Change Maintainer's E-Mail Address Submitted by: maintainer Notes: svn path=/head/; revision=19394
* (Null Cowit Mewwage)Tim Vanderhoek1999-05-021-2/+1
| | | | Notes: svn path=/head/; revision=18348
* reImport xmulti.Seiichirou Hiraoka1998-11-246-0/+136
a X11 mascot based on gal-game "To Heart" This was registered in ports/deskutils/xmulti. But CATEGORIES was wrong. Notes: svn path=/head/; revision=14860