svn commit: r456084 - head/lang/afnix

Mark Linimon linimon at FreeBSD.org
Tue Dec 12 02:53:35 UTC 2017


Author: linimon
Date: Tue Dec 12 02:53:33 2017
New Revision: 456084
URL: https://svnweb.freebsd.org/changeset/ports/456084

Log:
  Fix dumb typos.
  
  Approved by:	"clean up your mess"

Modified:
  head/lang/afnix/Makefile

Modified: head/lang/afnix/Makefile
==============================================================================
--- head/lang/afnix/Makefile	Tue Dec 12 02:51:00 2017	(r456083)
+++ head/lang/afnix/Makefile	Tue Dec 12 02:53:33 2017	(r456084)
@@ -12,8 +12,8 @@ DISTNAME=	${PORTNAME}-src-${PORTVERSION}
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	Multi-threaded functional programming language
 
-BROKEN_armv6=		fails to compile: operator new takes type size_t as first parameterk/er
-BROKEN_armv7=		fails to compile: operator new takes type size_t as first parameterk/er
+BROKEN_armv6=		fails to compile: operator new takes type size_t as first parameter
+BROKEN_armv7=		fails to compile: operator new takes type size_t as first parameter
 BROKEN_i386=		fails to build
 BROKEN_powerpc=		fails to configure
 BROKEN_powerpc64=	fails to build: afnix-setup: cannot determine linking type


More information about the svn-ports-head mailing list