diff options
author | veego <veego> | 2007-09-21 18:35:22 +0000 |
---|---|---|
committer | veego <veego> | 2007-09-21 18:35:22 +0000 |
commit | e4d4e98343a915f852c7004aea8d553ebd43b5de (patch) | |
tree | 5cac2f6570d62c943c91c5b58321f8e38da0fdb4 /games/pioneers/Makefile | |
parent | ffd35c8733f1fa0431e0c044e816b0cf8cb718b2 (diff) | |
download | pkgsrc-e4d4e98343a915f852c7004aea8d553ebd43b5de.tar.gz |
Update pioneers to 0.11.2.
Note: The server would listen on IPv6 only and not work if the kernel has
IPv6 support. The client works fine for remote servers.
This seems to be an old bug.
Subversion Snapshot release 0.11.2
* Fixed a bug: It as not possible to press the OK button when discard cards
after a seven was rolled
Subversion Snapshot release 0.11.1
* New languages: Afrikaans and Japanese
* Added customizable player icons
* Added winnable check in the server and editor
* New game feature: city walls
* Map preview in the server
* Cluster development cards of the same type
* The chat panel can be moved to the right
* Lauch the client from the server
* Cosmetic changes
* Various bugfixes
* The 0.11 server can also handle 0.10 clients
Subversion Snapshot release 0.10.2
* Added --version for all executables
* Workaround for a Gtk+ bug
* The metaserver unregisters inactive servers
* The contents of the tarball is more complete
* Various bugfixes
Subversion Snapshot release 0.10.1
* Build script updated for easier building
* Switch between games without quitting the client
* Victory points for discovering an island
* More strings are translatable
* Announce new players when they enter the game
* Lobby + robot
* Better handling for disconnected players
* Register games with the correct hostname at the metaserver
* Various bugfixes
Subversion Snapshot release 0.9.64
* Fix for the bugs introduced in 0.9.63 and 0.9.62
Subversion Snapshot release 0.9.63
* Minimum required versions: Glib 2.6, Gtk+ 2.6
* Does not use Gtk+ 2.8 icons anymore
Subversion Snapshot release 0.9.62
* Several cosmetic changes
* You can now choose to connect as a viewer
* Several small fixes
* Visual display of the resources
* New quote tab page
Subversion Snapshot release 0.9.61
* Manual updated
* Several small fixes
Diffstat (limited to 'games/pioneers/Makefile')
-rw-r--r-- | games/pioneers/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index bc5b2b4da4d..fcf9625e901 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2007/09/21 13:03:44 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2007/09/21 18:35:22 veego Exp $ # -DISTNAME= pioneers-0.9.55 -PKGREVISION= 7 +DISTNAME= pioneers-0.11.2 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pio/} @@ -16,6 +15,8 @@ USE_TOOLS+= gmake pkg-config msgfmt USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES +BUILDLINK_DEPMETHOD.librsvg= build # generates icons + SUBST_CLASSES+= paths SUBST_STAGE.paths= post-patch SUBST_MESSAGE.paths= Fixing hardcoded paths. @@ -23,6 +24,7 @@ SUBST_FILES.paths= docs/*.6 SUBST_SED.paths= -e s,/usr/share/,${PREFIX}/share/, .include "../../devel/libgnome/buildlink3.mk" +.include "../../graphics/librsvg/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |