1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

5613 Commits

Author SHA1 Message Date
Pav Lucistnik
2c42609769 - Update to 38.1b
PR:		ports/78306
Submitted by:	Guy P. <guy@device.dyndns.org> (maintainer)
2005-03-03 21:43:50 +00:00
Alexey Dokuchaev
4eb082a781 Update to version 0.178. 2005-03-03 13:00:02 +00:00
Florent Thoumie
c66b159aea - Update to 3.4.2.
PR:		ports/78305
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Approved by:	pav (mentor)
2005-03-02 16:53:08 +00:00
Alexey Dokuchaev
1dc977f9b5 - Update to 0.0.4
- Use DOCSDIR macro in pkg-plist
2005-03-02 11:46:59 +00:00
Michael Johnson
5e05ba0f9e - Update MASTER_SITES to fix fetch
- Update WWW: line

PR:		ports/77837
Submitted by:	Sam Lawrance <boris@brooknet.com.au>
2005-03-02 09:37:44 +00:00
Trevor Johnson
e66743b7d5 Respect the user's USE_LINUX setting. 2005-03-01 21:51:48 +00:00
Michael Johnson
daf4cc81e4 - split multimedia/gstreamer-plugins in to individual ports per
gstreamer plugin (52 new ports).
- Chase changes to ports that used USE_GNOME=gstreamerplugisn
   to use new USE_GSTREAMER= macro, Bump PORTREVISION's

--

Examples of new USE_GSTREAMER macro:

 USE_GSTREAMER=        dvd lame flac
 .include <bsd.port.mk>

 If you want to use USE_GSTREAMER after <bsd.port.pre.mk>
 you must follow one of the examples listed below

       WANT_GSTREAMER= yes
       .include <bsd.port.pre.mk>
       .if defined(WITH_VORBIS)
       USE_GSTREAMER+= vorbis
       .endif

 or
       USE_GSTREAMER=  yes
       .include <bsd.port.pre.mk>
       .if defined(WITH_FAAD)
       USE_GSTREAMER+= faad
       .endif

Note: USE_GSTREAMER=yes will always add a dependency to
               ports/multimedia/gstreamer-plugins

--

Thanks to krion for runing this on pointyhat

Thanks to kwm for helping with this, and many bug fixes , and updates.
2005-02-28 22:16:10 +00:00
Thierry Thomas
51eee1642f Yet another attempt to fix on amd64:
don't take strndup from publib, which is not relocatable, but
define it.

Reported by:	Kris via pointyhat.
2005-02-28 18:57:54 +00:00
Volker Stolz
8336e3e03b Update to 3.4.1
PR:		ports/77984
Submitted by:	maintainer
2005-02-28 13:24:20 +00:00
Simon Barner
b1ff38d266 Change email address in ports maintained by me to barner@FreeBSD.org
Approved by:	arved (mentor)
2005-02-28 13:05:25 +00:00
Kris Kennaway
70886c1846 BROKEN: Incomplete pkg-plist 2005-02-28 01:50:22 +00:00
Kris Kennaway
ea659f1c7c BROKEN: Incomplete pkg-plist. Canonicalize MANLANG 2005-02-28 01:16:38 +00:00
Kris Kennaway
1c32e4e1de BROKEN: Incomplete pkg-plist 2005-02-28 00:31:05 +00:00
Joe Marcus Clarke
9b3224c114 Cleanup a leftover directory.
Submitted by:	ade
2005-02-27 22:38:00 +00:00
Jeremy Messenger
beed52e97c Update to 0.8.11. 2005-02-25 20:41:43 +00:00
Pav Lucistnik
a3099a9a1e xdesktopwaves is a cellular automata setting the background
of your X Window System under water. Windows and mouse are
like ships on the sea. Each movement of these ends up in
moving water waves. You can even have rain and/or storm
stirring up the water.

PR:		ports/78047
Submitted by:	User & <ericyu@mail2000.com.tw>
2005-02-25 19:12:02 +00:00
Kirill Ponomarev
46eb4c79f2 Update to version 1.7.1
PR:		ports/77968
Submitted by:	Ports Fury
2005-02-25 17:39:43 +00:00
Kirill Ponomarev
8fede2ee47 Update to version 1.0.10
PR:		ports/77969
Submitted by:	Ports Fury
2005-02-25 13:45:49 +00:00
Kirill Ponomarev
c52ec26383 Update to version 1.2
PR:		ports/77967
Submitted by:	Ports Fury
2005-02-25 13:35:34 +00:00
Volker Stolz
5fdf1be231 Update to 0.8.1.53
PR:		ports/78010
Submitted by:	maintainer
2005-02-25 12:50:46 +00:00
Thierry Thomas
60a21df1ff Try to fix a building failure reported by Kris on pointyhat.
If this is not sufficient, it should at least speed up the post-patch
target.
2005-02-24 20:30:00 +00:00
Volker Stolz
aaed8c66a3 Fix fetch (the original site should be back RSN)
PR:		ports/77842
Submitted by:	Sam Lawrance
2005-02-24 09:21:26 +00:00
Volker Stolz
10a8b79e1f Fix fetch
PR:		ports/77845
Submitted by:	Sam Lawrance
2005-02-24 09:15:37 +00:00
Yen-Ming Lee
0601a51252 - update Martin's email address
PR:		77938
Submitted by:	Martin Matuska <martin at matuska.org>
2005-02-24 01:44:07 +00:00
Volker Stolz
a1c3a7c053 Fix fetch & whitespace
PR:		ports/77849
Submitted by:	Sam Lawrance
2005-02-22 11:33:36 +00:00
Max Khon
82cfa1e1ac USE_MESA -> USE_GL
Approved by:	MAINTAINER
2005-02-21 14:52:06 +00:00
Kirill Ponomarev
1d5fe1dac7 Add possibility to switch vty's and suspend it while playing the
game.

PR:		ports/48426
Submitted by:	Eugene Grosbein <eugen at grosbein dot pp.ru>
2005-02-21 11:48:49 +00:00
Michael Johnson
7b7dd5e756 - Update MASTER_SITES to fix fetch [1]
- Update WWW: line to point to game website, couldn't
  find server website.

PR:		ports/77843 [1]
Submitted by:	Sam Lawrance <boris@brooknet.com.au> [1]
2005-02-21 10:55:52 +00:00
Michael Johnson
f1e8f269ec Update MASTER_SITES
PR:		ports/77831
Submitted by:	maintainer
2005-02-21 08:23:11 +00:00
Jeremy Messenger
b720775f4c Move wesnoth.desktop from share/gnome/apps/Games to share/gnome/applications. 2005-02-20 22:09:36 +00:00
Max Khon
8a5d4630ea USE_MESA -> USE_GL. 2005-02-20 20:37:12 +00:00
Dag-Erling Smørgrav
12f1ee60d9 Upgrade to 0.9.8. 2005-02-20 20:35:33 +00:00
Max Khon
33da8d05c7 USE_MESA -> USE_GL. 2005-02-20 20:29:56 +00:00
Pav Lucistnik
8ad669c270 - Update to 1.8.1 2005-02-20 19:54:50 +00:00
Max Khon
505de2c9a9 USE_MESA -> USE_GL + LIB_DEPENDS on libglut. 2005-02-20 19:53:14 +00:00
Max Khon
242e362d78 USE_MESA -> USE_GL. 2005-02-20 19:47:05 +00:00
MANTANI Nobutaka
d73a2c1c87 Update MASTER_SITES.
Submitted by:	maintainer
2005-02-20 17:48:32 +00:00
Edwin Groothuis
eb673b49fa [maintainer update] upgrade of games/scorched3d-devel to
Bumping up of the Scorched3D game to the last official release : 38.
        Note that net players need it to connect to current servers.

PR:		ports/76712
Submitted by:	Guy P.<guy@device.dyndns.org>
2005-02-20 07:55:19 +00:00
Pav Lucistnik
6fa41a0acb - Menucolor patch was updated
PR:		ports/77735
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com> (maintainer)
2005-02-19 23:48:56 +00:00
Kirill Ponomarev
ddf31fd322 Fix MASTER_SITES
PR:		ports/77734
Submitted by:	maintainer
2005-02-19 18:37:38 +00:00
Nik Clayton
fc4630c652 Add a new distribution site. 2005-02-19 09:55:42 +00:00
Kris Kennaway
e56f3ac6f4 Chase checksum; only differences are to sound files.
Nagged by:	kris
2005-02-19 05:41:26 +00:00
Kris Kennaway
11ea174ccb As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
2005-02-18 23:44:49 +00:00
Kris Kennaway
613ce217c6 Update to tads 2.5.8.
Nagged by:	kris
2005-02-18 20:55:27 +00:00
Kirill Ponomarev
2a4f6541af Add wmquake 1.1,
Just what you always wanted. Hardcore quake fanatics can
now enjoy their favorite game in a 64x64 window!

PR:		ports/76352
Submitted by:	Ulrich Spoerlein <q@uni.de>
2005-02-18 13:58:25 +00:00
Pav Lucistnik
b3ed5741b5 noeGNUd aims to be the ultimate User Interface ( UI ) for nethack. comibining
character mode, 2D tilesets and 3d graphics, all interchangeable at runtime to
allow the serious nethack player ultimate freedom of interface to the game that
allows ultimate freedom of gameplay and imagination.

noegnud-data is the foundamental data for noeGNUd which all noeGNUd games
depend on it. noegnud-nethack, noegnud-nethack-deet, noegnud-slashem, and
noegnud-littlehack are the four variant games that noeGNUd support.
noegnud-addons installs tilesets and sound themes.

PR:		ports/65318
Submitted by:	Leland Wang <llwang@infor.org>
2005-02-18 13:12:51 +00:00
Pav Lucistnik
4645028aea - Update to 3.4
PR:		ports/77567
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2005-02-17 10:15:26 +00:00
Thierry Thomas
03b4fb1c4d Upgrade to TORCS-1.2.3.
Remark: it is currently broken on FreeBSD-4.11.
2005-02-16 21:42:16 +00:00
Pav Lucistnik
3663592c36 - Fix runtime on amd64 2005-02-16 21:33:18 +00:00
Pav Lucistnik
ae58bd5ef5 Add client for daimonin, a free open source MMORPG. 2005-02-15 15:06:33 +00:00
Erwin Lansing
8d6bafd6db Miguel Mendez is the new victim of these ports. Thanks! 2005-02-15 08:32:08 +00:00
Kris Kennaway
905f9f0926 BROKEN: Incomplete pkg-plist 2005-02-14 18:38:17 +00:00
Adam Weinberger
5815e58c6e Update to 2.8.3. 2005-02-14 17:15:40 +00:00
Michael Landin
c4d06d4583 o Change MASTER_SITES as the port was unfetchable
Noticed by:		kris
2005-02-14 12:42:53 +00:00
Michael Landin
ba16772f67 o Fix USE_GCC flag[1]
o add %%DOCSDIR%% macro while I'm here to make portlint(1) happy

Submitted by:		John Cochran <jdc@fiawol.org> [1]
PR:			ports/77406 [1]
2005-02-14 11:17:33 +00:00
Adam Weinberger
47b5e04f4d Mark BROKEN on 4.X. Someone who feels like putzing with a (probably simple)
C++ issue should take a look at this.
2005-02-14 07:18:37 +00:00
Hiroki Sato
2cf8ede2fa Revert the previous change since the problem of texi2html
has been fixed.
2005-02-13 17:43:21 +00:00
Kris Kennaway
ed300258b2 BROKEN: Incomplete pkg-plist 2005-02-12 23:16:08 +00:00
Hiroki Sato
33e15d970f Unbreak the build.
Approved by:	Mark Huizer (xaa at timewasters dot nl) (maintainer)
2005-02-12 20:36:16 +00:00
Volker Stolz
7da725245f LIB_DEPEND on curl
PR:		ports/77401
Submitted by:	Charles Swiger (maintainer)
2005-02-12 18:05:23 +00:00
Alexey Dokuchaev
11186b17dc Fix install/deinstall and thus unbreak. 2005-02-11 12:41:21 +00:00
Jeremy Messenger
5b6f8042df Add manual to update the mimetype database, it seems like GNOME developers
have removed the auto-update mimetype database for some reason. Maybe, they
have forgotten about it or else...

Reviewed by:	marcus
2005-02-10 00:07:39 +00:00
Herve Quiroz
8928a1d349 Update to 5.7.15 2005-02-09 11:56:44 +00:00
Pav Lucistnik
08ce3caf4d - Fix PostgreSQL dependency
PR:		ports/76951
Submitted by:	Ulrich Spoerlein <q@uni.de>
2005-02-08 20:52:24 +00:00
Peter Pentchev
8fc62c550c Fix the package build: archivers/unzip is actually a build dependency,
not just an extract one.

Reported by:	gohan via kris
Pointy hat to:	myself
2005-02-08 16:28:45 +00:00
Jeremy Messenger
080c9f314c Update to 0.8.10, see the changelog for details: http://changelog.wesnoth.org/ 2005-02-08 14:02:15 +00:00
Adam Weinberger
e9e86b286f Enable the background music. 2005-02-08 00:24:24 +00:00
Adam Weinberger
1437004df7 Add I Have No Tomatoes.
I Have No Tomatoes is an extreme leisure time activity idea of which culminates
in the following question: How many tomatoes can you smash in ten short
minutes? If you have the time to spare, this game has the vegetables just
waiting to be eliminated!

WWW: http://tomatoes.sourceforge.net/
2005-02-08 00:07:49 +00:00
Pav Lucistnik
746444fb67 - Update to 0.5.3
PR:		ports/77136
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-02-06 23:30:41 +00:00
Pav Lucistnik
d1f089d010 - Update to 0.5.1
PR:		ports/77134
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-02-06 23:07:01 +00:00
Pav Lucistnik
4c081f0dab - Update to 1.2
PR:		ports/77135
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-02-06 22:56:22 +00:00
Peter Pentchev
a5a2a0c909 Add scare 1.3.3, an ADRIFT interactive adventure interpreter. 2005-02-06 19:47:34 +00:00
Peter Pentchev
2b65b90e34 Add xglk 0411, an Xlib implementation of the Glk interactive adventure
display toolkit/API.
2005-02-06 19:45:58 +00:00
Pav Lucistnik
faa9508738 - Teach configure script to locate libggz properly. This helps packages
depending on this one to compile properly.

PR:		ports/77120
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
2005-02-06 13:37:10 +00:00
Pav Lucistnik
2e5f111d1e - Distfile rerolled, some changes to sources
Reported by:	krismail
2005-02-04 09:16:58 +00:00
Herve Quiroz
3ec4a5d59b - Update to bsd.java.mk 2.0
- Improve launcher shell script (update to javavmwrapper 2.0)
- Move DATADIR to ${JAVASHAREDIR}/${PORTNAME}
2005-02-01 20:39:21 +00:00
Edwin Groothuis
ce29958bb4 [games/einstein] : compile fix
I tried to install the Einstein game just for the hack of it,
    but it doesn't compile without the attached (trivial) patch.

Submitted by:	Rene Ladan <r.c.ladan@student.tue.nl>
2005-01-31 21:24:15 +00:00
Pav Lucistnik
fd3f4107b8 - Update to 1.8.0 2005-01-31 21:17:49 +00:00
Jeremy Messenger
1b90228615 Update to 0.8.9, it enables zip support by default. If Wesnoth developers add
--disable-zipios++ and I will turn it into knob option, WITHOUT_ZIPIOS. See
more detail about this update, visit: http://changelog.wesnoth.org/

Thanks to:
	- ache for add libpng-config in graphics/png.
	- pav for port zipios++ from debian that work a lot better with newer
	  GCC and allow games/wesnoth to compile with it.
2005-01-31 20:23:38 +00:00
Peter Pentchev
fd7b7deee1 Add the demo of Spheres of Chaos 2.06, a space shoot-em-up with unbelievable
graphics and music.
2005-01-31 15:09:34 +00:00
Edwin Groothuis
a78e45b4d1 Properly install everything. Guess I failed the test! 2005-01-30 10:59:19 +00:00
Edwin Groothuis
ee43442b67 New game!
Einstein puzzle is cross-platform open source remake of old
	DOS game Sherlock which was inspired by Albert Einstein's
	puzzle.  Einstein said that only those with an intelligence
	quotient of 98 percentile and higher should be able to solve
	it.
2005-01-30 10:53:08 +00:00
Oliver Lehmann
41af3fc63b remove share/locale/nb_NO on uninstall
Pointed out by:	pointyhead
Discussed with:	kris
2005-01-29 21:23:49 +00:00
Pav Lucistnik
b2c4933e5f - Fix dependencies
Reported by:	krismail
2005-01-29 19:27:09 +00:00
Pav Lucistnik
90411b76b1 Eternal Lands is a FREE MMORPG (massive multiplay online role playing game)
currently under development. There are 9 skills, total character development
freedom, many quests, religion, a lot of NPCs, animals and monsters.

PR:		ports/76646
Submitted by:	Jan Rochel <jannisan@t-online.de>
2005-01-29 18:13:14 +00:00
Kirill Ponomarev
ffa0788573 Update to version 0.0.10
PR:		ports/76761
Submitted by:	Ports Fury
2005-01-28 09:58:13 +00:00
Kirill Ponomarev
d45c304e3c Update to version 0.0.10
PR:		ports/76760
Submitted by:	Ports Fury
2005-01-28 09:56:50 +00:00
Kirill Ponomarev
0a1a031a95 Update to version 0.0.10
PR:		ports/76762
Submitted by:	Ports Fury
2005-01-28 09:54:45 +00:00
Kirill Ponomarev
58061da89e Update to version 1.0.9
PR:		ports/76764
Submitted by:	Ports Fury
2005-01-28 07:43:11 +00:00
Pav Lucistnik
aa7ac3c73e - Update to 0.8.1.51
PR:		ports/76754
Submitted by:	Stefan Walter <sw@gegenunendlich.de> (maintainer)
2005-01-27 22:15:31 +00:00
Pav Lucistnik
e4de8d1fc0 n-multiplayer crazy clone of the famous Bubble Bobble game
Features:
* Same gameplay as the famous McSebi's Bub & Bob.
* Network game: 1 to 3 players per machine, up to 7 players in total.
* Completely original crazy bonuses!
* Capture other players in a bubble!
* New levels, including a random level generator!

WWW:	http://bub-n-bros.sourceforge.net/

PR:		ports/76746
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2005-01-27 21:51:25 +00:00
Kirill Ponomarev
e02c7f2ab7 Fix build on 4.x 2005-01-27 18:22:37 +00:00
Sergey A. Osokin
cad41eec99 Update to latest release: 0.3.6.
A ton of fixes and new features, so enjoy!

Remove unfinished language-files (latvian, russian, turkish).

Approved by:	danfe (maintainer)
2005-01-27 08:01:34 +00:00
Oliver Lehmann
0a0ec68fe8 - bring xfce4 to 4.2
- remove x11-fm/xfce4-fm-icons misc/xfce4-panel-themes (obsoleted by that update)
- take maintainership of x11-wm/xfce4-session [1]
- bump PORTREVISION of all plugins because they need to be linked against the new xfce4 libs

Approved by:	maintainer [1]
2005-01-26 16:57:40 +00:00
Pav Lucistnik
d421afbce3 - Unbreak on sparc64
- Portlint

PR:		ports/76632
Submitted by:	Johan van Selst <johans@stack.nl>
2005-01-26 16:03:52 +00:00
Pav Lucistnik
e2067c1ece - Unbreak: remove two conflicting functions, which are never used anyway.
PR:		ports/76635
Submitted by:	Johan van Selst <johans@stack.nl> (maintainer)
2005-01-26 15:25:17 +00:00
Adam Weinberger
16a96c8fa4 Now that the distfile is hosted on FreeBSD servers, it can be named
something reasonable and unique. The checksum is the same, but the
name has changed.
2005-01-26 05:34:25 +00:00
Adam Weinberger
bb65f179bb Author seems to have taken this distfile down, and all references to
it on his website have disappeared as well.

So, I'm putting the distfile in MASTER_SITE_LOCAL, as it seems a
shame to delete the port or something.
2005-01-26 05:33:04 +00:00
Kevin Lo
6d9f7b430b Update to 1.19c
PR: ports/76662
Submitted by: MAINTAINER
2005-01-26 04:22:06 +00:00
Michael Nottebrock
50d22518cb Fix plists. 2005-01-25 21:32:28 +00:00
Pav Lucistnik
5fe9b4304e - Fix path to log and pid file
Submitted by:	Max E. Kuznecov <mek@mek.uz.ua> (maintainer)
2005-01-24 15:48:44 +00:00
Volker Stolz
1949dc0bbc Pass maintainership to Christopher Nehren.
PR:		ports/76608
Submitted by:	Igor Pokrovsky (maintainer)
2005-01-24 12:24:46 +00:00
Pav Lucistnik
bf4f53c675 - Update to 0.8.1.48
PR:		ports/76537
Submitted by:	Stefan Walter <sw@gegenunendlich.de> (maintainer)
2005-01-23 20:49:21 +00:00
Kirill Ponomarev
1953b24562 Fix build. 2005-01-22 19:21:37 +00:00
Edwin Groothuis
39bca21123 Update port: games/urban (fix high scores handling)
High scores were not saved when the game was installed from
	a package.

PR:		ports/76560
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2005-01-22 09:43:01 +00:00
Edwin Groothuis
d58dc6c290 Update port: games/dodgindiamond2 (fix high scores handling)
High scores were not saved when the game was installed from
	a package: fixed.

PR:		ports/76559
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2005-01-22 09:42:14 +00:00
Edwin Groothuis
4982f90ea0 Update port: games/powermanga (fix high scores handling)
* Fixes crash on game over
	* Fixes high scores saving

PR:		ports/76558
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2005-01-22 09:41:03 +00:00
Kirill Ponomarev
350fbc0505 Update to version 1.8.4
PR:		ports/76547
Submitted by:	Ports Fury
2005-01-21 19:49:37 +00:00
Kirill Ponomarev
936373630c Update to version 0.3
PR:		ports/76546
Submitted by:	Ports Fury
2005-01-21 19:48:05 +00:00
Kirill Ponomarev
f49a3be6df Update to version 0.6.1
PR:		ports/76545
Submitted by:	Ports Fury
2005-01-21 19:43:35 +00:00
Pav Lucistnik
6359b9a527 TecnoballZs is a brick breaker (Arkanoid-like game) with 50 levels of game and
11 special levels.

PR:		ports/76484
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2005-01-20 22:43:06 +00:00
Pav Lucistnik
db5f4533d8 PvPGN (Player vs Player Gaming Network) is free software that emulates a
Blizzard Battle.net server. It currently supports all Battle.net games, such as
StarCraft, Diablo II, and Warcraft III, and gives you the power to run your own
server, manage your own users, run your own tournaments, etc.

PR:		ports/76445
Submitted by:	Max E. Kuznecov <mek@mek.uz.ua>
2005-01-20 13:46:41 +00:00
Alexey Dokuchaev
72ac6fe224 Add highmoon 1.0.2, a duel in the universe game. 2005-01-20 09:09:41 +00:00
Pav Lucistnik
99067ce12e - Update to 2.3.1
PR:		ports/76482
Submitted by:	Peter Thoenen <eol1@yahoo.com> (maintainer)
2005-01-19 23:31:33 +00:00
Edwin Groothuis
6fb80ed856 From: Jean-Yves Lefort <jylefort@brutele.be>
To: Edwin Groothuis <edwin@FreeBSD.org>
Subject: Re: ports/76393: Update port: games/powermanga to 0.79

You should remove files/patch-src::powermanga.hpp and
files/patch-src::powermanga.hpp.rej
2005-01-19 23:26:44 +00:00
Pav Lucistnik
5d7fef9499 - Update to 1.8.6
PR:		ports/76429
Submitted by:	Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
2005-01-19 12:45:01 +00:00
Edwin Groothuis
07cc0ae443 update port: games/bzflag to version 2.0.0
Update games/bzflag port to version 2.0.0.  It might be
	useful to have some people test v2 long enough to confirm
	that people prefer it to v1.x.  If the users prefer, it
	might be better to create a new port games/bzflag2, but I
	will wait for feedback which indicates this.

PR:		ports/76454
Submitted by:	Charles Swiger <chuck@pkix.net>
2005-01-19 12:04:29 +00:00
Edwin Groothuis
6b39dd78d3 Update port: games/powermanga to 0.79
* Update to 0.79
	* Cleanups

PR:		ports/76393
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2005-01-19 11:26:34 +00:00
Edwin Groothuis
8b40b098ee Update port: games/gtklife to 4.1
PR:		ports/76391
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2005-01-19 11:19:32 +00:00
Herve Quiroz
16864ca7d0 Update to 5.7.14 2005-01-19 07:09:38 +00:00
Alexey Dokuchaev
8aea93eedb Add qccx 1.0.0, a very fast optimizing QuakeC compiler. 2005-01-18 12:41:46 +00:00
Edwin Groothuis
7224a1cee5 Typo: explicitely -> explicitly 2005-01-18 01:34:31 +00:00
Edwin Groothuis
73954d2b88 Correct a problem with the fetching of the port's distfiles.
PR:		ports/76359
Submitted by:	"Conrad J. Sabatier" <conrads@cox.net>
2005-01-17 23:18:16 +00:00
Kirill Ponomarev
4a8bcc2485 Fix plist.
PR:		ports/76313
Submitted by:	Florent Thoumie <flz@xbsd.org>
2005-01-17 16:01:07 +00:00
Michael Nottebrock
b6a3829bb9 Fix ownership of kgoldrunner gamedata files.
PR: 		ports/76327
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
2005-01-17 15:11:18 +00:00
Alexey Dokuchaev
458f7331db Add meqcc 1.4, MrElusive's QuakeC compiler. 2005-01-16 12:19:15 +00:00
Kirill Ponomarev
7472d1a4f4 Update to version 2.5.2
PR:		ports/76279
Submitted by:	Ports Fury
2005-01-16 10:15:56 +00:00
Kirill Ponomarev
25d4e400e2 Update to version 5.1
PR:		ports/76278
Submitted by:	Ports Fury
2005-01-16 10:12:35 +00:00
Pav Lucistnik
bd944a2cf0 - Fix the launch wrapper
PR:		ports/76251
Submitted by:	Lars <lars+lister.freebsd@adventuras.no>
2005-01-15 03:17:14 +00:00
Herve Quiroz
4b953ec5c8 Update to 5.7.13 2005-01-15 00:48:45 +00:00
Alexey Dokuchaev
0029b50726 Update to most recent version 0.3.5.
Some of the features introduced in this version:
- [Network] New network, very stable, a lot of new features
- [Network] Ingame Serverlist (with online game-servers to join)
- [Network] Webbased Serverlist: http://servers.openttd.org/
- [Network] Added dedicated server support
- [Network] Cheat protection in MultiPlayer
- [Network] Patch settings are also synced with the server
- [Network] Chat
- Custom currency settings
- Per-station vehicle lists
- More realistically sized catchment areas
- Sticky windows
- Even better support for newgrf-files
- Implement improved vehicle loading algorithm
- Even more advanced console
- Many more new things...
2005-01-14 10:30:03 +00:00
Alexey Dokuchaev
af41c19e83 Respect CC as well as CFLAGS. 2005-01-14 06:23:50 +00:00
Dirk Meyer
1f6827c5d9 - update to Gomoku-1.2.7 2005-01-13 20:18:25 +00:00
Dirk Meyer
99628349fc - update gshisen-1.2.0
new MASTER_SITES, new URL
2005-01-13 20:12:16 +00:00
Alexey Dokuchaev
7f51d237f0 - Adjust CATEGORIES
- Respect CFLAGS
- Sanitize pkg-descr
- Utilize DATADIR macro in pkg-plist
- Take maintainership
2005-01-13 19:25:29 +00:00
Thomas Gellekum
005955d18e PySol does not run with Python-2.4. Use Python <= 2.3. 2005-01-13 12:26:51 +00:00
Edwin Groothuis
8c8fc31c5c [maintainer update] 16 ports: add mirror MASTER_SITES
Please add http://bsdchat.com/dist/dryice/ to the MASTER_SITES
	of the following ports. Thanks Clive Lin and bsdchat.com for
	the mirror space!

	chinese/xpdf
	deskutils/etask
	devel/cedet
	devel/ecb
	devel/eieio
	devel/ipython
	devel/kodos
	devel/semantic
	devel/xtla
	editors/speedbar
	editors/tree-widget
	games/emacs-chess
	net/tcping
	www/mod_scgi
	www/py-scgi
	www/quixote

PR:		ports/75743
Submitted by:	Dryice Liu <dryice@liu.com.cn>
2005-01-13 00:20:28 +00:00
Kirill Ponomarev
6042a22126 Update to version 1.0.7
PR:		ports/76160
Submitted by:	Ports Fury
2005-01-12 19:12:38 +00:00
Edwin Groothuis
25a5c1c67d Maybe this will work better
checking for clanSignals-0.7... no
	gnome-config: not found
	Package clanSignals-0.7 was not found in the pkg-config search path.

	thus:
	USE_GNOME=	gnomelibs
2005-01-12 03:04:36 +00:00
Edwin Groothuis
d2c4fa992f fix pkg-plist 2005-01-11 23:23:45 +00:00
Christian Weisgerber
646f99fca7 Buffer overflow fixes from Steve Kemp and Ulf Harnhammar.
Obtained from:	Debian
2005-01-11 21:31:48 +00:00
Edwin Groothuis
ee2d77ff31 Update port: graphics/ayam remove stale dependency
Removed stale dependency on devel/log4cpp port.
	Noticed by:	Randolf Schultz rschultz at informatik.uni-rostock.de

PR:		ports/76001
Submitted by:	Igor Pokrovsky <ip@doom.homeunix.org>
2005-01-10 11:14:46 +00:00
Edwin Groothuis
9b2ccd0e7f Update games/scummvm to 0.7.0
0.7.0 (2004-12-24)
 New Games:
   - Added 26 Humongous Entertainment titles, only a few are completable.

 General:
   - Added support for FLAC (lossless) encoded audio files
   - Added an 'On Screen Display' to the SDL backend
   - Partially rewrote the backend API
   - Comments and the order of section in config files are preserved now
   - Updated AdvMame scalers based on scale2x 2.0 - AdvMame3x looks nicer now,
     and AdvMame2x is MMX accelerated
   - Added MMX i386 assembler versions of the HQ2x and HQ3x scalers
   - Added 'Extra Path' option allows for a searching an additional datafile
     location (for reencoded cutscenes and the like)
   - Disabled Alt-x and Ctrl-z quit keys in favour of Ctrl-q on unix like
     operating systems, like Linux (exception: Mac OS X still uses Cmd-q)
   - Separate smaller font for the console, allowing for more visible
     information, for example in the SCUMM debugger.
   - Added support for setting output sample rate at run-time, although there
     is currently no GUI for it.
   - The save directory now has a default rather than the current directory on
     some platforms:
         Mac OS X:     $HOME/Documents/ScummVM Savegames/
         Other unices: $HOME/.scummvm/
   - Added a new about dialog with scrolling credits

 SCUMM:
   - Removed the old zak256 target, use zakTowns instead
   - Added native support for Macintosh versions using a special container
     file. This removes the need for using the 'RESCUMM' program
   - Added smooth horizontal scrolling for The Dig, Full Throttle and COMI
     (matching the original engine)
   - Partially rewrote the text engine, fixing various bugs, especially in
     newer games (The Dig, COMI)
   - Fixed actor drawing glitches in V1 Maniac and Zak
   - Fixed ship-to-ship graphic glitches in COMI
   - Fixed palette glitches in COMI

 Queen:
   - Fixed some issues with the Dreamcast backend.

 Sword1:
   - Added support for compressed speech and music.
   - Added support for the demo.
   - Better support for the Czech version.
   - Added workarounds for script and subtitle bugs in some game versions.

 Sword2:
   - Simplified memory/resource management
   - Simplified sound effects handling
   - Added support for compressed speech and music.
   - Fixed various minor bugs.

 BASS:
   - Added workarounds for some rare scripting bugs that could render the game
     unwinnable.

PR:		Miguel Mendez <flynn@energyhq.es.eu.org>
Submitted by:	ports/75798
2005-01-10 00:17:44 +00:00
Edwin Groothuis
4f5e312d05 update games/scummvm-tools to 0.7.0
sync with scummvm

PR:		ports/75799
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
2005-01-09 23:58:25 +00:00
Edwin Groothuis
0c495d5a21 [Maintainer Update] games/gtetrinet to 0.7.8
update to 0.7.8

PR:		ports/75809
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
2005-01-09 23:38:35 +00:00
Edwin Groothuis
39bd2fee29 Maintainer Update: correct incomplete games/grhino/pkg-plist and so on
Maintainer Update: correct games/grhino pkg-plist and so on.

	Please see:
	http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.4-exp.2004122510/grhino-0.12.0_1.log

	Newfiles:
	files/patch-po::Makefile.in.in

PR:		ports/75747
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
2005-01-09 23:15:41 +00:00
Kris Kennaway
d77a6e5446 Reset undeliverable maintainer email address:
<chris_pressey@yahoo.ca>: host mx1.mail.yahoo.com[67.28.113.11] said: 554
    delivery error: dd Sorry your message to chris_pressey@yahoo.ca cannot be
    delivered. This account has been disabled or discontinued [#102]. -
    mta183.mail.re2.yahoo.com
2005-01-09 04:34:15 +00:00
Kirill Ponomarev
c153e97ed2 Update to version 1.8.3
PR:		ports/75948
Submitted by:	Ports Fury
2005-01-08 16:13:58 +00:00
Kirill Ponomarev
c6beeb6662 Fix plist. 2005-01-08 11:39:13 +00:00
Kirill Ponomarev
3c7fa97382 Add MASTER_SITES for better redundancy.
Approved by:	portmgr (implicit)
2005-01-02 15:30:42 +00:00
Kris Kennaway
3296c45a1d BROKEN on alpha: Does not build
Approved by:	portmgr (self)
2005-01-02 01:05:49 +00:00
Kris Kennaway
54f0c0077e BROKEN: Does not compile
Approved by:    portmgr (self)
2005-01-02 00:57:25 +00:00
Kris Kennaway
1a9f977f3f BROKEN on 4.x: Does not compile
Approved by:    portmgr (self)
2005-01-02 00:56:40 +00:00
Kris Kennaway
7a05ec19e5 BROKEN on alpha also: does not compile
Approved by:    portmgr (self)
2005-01-02 00:50:38 +00:00
Kris Kennaway
c63a575b35 BROKEN: Internal compiler error on alpha 4.x
Approved by:    portmgr (self)
2005-01-02 00:48:37 +00:00
Kris Kennaway
88d78c401e Fix package building by adding a dependency on Xvfb in the
PACKAGE_BUILDING case.  The package build scripts then DTRT and ensure
this is running at build-time so a DISPLAY is available.

Approved by:	portmgr (self)
2005-01-01 22:16:28 +00:00
Alexander Leidinger
64cf27c85d Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.

It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).

This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).

Changes:
 - change the default linux_base from v7 to v8
 - add a newer freetype to linux_base-8 for nicer fonts display [1]
 - don't let cpio use hardlinks in the linux_base-8 port to quiet some
   warnings in some cases [2]
 - fix a cut&past error in the linux_base-8 pkg-install script [3]
 - convert the binary knob "USE_LINUX" to a version specifier, e.g.
   USE_LINUX=<value> specifies a dependency upon
   emulators/linux_base-<value>, exceptions are a value of "7" (which
   does what you want and adds a dependency to linux_base) and any
   value without a corresponding port in
   PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
   the default linux_base)
 - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
   this allows us to use the USE_LINUX_PREFIX knob for linux_base and
   paves the way for splitting up future linux base ports into
   individual pieces
 - remove RESTRICTED from some GPL licensed ports, even when we only
   distribute binaries, we get them from official linux sites, so
   anyone can grab them there if he needs to
 - add a dependency upon the linux X11 bits where necessary (based upon
   guesswork)
 - don't use USE_X_PREFIX in some linux ports since it adds a dependency
   to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
   solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
 - bump the portrevision of the linux ports ("better safe than sorry"
   algorithm)
 - pass maintainership of the important linux infrastructure to a
   mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
   doesn't like this: tell us your bikeshed color at freebsd-emulation@,
   my color would be "linuxolator@" in case someone cares...)
 - add a pkg-install script for linux-fontconfig, but don't use it;
   everything should work without it (the FreeBSD fc-cache program should
   do all the work), but in case we need it we just need to decomment the
   pkg-install part in the Makefile
 - fix some dependencies
 - fix some bugs
 - add some static plists
 - unbreak the ports with dependecies to more than one linux_base

This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.

Known bugs:
 - the linux-mesa and linux-devtools ports install libGL*.so symlinks
 - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
   the linux X11 port, so linx_Base-8 moans at deinstall time)

Future work (interested souls should coordinate with freebsd-emulation@):
 - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
   or modify the behavior of USE_XLIB in the USE_LINUX case
   AFAIK trevor has some patches.
 - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
   the PREFIX?= workaround in some linux ports
   Should be discussed/coordinated on/with x11@.
 - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
 - update to a more recent linux base

PR:			69997, 70539 (and maybe others)
Discussed with/on:	java@, x11@, trevor, portmgr
Tested by:		mezz, portmgr, pointyhat
RPM hunted down by:	Joseph Gelinas <scirocco@tasam.com> [1]
Requested by:		portmgr [2]
Submitted by:		kris [3]
Approved by:		portmgr
2004-12-31 18:24:10 +00:00
Stefan Eßer
e045a7d071 Make xbsndsrv exit on pipe read errors. 2004-12-30 21:51:22 +00:00
Erwin Lansing
5684a10ded Remove xblast-beta
Forgotten by:	se
2004-12-30 12:56:07 +00:00
Stefan Eßer
5943845123 Fix build on RELENG_4. There is a syntax error in xblast.c, that
is only reported by gcc-2.x, but ignored by gcc-3.x and gcc-4.x.
2004-12-30 11:50:50 +00:00
Kirill Ponomarev
344d59f9f0 Support NO_WRKSUBDIR properly
PR:		ports/75631
Submitted by:	Ports Fury
2004-12-30 09:33:04 +00:00
Kirill Ponomarev
6b6927ee6f Update to version 1.1
PR:		ports/75623
Submitted by:	Ports Fury
2004-12-30 08:47:56 +00:00
Kirill Ponomarev
f24c0b09ac Update to version 0.5
PR:		ports/75622
Submitted by:	Ports Fury
2004-12-30 08:45:35 +00:00
Edwin Groothuis
032b88811d Welcome new maintainer! 2004-12-28 23:19:42 +00:00
Stefan Eßer
19012881b3 Remove now obsolete xblast-beta: the main xblast port has just
been updated to a much more advanced version.
2004-12-28 22:54:42 +00:00
Sergey Matveychuk
cb361fff98 - Add missing dirs to pkg-plist.
PR:		ports/75576
Submitted by:	maintainer
Reported by:	Kris "Ports Janitor" Kennaway
2004-12-28 20:20:39 +00:00
Stefan Eßer
d8c7a76248 The original developer of xblast seems to have vanished years ago.
But now there appears to be active development, again, by a group
that has gathered patches from different sources and started to add
a number of new features.

Upgrade to xblast version 2.9.22.
2004-12-28 18:27:47 +00:00
Sergey Matveychuk
bbdb0e0879 An oxymoron cardset is presented in the base package, so
don't install it. It fixes plist problem.

PR:		ports/75534
Submitted by:	maintainer
2004-12-28 11:07:34 +00:00
Kris Kennaway
a30a66564a Update to tome 2.3.0 and assign maintainership to submitter.
Submitted by:	Peter Thoenen <eol1@yahoo.com>
PR:		ports/75327 (based on)
2004-12-27 19:37:24 +00:00
Edwin Groothuis
0b25d3a09c Update to version 0.11.5
I was working and fixing some of the bug some people reported to me. This
includes some problem which made it almost impossible to run the game in
Local Networks.. a incident in the code made it that direct connections
wasn't working and people behind a firewall could play without any
problems..

Changes:
 - Fixed: Multiplayer more as three players could not play.
   There was a bug in the automatic firewall detection.
 - Added: Show a simple information of what keys are used in
   the multiplayer screen.
 - Chagned: In Singleplayer you can select now 0 AI Players.
 - Fixed: Teamdata (as Names and Colors) will be send over the network.
 - Fixed: udp_send: bad file error fixed, in single mode we was
   still sending the quit information to all clients.
 - Fixed: Alot other strange network bugs. I.e. the rejoin part
   and that the server can leave part was not right.
2004-12-26 22:08:06 +00:00
Matthew Hunt
622b0623b0 Upgrade to:
6.30 compiler
	6.11 library
	v4 manual

PR:		ports/75213
Submitted by:	Joel Ray Holveck <joelh@piquan.org>
2004-12-26 21:02:40 +00:00
Matthew Hunt
03b9a18efb Correct plist.
Pointed out by:	kris
2004-12-26 19:26:05 +00:00
Kirill Ponomarev
26d6c3e937 Fix plist.
PR:		ports/75467
Submitted by:	Stefan Walter <sw at gegenunendlich dot de>
2004-12-26 18:27:43 +00:00
Edwin Groothuis
9106b1d585 Explicitely call create_opening_book.sh with ${SH} in ${SCRIPTDIR}
Noticed by: Joshua Tinnin <krinklyfig@spymac.com>
2004-12-26 13:26:45 +00:00
Kris Kennaway
72d50993ee Port now builds 2004-12-24 23:54:44 +00:00
Dejan Lesjak
298d3e56a2 Revert rev. 1.11 so nonexisting html manpage is not installed.
Noticed by:	kris
2004-12-24 22:20:37 +00:00
Dejan Lesjak
468f3a3745 Fix build without imake.
Pointed out by:	pointyhat via kris
2004-12-24 21:21:39 +00:00
Thomas Gellekum
411133bacc Upgrade to 0.6.7b. 2004-12-23 11:48:07 +00:00
Kirill Ponomarev
14d8295472 Bump shlib version for graphics/sdl_gfx and bump PORTREVISION for
depended ports.
2004-12-23 10:10:15 +00:00
Kirill Ponomarev
1de5928021 Update to version 1.0.0.2
PR:		ports/75397
Submitted by:	Ports Fury
2004-12-23 09:57:44 +00:00
Edwin Groothuis
4982245c32 New port games/wormux.
Almost everyone has heard of the Worms(R) series of games,
	developed by Team17.  Worms was created in 1990, the goal
	of the game consisting of a several teams of "worms" fighting
	to the death on a 2D map. Wormux is heavily influenced by
	all games in this genre, including Scorched Earth and Liero.

	Wormux is free software clone of this game concept. Though
	currently under heavy development, it is already very
	playable, with lots of weapons (Dynamite, Baseball Bat,
	Teleportation, etc.). There are also lots of maps available
	for your battling pleasure! Wormux takes the genre to the
	next level, with great customisation options leading to
	great gameplay. There is a wide selection of teams, from
	the Aliens to the Chickens. Also, new battlefields can be
	downloaded from the Internet, making strategy an important
	part of each battle.

PR:		ports/75186
Submitted by:	Anton Yudin <toha@toha.org.ua>
2004-12-23 08:00:53 +00:00
Edwin Groothuis
f15e5d07ce games/bastet does busy waiting
bastet does busy waiting because the select() call in game.c returns
	with EINVAL. The reason is that timeout does not point to the struct
	timeval in the program but to a ncurses function with the same name. I
	renamed the variable to fix it. Also the value 1000000 is not a valid
	timeout value because it would have to be encoded as 1 second and 0
	microseconds. I fixed it trivially by using 999999 for that value.

	Also I fixed a gcc warning. Anyway I think the function bast_clear has
	to be declared somewhere else.

	Should be easy to fix - temporarily I just put the diff below in my
	files/ directory of the port.

PR:		ports/75208
Submitted by:	Rudolf Polzer <freebsd-dr@durchnull.de>
2004-12-23 06:27:14 +00:00
Edwin Groothuis
0989369202 [NEW PORT] games/linux-hohlin: Remake of the classic spectrum game Head over Heels
The original Head Over Heels was released around about 1987.
	It was immediately praised in the press as being quite the
	best isometric adventure game. This version is a pretty
	darn faithful remake of the Speccy original except with a
	few spanking extra bits.

	WWW:	http://retrospec.sgn.net/games/hoh/index.html

PR:		ports/70577
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2004-12-23 05:41:17 +00:00
Dejan Lesjak
4bd3843d6d Add perl as build dependency explicitly - it used to be there as
run dependency of X libraries (via depending on imake); not any more.
2004-12-23 04:58:56 +00:00
Edwin Groothuis
5127026491 Update port: games/gnuchess (new version 5.07 with optional opening
book support added)

	Update of port games/gnuchess to version 5.07.  Includes
	support for building and installing opening book (as an
	OPTION)

OPTIONs rule!

PR:		ports/74441
Submitted by:	Conrad J. Sabatier <conrads@cox.net>
2004-12-23 04:57:09 +00:00
Edwin Groothuis
77fc3b9524 New port: games/xgame A Perl script which enhances gameplay under Linux/Unix
A Perl script which enhances gameplay under Linux/Unix

	Xgame launches your game in a separate X session. This
	allows gamers to switch between their desktop and their
	game with ease. The new X session does not run a desktop
	or window manager. Furthermore, since the game is run in a
	separate X session, the resolution and color depth of the
	desktop and game may be different.

PR:		ports/73326
Submitted by:	Andreas Berg <aberg@doomnet.de>
2004-12-23 04:49:59 +00:00
Edwin Groothuis
5e56f8bd95 new port games/wanderer: Steve Shipway's wanderer
port of the ascii game - wanderer to FreeBSD.

PR:		ports/70827
Submitted by:	Marina Brown <marina@surferz.net>
2004-12-23 04:47:34 +00:00
Dejan Lesjak
1439e5071a Add perl as build dependency explicitly - it used to be there as
run dependency of X libraries, not any more.

Pointed out by:	dosirak via kris
Approved by:	maintainer timeout
2004-12-23 01:46:03 +00:00
Volker Stolz
107d930389 - Update US presidents for quiz(6) after 25 years
(gosh, and we really need yet another update I think!)
- Bump PORTREV accordingly

PR:		ports/43177
Submitted by:	Philipp Mergenthaler
Approved by:	maintainer silence
2004-12-22 14:52:50 +00:00
Edwin Groothuis
27d4d9a537 Update port: games/scorched3d-devel - INCLUDE SECURITY FIX
This is an update to the last released version of that game.
	It include a security fix that the current FreeBSD port is affected.
	(see http://marc.theaimsgroup.com/?l=bugtraq&m=108152473130133&w=2)
	Note that i did set myself as maintener after proposition from
	Nuno Teixeira <nunotex@freeshell.org> by email.

PR:		ports/67541
Submitted by:	Guy P. <guy@device.dyndns.org>
2004-12-21 23:27:27 +00:00
Joe Marcus Clarke
500f6fa457 We no longer need to take care of the assetml directory here. We're now
doing that in libassetml.

Reported by:	pointyhat via kris
2004-12-21 20:42:39 +00:00
Herve Quiroz
932d2af853 Update to 5.7.12 2004-12-21 15:55:35 +00:00
Dag-Erling Smørgrav
287a5f4d4a Fix some issues in the startup script which may affect new users. 2004-12-21 12:09:43 +00:00
Dag-Erling Smørgrav
1ad7b2d338 Fixed permissions. 2004-12-21 11:40:01 +00:00
Dag-Erling Smørgrav
e6fb5f3600 Upgrade to 1.65. A list of bugs fixed since 1.62 can be found here:
http://nwn.bioware.com/support/patchdetails164.html
http://nwn.bioware.com/support/patchdetails165.html

(there is no version 1.63)

PR:		ports/74639
Submitted by:	Sean Farley <sean-freebsd@farley.org>
2004-12-21 11:30:30 +00:00
Kirill Ponomarev
742f0ba964 Fix and sort plist. 2004-12-21 11:16:07 +00:00
Volker Stolz
982a457c50 Update to 0.8.1.45
PR:		ports/75256
Submitted by:	maintainer
2004-12-21 09:26:00 +00:00
Patrick Li
ec49e01644 Update to 1.8b
PR:		ports/71762
Submitted by:	arundel@h3c.de
2004-12-20 20:12:48 +00:00
Kris Kennaway
b70e8b7e1d This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
2004-12-18 23:02:35 +00:00
Kris Kennaway
7d606a109b Reset bouncing maintainer address:
<verm@drunkmonk.net>: host beatrix.drunkmonk.net[206.75.218.3] said: 550 5.1.1
    <verm@drunkmonk.net>... User unknown (in reply to RCPT TO command)
2004-12-18 21:46:46 +00:00
Kirill Ponomarev
dd89cf7e4e Update to version 1.0.0
PR:		ports/75113
Submitted by:	Ports Fury
2004-12-18 18:46:04 +00:00
Pav Lucistnik
809cc8d3b9 - Update to 2.10c
PR:		ports/75203
Submitted by:	Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
2004-12-18 18:33:12 +00:00
Alexey Dokuchaev
8ed1e74326 An open source clone of the Microprose game "Transport Tycoon Deluxe". 2004-12-17 14:38:00 +00:00
Edwin Groothuis
94e59db5dd games/linux-q3ademo - libGL.so symbolic link needed
I believe a symbolic link to /compat/linux/usr/X11R6/lib/libGL.so.1
	is needed in /usr/local/share/q3ademo

	Otherwise, quake will complain that it can not find the
	libGL.so. Perhaps /compat/linux/usr/X11R6/lib/ could also
	be added to the library path, but creating a link may be a
	simplier solution.

PR:		ports/74934
Submitted by:	Yonas <yonas_@yahoo.com>
2004-12-17 08:58:05 +00:00
Norikatsu Shigemura
b9df28c6ab Update to 1.2.2.
References:	http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/15288
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by:	Shinya Esu <esu@yk.rim.or.jp> (maintainer)
2004-12-16 15:06:25 +00:00
Kris Kennaway
be3e1f7794 Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
2004-12-16 05:49:27 +00:00
Pav Lucistnik
6d32d5e83c - Update to 1.0.2
PR:		ports/74991
Submitted by:	Rudolf Polzer <freebsd-dr@durchnull.de> (maintainer)
2004-12-15 22:57:00 +00:00
Edwin Groothuis
81f9f9ff32 Update to 2.6.8
New maintainer: Philip Reynolds <philip.reynolds@rfc-networks.ie>

PR:		ports/72029
Submitted by:	    Philip Reynolds <philip.reynolds@rfc-networks.ie>
2004-12-15 03:12:44 +00:00
Edwin Groothuis
82288be203 Looks like a project which never took off.
Removed the repocopied files.

PR:		ports/67673
Submitted by:	Przemek Laczynski <torindel@wp.pl>
2004-12-15 02:51:02 +00:00
Dejan Lesjak
eca539f5a1 Fix problems when building against X.Org 6.8.1 GL.
PR:		ports/75073
Submitted by:	maintainer
2004-12-14 23:17:28 +00:00
Edwin Groothuis
b3ef383bfc Add music files.
Bump portrevision
2004-12-14 23:10:45 +00:00
Pav Lucistnik
03b1f265cd - Update to 1.5.3
PR:		ports/75042
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
2004-12-14 22:13:57 +00:00
Edwin Groothuis
fb75588fa3 Upgrade to version 0.11.4 2004-12-14 00:05:48 +00:00
Michael Nottebrock
0083804533 Update to KDE 3.3.2 2004-12-13 20:12:15 +00:00
Jeremy Messenger
6cb331a221 Remove, it has been unmaintain for years and GNOME 1.x is dead. 2004-12-13 05:10:38 +00:00
Josef El-Rayes
839dcd21c8 Unset maintainership on ports. Multiple maintainer
timeouts.

Approved by:	portmgr
2004-12-12 14:49:37 +00:00
Dag-Erling Smørgrav
e71946e1e8 Update to 0.9.6. Note that scenery, textures and aircraft models are now
installed by a separate port, games/fgfs-base, which this one lists as a
run-time dependency.
2004-12-12 14:10:54 +00:00
Dag-Erling Smørgrav
87da17322a Move out of X11BASE. 2004-12-12 14:01:24 +00:00
Kris Kennaway
44bc610c06 BROKEN: Does not compile 2004-12-11 21:33:57 +00:00
Kris Kennaway
7946e868c6 BROKEN: Checksum mismatch 2004-12-11 21:00:55 +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
5f07fe679d Connect fgfs-base. 2004-12-11 18:03:27 +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
Alexey Dokuchaev
72b60eb7a7 This time, fix the build on 4.X, 5.X, and 6-CURRENT.
Reported by:	kris, krion
Approved by:	fjoe (mentor, implicit)
2004-12-10 10:24:06 +00:00
Michael Nottebrock
df96b84c24 Fix plist. 2004-12-09 23:43:17 +00:00
Pav Lucistnik
e3467398da - Fix build with recent libggi on 4.x
Reported by:	krismail
2004-12-09 23:29:36 +00:00
Kirill Ponomarev
09cb71b026 Insert space in include statement
Pointed out by:	kris
2004-12-09 15:01:33 +00:00
Kirill Ponomarev
f0c072ed9a BROKEN: Does not compile on 4.x 2004-12-09 10:29:50 +00:00
Kirill Ponomarev
46fcc2166b Handle includes properly. 2004-12-09 10:28:01 +00:00
Kirill Ponomarev
c92fdf8e8d BROKEN: Does not compile on 4.x 2004-12-09 10:20:37 +00:00
Kris Kennaway
70cced77c0 Use MLINKS to install and record a symlinked manpage instead of doing it
by hand.

Submitted by:   TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
PR:             74440
2004-12-09 03:02:19 +00:00
Kris Kennaway
8335e9c5a2 Use MLINKS to install and record a symlinked manpage instead of doing it
by hand.

Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
PR:		74440
2004-12-09 03:01:44 +00:00
Dejan Lesjak
99ff12c307 Fix build without imake.
Pointed out by:	dosirak via kris, while testing X.Org upgrade
2004-12-07 11:25:12 +00:00
Pav Lucistnik
34b40822ef - Update to 3.0.5
Approved by:	mph (maintainer)
2004-12-06 20:06:51 +00:00
Thierry Thomas
f68c39837d - fix plist by using libtool 1.5 [1]
- update my address
- switch from USE_MESA to USE_GL.

Reported by:	http://pointyhat.freebsd.org/errorlogs/i386-6-latest-logs/extras.html [1]
2004-12-06 17:04:31 +00:00
Jeremy Messenger
6194d31962 Update to 0.8.8, see the changelog for details: http://changelog.wesnoth.org/ 2004-12-06 09:09:43 +00:00
Kirill Ponomarev
04204759e6 Fix build on 4-stable with WITH_GTK2
PR:		ports/74730
Submitted by:	Ports Fury
2004-12-05 18:32:21 +00:00
Kirill Ponomarev
61eeb92bf8 Fix build on amd64/ia64
PR:		ports/74729
Submitted by:	Ports Fury
2004-12-05 18:31:13 +00:00
Tilman Keskinoz
e510fe8fa1 Remove empty directories 2004-12-05 11:07:20 +00:00
Tilman Keskinoz
9a0cbdefa9 Cleanup empty directories 2004-12-05 10:17:23 +00:00
Mark Linimon
fb1c009fee With portmgr hat on, reset maintainership of ports whose committer has
been inactive for more than 6 months and who has not responded to email
about his status.
2004-12-05 06:59:59 +00:00
Edwin Groothuis
4f9c609ebd Demand gcc 3.3 2004-12-05 05:04:26 +00:00
Dejan Lesjak
079e830bc6 If imake is not present at build time, configure gets confused about
location of X11 libraries and headers, so tell it where they are.

Pointed out by:	dosirak via kris, while testing X.Org upgrade
2004-12-05 00:32:06 +00:00
Dejan Lesjak
64c84995a0 Add imake as build time dependency as configure script uses it (and it is
no longer available as run dependency for X11 libraries on which this port
already depends).

Pointed out by:	dosirak via kris, while testing X.Org upgrade
2004-12-05 00:09:34 +00:00
James E. Housley
2f040af06e Allows games/tank to compile on fbsd 5/6
PR:		74681
Submitted by:	MAINTAINER
2004-12-04 19:18:43 +00:00
Kris Kennaway
a3a03e70ee BROKEN: Does not compile 2004-12-04 01:37:01 +00:00
Edwin Groothuis
2894fe3f1b From: Dejan Lesjak <dejan.lesjak@ijs.si>
To: edwin@mavetju.org
Subject: games/thevalley and upcoming xorg update

Hello,

Soon xorg ports will be upgraded to 6.8.1. As one of changes, imake is
no longer recorded as run dependency for X libraries. Since imake
depends on perl, this dependency is also gone. The port you maintain
relied on perl being there as consequence of these dependencies. Since
this is no longer so, it fails. The upgrade is being tested on dosirak
ports test cluster and the error log is here:

To solve this, explicit build time dependency to perl needs to be
specified with addition of something like this line:
USE_PERL5_BUILD=yes
to Makefile.
Thanks.

Submitted by:	Dejan Lesjak <dejan.lesjak@ijs.si>
2004-12-03 11:23:46 +00:00
Tilman Keskinoz
f65c5d4d37 Fix build on 4.x 2004-12-03 09:50:11 +00:00
Stefan Eßer
9c1d107e4a Add build dependency on perl.
Submitted by:		lesi
2004-12-02 21:03:36 +00:00
Joe Marcus Clarke
06cc1c09a6 Update to 2.8.2. 2004-12-02 17:56:22 +00:00