svn commit: r472962 - head/net-mgmt/aircrack-ng

Gerald Pfeifer gerald at pfeifer.com
Fri Jun 22 22:51:41 UTC 2018


Hi Lars and Michael,

On Thu, 21 Jun 2018, Lars Engels wrote:
>   - Set required GCC version to 6+, so that the default gcc version is chosen.
>   GCC isn't needed to successfully building the port, but according to upstream
>
>   PR:		228747
>   Submitted by:	Michael Danilov <mike.d.ft402 at gmail.com>

> -USE_GCC=	7+
> +USE_GCC=	6+

in that case, the canonical way to state that is

  USE_GCC=	yes

which has the advantage that it'll do what you are aiming for,
without a need to adjust as the default version moves (or if
some user changes the default via Mk/bsd.default-versions.mk).

I'll be happy to make this change if you agree.

Gerald


More information about the svn-ports-all mailing list