summaryrefslogtreecommitdiff
path: root/games/crossfire-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - don't clobber any given LDFLAGSDirk Meyer2003-09-011-2/+2
| | | | | | | resolves conflitcs with bsd.openssl.mk Notes: svn path=/head/; revision=88233
* Update to 1.5.0.Eric Anholt2003-05-073-1022/+1752
| | | | | | | | PR: ports/51854 Submitted by: Ports Fury Notes: svn path=/head/; revision=80329
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75954
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-1/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* upgrade to 1.4.0Ying-Chieh Liao2002-11-064-31/+225
| | | | | | | | PR: 44970 Submitted by: Ports Fury Notes: svn path=/head/; revision=69603
* Update to version 1.3.0Dmitry Sivachenko2002-07-153-174/+116
| | | | | | | | PR: 40622 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=63031
* - Repocopy and move games/crossfire to games/crossfire-serverPatrick Li2002-03-0815-2472/+1997
| | | | | | | | | | | | | | and games/crossfire-client - Update games/crossfire-client to 1.1.0 and games/crossfire-server to 1.0.0 PR: 34450 Submitted by: Jasper Jongmans <j.jongmans@aprogas.net> Repocopied by: joe Approved by: portmgr Notes: svn path=/head/; revision=55702
* - PORTDOCS policePatrick Li2001-12-241-851/+851
| | | | | | | | - DOCSDIR support to some - Brush out some lint Notes: svn path=/head/; revision=52072
* Remove whitespace and add WWWTom Hukins2001-10-081-7/+9
| | | | Notes: svn path=/head/; revision=48567
* unbreak with XFree86-4.FUJISHIMA Satsuki2001-09-111-0/+1
| | | | Notes: svn path=/head/; revision=47701
* Use proper POSIX syntax for `chown'.David E. O'Brien2001-06-011-2/+2
| | | | Notes: svn path=/head/; revision=43378
* Enforce X(1) recommendation about X11 naming in some pkg-{descr,comment}Jimmy Olgeni2001-01-312-2/+2
| | | | | | | files. Notes: svn path=/head/; revision=37855
* Oops, forgot to remove this file.Kevin Lo2000-12-021-19/+0
| | | | | | | | PR: 23223 Submitted by: Ports Fury Notes: svn path=/head/; revision=35602
* - Fix dependancyKevin Lo2000-12-024-153/+157
| | | | | | | | | | | - Support CFLAGS/PREFIX properly - tar -> TAR PR: 23223 Submitted by: Ports Fury Notes: svn path=/head/; revision=35600
* Update MASTERSITESJames E. Housley2000-10-261-7/+2
| | | | | | | | PR: 21458 Submitted by: Joseph Scott <joseph.scott@owp.csus.edu> Notes: svn path=/head/; revision=34241
* Forgot to change bsd.port.mk at end to post.mk.Satoshi Asami2000-09-121-1/+1
| | | | Notes: svn path=/head/; revision=32552
* Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients andSatoshi Asami2000-09-121-0/+7
| | | | | | | | | RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. Submitted by: bento Notes: svn path=/head/; revision=32551
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-1/+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
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-291-1/+2
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* update portname/portversion stuff (games commit part 1, a-c)Michael Haro2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27502
* Install this setgid games, not setuid games. This is untested, but it'sKris Kennaway2000-03-111-3/+3
| | | | | | | better to ship a broken port in 4.0 than an insecure one. Notes: svn path=/head/; revision=26740
* Reducing Maintainership to an amount of portsAndreas Klemm2000-02-201-1/+1
| | | | | | | | | I can handle. Sorry, the rest has to go to ports@FreeBSD.ORG. Notes: svn path=/head/; revision=26039
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-081-1/+1
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* Don't call cc(1) with OSF/1 style arguments on FreeBSD/Alpha.Steve Price1999-09-271-0/+11
| | | | Notes: svn path=/head/; revision=21974
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
| | | | Notes: svn path=/head/; revision=21085
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* chmod -> ${CHMOD}Michael Haro1999-08-221-11/+11
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Get the sources from my personal download area.Andreas Klemm1999-08-211-2/+3
| | | | | | | | | Have no time to update the port at the moment, but the sources aren't available anymore from the master site... Notes: svn path=/head/; revision=20844
* 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
* Remove 2 mirrors that are falling behind. (yoyo.cs.monash.edu.auBill Fenner1999-01-271-3/+1
| | | | | | | last mirrored in June 1997; ftp.cs.city.ua in May 1998) Notes: svn path=/head/; revision=16385
* Move manpages from pkg/PLIST to MAN* macro in Makefile.Steve Price1998-09-282-3/+2
| | | | Notes: svn path=/head/; revision=13486
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Update to latest crossfire version.Andreas Klemm1998-08-314-25/+71
| | | | | | | | This will be the latest version, the author has a new version in the pipeline. This version will only get bugfixes from now on. Notes: svn path=/head/; revision=12970
* Information, to update ${PREFIX}/etc/rplay.conf to get sound.Andreas Klemm1998-05-081-1/+3
| | | | | | | | | Forgot to mention in previous commit: - install in ${PREFIX}/lib/crossfire - install docu in ${PREFIX}/share/doc/crossfire Notes: svn path=/head/; revision=10911
* Update to newest version 0.94.1Andreas Klemm1998-05-086-1574/+2205
| | | | | | | | | | | | Make port PREFIX clean solve gettimeofday compile problem (patch-ao) sanitize order of header file inclusion in common/porting.c so that MIN and MAX don't get redefined (patch-ap) updated PLIST added dirrm statements in PLIST to allow proper removal of package Notes: svn path=/head/; revision=10910
* USE_PERL5 (portlint)Andreas Klemm1997-10-131-2/+2
| | | | Notes: svn path=/head/; revision=8246
* cosmetic changes using portlint, a really nice tool ;-)Andreas Klemm1997-10-041-10/+10
| | | | Notes: svn path=/head/; revision=8102
* There is no lib/shutdown installed.Satoshi Asami1997-09-261-1/+0
| | | | Notes: svn path=/head/; revision=8028
* many changes by Dave:Andreas Klemm1997-09-188-47/+131
| | | | | | | | | | | | | | | | | - Fix the password problem so passwords are actually checked. - Change some default options like SAVE_HOMEDIR, XPM_PIX (you hade the port requiring xpm but CF wasn't configured to link it in), ForceCCOPTIONS, EXPLORE_MODE, etc. - Remove the empty ${CFDIR}/lib/shutdown from the Makefile and the PLIST. This file just causes the program to exit without saying why until the user manually removes the file. - Fix "crossfire -o" to call uname correctly. - Set logfile to be line buffered (instead of block buffered) since they hardly ever call fflush(3). Submitted by: Dave Chapeskie <dchapes@golden.net> Notes: svn path=/head/; revision=7949
* Update name of perl executable in dependencies to "perl5.00401".Satoshi Asami1997-07-181-2/+2
| | | | | | | | Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS and RUN_DEPENDS). Notes: svn path=/head/; revision=7366
* remove bogus ftp sites, that claim to be a mirror site, but actuallyAndreas Klemm1997-05-291-3/+1
| | | | | | | | | | | doesn't carry the needed sources anymore. PR: Reviewed by: Submitted by: with a little help from Bill Fenners port survey ;) Obtained from: Notes: svn path=/head/; revision=6621
* Upgrade all ports requiring perl5.003 to perl5.004James FitzGibbon1997-05-241-2/+2
| | | | | | | Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution. Notes: svn path=/head/; revision=6544
* Remove perl5 from CATEGORIESJames FitzGibbon1997-05-061-2/+2
| | | | | | | Approved-by: Wolfram Schneider <wosch@apfel.de> Notes: svn path=/head/; revision=6419
* Add virtual category 'perl5'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6249
* Added crossfire shutdown and forbid file and added this to PLIST.Andreas Klemm1997-01-262-1/+7
| | | | Notes: svn path=/head/; revision=5447
* update port to new version 0.93.0Andreas Klemm1997-01-258-163/+33
| | | | Notes: svn path=/head/; revision=5439
* Switched to using MASTER_SITES=${MASTER_SITE_XCONTRIB} andDavid E. O'Brien1997-01-031-3/+3
| | | | | | | | | | | | | MASTER_SITE_SUBDIR=games swallace wasn't listed as MAINTAINER of any of his ports janek@gaja.ipan.lublin.pl wasn't listed as MAINTAINER of any of his ports bin.bin --> ${BINOWN}.${BINGRP} chown --> /usr/sbin/chown (not everyone has /usr/sbin in their path, esp. if you sudo'ed to root) mkdir -p --> ${MKDIR} Notes: svn path=/head/; revision=5186
* Variable reordering to standards.David E. O'Brien1997-01-031-15/+14
| | | | Notes: svn path=/head/; revision=5184