summaryrefslogtreecommitdiff
path: root/games (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-257-7/+7
| | | | Notes: svn path=/head/; revision=87644
* - fix pkg-plistKirill Ponomarev2003-08-242-60/+357
| | | | | | | | | | | - remove CVS directories from pkg-plist - bump PORTREVISION PR: 55902 Submitted by: maintainer Notes: svn path=/head/; revision=87617
* * Correct the info filenameJoe Marcus Clarke2003-08-241-8/+3
| | | | | | | | * Remove a hack now included in gnomehack * s/LIBS/LDFLAGS/ Notes: svn path=/head/; revision=87575
* - Update to version 0.3.5Kirill Ponomarev2003-08-233-3/+4
| | | | | | | | PR: 55903 Submitted by: Jan Stocker <Jan.Stocker@t-online.de> (maintainer) Notes: svn path=/head/; revision=87573
* Update to build 35.Matthew N. Dodd2003-08-2366-258/+1322
| | | | Notes: svn path=/head/; revision=87565
* Upgrade criticalmass to 0.98, also fixing gcc 3 build problems.Neil Blakey-Milner2003-08-223-11/+6
| | | | Notes: svn path=/head/; revision=87527
* . Only #define HUNGER_STR_LEN once.Greg Lewis2003-08-212-4/+2
| | | | Notes: svn path=/head/; revision=87467
* . Bump PORTREVISION for rogue save file overflow fix.Greg Lewis2003-08-212-0/+2
| | | | Notes: svn path=/head/; revision=87466
* . Fix a potential buffer overflow in restoring rogue save files.Greg Lewis2003-08-2116-0/+390
| | | | | | | | | PR: 43886 Obtained from: NetBSD Pointed out by: blackend Notes: svn path=/head/; revision=87465
* . Fix a spelling error in a game message.Greg Lewis2003-08-212-0/+26
| | | | | | | | PR: 45701 Submitted by: Ben Rosengart <gnats@narcissus.net> Notes: svn path=/head/; revision=87464
* update games/linux-nwserver: some fixesDaichi GOTO2003-08-192-0/+50
| | | | | | | | PR: 55694 Submitted by: Igor Pokrovsky <igor.pokrovsky@cnrm.meteo.fr> Notes: svn path=/head/; revision=87260
* Fix building on -current.Thomas Gellekum2003-08-181-0/+57
| | | | Notes: svn path=/head/; revision=87188
* Fix compilation with new GCC (abuse of pasting in macros).Eric Anholt2003-08-183-0/+165
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=87155
* - Support USE_GETOPT_LONGKirill Ponomarev2003-08-171-6/+7
| | | | | | | | PR: 55664 Submitted by: Ports Fury Notes: svn path=/head/; revision=87139
* add xfce4-panel to RUN_DEPENDS tooOliver Lehmann2003-08-171-0/+1
| | | | | | | Noted by: demon Notes: svn path=/head/; revision=87119
* take maintainershipOliver Lehmann2003-08-171-1/+1
| | | | Notes: svn path=/head/; revision=87112
* Use INFO.Joe Marcus Clarke2003-08-172-3/+2
| | | | Notes: svn path=/head/; revision=87109
* Switch to tcl/tk 8.4, add tk84 and tcl84 virtual categories and bumpKris Kennaway2003-08-171-6/+7
| | | | | | | PORTREVISION. Notes: svn path=/head/; revision=87102
* - Support USE_GETOPT_LONG propelryKirill Ponomarev2003-08-162-239/+231
| | | | | | | | | | - Utilize USE_SDL/DATADIR/INFO PR: 55622 Submitted by: Ports Fury Notes: svn path=/head/; revision=87069
* Update maintainers email address.Tilman Keskinoz2003-08-161-3/+2
| | | | | | | | | USE_SDL Submitted by: maintainer Notes: svn path=/head/; revision=87056
* Start using the new xfce sub-categoryOliver Lehmann2003-08-161-1/+1
| | | | Notes: svn path=/head/; revision=87026
* Reset bouncing maintainer address.Kris Kennaway2003-08-162-2/+2
| | | | | | | Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=87025
* Reset bouncing maintainer address ("User unknown")Kris Kennaway2003-08-151-1/+1
| | | | Notes: svn path=/head/; revision=86999
* . Include <time.h> instead of doing a bogus declaration of time(3). ThisGreg Lewis2003-08-151-6/+17
| | | | | | | | | should get the alpha closer to compiling. Submitted by: bento Notes: svn path=/head/; revision=86984
* . Use our own fixed width types (from <sys/types.h>) instead of assumingGreg Lewis2003-08-141-0/+23
| | | | | | | | | | the width of standard types (e.g. "long" is 32 bits). Should help things work on 64-bit platforms and fix problems with prices in shops. Obtained from: NetBSD Notes: svn path=/head/; revision=86946
* . Enable rogue.Greg Lewis2003-08-146-0/+82
| | | | Notes: svn path=/head/; revision=86940
* - Add contributed Daemon-themeAlexander Langer2003-08-143-1/+17
| | | | | | | | | | | - Bump PORTREVISION PR: 55295 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Approved by: MAINTAINER Notes: svn path=/head/; revision=86929
* . Use %%PORTDOCS%% and %%DOCSDIR%% in the packing list now that we areGreg Lewis2003-08-131-12/+12
| | | | | | | installing all the documentation. Notes: svn path=/head/; revision=86897
* . Don't declare getlogin(), pull in the prototype from unistd.h.Greg Lewis2003-08-131-0/+25
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=86896
* - Update MASTER_SITES and WWW: lineKirill Ponomarev2003-08-123-18/+18
| | | | | | | | | | | - Support CXX properly - Utilize USE_SDL PR: 55498 Submitted by: Ports Fury Notes: svn path=/head/; revision=86842
* . Don't override the CFLAGS and CC settings.Greg Lewis2003-08-122-13/+47
| | | | | | | | | | . Install with the ports infrastructure defined versions of tools, don't hardcode them. Obtained from: NetBSD (mostly) Notes: svn path=/head/; revision=86839
* . Install extra docs.Greg Lewis2003-08-123-0/+36
| | | | | | | . Don't install man pages if NO_INSTALL_MANPAGES is set. Notes: svn path=/head/; revision=86824
* Sign maintainership over to gnome@. Thanks for your work on these, Martin.Joe Marcus Clarke2003-08-121-1/+1
| | | | Notes: svn path=/head/; revision=86790
* - Unbreak this portKirill Ponomarev2003-08-116-3/+57
| | | | | | | | | | - Fix package build PR: 55463 Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=86782
* Resign as maintainerEivind Eklund2003-08-111-1/+1
| | | | Notes: svn path=/head/; revision=86767
* Set USE_GCC=2.95 to fix build on 5.x. Mark musicbox and icqnix as BROKENKris Kennaway2003-08-101-0/+1
| | | | | | | | | | on 5.x machines (compile and configure failure, respectively). PR: 52731 Submitted by: trevor Notes: svn path=/head/; revision=86702
* Update to 3.0Patrick Li2003-08-106-58/+32
| | | | Notes: svn path=/head/; revision=86697
* Update mastersite.David E. O'Brien2003-08-101-2/+2
| | | | Notes: svn path=/head/; revision=86692
* Update to 1.7bPatrick Li2003-08-094-25/+21
| | | | Notes: svn path=/head/; revision=86674
* Update to 1.0b and bump PORTEPOCHPatrick Li2003-08-093-727/+970
| | | | Notes: svn path=/head/; revision=86673
* Update to 2.50.56aPatrick Li2003-08-093-11/+11
| | | | Notes: svn path=/head/; revision=86672
* Make use of cs_i386.so from halflifeserver port and update some sites.Patrick Li2003-08-092-7/+2
| | | | Notes: svn path=/head/; revision=86671
* Update to 3.1.1.1.d. This resolves the security issue.Patrick Li2003-08-093-5/+16
| | | | | | | | | PR: ports/55424 Submitted by: Kang Liu <lazykang@hotmail.com>, Notified by: "Reza Ambler" <reza225@sbcglobal.net> Notes: svn path=/head/; revision=86670
* Update to 0.5.4.Alexander Leidinger2003-08-0814-179/+98
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=86577
* BROKEN: Does not fetchKris Kennaway2003-08-081-0/+2
| | | | Notes: svn path=/head/; revision=86533
* . Fix alignment of the experience display when you have > 1,000,000Greg Lewis2003-08-071-0/+40
| | | | | | | | | experience. Obtained from: NetBSD Notes: svn path=/head/; revision=86527
* . Some missed instances where we should be using time_t rather than longGreg Lewis2003-08-071-0/+40
| | | | | | | for times. Notes: svn path=/head/; revision=86526
* . Make this compile cleanly on current. Mainly we want to use time_tGreg Lewis2003-08-073-0/+103
| | | | | | | | | for time(), not long. Pointed out by: Pav Lucistnik <pav@oook.cz> Notes: svn path=/head/; revision=86525
* BROKEN: Does not configureKris Kennaway2003-08-071-0/+2
| | | | Notes: svn path=/head/; revision=86476
* Update to 0.2.3Kirill Ponomarev2003-08-075-80/+41
| | | | | | | | PR: 55242 Submitted by: Ports Fury Notes: svn path=/head/; revision=86449