Date: Sun, 20 Oct 2013 01:13:01 +0200 (CEST) From: Gerald Pfeifer <gerald@pfeifer.com> To: Pietro Cerutti <gahr@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r329664 - in head/math: . ogdf Message-ID: <alpine.LNX.2.00.1310200110210.16823@trevally.site> In-Reply-To: <201310070844.r978iiue071426@svn.freebsd.org> References: <201310070844.r978iiue071426@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LNX.2.00.1310200110210.16823>