[89385] trunk/dports/math

Ryan Schmidt ryandesign at macports.org
Sat Jan 28 06:08:57 PST 2012


On Jan 27, 2012, at 10:34, hum at macports.org wrote:

> Revision: 89385
>          http://trac.macports.org/changeset/89385
> Author:   hum at macports.org
> Date:     2012-01-27 08:34:28 -0800 (Fri, 27 Jan 2012)
> Log Message:
> -----------
> New port: crfsuite @0.12 - A fast implementation of Conditional Random Fields (CRFs)

> Added: trunk/dports/math/crfsuite/Portfile

> +depends_build       port:libtool
> +depends_lib         port:liblbfgs
> +
> +patchfiles          patch-autogen.sh.diff
> +
> +pre-configure {
> +    system -W ${worksrcpath} "./autogen.sh"
> +}

autogen.sh runs aclocal, autoheader, automake, autoconf... so it seems to me like the port should be declaring build dependencies on the autoconf and automake ports as well.





More information about the macports-dev mailing list