Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-server/cyphesis/files: cyphesis-0.6.2-gentoo.patch cyphesis-0.6.2-makefile.patch
Date: Sat, 02 Nov 2013 14:15:16
Message-Id: 20131102141507.E28282004B@flycatcher.gentoo.org
1 tupone 13/11/02 14:15:07
2
3 Added: cyphesis-0.6.2-gentoo.patch
4 cyphesis-0.6.2-makefile.patch
5 Log:
6 Version bump to 0.6.2
7
8 (Portage version: 2.2.7/cvs/Linux i686, signed Manifest commit with key 0145142D)
9
10 Revision Changes Path
11 1.1 games-server/cyphesis/files/cyphesis-0.6.2-gentoo.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/cyphesis/files/cyphesis-0.6.2-gentoo.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/cyphesis/files/cyphesis-0.6.2-gentoo.patch?rev=1.1&content-type=text/plain
15
16 Index: cyphesis-0.6.2-gentoo.patch
17 ===================================================================
18 diff -ru cyphesis-0.6.0.orig/Makefile.am cyphesis-0.6.0/Makefile.am
19 --- cyphesis-0.6.0.orig/Makefile.am 2012-10-02 06:23:10.000000000 -0400
20 +++ cyphesis-0.6.0/Makefile.am 2012-11-12 16:54:19.306892135 -0500
21 @@ -3,7 +3,6 @@
22 tools tests man dox
23
24 docdir = $(datadir)/doc/cyphesis-$(VERSION)
25 -dist_doc_DATA = README COPYING AUTHORS THANKS NEWS FIXME
26
27 rulesetdir = $(datadir)/cyphesis/rulesets
28
29 diff -ru cyphesis-0.6.0.orig/configure.ac cyphesis-0.6.0/configure.ac
30 --- cyphesis-0.6.0.orig/configure.ac 2012-11-09 16:39:13.000000000 -0500
31 +++ cyphesis-0.6.0/configure.ac 2012-11-12 16:53:51.622839335 -0500
32 @@ -381,17 +381,6 @@
33 libraries required and where to obtain them.])
34 ])
35
36 -PKG_CHECK_MODULES(AVAHI, avahi-client,
37 - [
38 - CPPFLAGS="$CPPFLAGS $AVAHI_CFLAGS"
39 - MDNS_LIBS="$MDNS_LIBS $AVAHI_LIBS"
40 - AC_DEFINE(HAVE_AVAHI, 1, [Define to 1 if you have avahi libs.])
41 - ],
42 - [
43 - AC_MSG_RESULT([no])
44 - AC_MSG_NOTICE([Ommiting DNS-SD functionality.])
45 - ])
46 -
47 AM_PATH_PSQL(7.1.0,
48 [
49 if test "$PG_CFLAGS" != "-I/usr/include"; then
50
51
52
53 1.1 games-server/cyphesis/files/cyphesis-0.6.2-makefile.patch
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/cyphesis/files/cyphesis-0.6.2-makefile.patch?rev=1.1&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/cyphesis/files/cyphesis-0.6.2-makefile.patch?rev=1.1&content-type=text/plain
57
58 Index: cyphesis-0.6.2-makefile.patch
59 ===================================================================
60 --- Makefile.am.old 2013-09-25 14:26:30.518751250 +0200
61 +++ Makefile.am 2013-09-25 14:27:21.846257911 +0200
62 @@ -13,8 +13,6 @@
63
64 # FIXME Remove the mkdir hack if it gets fixed in a future automake
65 install-data-hook:
66 - mkdir -p $(DESTDIR)$(socketdir)
67 - chmod 1777 $(DESTDIR)$(socketdir)
68 @echo
69 @echo "Cyphesis is not yet ready to run."
70 @echo "Unless you have configured the server to run without a database, Cyphesis"