Gentoo Archives: gentoo-commits

From: "Thilo Bangert (bangert)" <bangert@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/at/files: at-3.1.10.2-configure.in-fix-PAM-automagick-dep.patch at.pamd at-3.1.10.2-Makefile.in-parallel-make-fix.patch
Date: Sat, 31 Jan 2009 19:13:35
Message-Id: E1LTLHZ-00021x-Ha@stork.gentoo.org
1 bangert 09/01/31 19:13:33
2
3 Added:
4 at-3.1.10.2-configure.in-fix-PAM-automagick-dep.patch
5 at.pamd
6 at-3.1.10.2-Makefile.in-parallel-make-fix.patch
7 Log:
8 version bump - fixes for bugs #229203, #238335, #244884 and #252970
9 (Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo i686)
10
11 Revision Changes Path
12 1.1 sys-process/at/files/at-3.1.10.2-configure.in-fix-PAM-automagick-dep.patch
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/at/files/at-3.1.10.2-configure.in-fix-PAM-automagick-dep.patch?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/at/files/at-3.1.10.2-configure.in-fix-PAM-automagick-dep.patch?rev=1.1&content-type=text/plain
16
17 Index: at-3.1.10.2-configure.in-fix-PAM-automagick-dep.patch
18 ===================================================================
19 diff -Naur at-3.1.10.2.orig/configure.in at-3.1.10.2/configure.in
20 --- at-3.1.10.2.orig/configure.in 2009-01-31 15:38:54.000000000 +0100
21 +++ at-3.1.10.2/configure.in 2009-01-31 17:01:00.000000000 +0100
22 @@ -79,8 +79,13 @@
23 AC_FUNC_VPRINTF
24 AC_FUNC_GETLOADAVG
25 AC_CHECK_FUNCS(getcwd mktime strftime setreuid setresuid sigaction waitpid)
26 -AC_CHECK_HEADERS(security/pam_appl.h, [PAMLIB="-lpam"
27 +
28 +AC_ARG_WITH([pam], AS_HELP_STRING([--without-pam], [Build without PAM support(default: enabled)]))
29 +
30 +if test "x$with_pam" != "xno"; then
31 + AC_CHECK_HEADERS(security/pam_appl.h, [PAMLIB="-lpam"
32 AC_DEFINE(HAVE_PAM)])
33 +fi
34
35 dnl Checking for programs
36
37
38
39
40 1.1 sys-process/at/files/at.pamd
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/at/files/at.pamd?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/at/files/at.pamd?rev=1.1&content-type=text/plain
44
45 Index: at.pamd
46 ===================================================================
47 #
48 # The PAM configuration file for the at daemon
49 #
50
51 auth required pam_env.so
52 @include common-auth
53 @include common-account
54 @include common-session
55 session required pam_limits.so
56
57
58
59
60 1.1 sys-process/at/files/at-3.1.10.2-Makefile.in-parallel-make-fix.patch
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/at/files/at-3.1.10.2-Makefile.in-parallel-make-fix.patch?rev=1.1&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/at/files/at-3.1.10.2-Makefile.in-parallel-make-fix.patch?rev=1.1&content-type=text/plain
64
65 Index: at-3.1.10.2-Makefile.in-parallel-make-fix.patch
66 ===================================================================
67 diff -Naur at-3.1.10.2.orig/Makefile.in at-3.1.10.2/Makefile.in
68 --- at-3.1.10.2.orig/Makefile.in 2009-01-31 15:38:54.000000000 +0100
69 +++ at-3.1.10.2/Makefile.in 2009-01-31 15:39:22.000000000 +0100
70 @@ -78,7 +78,7 @@
71 y.tab.c y.tab.h: parsetime.y
72 $(YACC) -d parsetime.y
73
74 -lex.yy.c: parsetime.l
75 +lex.yy.c: parsetime.l y.tab.h
76 $(LEX) -i parsetime.l
77
78 atrun: atrun.in