[22329] trunk/dports/textproc/lv/files/lv451_lesslikeslash.patch

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 26 07:48:45 PST 2007


Revision: 22329
          http://trac.macosforge.org/projects/macports/changeset/22329
Author:   takanori at macports.org
Date:     2007-02-26 07:48:45 -0800 (Mon, 26 Feb 2007)

Log Message:
-----------
Fixed broken patch.

Modified Paths:
--------------
    trunk/dports/textproc/lv/files/lv451_lesslikeslash.patch

Modified: trunk/dports/textproc/lv/files/lv451_lesslikeslash.patch
===================================================================
--- trunk/dports/textproc/lv/files/lv451_lesslikeslash.patch	2007-02-26 12:22:37 UTC (rev 22328)
+++ trunk/dports/textproc/lv/files/lv451_lesslikeslash.patch	2007-02-26 15:48:45 UTC (rev 22329)
@@ -1,29 +1,25 @@
-*** src/command.c	Mon Jan  5 16:42:31 2004
---- src/command.c	Thu Mar 10 01:29:57 2005
-***************
-*** 413,418 ****
---- 413,426 ----
-    ConsoleClearRight();
-    istr = CommandGetLine( f, prompt );
-    if( NULL == istr ){
-+ #if 1
-+     if( NULL != f->find.pattern ){
-+       res = CommandFindContinue( f, direction );
-+       return res;
-+     } else {
-+       return NULL;
-+     }
-+ #else
-      /*
-       * $B%Q%?!<%sM-$j$+$iL5$7(B
-       */
-***************
-*** 426,431 ****
---- 434,440 ----
-        }
-      }
-      return NULL;
-+ #endif
-    } else {
-      /*
-       * $B%Q%?!<%s$N%;%C%H(B
+--- src/command.c.orig	2004-01-05 16:42:31.000000000 +0900
++++ src/command.c	2007-02-27 00:30:47.000000000 +0900
+@@ -413,6 +413,14 @@
+   ConsoleClearRight();
+   istr = CommandGetLine( f, prompt );
+   if( NULL == istr ){
++#if 1
++    if( NULL != f->find.pattern ){
++      res = CommandFindContinue( f, direction );
++      return res;
++    } else {
++      return NULL;
++    }
++#else
+     /*
+      * $B%Q%?!<%sM-$j$+$iL5$7(B
+      */
+@@ -426,6 +434,7 @@
+       }
+     }
+     return NULL;
++#endif
+   } else {
+     /*
+      * $B%Q%?!<%s$N%;%C%H(B

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070226/35e1382a/attachment.html


More information about the macports-changes mailing list