svn commit: r329664 - in head/math: . ogdf

Gerald Pfeifer gerald at pfeifer.com
Sat Oct 19 23:13:12 UTC 2013


Hi Pietro,

On Mon, 7 Oct 2013, Pietro Cerutti wrote:
>  .if ${PORT_OPTIONS:MABACUS}
>  USE_GCC=	4.4+
> -LIB_DEPENDS+=	abacus-osi:${PORTSDIR}/math/abacus
> +LIB_DEPENDS+=	libabacus-osi.so:${PORTSDIR}/math/abacus

while you are at it, can you please replace this by USE_GCC=yes? 

I am not sue why a reference to GCC 4.4 was introduced here recently,
but we ought to avoid specific version numbers (and especially 4.4,
which is really on its way out).

For example, if ports are installed in an unfortunate order, this
can lead to an extra version of GCC being installed, when another
port then requires GCC 4.6 or USE_GCC=yes.

Gerald


More information about the svn-ports-all mailing list