On Wed, 26 Sep 2018 15:07:36 +0200, Antoine Jacoutot wrote:
> On Tue, Sep 25, 2018 at 02:59:14PM -0600, Daniel Dickman wrote:
> > CVSROOT:    /cvs
> > Module name:        ports
> > Changes by: [email protected]  2018/09/25 14:59:14
> > 
> > Modified files:
> >     lang/gcc/4.9   : Makefile 
> >     lang/gcc/4.9/pkg: PLIST-main 
> > Added files:
> >     lang/gcc/4.9/pkg: PFRAG.alpha-main 
> > 
> > Log message:
> > On alpha, build with -O1 instead of -O2 to avoid segfaults at build-time.
> > Tested on an AlphaServer DS10 617 MHz.
> > 
> > ok phessler@, pascal@ (MAINTAINER).
> 
> error: unknown fragment alpha in /exopi-cvs/ports/lang/gcc/4.9/pkg/PLIST-main 
> at /usr/libdata/perl5/OpenBSD/Subst.pm line 109, <$fh> line 237.

Missed arch-defines.mk update.


Index: arch-defines.mk
===================================================================
RCS file: /cvs/ports/infrastructure/mk/arch-defines.mk,v
retrieving revision 1.52
diff -u -p -r1.52 arch-defines.mk
--- arch-defines.mk     8 Aug 2018 09:19:40 -0000       1.52
+++ arch-defines.mk     26 Sep 2018 13:12:25 -0000
@@ -36,7 +36,7 @@ LLD_ARCHS = aarch64 arm
 # as well as available for PROPERTIES checks.
 LLVM_ARCHS = aarch64 amd64 arm i386 mips64 mips64el sparc64
 # arches where gcc4.9 exists.  To be used again for modules
-GCC49_ARCHS =amd64 arm hppa i386 mips64 mips64el powerpc sparc64
+GCC49_ARCHS =alpha amd64 arm hppa i386 mips64 mips64el powerpc sparc64
 
 # arches where there is a C++11 compiler, either clang in base or gcc4
 CXX11_ARCHS = ${CLANG_ARCHS} ${GCC49_ARCHS}

Reply via email to