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.5.26-gentoo.patch
Date: Sat, 28 Jan 2012 21:15:57
Message-Id: 20120128211548.4F50E2004C@flycatcher.gentoo.org
1 tupone 12/01/28 21:15:48
2
3 Added: cyphesis-0.5.26-gentoo.patch
4 Log:
5 Version bump to 0.5.26. Bug #383415
6
7 (Portage version: 2.1.10.44/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 games-server/cyphesis/files/cyphesis-0.5.26-gentoo.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/cyphesis/files/cyphesis-0.5.26-gentoo.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/cyphesis/files/cyphesis-0.5.26-gentoo.patch?rev=1.1&content-type=text/plain
14
15 Index: cyphesis-0.5.26-gentoo.patch
16 ===================================================================
17 diff -ur cyphesis-0.5.20.orig/configure.ac cyphesis-0.5.20/configure.ac
18 --- cyphesis-0.5.20.orig/configure.ac 2009-05-11 15:23:20.000000000 +0300
19 +++ cyphesis-0.5.20/configure.ac 2009-08-15 12:33:01.000000000 +0300
20 @@ -342,26 +342,6 @@
21 libraries required and where to obtain them.])
22 ])
23
24 -PKG_CHECK_MODULES(AVAHI, avahi-client,
25 - [
26 - CPPFLAGS="$CPPFLAGS $AVAHI_CFLAGS"
27 - MDNS_LIBS="$MDNS_LIBS $AVAHI_LIBS"
28 - AC_DEFINE(HAVE_AVAHI, 1, [Define to 1 if you have avahi libs.])
29 - ],
30 - [
31 - AC_MSG_RESULT([no])
32 - PKG_CHECK_MODULES(HOWL, howl,
33 - [
34 - CPPFLAGS="$CPPFLAGS $HOWL_CFLAGS"
35 - MDNS_LIBS="$MDNS_LIBS $HOWL_LIBS"
36 - AC_DEFINE(HAVE_LIBHOWL, 1, [Define to 1 if you have howl libs.])
37 - ],
38 - [
39 - AC_MSG_RESULT([no])
40 - AC_MSG_NOTICE([Ommiting DNS-SD functionality.])
41 - ])
42 - ])
43 -
44 AM_PATH_PSQL(7.1.0,
45 [
46 if test "$PG_CFLAGS" != "-I/usr/include"; then
47 diff -ur cyphesis-0.5.20.orig/Makefile.am cyphesis-0.5.20/Makefile.am
48 --- cyphesis-0.5.20.orig/Makefile.am 2009-05-11 15:23:20.000000000 +0300
49 +++ cyphesis-0.5.20/Makefile.am 2009-08-15 12:33:45.000000000 +0300
50 @@ -3,7 +3,6 @@
51 tools tests man dox
52
53 docdir = $(datadir)/doc/cyphesis-$(VERSION)
54 -dist_doc_DATA = README COPYING AUTHORS THANKS NEWS FIXME
55
56 rulesetdir = $(datadir)/cyphesis/rulesets