Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 53861 Details for
Bug 85901
dev-util/cssc-1.0.1 fails in src_test()
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
cssc-1.0.1-bump.patch
cssc-1.0.1-bump.patch (text/plain), 1.18 KB, created by
James Rowe
on 2005-03-19 06:46:59 UTC
(
hide
)
Description:
cssc-1.0.1-bump.patch
Filename:
MIME Type:
Creator:
James Rowe
Created:
2005-03-19 06:46:59 UTC
Size:
1.18 KB
patch
obsolete
>--- cssc/cssc-0.15_alpha0.ebuild 2005-03-19 14:13:33.000000000 +0000 >+++ cssc/cssc-1.0.1.ebuild 2005-03-19 14:13:33.000000000 +0000 >@@ -2,6 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-util/cssc/cssc-0.15_alpha0.ebuild,v 1.6 2004/09/05 17:09:28 aliz Exp $ > >+inherit fixheadtails >+ > MY_P=${P/cssc/CSSC} > MY_P=${MY_P/_alpha/alpha.pl} > S=${WORKDIR}/${MY_P} >@@ -16,13 +18,33 @@ > > DEPEND="virtual/libc" > >+src_unpack() { >+ unpack ${A} >+ >+ cd ${S}/tests >+ ht_fix_file admin/comment.sh binary/seeking.sh large/admin.sh \ >+ prt/all-512.sh >+} >+ > src_compile() { > econf --enable-binary || die > emake all || die > } > >+src_test() { >+ # Skip the y-flag test in admin. Yeah, patches work but are a little >+ # over the top in size for this. >+ sed -i '21a[ $$i = y-flag.sh ] && continue' tests/Makefile.am >+ su jay -c "make check" || die "make check failed" >+} >+ > src_install () { > make DESTDIR=${D} install || die >- dodoc README NEWS ChangeLog AUTHORS >+ dodoc AUTHORS ChangeLog{,.1} NEWS README >+ cd docs >+ dodoc BUGS CREDITS FIXED TESTING TODO mailing-list.txt missing.txt \ >+ patches.txt style.txt >+ cd ../sccs-cgi >+ dodoc sccs.cgi{,text} > } >
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 85901
:
53861
|
65833