On Sun, May 07, 2017 at 03:11:56PM +0200, Frederic Cambus wrote:
> Hi ports@,
> 
> Remove socppc from architecture constants, the OpenBSD/socppc port was
> discontinued after the 5.8 release.
> 
> OK?

socppc is still in the tree.  This diff should not go in while
that is still the case.

> 
> Index: infrastructure/mk/arch-defines.mk
> ===================================================================
> RCS file: /cvs/ports/infrastructure/mk/arch-defines.mk,v
> retrieving revision 1.35
> diff -u -p -r1.35 arch-defines.mk
> --- infrastructure/mk/arch-defines.mk 24 Apr 2017 09:08:06 -0000      1.35
> +++ infrastructure/mk/arch-defines.mk 7 May 2017 13:03:19 -0000
> @@ -12,14 +12,14 @@
>  ARCH ?!= uname -m
>  
>  ALL_ARCHS = alpha amd64 arm hppa i386 landisk loongson luna88k \
> -     m88k macppc mips64 mips64el octeon sgi socppc sparc64
> +     m88k macppc mips64 mips64el octeon sgi sparc64
>  # not all powerpc have apm(4), hence the use of macppc
>  APM_ARCHS = amd64 i386 loongson macppc sparc64
>  BE_ARCHS = hppa m88k mips64 powerpc sparc64
>  LE_ARCHS = aarch64 alpha amd64 arm i386 mips64el sh
>  LP64_ARCHS = aarch64 alpha amd64 sparc64 mips64 mips64el
>  GCC4_ARCHS = alpha amd64 arm armv7 i386 hppa landisk loongson \
> -     macppc mips64 mips64el octeon powerpc sgi sh socppc sparc64
> +     macppc mips64 mips64el octeon powerpc sgi sh sparc64
>  GCC3_ARCHS = luna88k m88k
>  # XXX easier for ports that depend on mono
>  MONO_ARCHS = amd64 i386
> 

Reply via email to