public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Peter Alfredsen (loki_val)" <loki_val@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/levee/files: levee-3.5-QA.patch
Date: Sun, 25 May 2008 15:52:57 +0000	[thread overview]
Message-ID: <E1K0IWn-00076Q-7z@stork.gentoo.org> (raw)

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



             reply	other threads:[~2008-05-25 15:52 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1K0IWn-00076Q-7z@stork.gentoo.org \
    --to=loki_val@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox