Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 233772 - new ebuild: dev-util/cmake-2.6.1
Summary: new ebuild: dev-util/cmake-2.6.1
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-03 05:23 UTC by thewtex
Modified: 2008-08-28 14:20 UTC (History)
4 users (show)

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


Attachments
cmake-2.6.1 (cmake-2.6.1.ebuild,2.88 KB, text/plain)
2008-08-03 05:24 UTC, thewtex
Details
changes from 2.6.0 (cmake-2.6.0-to-2.6.1.diff,2.09 KB, text/plain)
2008-08-03 16:59 UTC, thewtex
Details
above noted improvements plus improved regex (cmake-2.6.0-to-2.6.1-regex_improve.diff,2.15 KB, text/plain)
2008-08-04 00:51 UTC, thewtex
Details
adds patch for rpath vulnerablity (cmake-2.6.0-to-2.6.1.patch,2.28 KB, patch)
2008-08-26 22:06 UTC, thewtex
Details | Diff
cmake-2.6.0-to-2.6.1.patch (cmake-2.6.0-to-2.6.1.patch,2.36 KB, patch)
2008-08-26 23:46 UTC, Timo Gurr (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description thewtex 2008-08-03 05:23:22 UTC
version bump
qt4 USE flag and cmake-gui support
parallel bootstrap

Reproducible: Always
Comment 1 thewtex 2008-08-03 05:24:54 UTC
Created attachment 162055 [details]
cmake-2.6.1
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2008-08-03 12:02:44 UTC
Don't attach anything without a comment. If the ebuild doesn't need to be changed - just say it. If you attach something, a unified diff is preferred.
Comment 3 thewtex 2008-08-03 16:53:15 UTC
(In reply to comment #2)
> Don't attach anything without a comment. If the ebuild doesn't need to be
> changed - just say it. If you attach something, a unified diff is preferred.
> 
 will do
Comment 4 thewtex 2008-08-03 16:59:09 UTC
Created attachment 162117 [details]
changes from 2.6.0

inherit qt3 seems not to be needed
qt4 USE flags provides cmake-gui
parallel bootstrap build -- there may be better ways of doing that -- suggestions welcome
Comment 5 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-08-03 23:52:39 UTC
(In reply to comment #4)
> echo $MAKEOPTS | egrep -o '\-j[[:digit:]]+' > /dev/null

It won't match '-j NUMBER' (with space) or '-j' alone.
Comment 6 thewtex 2008-08-04 00:51:14 UTC
> 
> It won't match '-j NUMBER' (with space) or '-j' alone.
> 

Good point.  

I don't think '-j' alone should be allowable.

Comment 7 thewtex 2008-08-04 00:51:53 UTC
Created attachment 162165 [details]
above noted improvements plus improved regex
Comment 8 thewtex 2008-08-26 22:06:23 UTC
Created attachment 163861 [details, diff]
adds patch for rpath vulnerablity

this also adds a patch for the rpath vulnerability.
See gentoo bug 224901
Comment 9 Timo Gurr (RETIRED) gentoo-dev 2008-08-26 23:46:58 UTC
Created attachment 163865 [details, diff]
cmake-2.6.0-to-2.6.1.patch

I've updated the qt4 deps and also included the patch mentioned at bug #235731. I'll probably add it to the tree (masked) tomorrow if there're no objections.
Comment 10 Timo Gurr (RETIRED) gentoo-dev 2008-08-27 21:20:16 UTC
In CVS now, big thanks to everyone!
Comment 11 thewtex 2008-08-28 14:20:36 UTC
Thanks much Timo!