svn commit: r477553 - head/lang/angelscript

Alexey Dokuchaev danfe at FreeBSD.org
Tue Aug 21 06:40:12 UTC 2018


On Sun, Aug 19, 2018 at 10:05:25AM +0800, Gerald Pfeifer wrote:
> On Sun, 19 Aug 2018, Wen Heping wrote:
> > 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)?

Clang 6.0.0 trips on as_callfunc_x86.cpp (error: this directive must appear
between .cfi_startproc and .cfi_endproc directives) when compiling it with
-O1 and higher, but omitting optimizations or building with -O0 allows it
to compile.  Haven't tested it further though, just a data point if someone
gets interested in fixing this properly.

./danfe


More information about the svn-ports-all mailing list