Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 227079 Details for
Bug 314033
dev-tcltk/expect-5.44.1.15 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Ebuild updates for expect-5.44.1.15
expect-5.44.1-to-5.44.1.15.diff (text/plain), 1.89 KB, created by
Tim Harder
on 2010-04-09 06:17:13 UTC
(
hide
)
Description:
Ebuild updates for expect-5.44.1.15
Filename:
MIME Type:
Creator:
Tim Harder
Created:
2010-04-09 06:17:13 UTC
Size:
1.89 KB
patch
obsolete
>--- expect-5.44.1.ebuild 2010-04-08 23:07:13.932048567 -0700 >+++ expect-5.44.1.15.ebuild 2010-04-08 22:59:04.005025232 -0700 >@@ -1,6 +1,6 @@ > # Copyright 1999-2010 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.44.1.ebuild,v 1.6 2010/04/02 09:44:28 jlec Exp $ >+# $Header: $ > > EAPI="3" > >@@ -9,7 +9,7 @@ > > DESCRIPTION="tool for automating interactive applications" > HOMEPAGE="http://expect.nist.gov/" >-SRC_URI="http://expect.nist.gov/src/${P}.tar.gz" >+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" > > LICENSE="BSD" > SLOT="0" >@@ -23,8 +23,6 @@ > >=dev-lang/tk-8.2" > RDEPEND="${DEPEND}" > >-RESTRICT="test" >- > src_prepare() { > # fix install_name on darwin > [[ ${CHOST} == *-darwin* ]] && \ >@@ -38,18 +36,8 @@ > -e 's/^SCRIPTS_MANPAGES = /_&/' \ > Makefile.in > >- #they forgot to include expect.m4 (now it's in expect cvs) >- cp "${FILESDIR}/expect.m4" . >- #configure broken for testsuite >- sed -i -e 's/^AC_CONFIG_SUBDIRS(testsuite)$//' configure.in >- #fixes "TCL_REG_BOSONLY undeclared" error due to a change in tcl8.5 >- sed -i -e 's/^#include "tcl.h"/#include "tclInt.h"/' exp_inter.c >- #slacky destdir support in Makefile >- epatch "${FILESDIR}/${P}-destdir.patch" >- > epatch "${FILESDIR}/${P}-gfbsd.patch" >- >- epatch "${FILESDIR}/${P}-ldflags.patch" >+ epatch "${FILESDIR}/${PN}-5.44.1-ldflags.patch" > > eautoconf > } >@@ -85,7 +73,7 @@ > # we need dejagnu to do tests ... but dejagnu needs > # expect ... so don't do tests unless we have dejagnu > type -p runtest || return 0 >- make check || die "make check failed" >+ emake test || die "emake test failed" > } > > src_install() { >@@ -94,9 +82,6 @@ > > dodoc ChangeLog FAQ HISTORY NEWS README > >- local static_lib="lib${NON_MICRO_V/-/}.a" >- rm "${ED}"/usr/$(get_libdir)/${NON_MICRO_V/-/}/${static_lib} >- > #install examples if 'doc' is set > if use doc ; then > docinto examples
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 314033
: 227079 |
227081