Commit Graph

43 Commits

Author SHA1 Message Date
Jeremy Lea
9ac14925fd Fix my breakage. Make this port a WANT_GTK port, so that freeciv-gtk
builds, and add a missing dependency on gettext.

Noticed by:	asami
2000-10-10 17:12:22 +00:00
Jeremy Lea
bebd89314e Implement WANT_IMLIB and USE_IMLIB. 2000-10-05 06:57:56 +00:00
Jeremy Lea
bf9c34c549 Correct and sort PLISTs. 2000-10-02 23:01:49 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
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
2000-08-03 09:28:57 +00:00
Sheldon Hearn
5ebede8cf1 Fix disorder introduced in the previous commit. 2000-07-24 12:24:08 +00:00
Sheldon Hearn
7b11a049c8 Update to 1.11.4:
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.
2000-07-24 11:33:55 +00:00
Jeremy Lea
877b8a533b Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:18:05 +00:00
Michael Haro
429158af25 PORTNAME/PORTVERSION stuff 2000-04-14 06:43:02 +00:00
Sheldon Hearn
a135ca494d Add a freeciv-gtk wrapper port so that packages are built for both
the standard Athena Widgets and the GNOME toolkit.
2000-02-29 15:26:01 +00:00
Sheldon Hearn
02c90adaa5 Update to 1.10.0:
* 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.
2000-02-29 14:58:38 +00:00
Sheldon Hearn
77432c2329 Update to 1.9.0:
Numerous minor bugfixes over previous beta version.
	Sorted PLIST.
1999-10-21 11:43:55 +00:00
Satoshi Asami
2012fcfd08 Bump imlib shlib version.
Forgotten by:	nakai
1999-10-10 09:38:33 +00:00
Sheldon Hearn
ec922d29a5 Mail to maintainer bounces. Make myself maintainer and bump version
required while I'm here.
1999-09-30 13:04:23 +00:00
Satoshi Asami
afc083c9da Sample scenario files are moved and renamed.
Found by:	o-bento
1999-09-30 01:38:54 +00:00
Chris Piazza
935d80d668 The last commit had a bogus path in the MASTER_SITE and I forgot
to tell sheldonh before he committed it..
1999-09-28 22:47:13 +00:00
Sheldon Hearn
675fc8988b Update to FreeCiv v1.8.3, featuring paratroopers and airbases.
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
1999-09-28 17:23:29 +00:00
Chris Piazza
9f7de992f2 Remove the GTK/Imlib dependency. The gtk client is (imo) horrible.
Also Requested By:	sheldonh
1999-09-27 17:08:07 +00:00
David E. O'Brien
253c66d044 Change Id->FreeBSD. 1999-08-25 06:06:33 +00:00
Marc G. Fournier
533fb77b8f Main WWW site changed ... 1999-08-22 21:49:02 +00:00
Chris Piazza
ec84256093 Update to 1.8.1. 1999-07-10 20:12:06 +00:00
Chris Piazza
4274fa6fb5 Update the path for the main distribution site and remove a dysfunctional
master site.
1999-06-20 01:21:00 +00:00
Tim Vanderhoek
7c0c0fc3ca (Null Cowit Mewwage) 1999-05-02 22:16:18 +00:00
Steve Price
59147e60e3 Update to version 1.8.0.
PR:		11246
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-05-01 03:11:14 +00:00
Dirk Froemberg
6900cdcea5 - add more MASTER_SITES
- remove EXTRACT_SUFX=.tar.bz2 (not needed if USE_BZIP2 is defined)
- remove BROKEN
1999-02-08 18:07:44 +00:00
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
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.
1999-02-03 11:12:01 +00:00
Satoshi Asami
c1540b6c7e Portlint. 1999-02-01 22:01:00 +00:00
David E. O'Brien
9b0456af93 BROKEN='no route to the *single* mastersite'
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  * * *
1999-02-01 01:22:16 +00:00
Vanilla I. Shu
2293cd34fd Change HAS_CONFIGURE to GNU_CONFIGURE,
use gzip2 compressed distfile now.
PR:		ports/9667
Submitted by:	Tom Hukins <tom@eborcom.com>
1999-01-30 17:48:46 +00:00
Steve Price
7a728f8162 Update to version 1.7.2.
PR:		9449
Submitted by:	maintainer
1999-01-18 03:24:29 +00:00
Vanilla I. Shu
af37c09c63 Upgrade to 1.7.1. 1998-10-27 16:42:58 +00:00
Satoshi Asami
081079e0db Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
1998-09-17 00:33:02 +00:00
Satoshi Asami
03d5b496f6 libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:13:39 +00:00
Justin M. Seger
09ed175469 Upgrade to version 1.7.0.
Submitted by:   brett@peloton.physics.montana.edu
PR:             ports/7667
1998-08-19 03:27:11 +00:00
Matthew Hunt
a198e60141 Upgrade to version 1.6.3. 1998-06-10 18:54:40 +00:00
Matthew Hunt
35b1a94f54 Trivially upgrade from 1.53 to 1.54. 1998-05-05 22:12:42 +00:00
Tim Vanderhoek
b389c5a21a Reword; point to the real FreeCiv homepage. 1998-04-12 14:05:43 +00:00
Vanilla I. Shu
e24b969f70 Upgrade to 1.53. 1998-03-12 01:43:58 +00:00
Justin M. Seger
88778b6434 Upgrade to freeciv 1.51
PR:		5749
Submitted by:	handy@lambic.space.lockheed.com
1998-02-15 14:18:37 +00:00
Thomas Gellekum
17ea2806d7 Some files I forgot in my upgrade.
Submitted by:	Matthew Hunt <mph@pobox.com>
1998-02-06 18:25:14 +00:00
Thomas Gellekum
b7383427c4 Upgrade to 1.50.
PR:		5665
Submitted by:	Matthew Hunt <mph@pobox.com>
1998-02-06 15:55:06 +00:00
Thomas Gellekum
11e6b32126 Upgrade to 1.0k. 1997-10-09 11:35:54 +00:00
Masafumi Max NAKANE
432ec582e8 Move the Date created: line and the Whom: line to their right place. 1997-07-09 10:11:47 +00:00
Masafumi Max NAKANE
36be4bb31e New port, freeciv:
A civilisation clone for x;  multiplayer
PR:		3914
Submitted by:	Ada T Lim <ada@not-enough.bandwidth.org>
1997-07-09 09:39:09 +00:00