summaryrefslogtreecommitdiffstats
path: root/base/gpm
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-22 21:23:25 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-22 21:23:25 +0200
commit3b48b187da65dec9397ff143c46a79ae3bcd6c32 (patch)
tree11fc2d7fc0520ba62af63cf92561f733f86edc43 /base/gpm
parent54ae5dffc61b9ae3228a58b93fdb8a5bb9ada7b2 (diff)
downloadnutyx-extra-3b48b187da65dec9397ff143c46a79ae3bcd6c32.tar.gz
nutyx-extra-3b48b187da65dec9397ff143c46a79ae3bcd6c32.tar.bz2
nutyx-extra-3b48b187da65dec9397ff143c46a79ae3bcd6c32.tar.xz
nutyx-extra-3b48b187da65dec9397ff143c46a79ae3bcd6c32.zip
gpm, port nettoyé
Diffstat (limited to 'base/gpm')
-rw-r--r--base/gpm/gpm-1.20.5-make-install-fixes.patch54
-rw-r--r--base/gpm/gpm-1.20.5-no-dumb-error-messages.patch13
-rw-r--r--base/gpm/gpm-1.20.5-nodebug.patch16
3 files changed, 0 insertions, 83 deletions
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;
-
-