source: doc/yap6_2_2_patch_1 @ 4f40c3e

mei_rt2mei_rt2_fix_1
Last change on this file since 4f40c3e was 4f40c3e, checked in by Mei <mei@…>, 12 years ago

1) add a yap patch file for 6.2.2 for FreeBSD platform
2) update documentaions

  • Property mode set to 100644
File size: 1.7 KB
Line 
1diff -Naur -p0 yap-6.2.2/C/c_interface.c nyap-6.2.2/C/c_interface.c
2--- yap-6.2.2/C/c_interface.c   2011-10-01 13:04:16.000000000 -0700
3+++ nyap-6.2.2/C/c_interface.c  2013-01-14 14:03:18.318705138 -0800
4@@ -2299 +2299 @@ YAP_CompileClause(Term t)
5-  int mod = CurrentModule;
6+  Term mod = CurrentModule;
7diff -Naur -p0 yap-6.2.2/configure.in nyap-6.2.2/configure.in
8--- yap-6.2.2/configure.in      2011-10-23 15:11:26.000000000 -0700
9+++ nyap-6.2.2/configure.in     2013-01-14 14:01:08.498704045 -0800
10@@ -1100,0 +1101 @@ dnl Linux has both elf and a.out, in thi
11+        YAPLIB_LD=$SHLIB_LD
12diff -Naur -p0 yap-6.2.2/library/dialect/swi/fli/blobs.c nyap-6.2.2/library/dialect/swi/fli/blobs.c
13--- yap-6.2.2/library/dialect/swi/fli/blobs.c   2010-12-02 03:47:28.000000000 -0800
14+++ nyap-6.2.2/library/dialect/swi/fli/blobs.c  2013-01-14 14:04:35.118703664 -0800
15@@ -22,0 +23,4 @@
16+/* for freeBSD9.1 */
17+#define _WITH_DPRINTF
18+#include <stdio.h>
19+
20diff -Naur -p0 yap-6.2.2/nyap-6.2.2/C/c_interface.c.rej nyap-6.2.2/nyap-6.2.2/C/c_interface.c.rej
21--- yap-6.2.2/nyap-6.2.2/C/c_interface.c.rej    2013-01-14 14:20:32.810703689 -0800
22+++ nyap-6.2.2/nyap-6.2.2/C/c_interface.c.rej   1969-12-31 16:00:00.000000000 -0800
23@@ -1,5 +0,0 @@
24---- yap-6.2.2/C/c_interface.c  2011-10-01 13:04:16.000000000 -0700
25-+++ nyap-6.2.2/C/c_interface.c 2013-01-14 14:03:18.318705138 -0800
26-@@ -2299 +2299 @@
27--  int mod = CurrentModule;
28-+  Term mod = CurrentModule;
29diff -Naur -p0 yap-6.2.2/nyap-6.2.2/configure.in nyap-6.2.2/nyap-6.2.2/configure.in
30--- yap-6.2.2/nyap-6.2.2/configure.in   2013-01-14 14:20:32.810703689 -0800
31+++ nyap-6.2.2/nyap-6.2.2/configure.in  1969-12-31 16:00:00.000000000 -0800
32@@ -1 +0,0 @@
33-        YAPLIB_LD=$SHLIB_LD
Note: See TracBrowser for help on using the repository browser.