public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/yap/files: yap-5.1.2-multilib.patch
@ 2007-12-10  8:13 Keri Harris (keri)
  0 siblings, 0 replies; only message in thread
From: Keri Harris (keri) @ 2007-12-10  8:13 UTC (permalink / raw
  To: gentoo-commits

keri        07/12/10 08:13:44

  Modified:             yap-5.1.2-multilib.patch
  Log:
  Fix multilib patch. Closes #201754.
  (Portage version: 2.1.4_rc9)

Revision  Changes    Path
1.2                  dev-lang/yap/files/yap-5.1.2-multilib.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yap/files/yap-5.1.2-multilib.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yap/files/yap-5.1.2-multilib.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yap/files/yap-5.1.2-multilib.patch?r1=1.1&r2=1.2

Index: yap-5.1.2-multilib.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/yap/files/yap-5.1.2-multilib.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yap-5.1.2-multilib.patch	21 Nov 2007 06:25:29 -0000	1.1
+++ yap-5.1.2-multilib.patch	10 Dec 2007 08:13:44 -0000	1.2
@@ -1,6 +1,6 @@
 diff -ur Yap-5.1.2.orig/CLPBN/Makefile.in Yap-5.1.2/CLPBN/Makefile.in
 --- Yap-5.1.2.orig/CLPBN/Makefile.in	2006-02-12 13:41:23.000000000 +1300
-+++ Yap-5.1.2/CLPBN/Makefile.in	2007-08-20 20:24:58.000000000 +1200
++++ Yap-5.1.2/CLPBN/Makefile.in	2007-11-23 20:26:19.000000000 +1300
 @@ -9,7 +9,7 @@
  #
  # where YAP should look for libraries
@@ -12,7 +12,7 @@
  #
 diff -ur Yap-5.1.2.orig/LGPL/JPL/Makefile.in Yap-5.1.2/LGPL/JPL/Makefile.in
 --- Yap-5.1.2.orig/LGPL/JPL/Makefile.in	2005-03-12 17:04:58.000000000 +1300
-+++ Yap-5.1.2/LGPL/JPL/Makefile.in	2007-08-20 20:24:58.000000000 +1200
++++ Yap-5.1.2/LGPL/JPL/Makefile.in	2007-11-23 20:26:19.000000000 +1300
 @@ -9,7 +9,7 @@
  #
  # where YAP should look for binary libraries
@@ -24,7 +24,7 @@
  #
 diff -ur Yap-5.1.2.orig/LGPL/JPL/java/Makefile.in Yap-5.1.2/LGPL/JPL/java/Makefile.in
 --- Yap-5.1.2.orig/LGPL/JPL/java/Makefile.in	2006-03-22 10:28:08.000000000 +1200
-+++ Yap-5.1.2/LGPL/JPL/java/Makefile.in	2007-08-20 20:24:58.000000000 +1200
++++ Yap-5.1.2/LGPL/JPL/java/Makefile.in	2007-11-23 20:26:19.000000000 +1300
 @@ -15,7 +15,7 @@
  #
  # where YAP should look for binary libraries
@@ -36,7 +36,7 @@
  #
 diff -ur Yap-5.1.2.orig/LGPL/JPL/src/Makefile.in Yap-5.1.2/LGPL/JPL/src/Makefile.in
 --- Yap-5.1.2.orig/LGPL/JPL/src/Makefile.in	2006-05-25 13:02:03.000000000 +1200
-+++ Yap-5.1.2/LGPL/JPL/src/Makefile.in	2007-08-20 20:24:58.000000000 +1200
++++ Yap-5.1.2/LGPL/JPL/src/Makefile.in	2007-11-23 20:26:19.000000000 +1300
 @@ -19,7 +19,7 @@
  #
  # where YAP should look for libraries
@@ -48,7 +48,7 @@
  CC=@CC@
 diff -ur Yap-5.1.2.orig/LGPL/clp/Makefile.in Yap-5.1.2/LGPL/clp/Makefile.in
 --- Yap-5.1.2.orig/LGPL/clp/Makefile.in	2005-10-28 15:43:57.000000000 +1300
-+++ Yap-5.1.2/LGPL/clp/Makefile.in	2007-08-20 20:24:58.000000000 +1200
++++ Yap-5.1.2/LGPL/clp/Makefile.in	2007-11-23 20:26:19.000000000 +1300
 @@ -9,7 +9,7 @@
  #
  # where YAP should look for binary libraries
@@ -60,7 +60,7 @@
  #
 diff -ur Yap-5.1.2.orig/Makefile.in Yap-5.1.2/Makefile.in
 --- Yap-5.1.2.orig/Makefile.in	2007-06-21 01:45:42.000000000 +1200
-+++ Yap-5.1.2/Makefile.in	2007-08-20 20:24:58.000000000 +1200
++++ Yap-5.1.2/Makefile.in	2007-11-23 20:26:19.000000000 +1300
 @@ -4,7 +4,7 @@
  #
  prefix = @prefix@
@@ -83,7 +83,7 @@
  #
 diff -ur Yap-5.1.2.orig/library/Makefile.in Yap-5.1.2/library/Makefile.in
 --- Yap-5.1.2.orig/library/Makefile.in	2007-06-21 01:46:02.000000000 +1200
-+++ Yap-5.1.2/library/Makefile.in	2007-08-20 20:24:58.000000000 +1200
++++ Yap-5.1.2/library/Makefile.in	2007-11-23 20:26:19.000000000 +1300
 @@ -9,7 +9,7 @@
  #
  # where YAP should look for binary libraries
@@ -95,7 +95,7 @@
  #
 diff -ur Yap-5.1.2.orig/library/Tries/Makefile.in Yap-5.1.2/library/Tries/Makefile.in
 --- Yap-5.1.2.orig/library/Tries/Makefile.in	2004-12-15 06:00:33.000000000 +1300
-+++ Yap-5.1.2/library/Tries/Makefile.in	2007-08-20 20:24:58.000000000 +1200
++++ Yap-5.1.2/library/Tries/Makefile.in	2007-11-23 20:26:19.000000000 +1300
 @@ -18,7 +18,7 @@
  #
  # where YAP should look for libraries
@@ -105,9 +105,45 @@
  #
  #
  CC=@CC@
+diff -ur Yap-5.1.2.orig/library/lammpi/Makefile.in Yap-5.1.2/library/lammpi/Makefile.in
+--- Yap-5.1.2.orig/library/lammpi/Makefile.in	2006-07-28 01:14:48.000000000 +1200
++++ Yap-5.1.2/library/lammpi/Makefile.in	2007-11-23 20:28:11.000000000 +1300
+@@ -16,7 +16,7 @@
+ #
+ # where YAP should look for libraries
+ #
+-LIBDIR=$(EROOTDIR)/lib/Yap
++LIBDIR=@libdir@/Yap
+ #
+ #
+ CC=@CC@
+diff -ur Yap-5.1.2.orig/library/matlab/Makefile.in Yap-5.1.2/library/matlab/Makefile.in
+--- Yap-5.1.2.orig/library/matlab/Makefile.in	2007-05-25 03:11:46.000000000 +1200
++++ Yap-5.1.2/library/matlab/Makefile.in	2007-11-23 20:28:44.000000000 +1300
+@@ -12,7 +12,7 @@
+ #
+ # where YAP should look for libraries
+ #
+-LIBDIR=$(EROOTDIR)/lib/Yap
++LIBDIR=@libdir@/Yap
+ #
+ #
+ CC=@CC@
+diff -ur Yap-5.1.2.orig/library/matrix/Makefile.in Yap-5.1.2/library/matrix/Makefile.in
+--- Yap-5.1.2.orig/library/matrix/Makefile.in	2006-12-05 01:15:00.000000000 +1300
++++ Yap-5.1.2/library/matrix/Makefile.in	2007-11-23 20:27:39.000000000 +1300
+@@ -12,7 +12,7 @@
+ #
+ # where YAP should look for libraries
+ #
+-LIBDIR=$(EROOTDIR)/lib/Yap
++LIBDIR=@libdir@/Yap
+ #
+ #
+ CC=@CC@
 diff -ur Yap-5.1.2.orig/library/mpi/Makefile.in Yap-5.1.2/library/mpi/Makefile.in
 --- Yap-5.1.2.orig/library/mpi/Makefile.in	2004-12-15 06:00:33.000000000 +1300
-+++ Yap-5.1.2/library/mpi/Makefile.in	2007-08-20 20:24:58.000000000 +1200
++++ Yap-5.1.2/library/mpi/Makefile.in	2007-11-23 20:26:19.000000000 +1300
 @@ -20,8 +20,8 @@
  #
  # where YAP should look for binary libraries
@@ -121,7 +157,7 @@
  #
 diff -ur Yap-5.1.2.orig/library/random/Makefile.in Yap-5.1.2/library/random/Makefile.in
 --- Yap-5.1.2.orig/library/random/Makefile.in	2004-12-15 06:00:33.000000000 +1300
-+++ Yap-5.1.2/library/random/Makefile.in	2007-08-20 20:24:58.000000000 +1200
++++ Yap-5.1.2/library/random/Makefile.in	2007-11-23 20:26:19.000000000 +1300
 @@ -12,7 +12,7 @@
  #
  # where YAP should look for libraries
@@ -133,7 +169,7 @@
  CC=@CC@
 diff -ur Yap-5.1.2.orig/library/regex/Makefile.in Yap-5.1.2/library/regex/Makefile.in
 --- Yap-5.1.2.orig/library/regex/Makefile.in	2004-12-15 06:00:33.000000000 +1300
-+++ Yap-5.1.2/library/regex/Makefile.in	2007-08-20 20:24:58.000000000 +1200
++++ Yap-5.1.2/library/regex/Makefile.in	2007-11-23 20:26:19.000000000 +1300
 @@ -12,7 +12,7 @@
  #
  # where YAP should look for libraries
@@ -145,7 +181,19 @@
  CC=@CC@
 diff -ur Yap-5.1.2.orig/library/system/Makefile.in Yap-5.1.2/library/system/Makefile.in
 --- Yap-5.1.2.orig/library/system/Makefile.in	2004-12-15 06:00:33.000000000 +1300
-+++ Yap-5.1.2/library/system/Makefile.in	2007-08-20 20:24:58.000000000 +1200
++++ Yap-5.1.2/library/system/Makefile.in	2007-11-23 20:26:19.000000000 +1300
+@@ -12,7 +12,7 @@
+ #
+ # where YAP should look for libraries
+ #
+-LIBDIR=$(EROOTDIR)/lib/Yap
++LIBDIR=@libdir@/Yap
+ #
+ #
+ CC=@CC@
+diff -ur Yap-5.1.2.orig/library/tries/Makefile.in Yap-5.1.2/library/tries/Makefile.in
+--- Yap-5.1.2.orig/library/tries/Makefile.in	2007-05-03 03:31:23.000000000 +1200
++++ Yap-5.1.2/library/tries/Makefile.in	2007-11-23 20:32:20.000000000 +1300
 @@ -12,7 +12,7 @@
  #
  # where YAP should look for libraries
@@ -157,7 +205,7 @@
  CC=@CC@
 diff -ur Yap-5.1.2.orig/library/yap2swi/Makefile.in Yap-5.1.2/library/yap2swi/Makefile.in
 --- Yap-5.1.2.orig/library/yap2swi/Makefile.in	2004-12-15 06:00:33.000000000 +1300
-+++ Yap-5.1.2/library/yap2swi/Makefile.in	2007-08-20 20:24:58.000000000 +1200
++++ Yap-5.1.2/library/yap2swi/Makefile.in	2007-11-23 20:26:19.000000000 +1300
 @@ -12,7 +12,7 @@
  #
  # where YAP should look for libraries



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-10  8:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-10  8:13 [gentoo-commits] gentoo-x86 commit in dev-lang/yap/files: yap-5.1.2-multilib.patch Keri Harris (keri)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox