public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/levee/files: levee-3.5-QA.patch
@ 2008-05-25 15:52 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Alfredsen (loki_val) @ 2008-05-25 15:52 UTC (permalink / raw
  To: gentoo-commits

loki_val    08/05/25 15:52:57

  Added:                levee-3.5-QA.patch
  Log:
  Bump to 3.5. Fixes bug #221273.
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.1                  app-editors/levee/files/levee-3.5-QA.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/levee/files/levee-3.5-QA.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/levee/files/levee-3.5-QA.patch?rev=1.1&content-type=text/plain

Index: levee-3.5-QA.patch
===================================================================
diff -NrU5 levee-3.5.old/configure.inc levee-3.5/configure.inc
--- levee-3.5.old/configure.inc	2008-04-12 08:43:13.000000000 +0200
+++ levee-3.5/configure.inc	2008-05-10 17:24:51.000000000 +0200
@@ -1073,11 +1073,11 @@
     else
 	PROG_INSTALL="$DEST"
     fi
 
     AC_SUB 'INSTALL' "$PROG_INSTALL"
-    AC_SUB 'INSTALL_PROGRAM' "$PROG_INSTALL -s -m 755"
+    AC_SUB 'INSTALL_PROGRAM' "$PROG_INSTALL -m 755"
     AC_SUB 'INSTALL_DATA' "$PROG_INSTALL -m 444"
 
     # finally build a little directory installer
     # if mkdir -p works, use that, otherwise use install -d,
     # otherwise build a script to do it by hand.
diff -NrU5 levee-3.5.old/editcor.c levee-3.5/editcor.c
--- levee-3.5.old/editcor.c	2008-04-12 08:43:13.000000000 +0200
+++ levee-3.5/editcor.c	2008-05-10 18:32:33.000000000 +0200
@@ -17,10 +17,11 @@
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
  * PURPOSE.
  */
 #include "levee.h"
 #include "extern.h"
+#include <stdlib.h>
     
 /* do some undoable modification */
 
 /* These variables make docommand nonrecursive */
 
@@ -172,10 +173,12 @@
     return(putback(curr, &newend));
 }
 
 bool PROC
 execute(start, end)
+int start;
+int end;
 {
     int tf;
     FILE *f;
     char scratch[20];
     bool ret = FALSE;
diff -NrU5 levee-3.5.old/globals.c levee-3.5/globals.c
--- levee-3.5.old/globals.c	2008-04-12 08:43:13.000000000 +0200
+++ levee-3.5/globals.c	2008-05-10 18:14:21.000000000 +0200
@@ -250,11 +250,11 @@
     {"ignorecase","ic",	VBOOL,	0,		(void*)&ignorecase },
     {"bell",      "",	VBOOL,	0,		(void*)&bell       },
 #if OS_ATARI
     {"mapslash",  "ms", VBOOL,	0,		(void*)&mapslash   },
 #endif
-    {NULL}
+    {0, 0, 0, 0, 0}
 };
 
 /* For movement routines */
 int setstep[2] = {-1,1};
 
diff -NrU5 levee-3.5.old/main.c levee-3.5/main.c
--- levee-3.5.old/main.c	2008-04-12 08:43:13.000000000 +0200
+++ levee-3.5/main.c	2008-05-10 18:08:14.000000000 +0200
@@ -277,11 +277,11 @@
 #if OS_ATARI
 long _STKSIZ = 4096;
 long _BLKSIZ = 4096;
 #endif
 
-void /* should be union { void a; int b; float c; } to annoy the purists */
+int
 main(argc,argv)
 int argc;
 char **argv;
 {
     initialize(argc, argv);



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/levee/files: levee-3.5-QA.patch
@ 2009-11-09 11:22 Jonathan Callen (abcd)
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Callen (abcd) @ 2009-11-09 11:22 UTC (permalink / raw
  To: gentoo-commits

abcd        09/11/09 11:22:49

  Removed:              levee-3.5-QA.patch
  Log:
  Drop unused file
  (Portage version: -svn/cvs/Linux i686)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-09 11:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-25 15:52 [gentoo-commits] gentoo-x86 commit in app-editors/levee/files: levee-3.5-QA.patch Peter Alfredsen (loki_val)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-09 11:22 Jonathan Callen (abcd)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox