SOURCES: all.patch.gz, pine-css.patch, pine-unix.patch - updated f...

hawk hawk at pld-linux.org
Wed Jun 22 13:58:02 CEST 2005


Author: hawk                         Date: Wed Jun 22 11:58:01 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 4.63

---- Files affected:
SOURCES:
   all.patch.gz (1.13 -> 1.14) , pine-css.patch (1.1 -> 1.2) , pine-unix.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/all.patch.gz
<<Binary file>>

================================================================
Index: SOURCES/pine-css.patch
diff -u SOURCES/pine-css.patch:1.1 SOURCES/pine-css.patch:1.2
--- SOURCES/pine-css.patch:1.1	Mon Sep 23 16:59:34 2002
+++ SOURCES/pine-css.patch	Wed Jun 22 13:57:55 2005
@@ -1,14 +1,16 @@
---- pine4.44/pine/mailcmd.c~	Mon Sep 23 16:46:47 2002
-+++ pine4.44/pine/mailcmd.c	Mon Sep 23 16:48:21 2002
-@@ -2809,8 +2809,9 @@
+--- pine4.63.orig/pine/mailcmd.c.orig	2005-06-22 11:51:25.141772744 +0000
++++ pine4.63/pine/mailcmd.c	2005-06-22 11:54:14.325052976 +0000
+@@ -4118,9 +4118,10 @@
  	 * the destination folder will need...
  	 */
  	context_apply(tmp, context, save_folder, sizeof(tmp));
--        save_stream = (stream->dtb->flags & DR_LOCAL) && !IS_REMOTE(tmp) ?
+-        save_stream = (stream && stream->dtb
+-		       && stream->dtb->flags & DR_LOCAL) && !IS_REMOTE(tmp) ?
 -	  stream : context_same_stream(context, save_folder, stream);
-+//        save_stream = (stream->dtb->flags & DR_LOCAL) && !IS_REMOTE(tmp) ?
++//        save_stream = (stream && stream->dtb
++//		       && stream->dtb->flags & DR_LOCAL) && !IS_REMOTE(tmp) ?
 +//	  stream : context_same_stream(context, save_folder, stream);
-+	save_stream = context_same_stream(context, save_folder, stream);
++	  save_stream = context_same_stream(context, save_folder, stream);
      }
  
      /* if needed, this'll get set in mm_notify */

================================================================
Index: SOURCES/pine-unix.patch
diff -u SOURCES/pine-unix.patch:1.5 SOURCES/pine-unix.patch:1.6
--- SOURCES/pine-unix.patch:1.5	Sun Nov  5 20:42:52 2000
+++ SOURCES/pine-unix.patch	Wed Jun 22 13:57:55 2005
@@ -14,7 +14,7 @@
  	 SPOOLDIR=/var/spool \
  	 ACTIVEFILE=/var/lib/news/active \
  	 RSHPATH=/usr/bin/rsh \
--	 BASECFLAGS="-g -fno-omit-frame-pointer -O6" \
+-	 BASECFLAGS="-g -fno-omit-frame-pointer $(GCCOPTLEVEL)" \
 +	 BASECFLAGS="$(OPTIMIZE) -DNFSKLUDGE" \
  	 BASELDFLAGS="-lcrypt"
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/all.patch.gz?r1=1.13&r2=1.14&f=u
    http://cvs.pld-linux.org/SOURCES/pine-css.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SOURCES/pine-unix.patch?r1=1.5&r2=1.6&f=u




More information about the pld-cvs-commit mailing list