Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-proxy/dante/files: dante-1.1.19-libpam.patch
Date: Wed, 25 Jun 2008 20:43:07
Message-Id: E1KBbpR-0003K2-8q@stork.gentoo.org
1 mrness 08/06/25 20:42:57
2
3 Modified: dante-1.1.19-libpam.patch
4 Log:
5 Remove AC_AIX from configure.ac (#229337).
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 net-proxy/dante/files/dante-1.1.19-libpam.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/dante/files/dante-1.1.19-libpam.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/dante/files/dante-1.1.19-libpam.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/dante/files/dante-1.1.19-libpam.patch?r1=1.1&r2=1.2
14
15 Index: dante-1.1.19-libpam.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-proxy/dante/files/dante-1.1.19-libpam.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- dante-1.1.19-libpam.patch 24 Jun 2008 20:59:05 -0000 1.1
22 +++ dante-1.1.19-libpam.patch 25 Jun 2008 20:42:56 -0000 1.2
23 @@ -1,6 +1,6 @@
24 diff -Nru dante-1.1.19.orig/acinclude.m4 dante-1.1.19/acinclude.m4
25 --- dante-1.1.19.orig/acinclude.m4 2005-12-18 21:57:57.000000000 +0100
26 -+++ dante-1.1.19/acinclude.m4 2008-06-24 22:37:05.000000000 +0200
27 ++++ dante-1.1.19/acinclude.m4 2008-06-25 22:24:16.000000000 +0200
28 @@ -260,4 +260,4 @@
29
30 tproto($@)])
31 @@ -9,8 +9,17 @@
32 \ No newline at end of file
33 +# -- acinclude end --
34 diff -Nru dante-1.1.19.orig/configure.ac dante-1.1.19/configure.ac
35 ---- dante-1.1.19.orig/configure.ac 2008-06-24 22:36:55.000000000 +0200
36 -+++ dante-1.1.19/configure.ac 2008-06-24 22:36:12.000000000 +0200
37 +--- dante-1.1.19.orig/configure.ac 2006-01-15 16:33:37.000000000 +0100
38 ++++ dante-1.1.19/configure.ac 2008-06-25 22:25:09.000000000 +0200
39 +@@ -21,7 +21,7 @@
40 + #NOTE: save CFLAGS; wish to compile without -O2 when debugging
41 + oCFLAGS=$CFLAGS
42 + unset CFLAGS
43 +-AC_AIX #evidently also modifies CFLAGS
44 ++#AC_AIX #evidently also modifies CFLAGS
45 + AC_PROG_LIBTOOL
46 + autoconf_compflags=$CFLAGS
47 + CFLAGS=$oCFLAGS
48 @@ -1288,15 +1288,18 @@
49 [ --without-pam disable pam support @<:@default=detect@:>@],
50 [PAM=$withval])
51 @@ -32,8 +41,8 @@
52 #expected select behaviour?
53 unset nb_select_err
54 diff -Nru dante-1.1.19.orig/sockd/Makefile.am dante-1.1.19/sockd/Makefile.am
55 ---- dante-1.1.19.orig/sockd/Makefile.am 2008-06-24 22:36:55.000000000 +0200
56 -+++ dante-1.1.19/sockd/Makefile.am 2008-06-24 22:36:12.000000000 +0200
57 +--- dante-1.1.19.orig/sockd/Makefile.am 2005-11-06 18:37:14.000000000 +0100
58 ++++ dante-1.1.19/sockd/Makefile.am 2008-06-25 22:24:16.000000000 +0200
59 @@ -35,9 +35,9 @@
60
61 #XXXhack
62
63
64
65 --
66 gentoo-commits@l.g.o mailing list