From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IkIlJ-0005mb-Ht for garchives@archives.gentoo.org; Tue, 23 Oct 2007 12:21:33 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9NCLL95020007; Tue, 23 Oct 2007 12:21:21 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l9NCLKSp020001 for ; Tue, 23 Oct 2007 12:21:20 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 18B5E64B49 for ; Tue, 23 Oct 2007 12:21:20 +0000 (UTC) Received: from uberlord by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IkIl4-00043y-Mn for gentoo-commits@lists.gentoo.org; Tue, 23 Oct 2007 12:21:18 +0000 From: "Roy Marples (uberlord)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, uberlord@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/facile: facile-1.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: facile-1.1.ebuild ChangeLog X-VCS-Directories: dev-ml/facile X-VCS-Committer: uberlord X-VCS-Committer-Name: Roy Marples Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Roy Marples Date: Tue, 23 Oct 2007 12:21:18 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 9949f6a1-e391-41c5-a4c4-f179cef9e914 X-Archives-Hash: b6b52bd1adff21c6217b151a17415f46 uberlord 07/10/23 12:21:18 Modified: facile-1.1.ebuild ChangeLog Log: Fix building on non GNU platforms and keyword ~x86-fbsd, #192065 (Portage version: 2.1.3.15) Revision Changes Path 1.6 dev-ml/facile/facile-1.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/facile/facile-1.1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/facile/facile-1.1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/facile/facile-1.1.ebuild?r1=1.5&r2=1.6 Index: facile-1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/facile/facile-1.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- facile-1.1.ebuild 13 Oct 2007 10:26:45 -0000 1.5 +++ facile-1.1.ebuild 23 Oct 2007 12:21:18 -0000 1.6 @@ -1,6 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/facile-1.1.ebuild,v 1.5 2007/10/13 10:26:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/facile-1.1.ebuild,v 1.6 2007/10/23 12:21:18 uberlord Exp $ + +inherit eutils DESCRIPTION="FaCiLe is a constraint programming library on integer and integer set finite domains written in OCaml." HOMEPAGE="http://www.recherche.enac.fr/log/facile/" @@ -16,6 +18,14 @@ DEPEND=">=dev-lang/ocaml-3.09.3-r1" RDEPEND="${DEPEND}" +src_unpack() { + unpack ${A} + cd "${S}" + + # Fix building on FreeBSD + epatch "${FILESDIR}/${P}"-make.patch +} + src_compile(){ # This is a custom configure script and it does not support standard options ./configure --faciledir ${D}$(ocamlc -where)/facile/ 1.6 dev-ml/facile/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/facile/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/facile/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/facile/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/facile/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 13 Oct 2007 10:26:45 -0000 1.5 +++ ChangeLog 23 Oct 2007 12:21:18 -0000 1.6 @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/facile # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/ChangeLog,v 1.5 2007/10/13 10:26:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/ChangeLog,v 1.6 2007/10/23 12:21:18 uberlord Exp $ + + 23 Oct 2007; Roy Marples + +files/facile-1.1-make.patch, facile-1.1.ebuild: + Fix building on non GNU platforms and keyword ~x86-fbsd, #192065 13 Oct 2007; Markus Rothe facile-1.1.ebuild: Added ~ppc64; bug #192065 -- gentoo-commits@gentoo.org mailing list