svn commit: r477553 - head/lang/angelscript

Gerald Pfeifer gerald at pfeifer.com
Sun Aug 19 02:05:33 UTC 2018


On Sun, 19 Aug 2018, Wen Heping wrote:
> Author: wen
> Date: Sun Aug 19 01:08:54 2018
> New Revision: 477553
> URL: https://svnweb.freebsd.org/changeset/ports/477553
> 
> Log:
>   - Update to 2.32.0
>   - Pass maintainership to submitter
>   
>   PR:		230448
>   Submitted by:	ndowens at yahoo.com

> +.include <bsd.port.options.mk>
> +.if ${ARCH} == "i386"
> +USE_GCC=	yes
> +.endif

Hmm, that's not ideal, it may cause problems when updating to a
later version of GCC by default.

Did you submit a bug report upstream (both to angelscript and clang)?

Gerald


More information about the svn-ports-all mailing list