Cvs variant in portfile
Ryan Schmidt
ryandesign at macports.org
Sat Aug 11 19:17:39 PDT 2007
On Aug 11, 2007, at 04:38, Sbranzo wrote:
>> I think you would need something like this:
>>
>> pre-configure {
>> system "cd ${worksrcdir} && autopoint -f"
>> system "cd ${worksrcdir} && aclocal -I autoconf"
>> system "cd ${worksrcdir} && autoheader"
>> system "cd ${worksrcdir} && automake --foreign
>> --add-missing"
>> system "cd ${worksrcdir} && autoconf"
>> }
>
> Not using "system" was wrong, but there's another problem:
>
> [....]
> ---> Verifying checksum(s) for slrn-devel
> DEBUG: Executing org.macports.checksum (slrn-devel)
> ---> Extracting slrn-devel
> DEBUG: Executing org.macports.extract (slrn-devel)
> DEBUG: Executing org.macports.patch (slrn-devel)
> ---> Configuring slrn-devel
> DEBUG: Executing proc-pre-org.macports.configure-configure-0
> DEBUG: delete: config.guess
> Error: Target org.macports.configure returned: no such file or
> directory
> Warning: the following items did not execute (for slrn-devel):
> org.macports.activate org.macports.configure org.macports.build
> org.macports.destroot org.macports.archive org.macports.install
> Error: Status 1 encountered during processing.
>
> Using configure.cmd as kindly suggested on the other email doesn't
> work
> either and leads to the same output.
I'm afraid I don't know what file or directory it's looking for. :-/
More information about the macports-dev
mailing list