Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 31954 Details for
Bug 49094
vmailmgr 0.96.9-r1 did not compile cleanly
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
source code patch
vmailmgr-0.96.9-gentoo-r2.diff (text/plain), 7.56 KB, created by
ingenius
on 2004-05-24 12:41:50 UTC
(
hide
)
Description:
source code patch
Filename:
MIME Type:
Creator:
ingenius
Created:
2004-05-24 12:41:50 UTC
Size:
7.56 KB
patch
obsolete
>diff -r -u ../vmailmgr-0.96.9.orig/authenticate/Makefile.am ./authenticate/Makefile.am >--- ../vmailmgr-0.96.9.orig/authenticate/Makefile.am 2000-09-23 17:23:32.000000000 -0300 >+++ ./authenticate/Makefile.am 2004-05-24 15:06:37.000000000 -0300 >@@ -1,6 +1,6 @@ > bin_PROGRAMS = checkvpw vauthenticate > authlib_PROGRAMS = authvmailmgr >-authlibdir = ${prefix}/lib/courier-imap/libexec/authlib/ >+authlibdir = ${prefix}/lib/courier-imap/authlib/ > > noinst_PODS = checkvpw.pod vauthenticate.pod > noinst_HTMLS = $(noinst_PODS:.pod=.html) >diff -r -u ../vmailmgr-0.96.9.orig/authenticate/Makefile.in ./authenticate/Makefile.in >--- ../vmailmgr-0.96.9.orig/authenticate/Makefile.in 2000-10-01 01:33:29.000000000 -0300 >+++ ./authenticate/Makefile.in 2004-05-24 15:06:37.000000000 -0300 >@@ -83,7 +83,7 @@ > > bin_PROGRAMS = checkvpw vauthenticate > authlib_PROGRAMS = authvmailmgr >-authlibdir = ${prefix}/lib/courier-imap/libexec/authlib/ >+authlibdir = ${prefix}/lib/courier-imap/authlib/ > > noinst_PODS = checkvpw.pod vauthenticate.pod > noinst_HTMLS = $(noinst_PODS:.pod=.html) >diff -r -u ../vmailmgr-0.96.9.orig/authenticate/authvmailmgr.cc ./authenticate/authvmailmgr.cc >--- ../vmailmgr-0.96.9.orig/authenticate/authvmailmgr.cc 2000-08-01 14:09:27.000000000 -0300 >+++ ./authenticate/authvmailmgr.cc 2004-05-24 15:06:37.000000000 -0300 >@@ -15,6 +15,7 @@ > // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA > > #include <config.h> >+#include <string.h> > #include "misc/exec.h" > #include "authvlib.h" > // Courier-IMAP includes >diff -r -u ../vmailmgr-0.96.9.orig/authenticate/checkvpw.cc ./authenticate/checkvpw.cc >--- ../vmailmgr-0.96.9.orig/authenticate/checkvpw.cc 2000-08-10 19:39:27.000000000 -0300 >+++ ./authenticate/checkvpw.cc 2004-05-24 15:06:37.000000000 -0300 >@@ -18,6 +18,7 @@ > #include <errno.h> > #include <string.h> > #include <sys/types.h> >+#include <stdlib.h> > #include "config/configrc.h" > #include "misc/exec.h" > #include "misc/stat_fns.h" >diff -r -u ../vmailmgr-0.96.9.orig/authenticate/vauthenticate.cc ./authenticate/vauthenticate.cc >--- ../vmailmgr-0.96.9.orig/authenticate/vauthenticate.cc 2000-08-01 15:05:31.000000000 -0300 >+++ ./authenticate/vauthenticate.cc 2004-05-24 15:06:37.000000000 -0300 >@@ -17,6 +17,7 @@ > #include <config.h> > #include <errno.h> > #include <unistd.h> >+#include <stdlib.h> > #include "authvlib.h" > #include "fdbuf/fdbuf.h" > >diff -r -u ../vmailmgr-0.96.9.orig/commands/vcheckquota.cc ./commands/vcheckquota.cc >--- ../vmailmgr-0.96.9.orig/commands/vcheckquota.cc 2000-08-19 14:05:57.000000000 -0300 >+++ ./commands/vcheckquota.cc 2004-05-24 15:09:33.000000000 -0300 >@@ -31,10 +31,7 @@ > > const char* cli_program = "vcheckquota"; > const char* cli_help_prefix = "vmailmgr quota enforcement program\n"; >-const char* cli_help_suffix = " >-Warning: the soft-message is linked into the users maildir once for each >-message that is received while the account is over its soft quota. This may >-result in multiple warning messages.\n"; >+const char* cli_help_suffix = "Warning: the soft-message is linked into the users maildir once for each message that is received while the account is over its soft quota. This may result in multiple warning messages.\n"; > const char* cli_args_usage = ""; > const int cli_args_min = 0; > const int cli_args_max = 0; >diff -r -u ../vmailmgr-0.96.9.orig/commands/vchforwards.cc ./commands/vchforwards.cc >--- ../vmailmgr-0.96.9.orig/commands/vchforwards.cc 2000-08-15 23:08:35.000000000 -0300 >+++ ./commands/vchforwards.cc 2004-05-24 15:08:00.000000000 -0300 >@@ -24,9 +24,7 @@ > const char* cli_program = "vchforwards"; > const char* cli_help_prefix = > "Change virtual user forwarding addresses.\n"; >-const char* cli_help_suffix = >-"If no forwarding addresses are given, forwarding is disabled. >-"; >+const char* cli_help_suffix = "If no forwarding addresses are given, forwarding is disabled."; > const char* cli_args_usage = "USERNAME [DESTINATION1 ...]"; > const int cli_args_min = 1; > const int cli_args_max = -1; >diff -r -u ../vmailmgr-0.96.9.orig/commands/vpasswd2cdb.cc ./commands/vpasswd2cdb.cc >--- ../vmailmgr-0.96.9.orig/commands/vpasswd2cdb.cc 2000-08-15 23:02:01.000000000 -0300 >+++ ./commands/vpasswd2cdb.cc 2004-05-24 15:07:20.000000000 -0300 >@@ -26,10 +26,7 @@ > > const char* cli_program = "vpasswd2cdb"; > const char* cli_help_prefix = "Converts text password tables to CDB format\n"; >-const char* cli_help_suffix = >-"Reads in a standard virtual password table in the current directory, >-and writes it out to a CDB table. The file names for the text and CDB >-tables are determined from the configuration file."; >+const char* cli_help_suffix = "Reads in a standard virtual password table in the current directory, and writes it out to a CDB table. The file names for the text and CDB tables are determined from the configuration file."; > const char* cli_args_usage = ""; > const int cli_args_min = 0; > const int cli_args_max = 0; >diff -r -u ../vmailmgr-0.96.9.orig/commands/vpasswd2db.cc ./commands/vpasswd2db.cc >--- ../vmailmgr-0.96.9.orig/commands/vpasswd2db.cc 2000-08-15 23:02:04.000000000 -0300 >+++ ./commands/vpasswd2db.cc 2004-05-24 15:10:40.000000000 -0300 >@@ -25,10 +25,7 @@ > > const char* cli_program = "vpasswd2db"; > const char* cli_help_prefix = "Converts text password tables to current vpwtable DB format\n"; >-const char* cli_help_suffix = >-"Reads in a standard virtual password table in the current directory, >-and writes it out to a table. The file names for the input and output >-tables are determined from the configuration file."; >+const char* cli_help_suffix = "Reads in a standard virtual password table in the current directory, and writes it out to a table. The file names for the input and output tables are determined from the configuration file."; > const char* cli_args_usage = ""; > const int cli_args_min = 0; > const int cli_args_max = 0; >diff -r -u ../vmailmgr-0.96.9.orig/configure ./configure >--- ../vmailmgr-0.96.9.orig/configure 2000-10-01 01:24:23.000000000 -0300 >+++ ./configure 2004-05-24 15:06:37.000000000 -0300 >@@ -2682,7 +2682,7 @@ > done > > >-cgidir='${prefix}/cgi-bin' >+cgidir='/home/httpd/cgi-bin' > > > trap '' 1 2 15 >diff -r -u ../vmailmgr-0.96.9.orig/lib/misc/exec.cc ./lib/misc/exec.cc >--- ../vmailmgr-0.96.9.orig/lib/misc/exec.cc 2000-08-03 13:35:09.000000000 -0300 >+++ ./lib/misc/exec.cc 2004-05-24 15:06:37.000000000 -0300 >@@ -21,6 +21,7 @@ > #include <sys/types.h> > #include <sys/wait.h> > #include <unistd.h> >+#include <string.h> > #include "exec.h" > #include "config/configrc.h" > >diff -r -u ../vmailmgr-0.96.9.orig/lib/misc/keystrlist.cc ./lib/misc/keystrlist.cc >--- ../vmailmgr-0.96.9.orig/lib/misc/keystrlist.cc 2000-04-03 15:22:13.000000000 -0300 >+++ ./lib/misc/keystrlist.cc 2004-05-24 15:06:37.000000000 -0300 >@@ -15,6 +15,7 @@ > // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA > > #include <config.h> >+#include <string.h> > #include "strlist.h" > > void keystrlist::set(const mystring& var, const mystring& val) >diff -r -u ../vmailmgr-0.96.9.orig/lib/misc/strlist.cc ./lib/misc/strlist.cc >--- ../vmailmgr-0.96.9.orig/lib/misc/strlist.cc 2000-04-03 15:22:14.000000000 -0300 >+++ ./lib/misc/strlist.cc 2004-05-24 15:06:37.000000000 -0300 >@@ -15,6 +15,7 @@ > // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA > > #include <config.h> >+#include <string.h> > #include "strlist.h" > > static const char* compare(const char* ptr, const char* end, >diff -r -u ../vmailmgr-0.96.9.orig/lib/mystring/append.cc ./lib/mystring/append.cc >--- ../vmailmgr-0.96.9.orig/lib/mystring/append.cc 2000-02-13 02:16:03.000000000 -0300 >+++ ./lib/mystring/append.cc 2004-05-24 15:06:37.000000000 -0300 >@@ -1,3 +1,4 @@ >+#include <string.h> > #include "mystring.h" > #include "trace.h" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 49094
:
31953
| 31954