Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11857 - EBUILD UPDATE: dev-lang/tcc-0.9.14! TinyCC
Summary: EBUILD UPDATE: dev-lang/tcc-0.9.14! TinyCC
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: George Shapovalov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-09 13:31 UTC by Per Wigren
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-lang/tcc/tcc-0.9.14.ebuild (tcc-0.9.14.ebuild,1.20 KB, text/plain)
2002-12-09 13:32 UTC, Per Wigren
Details
Take two: dev-lang/tcc/tcc-0.9.14.ebuild (tcc-0.9.14.ebuild,1.12 KB, text/plain)
2002-12-09 13:42 UTC, Per Wigren
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Per Wigren 2002-12-09 13:31:23 UTC
Here is a much improved and version-bumped ebuild of dev-lang/tcc!

It removes compiler-warnings, respects CFLAGS, and Gentooifies (is that a word?
*S*) the examples..
Comment 1 Per Wigren 2002-12-09 13:32:04 UTC
Created attachment 6346 [details]
dev-lang/tcc/tcc-0.9.14.ebuild
Comment 2 Per Wigren 2002-12-09 13:42:37 UTC
Created attachment 6348 [details]
Take two: dev-lang/tcc/tcc-0.9.14.ebuild

Forgot to remove some leftovers from the old ebuild... :P
Comment 3 George Shapovalov (RETIRED) gentoo-dev 2002-12-10 01:46:29 UTC
Hi Per.

Thanks for the update (much needed for #8897 from what I can tell)!
Just one thing. This line:
-e 's:-malign:-falign:g' \
in the sed you apply in the src_unpack is going to break build on gcc-2.95.3
based systems (we still have that profile ;) and in fact is going to have it for
quite some time).
Could you please make this optional on gcc version?
(gcc -dumpversion should serve you fine for this purpose).

George
Comment 4 Per Wigren 2002-12-10 02:24:34 UTC
I'll have a look at it, but please just remove it in the meantime because after 
all it's only warnings.. ;)  I don't have time to fix it until next week or 
so... :(
Comment 5 Jan Andersson 2002-12-10 11:14:42 UTC
Nice ebuild, much better than mine. I have to search bugzilla *before* I make 
an ebuild. :) Just that your gentooification has a typo - it should be #! 
instead of just # in the example files...

-J
Comment 6 George Shapovalov (RETIRED) gentoo-dev 2002-12-11 01:20:57 UTC
Hi guys.

I have deleted the malign->falign part of sed statment and added the ! in the
first line of example. The ebuild is committed (and keymasked). Please test.

George
Comment 7 Per Wigren 2002-12-11 11:15:38 UTC
Works great! ;)
Comment 8 George Shapovalov (RETIRED) gentoo-dev 2002-12-11 12:01:58 UTC
Hi Per.

Thanks for testing!
Closing the bug now.

George