summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2012-11-13 02:53:50 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2012-11-13 02:53:50 +0000
commitd25a85cc2eca07f7827c26320fda05f69d167a95 (patch)
treef7313213e09f5541ee4f22afaa5d815bc6fa7c0d /games-server/cyphesis/files
parentversion bump (diff)
downloadgentoo-2-d25a85cc2eca07f7827c26320fda05f69d167a95.tar.gz
gentoo-2-d25a85cc2eca07f7827c26320fda05f69d167a95.tar.bz2
gentoo-2-d25a85cc2eca07f7827c26320fda05f69d167a95.zip
version bump
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-server/cyphesis/files')
-rw-r--r--games-server/cyphesis/files/cyphesis-0.6.0-gentoo.patch32
-rw-r--r--games-server/cyphesis/files/cyphesis-0.6.0-makefile.patch21
2 files changed, 53 insertions, 0 deletions
diff --git a/games-server/cyphesis/files/cyphesis-0.6.0-gentoo.patch b/games-server/cyphesis/files/cyphesis-0.6.0-gentoo.patch
new file mode 100644
index 000000000000..69aac409ba8d
--- /dev/null
+++ b/games-server/cyphesis/files/cyphesis-0.6.0-gentoo.patch
@@ -0,0 +1,32 @@
+diff -ru cyphesis-0.6.0.orig/Makefile.am cyphesis-0.6.0/Makefile.am
+--- cyphesis-0.6.0.orig/Makefile.am 2012-10-02 06:23:10.000000000 -0400
++++ cyphesis-0.6.0/Makefile.am 2012-11-12 16:54:19.306892135 -0500
+@@ -3,7 +3,6 @@
+ tools tests man dox
+
+ docdir = $(datadir)/doc/cyphesis-$(VERSION)
+-dist_doc_DATA = README COPYING AUTHORS THANKS NEWS FIXME
+
+ rulesetdir = $(datadir)/cyphesis/rulesets
+
+diff -ru cyphesis-0.6.0.orig/configure.ac cyphesis-0.6.0/configure.ac
+--- cyphesis-0.6.0.orig/configure.ac 2012-11-09 16:39:13.000000000 -0500
++++ cyphesis-0.6.0/configure.ac 2012-11-12 16:53:51.622839335 -0500
+@@ -381,17 +381,6 @@
+ 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])
+- AC_MSG_NOTICE([Ommiting DNS-SD functionality.])
+- ])
+-
+ AM_PATH_PSQL(7.1.0,
+ [
+ if test "$PG_CFLAGS" != "-I/usr/include"; then
diff --git a/games-server/cyphesis/files/cyphesis-0.6.0-makefile.patch b/games-server/cyphesis/files/cyphesis-0.6.0-makefile.patch
new file mode 100644
index 000000000000..a4ca687cb56d
--- /dev/null
+++ b/games-server/cyphesis/files/cyphesis-0.6.0-makefile.patch
@@ -0,0 +1,21 @@
+--- Makefile.am.orig 2012-11-12 21:44:40.625023121 -0500
++++ Makefile.am 2012-11-12 21:44:52.862604752 -0500
+@@ -9,18 +9,6 @@
+ socketdir = $(localstatedir)/tmp
+ socket_DATA =
+
+-install-data-hook:
+- chmod 1777 $(DESTDIR)$(socketdir)
+- @echo
+- @echo "Cyphesis is not yet ready to run."
+- @echo "Unless you have configured the server to run without a database, Cyphesis"
+- @echo "requires access to a PostgreSQL database to store rules and account data."
+- @echo "Please run 'sudo $(top_srcdir)/scripts/cyphesis-setup.sh' to create the"
+- @echo "PostgreSQL account and database required, or run it as root."
+- @echo
+- @echo "For detailed instructions please see the README file."
+- @echo
+-
+ EXTRA_DIST = cyphesis.spec Doxyfile autogen.sh \
+ cyphesis.init cyclient.init cyphesis.sysconfig \
+ scripts/compile_python.py scripts/gen_op.py \