summaryrefslogtreecommitdiff
path: root/games/kdegames3
AgeCommit message (Collapse)AuthorFilesLines
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache2-4/+4
2011-11-29Don't use ((command)), use ( (command)) instead. Fixes some build breakage.hans5-1/+149
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-07-14Recursive PKGREVISION bump for the net/mDNSResponder updatesbd2-4/+4
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-4/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz2-4/+4
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz2-4/+4
2009-08-26bump revision because of graphics/jpeg updatesno2-4/+4
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-194/+1
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz2-3/+4
major change. Reported by Robert Elz in PR 41345.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-08-27Update to KDE 3.5.10markd1-4/+4
minor bugfixes
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-02-20Update to kde3.5.9markd2-6/+5
Minor bugfixes
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn2-4/+4
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-11-30Bump PKGREVISION because openexr now depends on ilmbase.wiz2-3/+4
2007-10-20Update to KDE 3.5.8markd2-6/+5
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-1/+2
Bump PKGREVISION.
2007-05-23Update KDE to 3.5.7markd2-6/+20
KBackgammon * Make command toolbar usable again. KBattleship * Fix reception of more than one message at once. kgoldrunner * State of Terror: a new KGoldrunner game.
2007-04-21kabalone has been renamed to kenolaba.rillig1-2/+2
2007-01-26Update to KDE 3.5.6markd3-238/+237
kgoldrunner * Make actions for increase/decrease speed repeatable, not toggle. * Fix game-engine deadlocks. KMines * Fix problem when using the keyboard. KNetWalk * Make KNetWalk appear on the K-Menu. KSpaceDuel * Fix two actions using Ctrl+N as shortcut by default.
2007-01-17Very belatedly bump PKGREVISION for all jasper dependencies becausewiz2-3/+4
of the shlib name change (!) during the update to 1.900.0. Noted by Robert Elz in PR 35431.
2006-10-12Update to KDE 3.5.5markd1-4/+4
Changes: Kolf * Make the floater not have so big range on level 5 of hard course so it can not put the ball out of the walls. KTuberling * New language Low Saxon added. KPatience * Fix bug "cannot win this game" message just after start of mod3 game.
2006-08-02Update to KDE 3.5.4markd3-69/+5
KMahjongg * Fix garbage when opening the editor the first time. * Don't say only saving to local medium is supported when clicking cancel on the save dialog. KReversi * Fix wrong player (=color) names in moves window. * Fix kreversi does not update score on undo. * Fix the hourglass cursor is kept too long. KShinsen * Do not display hints when starting a new game. KPatience * Reenable hint after game was lost and undoed.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-21Fix a number of implicit template reference, exposed by games/boson.joerg3-2/+66
Bump revision since a header file is changed.
2006-06-01Update to KDE 3.5.3markd2-6/+5
Changes: * KAsteroids o Missile goes through closer asteroids
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-3/+4
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-30Update to KDE 3.5.2markd2-6/+5
* KMahjongg o Not looking for themes/background/etc on .kde
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2006-01-31Update to KDE 3.5.1markd3-7/+21
Changes: * Atlantik: Fix can not quit Atlantik * KMahjongg: Make rendering less CPU intensive * KSnake: Change in number of enemy balls need a restart to take effect
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-3/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz2-4/+4
2005-12-11Update to KDE 3.5markd2-129/+264
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-10-13Update to KDE 3.4.3markd2-6/+5
Changes: KMines: Fix log file loading KMines: Fix c++ constness KShinsen: Fix crash on exit
2005-09-01The KDE libraries object to being in setgid binaries so don't try tomarkd1-1/+4
install them that way. Bump PKGREVISION.
2005-07-30Update to KDE 3.4.2markd1-4/+4
No summary of changes given, see http://www.kde.org/announcements/changelogs/3_4_2/kdegames.txt for details.
2005-05-31Update to KDE 3.4.1markd1-4/+4
Changes: unknown
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-23Update to KDE 3.4markd3-10/+38
Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-10Update to kde 3.3.2markd2-29/+29
Changes: * atlantik: fix problems with accepting invitations * atlantik: put player views in a scrollview * atlantik: show correct amount of players in trade widget