public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/swi-prolog: ChangeLog swi-prolog-5.6.41.ebuild
@ 2007-10-02  6:06 Keri Harris (keri)
  0 siblings, 0 replies; 2+ messages in thread
From: Keri Harris (keri) @ 2007-10-02  6:06 UTC (permalink / raw
  To: gentoo-commits

keri        07/10/02 06:06:42

  Modified:             ChangeLog
  Added:                swi-prolog-5.6.41.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.3.11)

Revision  Changes    Path
1.115                dev-lang/swi-prolog/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/swi-prolog/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/swi-prolog/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/swi-prolog/ChangeLog?r1=1.114&r2=1.115

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	29 Sep 2007 20:40:09 -0000	1.114
+++ ChangeLog	2 Oct 2007 06:06:42 -0000	1.115
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/swi-prolog
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.114 2007/09/29 20:40:09 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.115 2007/10/02 06:06:42 keri Exp $
+
+*swi-prolog-5.6.41 (02 Oct 2007)
+
+  02 Oct 2007; keri <keri@gentoo.org> +swi-prolog-5.6.41.ebuild:
+  Version bump.
 
   29 Sep 2007; keri <keri@gentoo.org> swi-prolog-5.6.39.ebuild,
   swi-prolog-5.6.40.ebuild:



1.1                  dev-lang/swi-prolog/swi-prolog-5.6.41.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/swi-prolog/swi-prolog-5.6.41.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/swi-prolog/swi-prolog-5.6.41.ebuild?rev=1.1&content-type=text/plain

Index: swi-prolog-5.6.41.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/swi-prolog-5.6.41.ebuild,v 1.1 2007/10/02 06:06:42 keri Exp $

inherit eutils flag-o-matic java-pkg-opt-2

PATCHSET_VER="0"

DESCRIPTION="free, small, and standard compliant Prolog compiler"
HOMEPAGE="http://www.swi-prolog.org/"
SRC_URI="http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/pl-${PV}.tar.gz
	mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE="berkdb debug doc gmp java minimal odbc readline ssl static tetex threads zlib X"

DEPEND="!dev-lang/swi-prolog-lite
	sys-libs/ncurses
	zlib? ( sys-libs/zlib )
	odbc? ( dev-db/unixODBC )
	berkdb? ( sys-libs/db )
	readline? ( sys-libs/readline )
	gmp? ( dev-libs/gmp )
	ssl? ( dev-libs/openssl )
	java? ( >=virtual/jdk-1.4
		dev-java/junit )
	X? (
		media-libs/jpeg
		x11-libs/libX11
		x11-libs/libXft
		x11-libs/libXpm
		x11-libs/libXt
		x11-libs/libICE
		x11-libs/libSM
		x11-proto/xproto )"

S="${WORKDIR}/pl-${PV}"

src_unpack() {
	unpack ${A}
	cd "${S}"

	epatch "${WORKDIR}"/${PV}/1000-cflags.patch
	epatch "${WORKDIR}"/${PV}/1001-multilib.patch
	epatch "${WORKDIR}"/${PV}/2100-thread-sandbox.patch
	epatch "${WORKDIR}"/${PV}/2101-clear-seg-stack.patch
	epatch "${WORKDIR}"/${PV}/2105-pl-profile-va-debug.patch
	epatch "${WORKDIR}"/${PV}/2800-mandir.patch
	epatch "${WORKDIR}"/${PV}/2900-thread-library.patch
	epatch "${WORKDIR}"/${PV}/3029-clib-test.patch
	epatch "${WORKDIR}"/${PV}/3059-ssl-test.patch
	epatch "${WORKDIR}"/${PV}/3069-semweb-test.patch
	epatch "${WORKDIR}"/${PV}/3150-jpl-env.patch
	epatch "${WORKDIR}"/${PV}/3151-jpl-ppc-arch.patch
	epatch "${WORKDIR}"/${PV}/3152-jpl-junit.patch
	epatch "${WORKDIR}"/${PV}/3159-jpl-test.patch
	epatch "${WORKDIR}"/${PV}/3160-xpce-parallel-build.patch
	epatch "${WORKDIR}"/${PV}/3139-sgml-test.patch
	epatch "${WORKDIR}"/${PV}/3149-sgml-RDF-test.patch
	epatch "${WORKDIR}"/${PV}/3169-xpce-test.patch
	epatch "${WORKDIR}"/${PV}/3199-ltx2htm.patch
	epatch "${WORKDIR}"/${PV}/3229-zlib-test.patch
}

src_compile() {
	einfo "Building SWI-Prolog compiler"

	use debug && append-flags -DO_DEBUG

	local threadconf
	if use java && ! use minimal || use threads ; then
		threadconf="--enable-mt"
	else
		threadconf="--disable-mt"
	fi

	cd "${S}"/src
	econf \
		--libdir=/usr/$(get_libdir) \
		${threadconf} \
		$(use_enable gmp) \
		$(use_enable readline) \
		$(use_enable !static shared) \
		--disable-custom-flags \
		|| die "econf failed"
	emake || die "emake failed"

	if ! use minimal ; then
		einfo "Building SWI-Prolog additional packages"

		cd "${S}/packages"
		econf \
			--libdir=/usr/$(get_libdir) \
			${threadconf} \
			$(use_enable !static shared) \
			--without-C-sicstus \
			--with-chr \
			--with-clib \
			--with-clpqr \
			--with-cpp \
			--with-cppproxy \
			$(use_with berkdb db) \
			--with-http \
			--without-jasmine \
			$(use_with java jpl) \
			$(use_with tetex ltx2htm) \
			--with-nlp \
			$(use_with odbc) \
			--with-pldoc \
			--with-plunit \
			--with-semweb \
			--with-sgml \
			--with-sgml/RDF \
			$(use_with ssl) \
			--with-table \
			$(use_with X xpce) \
			$(use_with zlib) \
			|| die "packages econf failed"

		emake || die "packages emake failed"
	fi
}

src_install() {
	make -C src DESTDIR="${D}" install || die "install src failed"

	if ! use minimal ; then
		make -C packages DESTDIR="${D}" install || die "install packages failed"
		if use doc ; then
			make -C packages DESTDIR="${D}" html-install || die "html-install failed"
			make -C packages/cppproxy DESTDIR="${D}" install-examples || die "install-examples failed"
		fi
	fi

	dodoc ANNOUNCE ChangeLog INSTALL INSTALL.notes PORTING README README.GUI VERSION
}

src_test() {
	cd "${S}/src"
	make check || die "make check failed. See above for details."

	if ! use minimal ; then
		cd "${S}/packages"
		make check || die "make check failed. See above for details."
	fi
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/swi-prolog: ChangeLog swi-prolog-5.6.41.ebuild
@ 2007-10-03  6:52 Keri Harris (keri)
  0 siblings, 0 replies; 2+ messages in thread
From: Keri Harris (keri) @ 2007-10-03  6:52 UTC (permalink / raw
  To: gentoo-commits

keri        07/10/03 06:52:20

  Modified:             ChangeLog swi-prolog-5.6.41.ebuild
  Log:
  Parallelize src_install() and src_check()
  (Portage version: 2.1.3.11)

Revision  Changes    Path
1.116                dev-lang/swi-prolog/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/swi-prolog/ChangeLog?rev=1.116&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/swi-prolog/ChangeLog?rev=1.116&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/swi-prolog/ChangeLog?r1=1.115&r2=1.116

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog	2 Oct 2007 06:06:42 -0000	1.115
+++ ChangeLog	3 Oct 2007 06:52:19 -0000	1.116
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/swi-prolog
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.115 2007/10/02 06:06:42 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.116 2007/10/03 06:52:19 keri Exp $
+
+  03 Oct 2007; keri <keri@gentoo.org> swi-prolog-5.6.41.ebuild:
+  Parallelize src_install() and src_check() via emake. Thanks goes to Donnie
+  Berkholz.
 
 *swi-prolog-5.6.41 (02 Oct 2007)
 



1.2                  dev-lang/swi-prolog/swi-prolog-5.6.41.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/swi-prolog/swi-prolog-5.6.41.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/swi-prolog/swi-prolog-5.6.41.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/swi-prolog/swi-prolog-5.6.41.ebuild?r1=1.1&r2=1.2

Index: swi-prolog-5.6.41.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/swi-prolog-5.6.41.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- swi-prolog-5.6.41.ebuild	2 Oct 2007 06:06:42 -0000	1.1
+++ swi-prolog-5.6.41.ebuild	3 Oct 2007 06:52:19 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/swi-prolog-5.6.41.ebuild,v 1.1 2007/10/02 06:06:42 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/swi-prolog-5.6.41.ebuild,v 1.2 2007/10/03 06:52:19 keri Exp $
 
 inherit eutils flag-o-matic java-pkg-opt-2
 
-PATCHSET_VER="0"
+PATCHSET_VER="1"
 
 DESCRIPTION="free, small, and standard compliant Prolog compiler"
 HOMEPAGE="http://www.swi-prolog.org/"
@@ -44,6 +44,7 @@
 
 	epatch "${WORKDIR}"/${PV}/1000-cflags.patch
 	epatch "${WORKDIR}"/${PV}/1001-multilib.patch
+	epatch "${WORKDIR}"/${PV}/1002-parallel-make.patch
 	epatch "${WORKDIR}"/${PV}/2100-thread-sandbox.patch
 	epatch "${WORKDIR}"/${PV}/2101-clear-seg-stack.patch
 	epatch "${WORKDIR}"/${PV}/2105-pl-profile-va-debug.patch
@@ -124,13 +125,13 @@
 }
 
 src_install() {
-	make -C src DESTDIR="${D}" install || die "install src failed"
+	emake -C src DESTDIR="${D}" install || die "install src failed"
 
 	if ! use minimal ; then
-		make -C packages DESTDIR="${D}" install || die "install packages failed"
+		emake -C packages DESTDIR="${D}" install || die "install packages failed"
 		if use doc ; then
-			make -C packages DESTDIR="${D}" html-install || die "html-install failed"
-			make -C packages/cppproxy DESTDIR="${D}" install-examples || die "install-examples failed"
+			emake -C packages DESTDIR="${D}" html-install || die "html-install failed"
+			emake -C packages/cppproxy DESTDIR="${D}" install-examples || die "install-examples failed"
 		fi
 	fi
 
@@ -139,10 +140,10 @@
 
 src_test() {
 	cd "${S}/src"
-	make check || die "make check failed. See above for details."
+	emake check || die "make check failed. See above for details."
 
 	if ! use minimal ; then
 		cd "${S}/packages"
-		make check || die "make check failed. See above for details."
+		emake check || die "make check failed. See above for details."
 	fi
 }



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-03  7:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-02  6:06 [gentoo-commits] gentoo-x86 commit in dev-lang/swi-prolog: ChangeLog swi-prolog-5.6.41.ebuild Keri Harris (keri)
  -- strict thread matches above, loose matches on Subject: below --
2007-10-03  6:52 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