[51048] trunk/dports/science/vis5d+/Portfile

Ryan Schmidt ryandesign at macports.org
Tue May 19 06:41:40 PDT 2009


On May 16, 2009, at 20:04, takeshi at macports.org wrote:

> Revision: 51048
>           http://trac.macports.org/changeset/51048
> Author:   takeshi at macports.org
> Date:     2009-05-16 18:04:00 -0700 (Sat, 16 May 2009)
> Log Message:
> -----------
> vis5d+: removed conflicts gcc43 in g95 variant
>
> Modified Paths:
> --------------
>     trunk/dports/science/vis5d+/Portfile
>
> Modified: trunk/dports/science/vis5d+/Portfile
> ===================================================================
> --- trunk/dports/science/vis5d+/Portfile	2009-05-16 21:53:52 UTC  
> (rev 51047)
> +++ trunk/dports/science/vis5d+/Portfile	2009-05-17 01:04:00 UTC  
> (rev 51048)
> @@ -93,8 +93,7 @@
>          ${destroot}${prefix}/share/doc/${name}/html/stylesheet-images
>  }
>
> -variant g95 description {compiles fortran interface for g95} \
> -    conflicts gcc43 {
> +variant g95 description {compiles fortran interface for g95} { \

There should not be a backslash at the end of that line now.

>          depends_build           port:g95

Is it your intention to overwrite the port's global depends_build  
here (and in the commented-out gcc43 variant)? This is removing the  
pkgconfig dependency if this variant is selected.




More information about the macports-dev mailing list