summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-10-04Update to 1.0:wiz3-35/+16
Version 1.0: * language and i18n: * updated manual: English, German, Swedish * updated man pages: Swedish * updated translations: Afrikaans, British English, Polish, Portuguese (Brazil), Slovak, Spanish * graphics * new title screen and logo * new portraits: Li'sar, Elvish_Shaman, Ghoul, Mermaid_Initiate, Merman_Fighter, Merman_Hunter, Naga-Fighter, Orcish_Assassin, Saurian_Skirmisher * new Konrad level 1 image * new death animation for Initiate * changed the map 'Snow Plains' to use snow terrain * campaigns: * Eastern Invasion * fix Undead fighting each other in Weldyn Besieged (#4386) * fix Undead not recruiting after leader change in The Crossing (#4393) * balancing changes: * decreased Dwarvish Fighter hammer attack damage from 9 to 8 * decreased Merman Hunter experience needed to level from 38 to 35 * multiplayer scenarios * revised multiplayer maps: Divide and Conquer, Sablestone Delta, Silverhead Crossing, Sullas Ruins, 1v1v1Hex, Charge * server: add administration functions Version 1.0rc1: * language and i18n: * updated translations: Afrikaans, Bulgarian, Catalan, Finnish, German, Greek, Hungarian, Japanese, Portuguese (Brazil), Russian, Slovenian, Spanish, Turkish * new manual: Hungarian, updated manual: English, Swedish * updated man pages: English, German, Swedish * campaigns: * The Dark Hordes * Crelanu's Book no longer ends if enemy leaders are killed * Underground Pool no longer ends if enemy leaders are killed * Underground Pool can now only be won with Gwiti or Tanar (#14495) * Son of the Black Eye * Watch Towers can no longer be recalled in Clash of Armies * Saving Inarix no longer ends if enemy leaders are killed * tweaked Black Flag and Desert of Death maps * made End of Peace, Toward Mountains of Haag, and Black Flag easier * Eastern Invasion * fix Konrad II's lines not being spoken in The Council (#14500) * change the holy waters to "holy amulets" (also #14539, #14559) * Drowned Plains now has fog (#14499) * Heir to the Throne * fix Delfador losing experience at Siege of Elensefar (#14508) * units: * changed Orcish Shamans from 20 to 23 HP (Novice 24, Old 22) * changed all Orcish Shamans from 60 to 70% defense on villages * fixed incorrect reference to Demilich image (#14542) * fixed long filenames overflowing editor file chooser dialog (#13855) * fixed filenames with spaces causing garbled errors (#14494) * multiplayer maps now make better use of team names from settings * fixed possible memory corruption during "sighted" WML events (#14426) * fixed the Windows shortcuts being used in textboxes under Mac OS X (#14377) * more AMLA fixes, and it now increases current hitpoints by 3 (#14530) * BeOS networking fixes * multiplayer lobby changes (including #8179) * fixed images in downloaded campaigns not being shown until restart (#11797) * editor now supports changing language, with Alt-l (#11966) * savegames now store ai_algorithm (#14558) * server now supports --threads option to specify number of threads * fixed spurious "timeout" when uploading campaigns * capture events that trigger further events can no longer be undone (#13895) * editor now supports --bpp to specify bit depth, default now 24 (#14551) * broken scenarios can no longer make multiplayer unplayable (#14409) * various bug fixes and code cleanups
2005-10-04For --enable-mandir use ${PKGMANDIR}.reed1-2/+2
2005-10-04Use CONFIGURE_HAS_MANDIR=NO because configure is oldreed1-1/+2
and does not know --mandir. (This still needs a patch that I have to commit.)
2005-10-04This does not need INSTALLATION_DIRS. The install already runsreed1-3/+1
its "./mkinstalldirs" to create the directories.
2005-10-04Updated www/tidy to 20050921wiz2-3/+3
2005-10-04Update to 20050921, provided by Jeroen Ruigrok/asmodai in PR 31220.wiz5-47/+89
fix crashes with nested framesets fix dmalloc conflicts fix crashes with invalid x/html tags fix memory corruptions fix attributes with null values replace tabs with spaces a lot generic stability fixes fix accessibility crashes accessibility missing output added use id= instead of a name= fix crashes with mixed php-like code in html fix memory leaks xml: was stripped from xml:lang make sure id and name are identical when used do not add xml:lang for XHTML 1.1 check validity of id/name values a lot of new options for finegrained control support align="char" fix 64 bit portability issues fix support for nested <sub> and <sup> make sure id's are unique be more resistant against malformed comments make sure attribute values are lowercase for xhtml specified values ensure xml declarations are present allow empty action="" to form area does not need a mandatory href
2005-10-04security/gnupg has a build problem on sparc when you use any -mcpuwiz1-0/+14
optimization flag, as was already described in this thread: http://mail-index.netbsd.org/port-sparc/2004/12/19/0001.html Thus, remove any -mcpu on sparc. From Geert Hendrickx in PR 31463.
2005-10-04Make sure perl is replaced where needed.tonio1-2/+3
This fixes first part of PR 31466
2005-10-04Define CONFIGURE_HAS_MANDIR=NO since this old GNU_CONFIGUREreed3-2/+17
configure script doesn't know --mandir. Also because of this, add patch to fix where installs manpage.
2005-10-04Add PKGMANDIR in the MAKE_ENV.reed1-1/+2
(Previously in my own pkgsrc I had done this in various individual makefiles.)
2005-10-04Use CONFIGURE_HAS_MANDIR=NO since this old configure script doesn'treed1-1/+2
know --mandir. (This --mandir for GNU_CONFIGURE was just added to bsd.pkg.mk a few minutes ago.)
2005-10-04Remove accidental extra space.reed1-6/+6
And also fix four places using spaces instead of a tab to be consistent. (For some reason my cvs diff didn't show anything though.)
2005-10-04Add custom PKGMANDIR setting to mk/defaults/mk.conf. This is areed2-6/+28
pathname relative to ${PREFIX} of directory holding the manual pages and man directories. I have been using this for over two years. This defaults to "man" so no change. If using GNU_CONFIGURE then set --mandir. (Unless CONFIGURE_HAS_MANDIR is no because some old GNU configure scripts are too old. This is similar to existing CONFIGURE_HAS_INFODIR.) Add PKGMANDIR to PLIST_SUBST. Add plist awk pattern-action statement to convert man/ to ${PKGMANDIR}/. (This might need to be double checked for some PLISTs that prefix some custom settings in front. qmail used to do this, but now I see it does not.) When "Decompressing manual pages" convert man/ also. I have several other changes to commit for individual packages. I chose not to modify the INSTALL_MAN or INSTALLATION_DIRS to also convert man/ to PKGMANDIR/ because I thought this may make it more confusing. So instead, I modify the individual uses of these instead. (Todo: modify pkglint to check for this?) (agc@ of the pkgsrc-pmc asked me to make these changes.)
2005-10-04-php5-sqlitetv1-1/+2
2005-10-04Remove php5-sqlite, now that php-sqlite is used for both PHP4 and PHP5.tv3-19/+1
2005-10-04PECL modules have a real homepage. Set the default for PECL modules totv6-7/+15
the PECL distro site rather than PHP's default. Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC.
2005-10-04Updated x11/devilspie to 0.13wiz2-3/+3
2005-10-04Update to 0.13.wiz3-13/+11
Add some direct dependencies, according to verifypc. Devil's Pie "Wind The Frog" 0.13 ================================ * Total rewrite. * No, really. A complete rewrite, no file left untouched. Many thanks to Pixar Animation Studios for sponsoring this work. * Use s-expressions instead of XML as the configuration file format, allowing matches to be combined in new and exciting ways with (and) (or) and (not) operators. * Read configuration from both the users home directory and /etc, allowing centralised configuration. * Add the beginnings of a test suite. Devil's Pie "Trying To Make Their Paper" 0.12 ============================================= * Quit if no flurbs were loaded * Use GOption * Major code cleanup
2005-10-04In man page routines, match the "cat" sub-directoriesreed1-4/+4
for cat pages having "[0-9]" suffixes instead of just "0". Some systems install cat pages with suffix number same as the cat section number. (This has been in my pkgsrc tree for probably a couple years, but looking today, I do see man/cat1/ftp.1 on one of my systems.)
2005-10-04Updated devel/boehm-gc to 6.6wiz2-3/+3
2005-10-04Update to 6.6:wiz2-6/+6
Since 6.5 - Fix CPU count detection for Irix and FreeBSD. (Thanks to Dan Bonachea.) - Integrate Dan Bonachea's patch for the IBM XLC compiler on Darwin. - Integrated Andreas Tobler's FreeBSD/PowerPC patch. - Don't access the GC thread structure from the restart handler. It's unsafe, since the handler may run too late. (Thanks to Ben Maurer for tracking this down.) - Applied Christian Thalinger's patch to change comment syntax in alpha_mach_dep.S. - Added test for GC_no_dls in GC_dyld_image_add for DARWIN. (Thanks to Juan Jose Garcia Ripoli). - Use LINUX_STACKBOTTOM for Linux/SH and LINUX/ARM. (Thanks to Sugioka Toshinobu and Christian Thalinger.) - Rewrote GC_parse_map_entry. This assumed a fixed column layout of /proc/self/maps on Linux. This ceased to be true about 2 years ago. The old code is probably quite problemetic with -DREDIRECT_MALLOC. It is also used by default for IA64, though I haven't seen actual failures there. - More consistently define HBLKSIZE to 4096 on 64 bit architectures with 4K pages. (Thanks to Andrew Haley.) - With win32 threads, GC_stop_world needs to acquire GC_write_cs. (Thanks to Ben Hutchings for the observation and patch.) - Move up struct callinfo declaration to make gcc 4.0.2. happy.
2005-10-04Fix build problem under NetBSD-current.tron2-7/+20
2005-10-04Fix brokeness in the include "Makefile" which continues the buildtron2-5/+32
even if compilation fails.
2005-10-04change --with-sasl2 to --with-sasl. Fix PR 31464, thanks Jukka Salmitonio1-2/+2
2005-10-04Note RealPlayerGold updaterpaulo1-1/+2
2005-10-04Update RealPlayerGold to 1.0.6.rpaulo2-6/+6
What's New in 10.0.6.776 This version is a security update. Reviewed by Thomas Klausner.
2005-10-04+ glib2-2.8.3, gtk2+-2.8.6, pango-1.10.1.wiz1-1/+4
2005-10-04Add patch to move variable declaration to beginning of function wheregdt3-3/+25
it belongs, and where gcc 2.95.3 insists on it being. Fixes build on NetBSD 1.6.2. (I have committed the patch (and the memmem decl patch) to the master ufraw repository.)
2005-10-04Updated fonts/fontforge to 20050919adam1-1/+2
2005-10-04Changes 20050919:adam2-6/+6
* Bug fixes * Improvements
2005-10-04Unbreak build.wiz1-1/+2
(hi rillig! changing DISTNAME changes WRKSRC)
2005-10-04- wxGTK-2.6.2 (thanks, minskim).wiz1-2/+1
2005-10-04+ kazehakase-0.3.1, lighttpd-1.4.5, poedit-1.3.4, wesnoth-1.0,wiz1-3/+6
wxGTK-2.6.2.
2005-10-04Updated editors/abiword[-plugins] to 2.4.0adam1-1/+3
2005-10-04Changes 2.4.0:adam8-1011/+1015
* grammar checker, equation editor * improved GNOME Office integration * OpenDocument support
2005-10-04Note PKGREVISION bump of gtkam.minskim1-1/+2
2005-10-04Use the omf framework and fix PLIST. Bump PKGREVISION.minskim2-3/+23
2005-10-04configure uses pkg-config.minskim1-1/+2
2005-10-04Note PKGREVISION bump of py-wxWidgets.minskim1-1/+2
2005-10-04Sort PLIST and add missing entries. Bump PKGREVISION.minskim2-117/+251
2005-10-04Note updates of wxGTK and wxGTK-contrib.minskim1-1/+3
2005-10-04Update wxGTK and wxGTK-contrib to 2.6.2. Many bug fixes andminskim6-24/+38
improvements. In particular, incompatibility with pango>=1.10 was fixed. See CHANGES.txt for the complete list.
2005-10-03Get rid of some more stuff that was to be removed after 2005Q3.wiz7-34/+7
2005-10-03Remove some PKG_OPTIONS_LEGACY_VARS that were duewiz1-5/+1
to be removed after pkgsrc-2005Q3.
2005-10-03Fix option name.wiz1-1/+1
2005-10-03Move jwhois to the package options framework.agc4-16/+19
With thanks to Thomas Klausner for clueing me in - all mistakes are mine.
2005-10-03Added games/blobwars version 1.04.1wiz1-1/+2
2005-10-03Add and enable blobwars.wiz1-1/+2
2005-10-03Initial import of Blob Wars: Metal Blob Solid (platform shooter):wiz5-0/+109
Since their world was invaded by an alien race, the Blobs have faced a lifetime of war. But now they have a chance to win the war once and for all. In Blob Wars: Metal Blob Solid, you take on the role of a fearless Blob agent, Bob. Bob's mission is to infiltrate the various enemy bases around the Blobs' homeworld and rescue as many MIAs as possible. But standing in his way are many vicious aliens, other Blobs who have been assimilated and the evil alien leader, Galdov.
2005-10-03DragonFly has FreeBSD-style audio support, so use it like that.joerg2-4/+13