From 3b48b187da65dec9397ff143c46a79ae3bcd6c32 Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 22 Oct 2010 21:23:25 +0200 Subject: gpm, port nettoyé MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/gpm/gpm-1.20.5-make-install-fixes.patch | 54 ------------------------ base/gpm/gpm-1.20.5-no-dumb-error-messages.patch | 13 ------ base/gpm/gpm-1.20.5-nodebug.patch | 16 ------- 3 files changed, 83 deletions(-) delete mode 100644 base/gpm/gpm-1.20.5-make-install-fixes.patch delete mode 100644 base/gpm/gpm-1.20.5-no-dumb-error-messages.patch delete mode 100644 base/gpm/gpm-1.20.5-nodebug.patch (limited to 'base') diff --git a/base/gpm/gpm-1.20.5-make-install-fixes.patch b/base/gpm/gpm-1.20.5-make-install-fixes.patch deleted file mode 100644 index 098d5d509..000000000 --- a/base/gpm/gpm-1.20.5-make-install-fixes.patch +++ /dev/null @@ -1,54 +0,0 @@ -diff -pruN gpm-1.20.5.orig/configure gpm-1.20.5/configure ---- gpm-1.20.5.orig/configure 2008-06-17 09:54:54.858258511 +1000 -+++ gpm-1.20.5/configure 2008-06-17 10:16:33.330255126 +1000 -@@ -3378,15 +3378,8 @@ else - echo "${ECHO_T}no" >&6; } - fi - -- -- --if test ${ac_cv_path_emacs} = no ; then -- EMACS=: -- ELISP= --else -- EMACS=${ac_cv_path_emacs} -- ELISP="emacs/t-mouse.el emacs/t-mouse.elc" --fi -+EMACS=: -+ELISP= - - if test $EMACS != : ; then - { echo "$as_me:$LINENO: checking where to install Emacs Lisp files" >&5 -diff -pruN gpm-1.20.5.orig/doc/Makefile.in gpm-1.20.5/doc/Makefile.in ---- gpm-1.20.5.orig/doc/Makefile.in 2008-06-17 09:54:54.856257925 +1000 -+++ gpm-1.20.5/doc/Makefile.in 2008-06-17 10:18:14.557261978 +1000 -@@ -32,7 +32,7 @@ include $(top_builddir)/Makefile.include - - MANPAGES = gpm.8 mev.1 gpm-root.1 gpm-types.7 mouse-test.1 - --all: $(srcdir)/gpm.info gpm.man -+all: gpm.man - - # HTML (texi2html) - %.html: %.texinfo -diff -pruN gpm-1.20.5.orig/Makefile.include.in gpm-1.20.5/Makefile.include.in ---- gpm-1.20.5.orig/Makefile.include.in 2008-06-17 09:54:54.862260471 +1000 -+++ gpm-1.20.5/Makefile.include.in 2008-06-17 10:13:14.742262245 +1000 -@@ -44,7 +44,6 @@ INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ - LN_S = @LN_S@ --EMACS = @EMACS@ - ELISP = @ELISP@ - SHLIB = @SHLIB@ - SED = @SED@ -@@ -52,7 +51,7 @@ DIFF = @DIFF@ - TEX = @TEX@ - TEXINDEX = @TEXINDEX@ - DVIPS = @DVIPS@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = no - TEXI2HTML = texi2html - STRIP = -s - - diff --git a/base/gpm/gpm-1.20.5-no-dumb-error-messages.patch b/base/gpm/gpm-1.20.5-no-dumb-error-messages.patch deleted file mode 100644 index 44f4e7655..000000000 --- a/base/gpm/gpm-1.20.5-no-dumb-error-messages.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -pruN gpm-1.20.5.orig/src/lib/liblow.c gpm-1.20.5/src/lib/liblow.c ---- gpm-1.20.5.orig/src/lib/liblow.c 2008-06-17 09:54:54.811257867 +1000 -+++ gpm-1.20.5/src/lib/liblow.c 2008-06-17 10:00:27.489256401 +1000 -@@ -377,7 +377,7 @@ int Gpm_Open(Gpm_Connect *conn, int flag - /*....................................... Error: free all memory */ - err: - if (gpm_is_disabled < 2) /* be quiet if no gpmctl socket found */ -- gpm_report(GPM_PR_ERR,"Oh, oh, it's an error! possibly I die! "); -+ /* gpm_report(GPM_PR_ERR,"Oh, oh, it's an error! possibly I die! "); */ - while(gpm_stack) { - new=gpm_stack->next; - free(gpm_stack); - diff --git a/base/gpm/gpm-1.20.5-nodebug.patch b/base/gpm/gpm-1.20.5-nodebug.patch deleted file mode 100644 index a77aa233e..000000000 --- a/base/gpm/gpm-1.20.5-nodebug.patch +++ /dev/null @@ -1,16 +0,0 @@ -Binary files gpm-1.20.5.orig/.Makefile.in.swp and gpm-1.20.5/.Makefile.in.swp differ -diff -pruN gpm-1.20.5.orig/src/lib/report-lib.c gpm-1.20.5/src/lib/report-lib.c ---- gpm-1.20.5.orig/src/lib/report-lib.c 2008-06-17 09:54:54.811257867 +1000 -+++ gpm-1.20.5/src/lib/report-lib.c 2008-06-17 10:08:36.780265133 +1000 -@@ -29,6 +29,10 @@ void gpm_report(int line, char *file, in - char *string = NULL; - int log_level; - va_list ap; -+#ifndef DEBUG_VERBOSE -+ if(stat==GPM_STAT_DEBUG) -+ return; -+#endif - - if (stat == GPM_STAT_DEBUG) return; - - -- cgit v1.2.3-70-g09d2