Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 77625 Details for
Bug 116567
New ebuild for swi-prolog-5.6.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
swi-prolog-5.6.3.ebuild
swi-prolog-5.6.3.ebuild (text/plain), 2.96 KB, created by
Keri Harris (RETIRED)
on 2006-01-20 01:44:19 UTC
(
hide
)
Description:
swi-prolog-5.6.3.ebuild
Filename:
MIME Type:
Creator:
Keri Harris (RETIRED)
Created:
2006-01-20 01:44:19 UTC
Size:
2.96 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit autotools eutils flag-o-matic > >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" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~ppc ~x86" >IUSE="berkdb doc gmp java minimal odbc readline ssl static tetex threads X" > >DEPEND="sys-libs/ncurses > odbc? ( dev-db/unixODBC ) > berkdb? ( sys-libs/db ) > readline? ( sys-libs/readline ) > gmp? ( dev-libs/gmp ) > ssl? ( dev-libs/openssl ) > java? ( virtual/jdk ) > 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 ) > virtual/x11 ) )" > >S="${WORKDIR}/pl-${PV}" > >src_unpack() { > unpack ${A} > cd "${S}" > > sed -i -e "s/man boot library/boot library/" src/Makefile.in > epatch "${FILESDIR}"/${P}-test.patch > > if ! use minimal ; then > epatch "${FILESDIR}"/${P}-packages-CFLAGS.patch > epatch "${FILESDIR}"/${P}-packages-portage.patch > epatch "${FILESDIR}"/${P}-packages-db-db4.patch > epatch "${FILESDIR}"/${P}-packages-jpl-arch.patch > epatch "${FILESDIR}"/${P}-packages-ltx2htm.patch > epatch "${FILESDIR}"/${P}-packages-test.patch > fi >} > >src_compile() { > append-flags -fno-strict-aliasing > > einfo "Building SWI-Prolog compiler" > cd "${S}"/src > econf \ > $(use_enable gmp) \ > $(use_enable readline) \ > $(use_enable !static shared) \ > $(use_enable threads mt) \ > --disable-custom-flags \ > || die "econf failed" > emake -j1 || die "emake failed" > > if ! use minimal ; then > einfo "Building SWI-Prolog additional packages" > > for package in clib db jpl ltx2htm mp nlp odbc semweb sgml ssl table xpce/src > do > cd "${S}/packages/${package}" > eautoreconf > done > > cd "${S}/packages" > econf \ > $(use_enable !static shared) \ > $(use_enable threads mt) \ > --without-C-sicstus \ > --with-chr \ > --with-clib \ > --with-clpr \ > --with-cpp \ > $(use_with berkdb db) \ > --with-http \ > --without-jasmine \ > $(use_with java jpl) \ > $(use_with tetex ltx2htm) \ > $(use_with gmp mp) \ > --with-nlp \ > $(use_with odbc) \ > --with-semweb \ > --with-sgml \ > --with-sgml/RDF \ > $(use_with ssl) \ > --with-table \ > $(use_with X xpce) \ > || die "packages econf failed" > > emake -j1 || 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" > 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 >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 116567
:
75431
|
75432
|
75433
|
75489
|
75490
|
75491
|
75492
|
75743
|
75772
|
75775
|
75776
|
75823
|
75825
|
76041
|
76042
|
76043
|
76044
|
76045
|
76046
|
76053
|
76054
|
76055
|
76388
|
76816
|
77057
|
77058
|
77106
|
77506
|
77509
|
77625
|
79824
|
79825
|
79826
|
79827
|
79828
|
79829
|
79830
|
79831
|
79832
|
79833
|
79986
|
79987
|
79989
|
80143
|
81743
|
81744
|
81745
|
81746