diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2007-11-03 11:10:45 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2007-11-03 11:10:45 +0000 |
commit | 92757bf298d161ff6d39559984c8fbd3002babbb (patch) | |
tree | 7df3f4c2c2d8830fba305020a16e77d074a9341c /games-server/cyphesis/files | |
parent | Stable arm wrt #192579. (diff) | |
download | gentoo-2-92757bf298d161ff6d39559984c8fbd3002babbb.tar.gz gentoo-2-92757bf298d161ff6d39559984c8fbd3002babbb.tar.bz2 gentoo-2-92757bf298d161ff6d39559984c8fbd3002babbb.zip |
Version bump to 0.5.14
(Portage version: 2.1.3.16)
Diffstat (limited to 'games-server/cyphesis/files')
-rw-r--r-- | games-server/cyphesis/files/cyphesis-0.5.14-gentoo.patch | 40 | ||||
-rw-r--r-- | games-server/cyphesis/files/digest-cyphesis-0.5.14 | 3 |
2 files changed, 43 insertions, 0 deletions
diff --git a/games-server/cyphesis/files/cyphesis-0.5.14-gentoo.patch b/games-server/cyphesis/files/cyphesis-0.5.14-gentoo.patch new file mode 100644 index 000000000000..b7b4fa543e60 --- /dev/null +++ b/games-server/cyphesis/files/cyphesis-0.5.14-gentoo.patch @@ -0,0 +1,40 @@ +--- configure.ac.old 2007-01-31 23:22:11.000000000 +0100 ++++ configure.ac 2007-01-31 23:22:40.000000000 +0100 +@@ -258,26 +258,6 @@ + AC_MSG_ERROR([Cannot find valid versions of required WorldForge maths library, wfmath. Please see http://worldforge.org/dev/eng/servers/cyphesis for details of the libraries required and where to obtain them.]) + ]) + +-PKG_CHECK_MODULES(AVAHI, avahi-client, +- [ +- CPPFLAGS="$CPPFLAGS $AVAHI_CFLAGS" +- MDNS_LIBS="$MDNS_LIBS $AVAHI_LIBS" +- AC_DEFINE(HAVE_AVAHI, 1, [Define to 1 if you have avahi libs.]) +- ], +- [ +- AC_MSG_RESULT([no]) +- PKG_CHECK_MODULES(HOWL, howl, +- [ +- CPPFLAGS="$CPPFLAGS $HOWL_CFLAGS" +- MDNS_LIBS="$MDNS_LIBS $HOWL_LIBS" +- AC_DEFINE(HAVE_LIBHOWL, 1, [Define to 1 if you have howl libs.]) +- ], +- [ +- AC_MSG_RESULT([no]) +- AC_MSG_NOTICE([Ommiting DNS-SD functionality.]) +- ]) +- ]) +- + AM_PATH_PSQL(7.1.0, + [ + if test "$PG_CFLAGS" != "-I/usr/include"; then +--- rulesets/Makefile.am.old 2007-11-03 11:56:49.000000000 +0100 ++++ rulesets/Makefile.am 2007-11-03 11:57:10.000000000 +0100 +@@ -4,7 +4,7 @@ + + RULESETS = basic/mind mason + +-moduledir = $(DESTDIR)$(datadir)/cyphesis/scripts/cyphesis ++moduledir = $(datadir)/cyphesis/scripts/cyphesis + dist_module_DATA = basic/__init__.py \ + basic/world/objects/Thing.py \ + basic/world/probability.py \ diff --git a/games-server/cyphesis/files/digest-cyphesis-0.5.14 b/games-server/cyphesis/files/digest-cyphesis-0.5.14 new file mode 100644 index 000000000000..912675bc8189 --- /dev/null +++ b/games-server/cyphesis/files/digest-cyphesis-0.5.14 @@ -0,0 +1,3 @@ +MD5 e3849173e7894d7dff8d0900d583b26f cyphesis-0.5.14.tar.bz2 681975 +RMD160 8ee4ecdd89a29384d67ae0cb38534ed9ab2eb5ce cyphesis-0.5.14.tar.bz2 681975 +SHA256 5ef99c723b6f25fde4a70124dcde410144c35fa8b5eaefeadc2d51cdacc91a05 cyphesis-0.5.14.tar.bz2 681975 |