Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Approved by wiz@.
|
|
They were not built for NetBSD, so if you want to install XFree86, use
the original method (xsrc or build.sh).
|
|
|
|
|
|
JMdict is a Japanese-Multilingual dictionary.
It is an enhanced XML-based multilingual version
of EDICT, currently containing English, French,
and German translations, frequency counts, and
other useful information.
|
|
sparc64 runtime fix and bl3ify as extra bonus]
|
|
RRDs.so shared perl module is built and thus fix runtime failure
described in PR pkg/24292 by Michael van Elst <mlelstv at serpens dot de>.
Also fix sparc64 compilation warnings and runtime failure due to
time_t's size assumption: sizeof(time_t) != sizeof(long) on NetBSD/sparc64.
While here bl3ify, this somewhat simplify the package, and provide
a buildlink3.mk file.
Bump PKGREVISION.
With wulf@'s blessing.
|
|
|
|
|
|
* 0.3.8 (07-01-2004)
- added new map 'Operation: Anthill'
- added an option to show only battle results in replays
- units can mostly be selected with single clicks
- fixed building without SDL_mixer
- fixed an obscure memory addressing bug
- fixed several bugs in CoMET
|
|
Addresses PR 24347 by Garry Page.
|
|
|
|
which does not work in NetBSD 1.6 and below. Bump PKGREVISION to 2 and
close PR pkg/24339.
I've reviewed the code; it's safe to remove that trailing slash from the
directory name since the variable holding it is always handled through
g_build_filename, which adds slashes between path components automatically.
And the program works fine WRT favicons, at least under -current.
|
|
|
|
|
|
The KANJIDIC2 file contains comprehensive information about Japanese
kanji in XML format.
The KANJIDIC2 file has the 6,355 kanji from JIS X 0208, the
5,801 kanji from JIS X 0212 and the 3,625 janji from JIS X 0213.
|
|
|
|
|
|
Version 0.11.1
==============
2004-02-01
- Added: Deathmatch mode.
- Added: Kick Bombs special
- Fixed: Network initialization at quit removed
- Fixed: packets.c: do/send_playermove tunnelto wasn't
converted into network arch.
- Fixed: packets.h: pkg_playermove speed changed to Sint16
- Fixed: gfxpixelimage.c colors on bigendian Systems Red
and Blue mask was switched
- Fixed: network.h: NET_CANSEND fixed, didn't checked right
for the server
- Fixed: crash if no tileset was selected in the selection
menu. (error was in menu.c:menu_dir_select)
- Fixed: (Network) three more stones will be restored if a new
bombdata packet reaches the player.
- Changed all Images to PNG. From now on there is alpha blending
supported too.
- Added: Game Setting start_bombs, start_range, start_bombs and
bomb_tickingtime.
- Added: Drop Items On Death element. You can collect now
your opponents items if he died.
- Fixed: Missing "Press F4 to Start" Screen Text in Multiplayer
- Fixed: Networking over IPv6 had a little network init problem
- Fixed: Crash on Hosting games with OGC enabled and no internet
connection
- Fixed: player_move had a problem with the speed of the player
on slow systems.
- Fixed: Major networking and packet handling problem. inpkg_check
fixed, strange crash fixed was reading from players[addr->pl_nr].*
where addr->pl_nr was set to -1. Function inpkg_delplayer added
so all inconig indexdata for double packets can be deleted. This
made a big problem when someone disconnected and tryed to rejoin
Version 0.11.0
==============
2004-01-06
- Added Programm options to the game. For more information
run BomberClone with -help.
- Compiler Flag added for disabling debuging. Compiler
Flags -ggdb and -O0 won'T be set no more.
./configure --disable-debug
- Added smal help screen in the multiplayer selection
screen.
- Fixed: If the player is move on a field where is
currently an explosion then will the player die.
- wrote new OpenGameCache Server for this game and
other games. This server is working almost the same
way as BCMServ did. Except that there is no
Broadcasted chat for now (but i will enable this
soon again).
OGC Link:
http://bomberclone.sourceforge.net/OpenGameCache/
- Menuhandling complete rewritten and changed.
GUI created for menus: lists, buttons, check boxes
labels and other things created.
-new menugraphics made by DJ Mirage.
-mapmenu written by Patty
-the bad response form the game to users action
should be fixed.
- FullScreen switching from within the game
by pressing (F8 Works for some Reason only
in Linux)
- Changed part of the Networkhandling to detect who
is the Game Server.
- AI Players can join network games.
- Changed all positions and framenumbers to float.
Together with this i can drop the hard 20ms
gameloop limitation. So the game will be able to
run on slower systems and compare the loss of
frames.
- some more music tracks added to the game.
DJ Mirage made a page where people could
upload some songs.
- BomberClone music file "cinderella_clown.mod"
thanks to Psycho (http://www.moods.2xs.de/)
|
|
gauche-0.7.4.1 [kei], intltool-0.30, kdevelop-3.0, libcaca-0.9,
lynx-2.8.5, mimedefang-2.39 [markd|pkg/24295], mldonkey-2.5.5,
nicotine-1.0.7 [pkg/24343], oss-3.9.8d, qt-3.3, sylpheed-claws-0.9.9,
tcpreplay-2.0.0, xerces-j-2.6.1.
|
|
version of gedit/conglomerate.
|
|
|
|
|
|
and emacs lisp packages should be built for. Users need to set the version
you like in /etc/mk.conf explicitly.
The default is emacs21 (editors/emacs, GNU Emacs 21.x).
This will deprecate EMACS_VERSION_DEFAULT defined in emacs.mk and USE_XEMACS
used in places.
|
|
it. This copy defines the standard regcomp and friends functions, which
are also present in NetBSD. The problem is that the copy gets linked into
the libgtksourceview shared library and, when loaded into memory, shadows
native regex functions.
The problem exposes itself at least in gedit through gnome-vfs2. The later
executes regcomp, expecting the native one to be called, but instead the
one from the libgtksourceview library appears, making the program crash.
Apply a patch to ensure these internal GNU regex functions do not colish
with native ones. Bump PKGREVISION to 8.
|
|
|
|
patch was applied to audio/arts. Ok'ed Nick Hudson.
|
|
patch from post by Juan RP <juan@xtraeme.unixbsd.org>
on tech-pkg@ http://mail-index.NetBSD.org/tech-pkg/2004/02/07/0006.html
|
|
to fix build on -current.
|
|
Pointed out by wiz@.
|
|
|
|
to add it here.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Fix from skrll@ for endless loop in pathname canonicalization in
install mode]
|
|
As seen in PR pkg/24333.
Fix from skrll@.
Bump PKGREVISION.
|
|
|
|
(e.g using Linux :-), noted by Gendalia.
|
|
This closes PR pkg/24194. Approved by uebayasi@.
|
|
|
|
Approved by kei@ and wiz@.
Changes since 20021230:
* Fixed a bug on the algorithm converting arc to cubic bezier
curves in arc() (tpic.c), which is reported by Werner Lemberg.
* PNG support completely rewritten. Color pallete images are
now not converted to 24-bit RGB, colorspace Indexed is used
instead. Added tRNS and alpha chunnel (transparency) support.
Experimental gAMA, cHRM and sRGB support.
* Fixed bug that dvipdfmx stops with error "Invalid Subr Index"
when embedding CFF OpenType font.
* Add a missing line including pdfparse.h in dvi.c, which is
reported by Akira Kakuto.
* Changed the default font map files for teTeX 2.x as suggested
by Haruhiko Okumura.
* A bug on the paper size checking routine of dvi_paper_size()
in dvi.c is fixed, which is reported by Haruhiko Okumura.
* A bug on the kerning routine of dev_set_string() in pdfdev.c is
fixed, which is reported by Edward G.J. Lee.
* Changed to embed images only one time.
* Updated configure.in and config.h.in to support WORDS_BIGENDIAN
and SIZEOF_SHORT, SIZEOF_INT, SIZEOF_LONG.
* A faked font name was used for TrueType fonts without any PS
font name as suggested by Hin-Tak Leung.
* Built-in codes (originally from libgcrypt-1.1.42) was used
for PDF encryption instead of the OpenSSL library as suggested
by Thomas Esser.
* A significant bug reported from Haruhiko Okumura is fixed.
The bug occurs only if compiled with gcc 3.x, not gcc 2.x.
* New feature, hexadecimal Unicode, suggested by iNOUE Koich!
and Akira Kakuto is implemented.
* Fixed bugs on reading and writing OpenType fonts.
* Applied changes for MiKTeX in ps_include() (psimage.c).
* Fixed a bug in cff_charsets_lookup() (cff.c).
* Fixed a bug in string_mode() (pdfdev.c) reported by iNOUE Koich!.
|
|
the compiler and that it's behind .tools/bin and .buildlink/bin, regardless
of whether or not we're using gcc3-c or not, or whether it's been installed
yet in the process of satisfying dependencies, etc.
|
|
that we're trying to compute for PREPEND_PATH. Instead, pass it through
the environment.
|
|
if they want to play MIDI files with SDL_mixer.
Okayed by wiz.
|
|
|