summaryrefslogtreecommitdiff
path: root/games/freeciv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 1.14.0.Dmitry Sivachenko2003-08-263-4/+14
| | | | | | | | PR: 55508 Submitted by: Jens Rehsack <rehsack@liwing.de> Notes: svn path=/head/; revision=87713
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* Make the PKGNAMESUFFIC overrideable so that package builds will work.Joe Marcus Clarke2003-04-261-1/+1
| | | | | | | | Reported by: bento Approved by: maintainer Notes: svn path=/head/; revision=79679
* s/USE_GNOMENG/USE_GNOME/Joe Marcus Clarke2003-04-201-1/+1
| | | | Notes: svn path=/head/; revision=79369
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79332
* De-pkg-comment.Akinori MUSHA2003-02-212-2/+2
| | | | Notes: svn path=/head/; revision=76034
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-09-021-3/+5
| | | | | | | | PR: 42301 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65456
* Update to 1.13.0Patrick Li2002-08-073-40/+27
| | | | | | | | PR: ports/41421 Submitted by: maintainer Notes: svn path=/head/; revision=64180
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-2/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* The victim^H^H^H^H^H^Hsubmitter has offered to maintain the freecivTrevor Johnson2002-02-102-1/+3
| | | | | | | | | | and gnocatan ports. Submitted by: Adam Kranzel <adam-ports@blacktabby.org> PR: 34808 and 34807 Notes: svn path=/head/; revision=54502
* - Add LIB_DEPENDS to x11-toolkits/Xaw3dYing-Chieh Liao2001-12-082-3/+8
| | | | | | | | | | | - Handle imlib support more properly - Fix pkg-plist PR: 32616 Submitted by: Ports Fury Notes: svn path=/head/; revision=51244
* Release maintainership to the ports team at large. I'm told there areSheldon Hearn2001-11-271-1/+1
| | | | | | | issues with the gtk version (ports/20995) but don't use gtk myself. Notes: svn path=/head/; revision=50659
* 1) Upgrade to 1.12.0.Sheldon Hearn2001-08-153-18/+34
| | | | | | | | | | | | | 2) Fix -gtk slave port. 3) Remove stupid pre-patch rubbish from Makefile Too many patches are being implemented as Perl scripts embedded in Makefiles. Submitted by: olgeni (1) Notes: svn path=/head/; revision=46277
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* 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
* Fix my breakage. Make this port a WANT_GTK port, so that freeciv-gtkJeremy Lea2000-10-101-2/+12
| | | | | | | | | builds, and add a missing dependency on gettext. Noticed by: asami Notes: svn path=/head/; revision=33674
* Implement WANT_IMLIB and USE_IMLIB.Jeremy Lea2000-10-051-11/+7
| | | | Notes: svn path=/head/; revision=33427
* Correct and sort PLISTs.Jeremy Lea2000-10-021-25/+0
| | | | Notes: svn path=/head/; revision=33338
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix disorder introduced in the previous commit.Sheldon Hearn2000-07-241-1/+1
| | | | Notes: svn path=/head/; revision=30995
* Update to 1.11.4:Sheldon Hearn2000-07-244-25/+96
| | | | | | | | | | | | | Internationalization extended. Full fog of war, nuclear fallout and more new goodies. Lots of user interface improvements. Lots of little bugfixes. Also, the distfile location has changed. Added a new mirror. Notes: svn path=/head/; revision=30994
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-3/+3
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27679
* PORTNAME/PORTVERSION stuffMichael Haro2000-04-141-5/+5
| | | | Notes: svn path=/head/; revision=27507
* Add a freeciv-gtk wrapper port so that packages are built for bothSheldon Hearn2000-02-291-5/+4
| | | | | | | the standard Athena Widgets and the GNOME toolkit. Notes: svn path=/head/; revision=26445
* Update to 1.10.0:Sheldon Hearn2000-02-293-12/+46
| | | | | | | | | | | | * Includes several new nations. * Better internationalization (+ Norway, Britain, Russia). * Lots of rule changes, mostly for Civ2 conformance. * A few GUI improvements (like city work queues). * A neat "connect" command for settlers/engineers, which allows easy building of a road between two arbitrary points. Notes: svn path=/head/; revision=26443
* Update to 1.9.0:Sheldon Hearn1999-10-213-21/+64
| | | | | | | | Numerous minor bugfixes over previous beta version. Sorted PLIST. Notes: svn path=/head/; revision=22557
* Bump imlib shlib version.Satoshi Asami1999-10-101-1/+1
| | | | | | | Forgotten by: nakai Notes: svn path=/head/; revision=22297
* Mail to maintainer bounces. Make myself maintainer and bump versionSheldon Hearn1999-09-301-2/+2
| | | | | | | required while I'm here. Notes: svn path=/head/; revision=22089
* Sample scenario files are moved and renamed.Satoshi Asami1999-09-301-3/+6
| | | | | | | Found by: o-bento Notes: svn path=/head/; revision=22079
* The last commit had a bogus path in the MASTER_SITE and I forgotChris Piazza1999-09-281-1/+1
| | | | | | | to tell sheldonh before he committed it.. Notes: svn path=/head/; revision=22055
* Update to FreeCiv v1.8.3, featuring paratroopers and airbases.Sheldon Hearn1999-09-282-2/+14
| | | | | | | | | | While I'm in here, bring in a knob for using the gtk-based UI instead of the default Xaw-based one. Reviewed by: cpiazza Notes: svn path=/head/; revision=22051
* Remove the GTK/Imlib dependency. The gtk client is (imo) horrible.Chris Piazza1999-09-271-4/+2
| | | | | | | Also Requested By: sheldonh Notes: svn path=/head/; revision=22010
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* Main WWW site changed ...Marc G. Fournier1999-08-221-1/+1
| | | | Notes: svn path=/head/; revision=20894
* Update to 1.8.1.Chris Piazza1999-07-103-10/+13
| | | | Notes: svn path=/head/; revision=20149
* Update the path for the main distribution site and remove a dysfunctionalChris Piazza1999-06-201-3/+2
| | | | | | | master site. Notes: svn path=/head/; revision=19584
* (Null Cowit Mewwage)Tim Vanderhoek1999-05-021-1/+2
| | | | Notes: svn path=/head/; revision=18348
* Update to version 1.8.0.Steve Price1999-05-013-9/+26
| | | | | | | | PR: 11246 Submitted by: Chris Piazza <cpiazza@home.net> Notes: svn path=/head/; revision=18281
* - add more MASTER_SITESDirk Froemberg1999-02-081-5/+4
| | | | | | | | - remove EXTRACT_SUFX=.tar.bz2 (not needed if USE_BZIP2 is defined) - remove BROKEN Notes: svn path=/head/; revision=16561
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-6/+2
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* Portlint.Satoshi Asami1999-02-011-3/+3
| | | | Notes: svn path=/head/; revision=16469
* BROKEN='no route to the *single* mastersite'David E. O'Brien1999-02-011-1/+3
| | | | | | | | | | 16 ccbrt01-vnbrt01.mediaone.net (24.128.6.33) 26.185 ms 20.049 ms 22.675 ms 17 tas5-atm.san.rr.com (204.210.0.244) 26.476 ms * 24.864 ms 18 * * * 19 * * * Notes: svn path=/head/; revision=16460
* Change HAS_CONFIGURE to GNU_CONFIGURE,Vanilla I. Shu1999-01-302-5/+9
| | | | | | | | | use gzip2 compressed distfile now. PR: ports/9667 Submitted by: Tom Hukins <tom@eborcom.com> Notes: svn path=/head/; revision=16432
* Update to version 1.7.2.Steve Price1999-01-185-16/+14
| | | | | | | | PR: 9449 Submitted by: maintainer Notes: svn path=/head/; revision=16142
* Upgrade to 1.7.1.Vanilla I. Shu1998-10-273-5/+5
| | | | Notes: svn path=/head/; revision=14215
* 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
* Upgrade to version 1.7.0.Justin M. Seger1998-08-192-5/+5
| | | | | | | | Submitted by: brett@peloton.physics.montana.edu PR: ports/7667 Notes: svn path=/head/; revision=12632