SOURCES: remind-missing_include.patch - updated to fit new version

duddits duddits at pld-linux.org
Wed Sep 24 10:38:40 CEST 2008


Author: duddits                      Date: Wed Sep 24 08:38:40 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to fit new version

---- Files affected:
SOURCES:
   remind-missing_include.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/remind-missing_include.patch
diff -u SOURCES/remind-missing_include.patch:1.1 SOURCES/remind-missing_include.patch:1.2
--- SOURCES/remind-missing_include.patch:1.1	Sun Oct 17 15:03:05 2004
+++ SOURCES/remind-missing_include.patch	Wed Sep 24 10:38:34 2008
@@ -1,61 +1,46 @@
---- src/types.h~	2004-10-17 14:27:48.000000000 +0200
-+++ src/types.h	2004-10-17 14:28:05.000000000 +0200
-@@ -12,6 +12,7 @@
- 
- /* $Id$ */
- 
-+#include "custom.h"
- #include "dynbuf.h"
- 
- /* Values */
---- src/globals.h~	2000-02-18 04:45:57.000000000 +0100
-+++ src/globals.h	2004-10-17 14:31:03.000000000 +0200
-@@ -14,6 +14,8 @@
- 
- /* $Id$ */
+diff -burNp remind-03.01.05/src/globals.h remind-03.01.05_new/src/globals.h
+--- remind-03.01.05/src/globals.h	2008-04-15 03:11:07.000000000 +0200
++++ remind-03.01.05_new/src/globals.h	2008-09-24 10:00:04.951585836 +0200
+@@ -12,6 +12,8 @@
+ /*                                                             */
+ /***************************************************************/
  
 +#include "custom.h"
 +
  #ifdef MK_GLOBALS
  #undef EXTERN
  #define EXTERN
---- src/queue.c~	2004-10-17 14:36:34.000000000 +0200
-+++ src/queue.c	2004-10-17 14:37:05.000000000 +0200
+diff -burNp remind-03.01.05/src/queue.c remind-03.01.05_new/src/queue.c
+--- remind-03.01.05/src/queue.c	2008-01-31 03:37:40.000000000 +0100
++++ remind-03.01.05_new/src/queue.c	2008-09-24 10:00:40.504779330 +0200
 @@ -10,6 +10,7 @@
  /*                                                             */
  /***************************************************************/
  
 +#include "custom.h"
  #include "config.h"
- static char const RCSID[] = "$Id$";
  
---- src/rem2ps.h~	2004-10-17 14:42:37.000000000 +0200
-+++ src/rem2ps.h	2004-10-17 14:42:43.000000000 +0200
-@@ -12,6 +12,8 @@
- 
- /* $Id$ */
+ /* Solaris needs this to get select() prototype */
+diff -burNp remind-03.01.05/src/rem2ps.h remind-03.01.05_new/src/rem2ps.h
+--- remind-03.01.05/src/rem2ps.h	2007-08-08 18:01:20.000000000 +0200
++++ remind-03.01.05_new/src/rem2ps.h	2008-09-24 10:01:17.422479679 +0200
+@@ -10,6 +10,8 @@
+ /*                                                             */
+ /***************************************************************/
  
 +#include "custom.h"
 +
  char *PSProlog1[] =
  {
      "% This file was produced by Remind and Rem2PS, written by",
---- src/Makefile.in~	2000-06-26 16:50:53.000000000 +0200
-+++ src/Makefile.in	2004-10-17 14:56:25.000000000 +0200
-@@ -50,12 +50,12 @@
- 
- install: all
- 	for prog in $(PROGS) $(SCRIPTS) ; do \
--		$(INSTALL_PROGRAM) $$prog $(bindir) ; \
-+		$(INSTALL_PROGRAM) $$prog $(DESTDIR)$(bindir) ; \
- 	done
--	-strip $(bindir)/remind
--	-strip $(bindir)/rem2ps
-+#	-strip $(DESTDIR)$(bindir)/remind
-+#	-strip $(DESTDIR)$(bindir)/rem2ps
- 	for man in $(MANS) ; do  \
--		$(INSTALL_DATA) $$man $(mandir)/man1 ; \
-+		$(INSTALL_DATA) $$man $(DESTDIR)$(mandir)/man1 ; \
- 	done
+diff -burNp remind-03.01.05/src/types.h remind-03.01.05_new/src/types.h
+--- remind-03.01.05/src/types.h	2008-03-25 01:22:22.000000000 +0100
++++ remind-03.01.05_new/src/types.h	2008-09-24 09:59:17.236995290 +0200
+@@ -11,6 +11,7 @@
+ /***************************************************************/
  
- clean:
+ #include <limits.h>
++#include "custom.h"
+ #include "dynbuf.h"
+ 
+ /* Values */
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/remind-missing_include.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list