Commit Graph

43 Commits

Author SHA1 Message Date
Jean-Yves Lefort
6b11bbcf2f Update to 0.9.10 2006-04-07 20:27:43 +00:00
Jean-Yves Lefort
15ce43976d - Update to 0.9.9
- Move to ${X11BASE}
- Dynamically generate the packing list
- Simplify do-install
2005-11-20 22:16:15 +00:00
Jean-Yves Lefort
c632792ff7 Take maintainership. 2005-10-03 21:44:12 +00:00
Dag-Erling Smørgrav
96572994de Drop maintainership. 2005-10-03 20:29:24 +00:00
Dag-Erling Smørgrav
12f1ee60d9 Upgrade to 0.9.8. 2005-02-20 20:35:33 +00:00
Dag-Erling Smørgrav
87da17322a Move out of X11BASE. 2004-12-12 14:01:24 +00:00
Dag-Erling Smørgrav
38437caedc Install files in share/FlightGear instead of share/fgfs-base. 2004-12-11 18:11:35 +00:00
Dag-Erling Smørgrav
cb9f6c8704 Scenery, textures and aircraft models for FlightGear 0.9.6. 2004-12-11 18:01:24 +00:00
Kris Kennaway
e9cb0e0ba3 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-17 22:47:50 +00:00
Dag-Erling Smørgrav
edc4fb8c6f Add missing glut dependency, remove BROKEN.
PR:		ports/69245
Submitted by:	Erik Greenwald <erik@smluc.org>
2004-08-07 20:51:44 +00:00
Kris Kennaway
06609d5758 BROKEN: Missing dependency 2004-07-11 01:07:01 +00:00
Dag-Erling Smørgrav
65657a56a7 SIZEify; group distfiles. 2004-03-08 03:11:10 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
439b8a040c Use the CPIO macro defined in bsd.port.mk. 2004-01-22 12:18:43 +00:00
Dag-Erling Smørgrav
cd80fe2b74 Updated plist which I forgot to commit yesterday. 2003-11-20 09:52:50 +00:00
Dag-Erling Smørgrav
2100c822a3 Remove dependency on metakit, which is no longer used. 2003-11-20 08:22:06 +00:00
Dag-Erling Smørgrav
9b376bb135 Fix typo in post-extract.
Spotted by:	Olivier Saut <Olivier.Saut@gmm.insa-tlse.fr>
2003-11-19 21:20:39 +00:00
Dag-Erling Smørgrav
0709fafe06 Upgrade to 0.9.3. 2003-11-19 11:04:39 +00:00
Edwin Groothuis
931ff1179b [patch][non-maintainer] add use_gmake to games/flightgear
Per bento, this port seems to require having USE_GMAKE set.
	(This probably doesn't really affect most users).  Also,
	while fiddling around, pacify portlint a bit.

Informed maintainer.

PR:		ports/56514
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-09-28 12:00:35 +00:00
Dag-Erling Smørgrav
b083774c53 Left out a line in previous commit. 2003-07-17 08:33:57 +00:00
Dag-Erling Smørgrav
52882de731 Upgrade to 0.9.2. 2003-07-14 23:50:36 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Dag-Erling Smørgrav
deef1edf2e Use threads. Temporarily add an extra dependency on SimGear to make sure
we get a version that was compiled with thread support.
2003-03-03 20:26:50 +00:00
Dag-Erling Smørgrav
23191bbdb8 Unbotch the previous commit: metakit is in LOCALBASE, not X11BASE. 2003-03-03 11:35:39 +00:00
Dag-Erling Smørgrav
e50ee1f256 Add metakit to dependency list. I thought it was already included
indirectly, but apparently it wasn't.
2003-02-25 18:47:23 +00:00
Dag-Erling Smørgrav
4433ae9359 BUILD_DEPENDS isn't enough, we need RUN_DEPENDS as well so the dependency
gets registered in the package.  This should unbreak the bento builds of
games/flightgear.
2003-02-05 11:23:26 +00:00
Dag-Erling Smørgrav
f525587551 Remove a duplicate of patch-aa that snuck in here. 2003-01-22 23:06:56 +00:00
Dag-Erling Smørgrav
c34b11a2c1 Take over maintainership (Brian says he's too busy flying real planes).
Update to 0.9.1.  So much has changed since 0.6.1 that I've practically
had to redo the port from scratch.  It builds and installs fine now, but
due to limited resources I haven't been able to actually run it.
2003-01-22 13:58:58 +00:00
Kris Kennaway
c68436a7b7 Remove USE_NEWGCC, which is no longer supported or required.
Submitted by:   Tilman Linneweh <tilman@arved.de>
PR:             ports/40571
2002-08-31 02:44:07 +00:00
Marc Fonvieille
deef46806d Fix links to the Handbook, the FAQ and the porters-handbook.
Approved by:	portmgr
2002-08-04 09:04:12 +00:00
Kris Kennaway
35a6fc6481 BROKEN: Does not link correctly 2002-05-18 03:01:07 +00:00
Kris Kennaway
de772a8373 Remove #include <malloc.h>. Port build still broken. 2002-03-31 03:17:57 +00:00
Will Andrews
f3171de7e6 First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/
2002-01-06 06:20:22 +00:00
Satoshi Asami
1ee18e5274 The plib library name is libplibsl.a, not libpsl.a.
Submitted by:	bento
2000-11-13 23:58:11 +00:00
Satoshi Asami
c050cd6b6b Rename PLIST.notools to pkg-plist.notools.
(I'm leaving patches.tools alone as it should still work fine after the change.)
2000-10-08 01:10:50 +00:00
Michael Haro
429158af25 PORTNAME/PORTVERSION stuff 2000-04-14 06:43:02 +00:00
Chris Piazza
9188b31c52 Add a patch to unbreak for gcc 2.95.1
PR:		13674
Submitted by:	maintainer
1999-09-10 04:25:34 +00:00
David E. O'Brien
253c66d044 Change Id->FreeBSD. 1999-08-25 06:06:33 +00:00
Chris Piazza
c8d77a093b Change all ports that need a new gcc on 3.x to use USE_NEWGCC. 1999-08-22 19:46:45 +00:00
Chris Piazza
56fe7a4c6a egcc/eg++ have been renamed to gcc295/g++295. Change
all the ports that use them accordingly.

PR:		13205
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-17 19:37:11 +00:00
Chris Piazza
781cfbd5c5 Fix a BUILD_DEPENDS= that should have been BUILD_DEPENDS+=.
Submitted by:	maintainer
1999-07-09 06:17:21 +00:00
Chris Piazza
ac207253f8 Fixups for RELENG_3. (this was an error on my part, oops!)
PR:		12553
Submitted by:	maintainer
1999-07-08 06:11:24 +00:00
Chris Piazza
a12cebc971 FlightGear, a free, multi-platform civil aviation flight simulator.
A 3d accelerator card supported by Mesa is highly recommended (3dfx
voodoo/voodo2 / nvidia riva tnt are known to work.)

PR:		12483
Submitted by:	Brian Buchanan <brian@CSUA.Berkeley.EDU>
1999-07-03 06:36:37 +00:00