svn commit: r332636 - head/lang/yap-devel/files
Danilo Egea Gondolfo
danilo at FreeBSD.org
Sun Nov 3 18:12:03 UTC 2013
Author: danilo
Date: Sun Nov 3 18:12:02 2013
New Revision: 332636
URL: http://svnweb.freebsd.org/changeset/ports/332636
Log:
- Fix build with clang on i386
Added:
head/lang/yap-devel/files/patch-H__absmi.h (contents, props changed)
Modified:
head/lang/yap-devel/files/patch-H__TermExt.h
head/lang/yap-devel/files/patch-H__amiops.h
head/lang/yap-devel/files/patch-library__dialect__swi__fli__blobs.c
head/lang/yap-devel/files/patch-packages__swi-minisat2__C__SolverTypes.h
Modified: head/lang/yap-devel/files/patch-H__TermExt.h
==============================================================================
--- head/lang/yap-devel/files/patch-H__TermExt.h Sun Nov 3 18:11:29 2013 (r332635)
+++ head/lang/yap-devel/files/patch-H__TermExt.h Sun Nov 3 18:12:02 2013 (r332636)
@@ -1,5 +1,5 @@
--- ./H/TermExt.h.orig 2012-06-30 16:53:59.000000000 -0300
-+++ ./H/TermExt.h 2013-08-13 18:37:02.000000000 -0300
++++ ./H/TermExt.h 2013-11-03 01:59:03.000000000 -0200
@@ -217,7 +217,11 @@
#if SIZEOF_DOUBLE == 2*SIZEOF_LONG_INT
Added: head/lang/yap-devel/files/patch-H__absmi.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/lang/yap-devel/files/patch-H__absmi.h Sun Nov 3 18:12:02 2013 (r332636)
@@ -0,0 +1,11 @@
+--- ./H/absmi.h.orig 2013-11-03 01:59:20.000000000 -0200
++++ ./H/absmi.h 2013-11-03 01:59:48.000000000 -0200
+@@ -74,7 +74,7 @@
+ * Use bp as PREG for X86 machines *
+ ***************************************************************/
+ #if defined(IN_ABSMI_C)
+-register struct yami* P1REG asm ("bp"); /* can't use yamop before Yap.h */
++struct yami* P1REG asm ("bp"); /* can't use yamop before Yap.h */
+ #define PREG P1REG
+ #endif
+ #define NEEDS_TO_SET_PC 1
Modified: head/lang/yap-devel/files/patch-H__amiops.h
==============================================================================
--- head/lang/yap-devel/files/patch-H__amiops.h Sun Nov 3 18:11:29 2013 (r332635)
+++ head/lang/yap-devel/files/patch-H__amiops.h Sun Nov 3 18:12:02 2013 (r332636)
@@ -1,5 +1,5 @@
--- ./H/amiops.h.orig 2012-06-30 16:53:59.000000000 -0300
-+++ ./H/amiops.h 2013-08-13 18:37:02.000000000 -0300
++++ ./H/amiops.h 2013-11-03 01:59:03.000000000 -0200
@@ -102,10 +102,18 @@
#if SIZEOF_DOUBLE == 2*SIZEOF_LONG_INT
Modified: head/lang/yap-devel/files/patch-library__dialect__swi__fli__blobs.c
==============================================================================
--- head/lang/yap-devel/files/patch-library__dialect__swi__fli__blobs.c Sun Nov 3 18:11:29 2013 (r332635)
+++ head/lang/yap-devel/files/patch-library__dialect__swi__fli__blobs.c Sun Nov 3 18:12:02 2013 (r332636)
@@ -1,5 +1,5 @@
--- ./library/dialect/swi/fli/blobs.c.orig 2013-01-19 07:33:19.000000000 -0200
-+++ ./library/dialect/swi/fli/blobs.c 2013-08-13 18:37:02.000000000 -0300
++++ ./library/dialect/swi/fli/blobs.c 2013-11-03 01:59:03.000000000 -0200
@@ -18,6 +18,7 @@
#include <Yap.h>
#include <Yatom.h>
Modified: head/lang/yap-devel/files/patch-packages__swi-minisat2__C__SolverTypes.h
==============================================================================
--- head/lang/yap-devel/files/patch-packages__swi-minisat2__C__SolverTypes.h Sun Nov 3 18:11:29 2013 (r332635)
+++ head/lang/yap-devel/files/patch-packages__swi-minisat2__C__SolverTypes.h Sun Nov 3 18:12:02 2013 (r332636)
@@ -1,5 +1,5 @@
---- ./packages/swi-minisat2/C/SolverTypes.h.orig 2013-08-13 18:37:17.000000000 -0300
-+++ ./packages/swi-minisat2/C/SolverTypes.h 2013-08-13 18:38:31.000000000 -0300
+--- ./packages/swi-minisat2/C/SolverTypes.h.orig 2012-06-29 18:30:38.000000000 -0300
++++ ./packages/swi-minisat2/C/SolverTypes.h 2013-11-03 01:59:03.000000000 -0200
@@ -97,6 +97,9 @@
//=================================================================================================
// Clause -- a simple class for representing a clause:
More information about the svn-ports-head
mailing list