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-mail/vmailmgr/files: vmailmgr-0.97-gentoo.patch vmailmgr-0.97-no-authvmailmgr.patch
Date: Sun, 22 Jun 2008 22:18:11
Message-Id: E1KAXss-0001ll-6M@stork.gentoo.org
1 mrness 08/06/22 22:18:06
2
3 Modified: vmailmgr-0.97-gentoo.patch
4 Removed: vmailmgr-0.97-no-authvmailmgr.patch
5 Log:
6 Sanitize patches (#226797).
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.2 net-mail/vmailmgr/files/vmailmgr-0.97-gentoo.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vmailmgr/files/vmailmgr-0.97-gentoo.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vmailmgr/files/vmailmgr-0.97-gentoo.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vmailmgr/files/vmailmgr-0.97-gentoo.patch?r1=1.1&r2=1.2
15
16 Index: vmailmgr-0.97-gentoo.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/files/vmailmgr-0.97-gentoo.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- vmailmgr-0.97-gentoo.patch 26 Dec 2005 11:03:08 -0000 1.1
23 +++ vmailmgr-0.97-gentoo.patch 22 Jun 2008 22:18:05 -0000 1.2
24 @@ -1,44 +1,63 @@
25 diff -Nru vmailmgr-0.97.orig/authenticate/Makefile.am vmailmgr-0.97/authenticate/Makefile.am
26 ---- vmailmgr-0.97.orig/authenticate/Makefile.am 2003-12-02 05:46:43.000000000 +0200
27 -+++ vmailmgr-0.97/authenticate/Makefile.am 2005-12-25 10:41:07.000000000 +0200
28 -@@ -1,6 +1,6 @@
29 +--- vmailmgr-0.97.orig/authenticate/Makefile.am 2008-06-23 00:06:53.000000000 +0200
30 ++++ vmailmgr-0.97/authenticate/Makefile.am 2008-06-23 00:04:28.000000000 +0200
31 +@@ -1,6 +1,4 @@
32 bin_PROGRAMS = checkvpw vauthenticate
33 - authlib_PROGRAMS = authvmailmgr
34 +-authlib_PROGRAMS = authvmailmgr
35 -authlibdir = ${prefix}/lib/courier-imap/libexec/authlib/
36 -+authlibdir = ${libdir}/courier-imap/authlib/
37
38 noinst_PODS = checkvpw.pod vauthenticate.pod
39 noinst_HTMLS = $(noinst_PODS:.pod=.html)
40 -diff -Nru vmailmgr-0.97.orig/authenticate/Makefile.in vmailmgr-0.97/authenticate/Makefile.in
41 ---- vmailmgr-0.97.orig/authenticate/Makefile.in 2005-09-04 08:01:56.000000000 +0300
42 -+++ vmailmgr-0.97/authenticate/Makefile.in 2005-12-25 10:41:07.000000000 +0200
43 -@@ -85,7 +85,7 @@
44 -
45 - bin_PROGRAMS = checkvpw vauthenticate
46 - authlib_PROGRAMS = authvmailmgr
47 --authlibdir = ${prefix}/lib/courier-imap/libexec/authlib/
48 -+authlibdir = ${libdir}/courier-imap/authlib/
49 -
50 - noinst_PODS = checkvpw.pod vauthenticate.pod
51 - noinst_HTMLS = $(noinst_PODS:.pod=.html)
52 -diff -Nru vmailmgr-0.97.orig/configure vmailmgr-0.97/configure
53 ---- vmailmgr-0.97.orig/configure 2005-09-04 07:26:50.000000000 +0300
54 -+++ vmailmgr-0.97/configure 2005-12-25 10:41:07.000000000 +0200
55 -@@ -3431,7 +3431,7 @@
56 - WANTPYTHON_FALSE=
57 - fi
58 +@@ -25,8 +23,5 @@
59 + checkvpw_SOURCES = checkvpw.cc authvlib.cc authvlib.h
60 + checkvpw_LDADD = ../lib/libvmailmgr.a
61 +
62 +-authvmailmgr_SOURCES = authvmailmgr.cc authvlib.cc authvlib.h
63 +-authvmailmgr_LDADD = ../lib/libvmailmgr.a -L../lib/courier-authlib -lauthmod
64 +-
65 + vauthenticate_SOURCES = vauthenticate.cc authvlib.cc authvlib.h
66 + vauthenticate_LDADD = ../lib/libvmailmgr.a
67 +diff -Nru vmailmgr-0.97.orig/configure.in vmailmgr-0.97/configure.in
68 +--- vmailmgr-0.97.orig/configure.in 2008-06-23 00:06:53.000000000 +0200
69 ++++ vmailmgr-0.97/configure.in 2008-06-23 00:04:28.000000000 +0200
70 +@@ -62,7 +62,7 @@
71 + AC_SUBST(pythonlibdir)
72 + AM_CONDITIONAL(WANTPYTHON, test x$local_cv_python_lib_dir != xNONE)
73
74 -phpdir="/home/httpd/php"
75 +phpdir="${libdir}/php"
76 + AC_SUBST(phpdir)
77
78 -
79 - # Extract the first word of "w3m", so it can be a program name with args.
80 -@@ -5570,7 +5570,7 @@
81 - done
82 -
83 + AC_PATH_PROG(W3M, w3m)
84 +@@ -113,7 +113,7 @@
85 + AC_CHECK_FUNCS(gethostname gettimeofday mkdir putenv rmdir socket)
86 + AC_CHECK_FUNCS(srandom random crypt)
87
88 -cgidir='${prefix}/cgi-bin'
89 +cgidir='/var/www/localhost/cgi-bin'
90 + AC_SUBST(cgidir)
91
92 + AC_OUTPUT(Makefile
93 +diff -Nru vmailmgr-0.97.orig/lib/Makefile.am vmailmgr-0.97/lib/Makefile.am
94 +--- vmailmgr-0.97.orig/lib/Makefile.am 2008-06-23 00:06:53.000000000 +0200
95 ++++ vmailmgr-0.97/lib/Makefile.am 2008-06-23 00:04:28.000000000 +0200
96 +@@ -1,5 +1,4 @@
97 +-SUBDIRS = misc vdomain vpwentry vpwtable cdb++ cgi cli++ fdbuf mystring config \
98 +- courier-authlib
99 ++SUBDIRS = misc vdomain vpwentry vpwtable cdb++ cgi cli++ fdbuf mystring config
100 + noinst_LIBRARIES = libvmailmgr.a libcgi.a libcli.a
101 + EXTRA_DIST = mergelib.sh
102 +
103 +diff -Nru vmailmgr-0.97.orig/Makefile.am vmailmgr-0.97/Makefile.am
104 +--- vmailmgr-0.97.orig/Makefile.am 2008-06-23 00:06:53.000000000 +0200
105 ++++ vmailmgr-0.97/Makefile.am 2008-06-23 00:07:07.000000000 +0200
106 +@@ -1,7 +1,7 @@
107 + if WANTPYTHON
108 +-SUBDIRS = python php lib authenticate commands daemon cgi doc scripts
109 ++SUBDIRS = python php lib authenticate commands daemon cgi scripts
110 + else
111 +-SUBDIRS = php lib authenticate commands daemon cgi doc scripts
112 ++SUBDIRS = php lib authenticate commands daemon cgi scripts
113 + endif
114
115 - ac_config_files="$ac_config_files Makefile cgi/Makefile authenticate/Makefile commands/Makefile daemon/Makefile doc/Makefile lib/Makefile lib/cdb++/Makefile lib/cgi/Makefile lib/cli++/Makefile lib/config/Makefile lib/courier-authlib/Makefile lib/fdbuf/Makefile lib/misc/Makefile lib/mystring/Makefile lib/vdomain/Makefile lib/vpwentry/Makefile lib/vpwtable/Makefile scripts/Makefile php/Makefile python/Makefile"
116 + dist-hook:
117
118
119
120 --
121 gentoo-commits@l.g.o mailing list