[104368] trunk/dports/python/py-pynifti/Portfile

Lawrence Velázquez larryv at macports.org
Sat Mar 23 20:04:36 PDT 2013


On Mar 23, 2013, at 9:56 PM, sean at macports.org wrote:

> Revision: 104368
>          https://trac.macports.org/changeset/104368
> Author:   sean at macports.org
> Date:     2013-03-23 18:56:12 -0700 (Sat, 23 Mar 2013)
> Log Message:
> -----------
> py-pynifti: update to use python group; maintainer timeout
> 
> Modified: trunk/dports/python/py-pynifti/Portfile
> ===================================================================

[snip]

> -variant gcc43 conflicts gcc44 gcc45 gcc46 gcc47 description {build with gcc 4.3} {
> -    depends_build-append port:gcc43
> -    configure.compiler   macports-gcc-4.3
> -}
> +    variant gcc43 conflicts gcc44 gcc45 gcc46 gcc47 description {build with gcc 4.3} {
> +        depends_build-append port:gcc43
> +        configure.compiler   macports-gcc-4.3
> +    }
> 
> -variant gcc44 conflicts gcc43 gcc45 gcc46 gcc47 description {build with gcc 4.4} {
> -    depends_build-append port:gcc44
> -    configure.compiler   macports-gcc-4.4
> -}
> +    variant gcc44 conflicts gcc43 gcc45 gcc46 gcc47 description {build with gcc 4.4} {
> +        depends_build-append port:gcc44
> +        configure.compiler   macports-gcc-4.4
> +    }
> 
> -variant gcc45 conflicts gcc43 gcc44 gcc46 gcc47 description {build with gcc 4.5} {
> -    depends_build-append port:gcc45
> -    configure.compiler   macports-gcc-4.5
> -}
> +    variant gcc45 conflicts gcc43 gcc44 gcc46 gcc47 description {build with gcc 4.5} {
> +        depends_build-append port:gcc45
> +        configure.compiler   macports-gcc-4.5
> +    }
> 
> -variant gcc46 conflicts gcc43 gcc44 gcc45 gcc47 description {build with gcc 4.6} {
> -    depends_build-append port:gcc46
> -    configure.compiler   macports-gcc-4.6
> -}
> +    variant gcc46 conflicts gcc43 gcc44 gcc45 gcc47 description {build with gcc 4.6} {
> +        depends_build-append port:gcc46
> +        configure.compiler   macports-gcc-4.6
> +    }
> 
> -variant gcc47 conflicts gcc43 gcc44 gcc45 gcc46 description {build with gcc 4.7} {
> -    depends_build-append port:gcc47
> -    configure.compiler   macports-gcc-4.7
> -}
> +    variant gcc47 conflicts gcc43 gcc44 gcc45 gcc46 description {build with gcc 4.7} {
> +        depends_build-append port:gcc47
> +        configure.compiler   macports-gcc-4.7
> +    }

Should these be library dependencies, since they're on GCC?

vq


More information about the macports-dev mailing list