From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1O5dHp-0003cV-1e for garchives@archives.gentoo.org; Sat, 24 Apr 2010 11:12:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEB59E0752; Sat, 24 Apr 2010 11:12:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B77FBE0752 for ; Sat, 24 Apr 2010 11:12:35 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 4B5221B404A for ; Sat, 24 Apr 2010 11:12:35 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2139) id 70B4C2C043; Sat, 24 Apr 2010 11:12:34 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-text/xindy/files: xindy-2.3-clisp-2.48.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: xindy-2.3-clisp-2.48.patch X-VCS-Directories: app-text/xindy/files X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Message-Id: <20100424111234.70B4C2C043@corvid.gentoo.org> Date: Sat, 24 Apr 2010 11:12:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 40ff6370-2ff4-42bd-bc7c-49dab3fe343c X-Archives-Hash: 05b1ecfcbd8e84d66217ede76e1afad7 aballier 10/04/24 11:12:34 Added: xindy-2.3-clisp-2.48.patch Log: fix build with clisp-2.48, by Semen Cirit, bug #281271 (Portage version: 2.2_rc67/cvs/Linux x86_64) Revision Changes Path 1.1 app-text/xindy/files/xindy-2.3-clisp-2.48.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xindy/fil= es/xindy-2.3-clisp-2.48.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xindy/fil= es/xindy-2.3-clisp-2.48.patch?rev=3D1.1&content-type=3Dtext/plain Index: xindy-2.3-clisp-2.48.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D diff -Nuar rte.orig/Makefile.am rte/Makefile.am --- rte.orig/Makefile.am 2009-09-07 11:32:27.960203413 +0300 +++ rte/Makefile.am 2009-09-07 11:33:18.297274183 +0300 @@ -75,7 +75,7 @@ xindy-build-dir: $(CLISP_PREREQ) $(RM_R) xindy-build-dir $(MAKE) -C ordrules ordrulei.c - $(clisp_link) add-module-set ordrules $(fulldir) $@ + $(clisp_link) add $(fulldir) $@ ordrules cp $@/lisp.run $(binariesdir)/xindy.run cp $@/lispinit.mem $(binariesdir)/base.mem =20 diff -Nuar rte.orig/Makefile.in rte/Makefile.in --- rte.orig/Makefile.in 2009-09-07 11:32:28.150197349 +0300 +++ rte/Makefile.in 2009-09-07 11:32:54.205447337 +0300 @@ -318,7 +318,7 @@ xindy-build-dir: $(CLISP_PREREQ) $(RM_R) xindy-build-dir $(MAKE) -C ordrules ordrulei.c - $(clisp_link) add-module-set ordrules $(fulldir) $@ + $(clisp_link) add $(fulldir) $@ ordrules cp $@/lisp.run $(binariesdir)/xindy.run cp $@/lispinit.mem $(binariesdir)/base.mem =20