svn commit: r375696 - head/multimedia/libx264

Gerald Pfeifer gerald at pfeifer.com
Sun Dec 28 10:02:47 UTC 2014


On Sunday 2014-12-28 04:59, Kubilay Kocak wrote:
> Log:
>   multimedia/libx264: Fix PGO/GCC options
>   
>   - Revert options helpers for PGO and GCC .. *shakes fist*. We end up
>     setting USE_GCC=yes yes otherwise, and that's not valid.
>   - libx264 and x264 share the same distfiles, use the same DIST_SUBDIR

> +.if ${PORT_OPTIONS:MGCC}
> +USE_GCC=	yes
> +.elif ${PORT_OPTIONS:MPGO}
> +USE_GCC=	any
> +.endif

Why not USE_GCC=yes in either case?

Using anything like the old version of GCC in base (GCC 4.2) for
anyone asking for PGO feels just, hmm, odd.  Plus it complicates
the testing matrix.

Gerald


More information about the svn-ports-head mailing list