Gentoo Archives: gentoo-commits

From: "Michael Haubenwallner (haubi)" <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/mico/files: mico-2.3.13-drop-pgsql-header-check.patch
Date: Wed, 24 Feb 2010 10:05:35
Message-Id: E1NkE7X-0007qU-2t@stork.gentoo.org
1 haubi 10/02/24 10:05:31
2
3 Added: mico-2.3.13-drop-pgsql-header-check.patch
4 Log:
5 update postgres dependency to use virtual/postgresql-base (#306255)
6 (Portage version: 2.1.7.16/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-misc/mico/files/mico-2.3.13-drop-pgsql-header-check.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/mico/files/mico-2.3.13-drop-pgsql-header-check.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/mico/files/mico-2.3.13-drop-pgsql-header-check.patch?rev=1.1&content-type=text/plain
13
14 Index: mico-2.3.13-drop-pgsql-header-check.patch
15 ===================================================================
16 http://bugs.gentoo.org/show_bug.cgi?id=306255
17
18 Result of 'checking for pgsql/libpq-fe.h' is not used anywhere, just drop it.
19 --- configure.in.orig 2010-02-24 10:27:45.043267799 +0100
20 +++ configure.in 2010-02-24 10:28:09.016074329 +0100
21 @@ -1324,7 +1324,7 @@
22 AC_CHECK_HEADERS(netinet/tcp.h stdlib.h sys/time.h sunmath.h sys/stat.h)
23 AC_CHECK_HEADERS(poll.h)
24
25 -AC_CHECK_HEADERS(exception exception.h terminate.h openssl/ssl.h pgsql/libpq-fe.h)
26 +AC_CHECK_HEADERS(exception exception.h terminate.h openssl/ssl.h)
27
28 # QT
29 AC_CHECK_HEADERS(qapplication.h qsocketnotifier.h qlineedit.h)
30 --- configure.orig 2010-02-24 10:27:55.573241035 +0100
31 +++ configure 2010-02-24 10:28:19.102698424 +0100
32 @@ -6906,7 +6906,7 @@
33 done
34
35
36 -for ac_hdr in exception exception.h terminate.h openssl/ssl.h pgsql/libpq-fe.h
37 +for ac_hdr in exception exception.h terminate.h openssl/ssl.h
38 do
39 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
40 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6