]> git.pld-linux.org Git - packages/fpc.git/commitdiff
- outdated
authorKarol Krenski <charles@pld-linux.org>
Sun, 4 Oct 2009 09:31:23 +0000 (09:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fpc-avoid-RE.patch -> 1.2
    fpc-makedocs.patch -> 1.2

fpc-avoid-RE.patch [deleted file]
fpc-makedocs.patch [deleted file]

diff --git a/fpc-avoid-RE.patch b/fpc-avoid-RE.patch
deleted file mode 100644 (file)
index a4dd50c..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-Avoid Runtime Error during file open, especially when there IS a legal
-check if it succeded or not
-
---- fpcbuild_2.0.4_exp/fpcsrc/rtl/linux/linuxvcs.pp~   2006-02-15 11:04:09.000000000 +0100
-+++ fpcbuild_2.0.4_exp/fpcsrc/rtl/linux/linuxvcs.pp    2006-10-23 12:52:49.052613239 +0200
-@@ -94,8 +94,10 @@
-   pid:=fpgetpid;
-   repeat
-     str(pid,s);
-+    {$I-}
-     assign(f,'/proc/'+s+'/stat');
-     reset(f);
-+    {$I+}
-     if ioresult<>0 then
-       break;
-     read(f,dummy);
---- fpcbuild_2.0.4_exp/fpcsrc/utils/grab_vcsa.pp~      2006-02-15 11:04:09.000000000 +0100
-+++ fpcbuild_2.0.4_exp/fpcsrc/utils/grab_vcsa.pp       2006-10-23 12:52:19.823019988 +0200
-@@ -78,8 +78,10 @@
-       pid:=fpgetpid;
-       repeat
-         str(pid,s);
-+      {$I-}
-         assign(f,'/proc/'+s+'/stat');
-         reset(f);
-+      {$I+}
-         if ioresult<>0 then
-           begin
-             found_vcsa:=false;
diff --git a/fpc-makedocs.patch b/fpc-makedocs.patch
deleted file mode 100644 (file)
index 07b2468..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
---- fpcbuild_2.0.4_exp/fpcdocs/Makefile~       2006-10-20 16:19:03.000000000 +0200
-+++ fpcbuild_2.0.4_exp/fpcdocs/Makefile        2006-10-20 16:39:38.000000000 +0200
-@@ -1815,10 +1815,10 @@
- messages.inc: $(FPCSRCDIR)/compiler/msg2inc$(EXEEXT) $(FPCSRCDIR)/compiler/msg/errore.msg
-       $(FPCSRCDIR)/compiler/msg2inc -TE $(FPCSRCDIR)/compiler/msg/errore.msg messages.inc
- comphelp.inc:
--      echo "% Automatically generated. Do not edit" > comphelp.inc
--      echo "\begin{verbatim}" >> comphelp.inc
--      fpc -h >>comphelp.inc
--      echo "\end{verbatim}" >> comphelp.inc
-+      /bin/echo "% Automatically generated. Do not edit" > comphelp.inc
-+      /bin/echo "\begin{verbatim}" >> comphelp.inc
-+      $(FPC) -h | sed -e s,$(FPC),fpc, >>comphelp.inc
-+      /bin/echo "\end{verbatim}" >> comphelp.inc
- syntax.sty: styles/syntax.sty
-       cp $(wildcard styles/*.sty) .
- INCLUDES=date.inc syntax.sty
This page took 0.102391 seconds and 4 git commands to generate.