| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall. However, a lot of
FreeBSD specific additions and fixes have been made. For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support. See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.
GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work. We would also like to thank our adventurous users that chose to
ride the walrus. We'd especially like to thank the following users that
provided patches for GNOME 2.10:
ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk
And anyone else I may have accidentally omitted.
As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession. You can
use the deskutils/splashsetter port to choose the one you like best.
As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10. Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.
Enjoy!
|
|
|
|
|
|
| |
PR: ports/78220
Submitted by: Ying-Chieh Chen (maintainer)
Approved by: arved (mentor)
|
|
|
|
|
| |
PR: ports/78606
Submitted by: Max E. Kuznecov <mek@mek.uz.ua> (maintainer)
|
|
|
|
|
|
| |
PR: 78669
Submitted by: maintainer
Approved by: krion (mentor)
|
|
|
|
|
|
| |
PR: ports/76922
Submitted by: flz
Approved by: pav (mentor), maintainer timeout (1 month)
|
| |
|
| |
|
|
|
|
| |
Python-2.4, too.
|
| |
|
|
|
|
|
| |
Requested by: danfe, mezz
Approved by: maintainer
|
|
|
|
|
| |
- Module switched ExtUtils::MakeMaker for Module::Build
- No need for test-dependencies
|
|
|
|
|
|
|
| |
patching with a patch which doesn't patch the file to patch.
Noticed by: Dmitry Morozovsky <marck@FreeBSD.org>
Pointy hat: me!
|
|
|
|
|
|
|
|
| |
Under RELENG_4 there is missing header preventing einstein
from compiling.
PR: ports/78540
Submitted by: Dmitry Morozovsky <marck@freebsd.org>
|
|
|
|
|
|
| |
- Use %%DATADIR%% in plist
Approved by: arved (mentor)
|
| |
|
|
|
|
|
|
|
| |
Once upon a time I had been hoping that /usr/local/share/games/ would
just get added to /etc/mtree/BSD.local.dist.
Submitted by: pointyhat
|
| |
|
|
|
|
|
| |
PR: 78438
Submitted by: Stefan Walter <sw@gegenunendlich.de>
|
|
|
|
|
|
|
| |
- Fix detection of libGL
PR: 78512
Submitted by: Ulrich Spoerlein <q@uni.de>
|
|
|
|
|
| |
PR: ports/78499
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
Submitted by: glebius
Obtained from: mplayer
|
|
|
|
|
|
|
|
|
| |
- Add WITH_GL knob
- Pass maintainership to submitter
PR: ports/78430
Submitted by: Robin Schoonover <robin.schoonover@gmail.com>
Approved by: Jordan DeLong <fracture@allusion.net> (maintainer)
|
|
|
|
|
|
|
| |
It has a client and a server in the same program.
PR: ports/78364
Submitted by: Andrej Zverev <az@inec.ru>
|
|
|
|
|
| |
Requested by: maintainer
Repocopy by: marcus
|
|
|
|
|
| |
PR: ports/78306
Submitted by: Guy P. <guy@device.dyndns.org> (maintainer)
|
| |
|
|
|
|
|
|
| |
PR: ports/78305
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Approved by: pav (mentor)
|
|
|
|
| |
- Use DOCSDIR macro in pkg-plist
|
|
|
|
|
|
|
| |
- Update WWW: line
PR: ports/77837
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
don't take strndup from publib, which is not relocatable, but
define it.
Reported by: Kris via pointyhat.
|
|
|
|
|
| |
PR: ports/77984
Submitted by: maintainer
|
|
|
|
| |
Approved by: arved (mentor)
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: ade
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
PR: ports/77968
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/77969
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/77967
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/78010
Submitted by: maintainer
|
|
|
|
|
| |
If this is not sufficient, it should at least speed up the post-patch
target.
|
|
|
|
|
| |
PR: ports/77842
Submitted by: Sam Lawrance
|
|
|
|
|
| |
PR: ports/77845
Submitted by: Sam Lawrance
|
|
|
|
|
| |
PR: 77938
Submitted by: Martin Matuska <martin at matuska.org>
|
|
|
|
|
| |
PR: ports/77849
Submitted by: Sam Lawrance
|
|
|
|
| |
Approved by: MAINTAINER
|
|
|
|
|
|
|
| |
game.
PR: ports/48426
Submitted by: Eugene Grosbein <eugen at grosbein dot pp.ru>
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
|
| |
PR: ports/77831
Submitted by: maintainer
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
PR: ports/77735
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> (maintainer)
|
|
|
|
|
| |
PR: ports/77734
Submitted by: maintainer
|
| |
|
|
|
|
| |
Nagged by: kris
|
|
|
|
| |
and the handful of ports that depended on them.
|
|
|
|
| |
Nagged by: kris
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
PR: ports/77567
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
|
|
|
|
| |
Remark: it is currently broken on FreeBSD-4.11.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Noticed by: kris
|
|
|
|
|
|
|
| |
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]
|
|
|
|
| |
C++ issue should take a look at this.
|
|
|
|
| |
has been fixed.
|
| |
|
|
|
|
| |
Approved by: Mark Huizer (xaa at timewasters dot nl) (maintainer)
|
|
|
|
|
| |
PR: ports/77401
Submitted by: Charles Swiger (maintainer)
|
| |
|
|
|
|
|
|
|
| |
have removed the auto-update mimetype database for some reason. Maybe, they
have forgotten about it or else...
Reviewed by: marcus
|
| |
|
|
|
|
|
| |
PR: ports/76951
Submitted by: Ulrich Spoerlein <q@uni.de>
|
|
|
|
|
|
|
| |
not just an extract one.
Reported by: gohan via kris
Pointy hat to: myself
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
| |
PR: ports/77136
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: ports/77134
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: ports/77135
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
| |
|
|
|
|
| |
display toolkit/API.
|
|
|
|
|
|
|
| |
depending on this one to compile properly.
PR: ports/77120
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
|
|
|
|
| |
Reported by: krismail
|
|
|
|
|
| |
- Improve launcher shell script (update to javavmwrapper 2.0)
- Move DATADIR to ${JAVASHAREDIR}/${PORTNAME}
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
--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.
|
|
|
|
| |
graphics and music.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Pointed out by: pointyhead
Discussed with: kris
|
|
|
|
| |
Reported by: krismail
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
PR: ports/76761
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/76760
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/76762
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/76764
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/76754
Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
| |
A ton of fixes and new features, so enjoy!
Remove unfinished language-files (latvian, russian, turkish).
Approved by: danfe (maintainer)
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
|
|
|
| |
- Portlint
PR: ports/76632
Submitted by: Johan van Selst <johans@stack.nl>
|
|
|
|
|
| |
PR: ports/76635
Submitted by: Johan van Selst <johans@stack.nl> (maintainer)
|
|
|
|
|
| |
something reasonable and unique. The checksum is the same, but the
name has changed.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: ports/76662
Submitted by: MAINTAINER
|
| |
|
|
|
|
| |
Submitted by: Max E. Kuznecov <mek@mek.uz.ua> (maintainer)
|
|
|
|
|
| |
PR: ports/76608
Submitted by: Igor Pokrovsky (maintainer)
|
|
|
|
|
| |
PR: ports/76537
Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
High scores were not saved when the game was installed from
a package.
PR: ports/76560
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
* Fixes crash on game over
* Fixes high scores saving
PR: ports/76558
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
|
|
|
|
|
| |
PR: ports/76547
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/76546
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/76545
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
11 special levels.
PR: ports/76484
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
| |
PR: ports/76482
Submitted by: Peter Thoenen <eol1@yahoo.com> (maintainer)
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: ports/76429
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
* Update to 0.79
* Cleanups
PR: ports/76393
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
|
|
|
|
|
| |
PR: ports/76391
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/76359
Submitted by: "Conrad J. Sabatier" <conrads@cox.net>
|
|
|
|
|
| |
PR: ports/76313
Submitted by: Florent Thoumie <flz@xbsd.org>
|
|
|
|
|
| |
PR: ports/76327
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
|
| |
|
|
|
|
|
| |
PR: ports/76279
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/76278
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/76251
Submitted by: Lars <lars+lister.freebsd@adventuras.no>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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...
|
| |
|
| |
|
|
|
|
| |
new MASTER_SITES, new URL
|
|
|
|
|
|
|
| |
- Respect CFLAGS
- Sanitize pkg-descr
- Utilize DATADIR macro in pkg-plist
- Take maintainership
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
PR: ports/76160
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Obtained from: Debian
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
sync with scummvm
PR: ports/75799
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
|
|
|
|
|
|
|
| |
update to 0.7.8
PR: ports/75809
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
<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
|
|
|
|
|
| |
PR: ports/75948
Submitted by: Ports Fury
|
| |
|
|
|
|
| |
Approved by: portmgr (implicit)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Forgotten by: se
|
|
|
|
| |
is only reported by gcc-2.x, but ignored by gcc-3.x and gcc-4.x.
|
|
|
|
|
| |
PR: ports/75631
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/75623
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/75622
Submitted by: Ports Fury
|
| |
|
|
|
|
| |
been updated to a much more advanced version.
|
|
|
|
|
|
| |
PR: ports/75576
Submitted by: maintainer
Reported by: Kris "Ports Janitor" Kennaway
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
don't install it. It fixes plist problem.
PR: ports/75534
Submitted by: maintainer
|
|
|
|
|
| |
Submitted by: Peter Thoenen <eol1@yahoo.com>
PR: ports/75327 (based on)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
6.30 compiler
6.11 library
v4 manual
PR: ports/75213
Submitted by: Joel Ray Holveck <joelh@piquan.org>
|
|
|
|
| |
Pointed out by: kris
|
|
|
|
|
| |
PR: ports/75467
Submitted by: Stefan Walter <sw at gegenunendlich dot de>
|
|
|
|
| |
Noticed by: Joshua Tinnin <krinklyfig@spymac.com>
|
| |
|
|
|
|
| |
Noticed by: kris
|
|
|
|
| |
Pointed out by: pointyhat via kris
|
| |
|
|
|
|
| |
depended ports.
|
|
|
|
|
| |
PR: ports/75397
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
run dependency of X libraries (via depending on imake); not any more.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
port of the ascii game - wanderer to FreeBSD.
PR: ports/70827
Submitted by: Marina Brown <marina@surferz.net>
|
|
|
|
|
|
|
| |
run dependency of X libraries, not any more.
Pointed out by: dosirak via kris
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
| |
(gosh, and we really need yet another update I think!)
- Bump PORTREV accordingly
PR: ports/43177
Submitted by: Philipp Mergenthaler
Approved by: maintainer silence
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
doing that in libassetml.
Reported by: pointyhat via kris
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
| |
PR: ports/75256
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/71762
Submitted by: arundel@h3c.de
|
|
|
|
| |
broken at that time, and a fix has not been submitted to GNATS.
|
|
|
|
|
| |
<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)
|
|
|
|
|
| |
PR: ports/75113
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/75203
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
|
|
|
|
|
| |
PR: ports/74991
Submitted by: Rudolf Polzer <freebsd-dr@durchnull.de> (maintainer)
|
|
|
|
|
|
|
| |
New maintainer: Philip Reynolds <philip.reynolds@rfc-networks.ie>
PR: ports/72029
Submitted by: Philip Reynolds <philip.reynolds@rfc-networks.ie>
|
|
|
|
|
|
|
| |
Removed the repocopied files.
PR: ports/67673
Submitted by: Przemek Laczynski <torindel@wp.pl>
|
|
|
|
|
| |
PR: ports/75073
Submitted by: maintainer
|
|
|
|
| |
Bump portrevision
|
|
|
|
|
| |
PR: ports/75042
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
timeouts.
Approved by: portmgr
|
|
|
|
|
| |
installed by a separate port, games/fgfs-base, which this one lists as a
run-time dependency.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reported by: kris, krion
Approved by: fjoe (mentor, implicit)
|
| |
|