Hi All,
I've gone ahead and committed port_cutleaves to contrib (I talked to
Bryan beforehand).
port_cutleaves is an interactive script that eases the uninstallation
of "leaves" - ports that have no dependents. You can see an example
run here: http://svn.macports.org/repository/macports/c
On Sun, Jan 25, 2009 at 7:07 PM, Ryan Schmidt wrote:
> On Jan 25, 2009, at 09:34, illogic...@macports.org wrote:
>
>> -variant with_docs description "Enables installation of documentation" {
>> +variant with_docs description "Install documentation" {
>
> Could you call the variant just "docs" plea
On Jan 25, 2009, at 09:34, illogic...@macports.org wrote:
-variant with_docs description "Enables installation of
documentation" {
+variant with_docs description "Install documentation" {
Could you call the variant just "docs" please? Our variant naming
convention should be "foo" for a var
On Jan 25, 2009, at 10:16, Simon Ruderich wrote:
On Sat, Jan 24, 2009 at 04:29:08AM +0100, Rainer Müller wrote:
Actually the platform statement is not used at all at the moment
and is
not checked against the OS platform when installing a port. But it
is a
mandatory field for a Portfile and
On Sat, Jan 24, 2009 at 04:29:08AM +0100, Rainer Müller wrote:
>
> Actually the platform statement is not used at all at the moment and is
> not checked against the OS platform when installing a port. But it is a
> mandatory field for a Portfile and can be used by maintainers to express
> on which
On Jan 25, 2009, at 03:14, Bryan Blackburn wrote:
The line "PortGroup cmake 1.0" at the top of the kde4 portgroup is
wrong.
:)
I was figuring that meant that the kde4 group needs the cmake one,
so it
would make an interesting test of recursive port groups...
Indeed that seems to be what
On Sun, Jan 25, 2009 at 02:59:57AM -0600, Ryan Schmidt said:
> On Jan 24, 2009, at 14:59, Bryan Blackburn wrote:
[...]
>> can be replaced with the (new in 1.7)
>>
>> extract.mkdiryes
>>
>> to create it automatically for you. Though it does it in pre-extract so
>> is
>> kde4 not using it durin
On Jan 24, 2009, at 14:59, Bryan Blackburn wrote:
A couple of notes:
For cmake, the bit
configure.pre_args-delete --prefix=${prefix}
configure.pre_args-append -DCMAKE_INSTALL_PREFIX=${prefix}
can be simplified to just
configure.pre_args-DCMAKE_INSTALL_PREFIX=${prefix}
Agre