On 04/19/10 07:17, Uwe Dippel wrote:
Giovanni Bechis<giovanni<at>  openbsd.org>  writes:

Thanks for spotting this, attached is a diff for Courier-imap 4.6.0
(which fixes man pages as well) and one for 4.7.0 (I will commit this
update soon).
   Cheers
    Giovanni

Thanks. But here all files are shown inline, and I can't for my life
make out which is which.
Is there any location from where I could download the file(s),
to simply drop into my stable ports tree of 4.6, and do
some 'make&&  make install'?

Here is the patch for courier-imap-4.6.
 Cheers
  Giovanni
Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/courier-imap/Makefile,v
retrieving revision 1.57
diff -u -p -r1.57 Makefile
--- Makefile    26 Feb 2010 18:55:21 -0000      1.57
+++ Makefile    30 Mar 2010 09:31:33 -0000
@@ -6,7 +6,7 @@ COMMENT-pop3=           pop3 server for maildir f
 V=                     4.6.0
 DISTNAME=              courier-imap-${V}
 PKGNAME-main=          ${DISTNAME}
-FULLPKGNAME-pop3=      courier-pop3-${V}p0
+FULLPKGNAME-pop3=      courier-pop3-${V}p1
 FULLPKGPATH-pop3=      mail/courier-imap,-pop3
 
 CATEGORIES=            mail
Index: patches/patch-imap_courierpop3d_8_in
===================================================================
RCS file: patches/patch-imap_courierpop3d_8_in
diff -N patches/patch-imap_courierpop3d_8_in
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-imap_courierpop3d_8_in        30 Mar 2010 09:31:33 -0000
@@ -0,0 +1,21 @@
+$OpenBSD$
+--- imap/courierpop3d.8.in.orig        Fri Jan  8 20:00:30 2010
++++ imap/courierpop3d.8.in     Fri Jan  8 20:01:00 2010
+@@ -27,7 +27,6 @@
+ .de SH-xref
+ .ie n \{\
+ .\}
+-.toupper \\$*
+ .el \{\
+ \\$*
+ .\}
+@@ -56,9 +55,6 @@
+ .ft B
+ .ne (2v + 1u)
+ .ie n \{\
+-.\" if n (TTY output), use uppercase
+-.toupper \\$*
+-.\}
+ .el \{\
+ .nr an-break-flag 0
+ .\" if not n (not TTY), use normal case (not uppercase)
Index: patches/patch-imap_imapd_8_in
===================================================================
RCS file: patches/patch-imap_imapd_8_in
diff -N patches/patch-imap_imapd_8_in
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-imap_imapd_8_in       30 Mar 2010 09:31:33 -0000
@@ -0,0 +1,21 @@
+$OpenBSD$
+--- imap/imapd.8.in.orig       Fri Jan  8 20:00:17 2010
++++ imap/imapd.8.in    Fri Jan  8 20:00:46 2010
+@@ -27,7 +27,6 @@
+ .de SH-xref
+ .ie n \{\
+ .\}
+-.toupper \\$*
+ .el \{\
+ \\$*
+ .\}
+@@ -56,9 +55,6 @@
+ .ft B
+ .ne (2v + 1u)
+ .ie n \{\
+-.\" if n (TTY output), use uppercase
+-.toupper \\$*
+-.\}
+ .el \{\
+ .nr an-break-flag 0
+ .\" if not n (not TTY), use normal case (not uppercase)
Index: patches/patch-maildir_configure
===================================================================
RCS file: patches/patch-maildir_configure
diff -N patches/patch-maildir_configure
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-maildir_configure     30 Mar 2010 09:31:33 -0000
@@ -0,0 +1,28 @@
+$OpenBSD$
+--- maildir/configure.orig     Sun Nov 22 15:45:17 2009
++++ maildir/configure  Tue Mar 30 11:23:32 2010
+@@ -18366,7 +18366,6 @@ if test "${ac_cv_lib_fam_FAMOpen+set}" = set; then
+   $as_echo_n "(cached) " >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lfam  $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+@@ -18430,7 +18429,7 @@ if test "x$ac_cv_lib_fam_FAMOpen" = x""yes; then
+                       LIBFAM=-lfam
+ 
+ cat >>confdefs.h <<_ACEOF
+-#define HAVE_FAM 1
++#define HAVE_FAM 0
+ _ACEOF
+ 
+ 
+@@ -18593,7 +18592,6 @@ fi
+ 
+ 
+ 
+-echo "$LIBFAM" >maildir.libdeps
+ 
+ { $as_echo "$as_me:$LINENO: checking for missing gethostname prototype" >&5
+ $as_echo_n "checking for missing gethostname prototype... " >&6; }
Index: patches/patch-maildir_maildiracl_1_in
===================================================================
RCS file: patches/patch-maildir_maildiracl_1_in
diff -N patches/patch-maildir_maildiracl_1_in
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-maildir_maildiracl_1_in       30 Mar 2010 09:31:33 -0000
@@ -0,0 +1,21 @@
+$OpenBSD$
+--- maildir/maildiracl.1.in.orig       Fri Jan  8 19:57:10 2010
++++ maildir/maildiracl.1.in    Fri Jan  8 19:59:39 2010
+@@ -27,7 +27,6 @@
+ .de SH-xref
+ .ie n \{\
+ .\}
+-.toupper \\$*
+ .el \{\
+ \\$*
+ .\}
+@@ -56,9 +55,6 @@
+ .ft B
+ .ne (2v + 1u)
+ .ie n \{\
+-.\" if n (TTY output), use uppercase
+-.toupper \\$*
+-.\}
+ .el \{\
+ .nr an-break-flag 0
+ .\" if not n (not TTY), use normal case (not uppercase)
Index: patches/patch-maildir_maildirmake_1_in
===================================================================
RCS file: patches/patch-maildir_maildirmake_1_in
diff -N patches/patch-maildir_maildirmake_1_in
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-maildir_maildirmake_1_in      30 Mar 2010 09:31:33 -0000
@@ -0,0 +1,21 @@
+$OpenBSD$
+--- maildir/maildirmake.1.in.orig      Fri Jan  8 19:57:25 2010
++++ maildir/maildirmake.1.in   Fri Jan  8 19:59:58 2010
+@@ -27,7 +27,6 @@
+ .de SH-xref
+ .ie n \{\
+ .\}
+-.toupper \\$*
+ .el \{\
+ \\$*
+ .\}
+@@ -56,9 +55,6 @@
+ .ft B
+ .ne (2v + 1u)
+ .ie n \{\
+-.\" if n (TTY output), use uppercase
+-.toupper \\$*
+-.\}
+ .el \{\
+ .nr an-break-flag 0
+ .\" if not n (not TTY), use normal case (not uppercase)

Reply via email to